Closed Bug 775945 Opened 12 years ago Closed 3 years ago

How can we be more efficient with image use in our UI?

Categories

(Firefox for Android Graveyard :: General, defect)

15 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: ibarlow, Unassigned)

Details

This has been a recurring theme for a while now, and a number of conversations have bubbled up in the last few days. Let's use this bug as a platform to discuss some possible solutions. 

I've cc'd Sriram, Mark, Matt, Lucas, and Madhava -- feel free to add more participants too

---


THE PROBLEM
We have an unholy amount of images we use in our Android UI. This is partly due to
* A lot of UI customization we do to build on and enhance standard Android conventions
* Supporting multiple screen resolutions (mdpi, hdpi, xhdpi -- and soon ldpi for armv6)
* Supporting portrait and landscape action bar sizes, and using unique assets for each
* Using textures and shading that make it harder to draw colours and backgrounds with code

POSSIBLE SOLUTIONS
* We've talked about drawing our UI with code (SVG, etc)
* We've talked about adding our noise/texture in a different way, like using a transparent overlay

Other ideas?
The tabs button takes way too many forms.
There is a cropped version for the one in phones without menu.
There is a tailed version for the ones in phones with menu.
There are these versions for 7" tablet.
(2 images * 2 states * 3 resolutions * 3 orientations) = 36 images

There is a cropped version for the tablets which switches sides.
(2 states * 3 resolutions) = 6 images

So a total of 42 images just for the tabs.

There is menu button in ICS phones, an "add tab button" background, taking similar amounts of images.
Sriram, what about removing orienation-specific assets, and just making one set for Portrait mode and scaling them down for landscape? 

Would that be terrible?
Yes, that wouldn't look good.
But.. the landscape part is only for ICS+ phones. We have a choice to use 48dp on landscape mode too, as we don't use action-bar anymore. Just that we won't be like stock android apps using action-bar.
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.