diff options
author | linuxx <io.nolinuxnoparty@gmail.com> | 2014-11-26 22:09:18 +0100 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-11-07 13:57:29 -0800 |
commit | 95e551d9b4f1f7c45e55f3ca4434786f35a95a14 (patch) | |
tree | 9e116a942f19ccdcdb151ecbd5e00c84978cfb7f /res/layout/title_bar.xml | |
parent | 43872839cd0e6fd636ea244d5c3b56039e2a1be7 (diff) | |
download | packages_apps_Browser-95e551d9b4f1f7c45e55f3ca4434786f35a95a14.zip packages_apps_Browser-95e551d9b4f1f7c45e55f3ca4434786f35a95a14.tar.gz packages_apps_Browser-95e551d9b4f1f7c45e55f3ca4434786f35a95a14.tar.bz2 |
Browser: Materialize
-Material Ui theme (green)
-New icon
-xxhdpi drawables
Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
Diffstat (limited to 'res/layout/title_bar.xml')
-rw-r--r-- | res/layout/title_bar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml index acc49e6..609fd9d 100644 --- a/res/layout/title_bar.xml +++ b/res/layout/title_bar.xml @@ -18,7 +18,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/titlebar" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:elevation="8dp"> <include layout="@layout/title_bar_nav" android:id="@+id/taburlbar" |