Closed Bug 715180 Opened 13 years ago Closed 11 years ago

[ICS] Zoomed in Nightly and Aurora notification update icons

Categories

(Firefox for Android Graveyard :: General, defect, P4)

ARM
Android
defect

Tracking

(blocking-fennec1.0 -, fennec+)

RESOLVED INVALID
Tracking Status
blocking-fennec1.0 --- -
fennec + ---

People

(Reporter: tchung, Assigned: sriram)

References

Details

Attachments

(1 file)

Attached image screenshot ics
When updating nightly or aurora fennec, the notification icon for updater seems inflated.   See screenshot

Repro:
1) install fennec nightly or Aurora on ICS (Galaxy Nexus), make sure an update is available
2) check for updates
3) verify the updater icon seems zoomed in.

Expected:
- full size notification icons

Actual:
- zoomed in icons
Assignee: nobody → sriram
tracking-fennec: --- → +
Priority: -- → P4
ICS uses Notification.Builder class to build Notifications. This uses two different icons.
http://developer.android.com/reference/android/app/Notification.Builder.html#setSmallIcon%28int%29 and developer.android.com/reference/android/app/Notification.Builder.html#setLargeIcon(int)

The large icon is shown when the Notification panel is visible to the user.
The small icon is shown in the status bar.

Changing the code to use Notification.Builder can fix this issue on ICS.
nom for triage
blocking-fennec1.0: --- → ?
blocking-fennec1.0: ? → -
The update notification icon is different now, so this isn't a problem anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: