mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1134484 - Replace uses of @color/tabs_tray_grey_pressed. r=liuche
This commit is contained in:
parent
47c5809884
commit
2f7ba89ffb
@ -41,7 +41,7 @@
|
||||
android:color="@color/background_normal" />
|
||||
|
||||
<item android:state_pressed="true"
|
||||
android:color="@color/new_tablet_highlight_dark" />
|
||||
android:color="@color/tabs_tray_grey_pressed" />
|
||||
|
||||
<item android:color="@android:color/transparent"/>
|
||||
|
||||
|
@ -41,8 +41,7 @@
|
||||
<color name="new_tablet_highlight">#D7D7DC</color>
|
||||
<color name="new_tablet_highlight_lwt">#AAD7D7DC</color>
|
||||
|
||||
<!-- If you update one, update the other. -->
|
||||
<color name="new_tablet_highlight_dark">#45494E</color>
|
||||
<!-- Synced w/ tabs_tray_grey_pressed -->
|
||||
<color name="new_tablet_highlight_dark_lwt">#AA45494E</color>
|
||||
|
||||
<!-- (bug 1077195) Focused state values are temporary. -->
|
||||
|
Loading…
Reference in New Issue
Block a user