From 95e551d9b4f1f7c45e55f3ca4434786f35a95a14 Mon Sep 17 00:00:00 2001 From: linuxx Date: Wed, 26 Nov 2014 22:09:18 +0100 Subject: Browser: Materialize -Material Ui theme (green) -New icon -xxhdpi drawables Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0 --- res/layout-sw600dp/suggestion_item.xml | 85 +++++++++++++++++++++++++++++++ res/layout-sw600dp/title_bar_nav.xml | 20 ++++---- res/layout-sw600dp/title_bar_snapshot.xml | 4 +- 3 files changed, 98 insertions(+), 11 deletions(-) create mode 100644 res/layout-sw600dp/suggestion_item.xml (limited to 'res/layout-sw600dp') diff --git a/res/layout-sw600dp/suggestion_item.xml b/res/layout-sw600dp/suggestion_item.xml new file mode 100644 index 0000000..020ba58 --- /dev/null +++ b/res/layout-sw600dp/suggestion_item.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml index a6b8a32..62e0d78 100644 --- a/res/layout-sw600dp/title_bar_nav.xml +++ b/res/layout-sw600dp/title_bar_nav.xml @@ -17,7 +17,8 @@ + android:elevation="5dp" + android:background="@color/primary"> + android:src="@drawable/ic_stop_dark" /> + android:src="@drawable/ic_bookmarks_history_dark" /> 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"> -- cgit v1.1