From b6e8e5de53a256ae2b72afef1b435907a312aebe Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Wed, 24 Sep 2014 09:20:47 -0700 Subject: Update shadow assets Moved from 6dp to 4dp for start shadows and 4dp to 2dp for end shadows on either side of the TL. Change-Id: I0eca8b5eac1c00ff3d17c2bbc2eadb726e856f5e --- res/layout/two_pane_activity.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/two_pane_activity.xml b/res/layout/two_pane_activity.xml index 5b525e3fb..8c3651528 100644 --- a/res/layout/two_pane_activity.xml +++ b/res/layout/two_pane_activity.xml @@ -69,7 +69,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_gravity="left" - android:foreground="@drawable/ic_vertical_shadow_end_4dp" > + android:foreground="@drawable/ic_vertical_shadow_end_2dp" > + android:foreground="@drawable/ic_vertical_shadow_end_2dp" /> -- cgit v1.2.3