From 4c38ea9a1796dd55bd017a1742b3e95c4e583e84 Mon Sep 17 00:00:00 2001 From: Hayden Schoen Date: Thu, 2 Apr 2015 14:04:28 -0700 Subject: AppDrawer: tweak animations and layout Change-Id: If9d788b25fbabf21bd4d9d35b0dd82ddcca180f8 --- res/layout/app_drawer_container.xml | 2 +- res/layout/app_drawer_item.xml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'res/layout') diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml index 6024ddd19..30a4ceeb0 100644 --- a/res/layout/app_drawer_container.xml +++ b/res/layout/app_drawer_container.xml @@ -78,7 +78,7 @@ android:gravity="center_horizontal|top" android:textColor="@android:color/black" android:clickable="false" - android:layout_marginBottom="-48dp" + android:layout_marginBottom="-40dp" android:visibility="invisible" android:layout_height="100dp" /> diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml index 43e2562ae..cc2ed8f9b 100644 --- a/res/layout/app_drawer_item.xml +++ b/res/layout/app_drawer_item.xml @@ -43,7 +43,7 @@ android:layout_width="27dp" android:layout_height="wrap_content" android:layout_marginTop="10dp" - android:layout_marginLeft="10dp" + android:layout_marginLeft="6dp" android:layout_centerVertical="true" android:includeFontPadding="false" android:gravity="center" @@ -52,6 +52,9 @@ android:textSize="24sp" android:layout_gravity="center" android:fontFamily="sans-serif-light" - android:textColor="@android:color/white" /> + android:textColor="@android:color/white" + android:shadowRadius="4.0" + android:shadowDy="2" + android:shadowColor="#b0000000"/> -- cgit v1.2.3