Closed Bug 570514 Opened 14 years ago Closed 14 years ago

Need status bar icons for Android

Categories

(Firefox for Android Graveyard :: General, defect)

All
Android
defect
Not set
normal

Tracking

(fennec2.0b2+)

VERIFIED FIXED
Tracking Status
fennec 2.0b2+ ---

People

(Reporter: alexp, Assigned: madhava)

References

Details

Attachments

(2 files, 2 obsolete files)

Apparently we can show only the icons from our application resources, so we need some generic ones for download, add-on installation, etc.
We need to decide what types of notifications we should have, and create the icons for them.

The guidelines are here: http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#statusbarapx
The required dimensions are: 48x48 for a high density screen, and 32x32 for a medium density screen.
Blocks: 569402
Attached file Draft version of the icons (32x32) (obsolete) —
tracking-fennec: --- → 2.0+
The icons are supposed to be at the following locations (Makefile from the bug 569402 will be grabbing them from there):

Medium density (32x32):
mobile/app/android/drawable/alertaddons.png
mobile/app/android/drawable/alertdownloads.png

High density (48x48):
mobile/app/android/drawable-hdpi/alertaddons.png
mobile/app/android/drawable-hdpi/alertdownloads.png
Assignee: nobody → madhava
The real icons used in Android seem to be different from the size chart in the documentation:
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/res/res/drawable-hdpi;h=6e54b40a4b136aaa68016fd6ea1da16d9a9f8724;hb=HEAD
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/res/res/drawable-mdpi;h=6e54b40a4b136aaa68016fd6ea1da16d9a9f8724;hb=HEAD

stat_*.png are the ones used for the status bar.

HDPI: image file size: 38x38, the actual drawing size: 32x32
MDPI: image file size: 25x25, the actual drawing size: 21x21
Attached file 25x25 alerts
- solid glyphs as smaller outline glyphs seemed blurry, will check with Madhava about consistency concerns
Attached file 38x38 alerts
- solid glyphs as smaller outline glyphs seemed blurry, will check with Madhava about consistency concerns
tracking-fennec: 2.0+ → 2.0b2+
As mentioned above the icons provided will need to be submitted to the following locations in mobile-browser repository:

Medium density (25x25):
app/android/drawable/alertaddons.png
app/android/drawable/alertdownloads.png

High density (38x38):
app/android/drawable-hdpi/alertaddons.png
app/android/drawable-hdpi/alertdownloads.png
Attachment #452824 - Attachment is obsolete: true
Attachment #453276 - Attachment is obsolete: true
I pushed these http://hg.mozilla.org/mobile-browser/rev/30398110fbfe
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
verified FIXED on build:
Mozilla/5.0 (Android; Linux armv71; Nokia N900; en-US; rv:2.0b5pre) Gecko/20100831 Namoroka/4.0b5pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: