Bug 1134484 - Replace uses of @color/tabs_tray_grey_pressed. r=liuche

This commit is contained in:
Michael Comella 2015-03-31 16:07:40 -07:00
parent 47c5809884
commit 2f7ba89ffb
2 changed files with 2 additions and 3 deletions

View File

@ -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"/>

View File

@ -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. -->