From 4699b583f047ab6befda687ffb36b07cabaa779d Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Thu, 26 Mar 2015 18:46:38 -0400 Subject: [PATCH] Display shadow behind progress bar for non Lollipop devices --- res/layout/tab_drawer.xml | 3 +-- res/layout/toolbar.xml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/res/layout/tab_drawer.xml b/res/layout/tab_drawer.xml index c1b963b..a308f6d 100644 --- a/res/layout/tab_drawer.xml +++ b/res/layout/tab_drawer.xml @@ -25,7 +25,7 @@ android:layout_centerVertical="true" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" - android:contentDescription="Favicon" + android:contentDescription="@string/action_new_tab" android:gravity="center_vertical" android:src="@drawable/ic_action_plus" > @@ -55,7 +55,6 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:layout_below="@+id/view" android:choiceMode="singleChoice" android:dividerHeight="1dp" android:listSelector="?attr/listBackground" /> diff --git a/res/layout/toolbar.xml b/res/layout/toolbar.xml index c99c27c..ed55fae 100644 --- a/res/layout/toolbar.xml +++ b/res/layout/toolbar.xml @@ -15,12 +15,18 @@ custom:contentInsetEnd="0dp" custom:contentInsetStart="0dp" /> - + android:layout_height="wrap_content" + android:background="?attr/progressBackgroundColor" > + + + \ No newline at end of file