Closed
Bug 773293
Opened 14 years ago
Closed 14 years ago
Checkboxes in Send Tab To Device activity are using non-OS theme
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P3)
Tracking
(firefox16 affected, firefox18 verified, fennec+)
VERIFIED
FIXED
mozilla18
People
(Reporter: aaronmt, Assigned: nalexander)
References
()
Details
(Keywords: polish)
Attachments
(2 files)
See screenshot, I'm on Jellybean but the checkboxes are for Gingerbread.
--
Nightly (07/12)
Samsung Galaxy Nexus (Android 4.1.1)
| Reporter | ||
Comment 1•14 years ago
|
||
(If it's not clear, they're supposed to be blue http://compixels.com/wp-content/uploads/2012/01/ICS-Browser+-Advanced-Settings.png).
Updated•14 years ago
|
Component: General → Android Sync
Product: Firefox for Android → Mozilla Services
Version: Trunk → unspecified
Comment 3•14 years ago
|
||
*blink*
Summary: Checkboxes on Sync List Item (XML layout) are using non-OS theme → Checkboxes in Send Tab To Device activity are using non-OS theme
Updated•14 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 4•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #2)
> Is it like this for ICS too?
Yes
Updated•14 years ago
|
tracking-fennec: 16+ → +
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → nalexander
| Assignee | ||
Updated•14 years ago
|
| Assignee | ||
Comment 5•14 years ago
|
||
Hi sriram, how do you feel about adding Gecko.Dialog to resources/values/themes.xml? I would like to add it so that SyncTheme can inherit from Gecko (on phone) or Gecko.Dialog (on tablet, sees mocks at Bug 767179) and that future Gecko theming propagates to the Sync UI as much as possible.
Attachment #654807 -
Flags: feedback?(sriram)
| Assignee | ||
Comment 6•14 years ago
|
||
Not a hard dep, but I'd like to land this after Bug 767179 lands.
Comment 7•14 years ago
|
||
Comment on attachment 654807 [details] [diff] [review]
Patch against m-i
Review of attachment 654807 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me.
Attachment #654807 -
Flags: feedback?(sriram) → feedback+
Comment 8•14 years ago
|
||
Comment on attachment 654807 [details] [diff] [review]
Patch against m-i
Review of attachment 654807 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/resources/values-v11/themes.xml
@@ +9,5 @@
> <item name="android:windowContentOverlay">@null</item>
> <item name="android:windowActionBar">false</item>
> <item name="android:windowNoTitle">true</item>
> </style>
>
Trailing whitespace.
@@ +15,5 @@
> + <item name="android:windowContentOverlay">@null</item>
> + <item name="android:windowActionBar">false</item>
> + <item name="android:windowNoTitle">true</item>
> + </style>
> +
Trailing whitespace.
::: mobile/android/base/resources/values/themes.xml
@@ +13,5 @@
> + <style name="Gecko.Dialog" parent="@android:style/Theme.Dialog">
> + <item name="android:windowNoTitle">true</item>
> + <item name="android:windowContentOverlay">@null</item>
> + </style>
> +
Aaaarg
Attachment #654807 -
Flags: review+
| Assignee | ||
Comment 9•14 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/14ea772f1745
https://hg.mozilla.org/integration/mozilla-inbound/rev/ce60fb4481d5
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla18
Comment 10•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/14ea772f1745
https://hg.mozilla.org/mozilla-central/rev/ce60fb4481d5
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•14 years ago
|
||
Looks nice!
Uplift or ride it?
Status: RESOLVED → VERIFIED
status-firefox18:
--- → verified
| Assignee | ||
Comment 12•14 years ago
|
||
This should probably move in lockstep with Bug 767179 (tablet UI). Let's get some feedback on that, and then consider uplifting both.
| Reporter | ||
Comment 13•14 years ago
|
||
Nit: Why are row highlights orange (not the default system theme)?
Comment 14•14 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #13)
> Nit: Why are row highlights orange (not the default system theme)?
As I understand it, we now share Fennec's styles.
Updated•13 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•5 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
•