Closed
Bug 769824
Opened 13 years ago
Closed 13 years ago
List styling is lost in AwesomeScreen
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: sriram, Unassigned)
References
Details
Attachments
(1 file)
7.17 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
With bug 759041, the list styling is specified in constructor in Java. However, Android doesn't take this styling into consideration for any View. Hence, the ListViews in AwesomeScreen have lost the styling.
This affects the patch in 739364.
Reporter | ||
Updated•13 years ago
|
OS: Mac OS X → Android
Hardware: x86 → ARM
Reporter | ||
Comment 2•13 years ago
|
||
This restores the styles for the lists, as they are inflated from an XML (that's the only way to do). No performance regression, as XML inflation is faster than using constructor to create.
Attachment #639509 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #639509 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Reporter | ||
Comment 5•13 years ago
|
||
Note:
This needn't be uplifted for 15, as the awesomebar refactor is not available there. This is a fix only for AwesomeBar refactor.
Assignee | ||
Updated•4 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
•