Closed
Bug 1213147
Opened 9 years ago
Closed 9 years ago
Use Roboto Light for title in Share Overlay dialog on API 16+
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: mcomella, Assigned: shatur, Mentored)
References
Details
(Whiteboard: [lang=java][lang=xml][good next bug])
Attachments
(3 files)
In overlay_share_dialog [1], the title (and only the title) element should have the font as Roboto Light on API 16+. In [2], it states you can do this with fontFamily=sans-serif-light & textStyle=normal. This will ideally go directly in the overlay_share_dialog XML but I'm not sure if this would crash on lower API levels. If so, put this into a textAppearance.
[1]: http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/layout/overlay_share_dialog.xml
[2]: http://stackoverflow.com/a/19692168
Assignee | ||
Comment 1•9 years ago
|
||
Hi,
Please review, and let me know if further changes are required.
I have tested it on my device(API 22).
Attachment #8730792 -
Flags: review?(s.kaspari)
Updated•9 years ago
|
Assignee: nobody → tushar.saini1285
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
@shatur: Thank you for the patch! Can you upload a screenshot of the dialog and flag :antlam for feedback?
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8730801 -
Flags: feedback?(alam)
Comment 4•9 years ago
|
||
Comment on attachment 8730801 [details]
How it looks now.
Looks good! thanks!
Attachment #8730801 -
Flags: feedback?(alam) → feedback+
Comment 5•9 years ago
|
||
Comment on attachment 8730792 [details] [diff] [review]
Bug-1213147.patch
Review of attachment 8730792 [details] [diff] [review]:
-----------------------------------------------------------------
The code looks good. Did you test this on a device or emulator with API level 15 (Android 4.0.x)? Roboto Light isn't available with that version and we should take care that this does not crash.
Attachment #8730792 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Hi,
I have tested this patch on emulator running on API level 15. This is how it looks.
Regards
Attachment #8732854 -
Flags: feedback?(s.kaspari)
Comment 7•9 years ago
|
||
Thank you, shatur. I'll land this patch.
Comment 8•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/bca2e4c24f17403364997638d9356c6a63ffafec
Bug 1213147 - Use Roboto Light for title in Share Overlay dialog on API 16+. r=sebastian
Updated•9 years ago
|
Attachment #8732854 -
Flags: feedback?(s.kaspari) → feedback+
Comment 9•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
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
•