Closed
Bug 702306
Opened 12 years ago
Closed 12 years ago
The selected Awesomescreen tab's text color is black instead of white
Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: xti, Assigned: lucasr)
Details
Attachments
(2 files)
54.42 KB,
image/png
|
Details | |
5.33 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Android;Linux armv7l;rv:10.0a1)Gecko/20111113 Firefox/10.0a1 Fennec/10.0a1 Devices: Motorola Droid 2 OS: Android 2.3.3 Steps to reproduce: 1. Open Fennec App 2. Tap on URL bar 3. Tap on Bookmarks tab Expected result: The selected tab's text color is white. Actual result: The selected tab's text color is black as you can see in the attached screenshot.
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → Android
Hardware: x86 → ARM
Updated•12 years ago
|
Priority: -- → P4
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #574620 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lucasr.at.mozilla
Comment 2•12 years ago
|
||
Comment on attachment 574620 [details] [diff] [review] Ensure we use sane text colours in AwesomeBar tabs Can we put this file in resources/values ? I see that we have some color values in colors.xml already, even if they are not used in Fennec Native. Could we move this file into that folder? Or does it make more sense to put all the file types (themes, styles, etc) in separate folders?
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #2) > Comment on attachment 574620 [details] [diff] [review] [diff] [details] [review] > Ensure we use sane text colours in AwesomeBar tabs > > Can we put this file in resources/values ? I see that we have some color > values in colors.xml already, even if they are not used in Fennec Native. > Could we move this file into that folder? Or does it make more sense to put > all the file types (themes, styles, etc) in separate folders? The general Android standard is to have lists of individual values unders the "values" directory and resource files into different directories (i.e. images and selectors under "drawables*", color selectors under "color", etc). So, I think we should follow that.
Comment 4•12 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #3) > (In reply to Mark Finkle (:mfinkle) from comment #2) > > Comment on attachment 574620 [details] [diff] [review] [diff] [details] [review] [diff] [details] [review] > > Ensure we use sane text colours in AwesomeBar tabs > > > > Can we put this file in resources/values ? I see that we have some color > > values in colors.xml already, even if they are not used in Fennec Native. > > Could we move this file into that folder? Or does it make more sense to put > > all the file types (themes, styles, etc) in separate folders? > > The general Android standard is to have lists of individual values unders > the "values" directory and resource files into different directories (i.e. > images and selectors under "drawables*", color selectors under "color", > etc). So, I think we should follow that. OK. Can you also remove the old values/colors.xml since I think we do not use it anymore.
Updated•12 years ago
|
Attachment #574620 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #4) > (In reply to Lucas Rocha (:lucasr) from comment #3) > > (In reply to Mark Finkle (:mfinkle) from comment #2) > > > Comment on attachment 574620 [details] [diff] [review] [diff] [details] [review] [diff] [details] [review] [diff] [details] [review] > > > Ensure we use sane text colours in AwesomeBar tabs > > > > > > Can we put this file in resources/values ? I see that we have some color > > > values in colors.xml already, even if they are not used in Fennec Native. > > > Could we move this file into that folder? Or does it make more sense to put > > > all the file types (themes, styles, etc) in separate folders? > > > > The general Android standard is to have lists of individual values unders > > the "values" directory and resource files into different directories (i.e. > > images and selectors under "drawables*", color selectors under "color", > > etc). So, I think we should follow that. > > OK. Can you also remove the old values/colors.xml since I think we do not > use it anymore. Maybe I wasn't clear. The values/colors.xml is still needed to define individual colours. The file that I added in this patch (color/awesomebar_tab_text.xml) is a color selector which has to be defined in a separate file. The standard location for this type of file is under the "color" directory.
Comment 6•12 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #5) > Maybe I wasn't clear. The values/colors.xml is still needed to define > individual colours. The file that I added in this patch > (color/awesomebar_tab_text.xml) is a color selector which has to be defined > in a separate file. The standard location for this type of file is under the > "color" directory. Indeed. I was confused. OK, still r+.
Assignee | ||
Comment 7•12 years ago
|
||
Pushed: http://hg.mozilla.org/projects/birch/rev/644b8a0b7f9d
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Verified fixed on: Mozilla/5.0 (Android;Linux armv7l;rv:11.0a1)Gecko/20111117 Firefox/11.0a1 Fennec/11.0a1
Status: RESOLVED → VERIFIED
Updated•3 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
•