summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/title_bar_snapshot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp/title_bar_snapshot.xml')
-rw-r--r--res/layout-sw600dp/title_bar_snapshot.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw600dp/title_bar_snapshot.xml b/res/layout-sw600dp/title_bar_snapshot.xml
index a2cc9d0..2155e70 100644
--- a/res/layout-sw600dp/title_bar_snapshot.xml
+++ b/res/layout-sw600dp/title_bar_snapshot.xml
@@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:background="@drawable/bg_urlbar">
+ android:background="@color/primary_dark">
<ImageView
android:id="@+id/date_icon"
android:src="@drawable/ic_search_category_history"
@@ -50,6 +50,6 @@
android:scaleType="center"
android:paddingRight="16dip"
style="@style/HoloButton"
- android:src="@drawable/ic_bookmarks_history_holo_dark"
+ android:src="@drawable/ic_bookmarks_history_dark"
android:contentDescription="@string/accessibility_button_bookmarks" />
</com.android.browser.SnapshotBar>