Bug 998009 - (Part 2) Give background color a more generic variable name. r=bnicholson

This commit is contained in:
Margaret Leibovic 2014-05-28 12:06:59 -07:00
parent 14c5e06da4
commit 06b2deed95
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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