Closed
Bug 1122752
Opened 11 years ago
Closed 10 years ago
Remove whitespace from action bar drawable pngs
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mcomella, Unassigned, Mentored)
References
Details
(Whiteboard: [lang=java][good next bug])
The action bar png drawables (.../m/a/b/resources/drawable-*/ab_*.png, e.g. [1]) contain whitespace - remove the whitespace without distorting the image content (I recommend using image magick) and then add padding to the appropriate views to compensate for the padding removed from the image.
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/drawable-xhdpi/ab_copy.png
| Reporter | ||
Updated•11 years ago
|
Summary: Remove whitespace from action bar drawables → Remove whitespace from action bar drawable pngs
| Reporter | ||
Comment 1•11 years ago
|
||
Double-check to make sure these drawables are not used outside of the action bar as well because this change will mess with those too!
| Reporter | ||
Comment 2•11 years ago
|
||
Whiteboard: [lang=java][good third bug] → [lang=java][good next bug]
| Reporter | ||
Comment 3•11 years ago
|
||
This bug should also backout bug 1148390 - that is a hack solution that is easier to uplift than this ideal solution.
Depends on: 1148390
| Reporter | ||
Comment 4•10 years ago
|
||
This will be fixed in due time.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•