From f4784dd14191cbc433becaa651b2a92fa5950f47 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Thu, 26 Feb 2015 17:02:14 -0800 Subject: Trebuchet: App Drawer - clean up open/close animations Change-Id: Ia1bcaec9cf5bdcd9ca61137aa45f91819fb2e94d --- res/layout/app_drawer_container.xml | 47 ++++++++++++++++++++ res/layout/app_drawer_item.xml | 4 +- res/layout/scrub_layout.xml | 86 +++++++------------------------------ 3 files changed, 65 insertions(+), 72 deletions(-) (limited to 'res/layout') diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml index c0eb97a99..3706e448d 100644 --- a/res/layout/app_drawer_container.xml +++ b/res/layout/app_drawer_container.xml @@ -31,4 +31,51 @@ android:visibility="invisible" android:clipToPadding="false" /> + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml index 37bdeea6a..e2d105f5a 100644 --- a/res/layout/app_drawer_item.xml +++ b/res/layout/app_drawer_item.xml @@ -34,7 +34,9 @@ android:gravity="start|top" android:singleLine="true" autofit:minTextSize="8sp" - android:textSize="35sp" + android:textSize="24sp" + android:layout_gravity="center" + android:fontFamily="sans-serif-light" android:textColor="@android:color/white"/> + android:layout_height="wrap_content" + android:background="@drawable/seek_back" + android:layout_alignParentBottom="true"> - - - - - - + + - - - - - - - - - - - -- cgit v1.2.3