mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 998009 - (Part 2) Give background color a more generic variable name. r=bnicholson
This commit is contained in:
parent
14c5e06da4
commit
06b2deed95
@ -12,7 +12,7 @@
|
||||
|
||||
<LinearLayout android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/home_last_tab_bar_bg">
|
||||
android:background="@color/home_button_bar_bg">
|
||||
|
||||
<Button android:id="@+id/open_all_tabs_button"
|
||||
style="@style/Widget.Home.ActionButton"
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
<LinearLayout android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/home_last_tab_bar_bg">
|
||||
android:background="@color/home_button_bar_bg">
|
||||
|
||||
<Button android:id="@+id/clear_history_button"
|
||||
style="@style/Widget.Home.ActionButton"
|
||||
|
@ -89,7 +89,7 @@
|
||||
<color name="url_bar_blockedtext">#b14646</color>
|
||||
<color name="url_bar_shadow">#12000000</color>
|
||||
|
||||
<color name="home_last_tab_bar_bg">#FFF5F7F9</color>
|
||||
<color name="home_button_bar_bg">#FFF5F7F9</color>
|
||||
|
||||
<color name="panel_image_item_background">#D1D9E1</color>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user