summaryrefslogtreecommitdiffstats
path: root/res/layout/app_drawer_item.xml
diff options
context:
space:
mode:
authorHayden Schoen <hayden@cyngn.com>2015-04-02 14:04:28 -0700
committerLinus Lee <llee@cyngn.com>2015-04-02 21:51:37 +0000
commit4c38ea9a1796dd55bd017a1742b3e95c4e583e84 (patch)
tree5fac03f2744b73f32f8433a9d689b21b64620a2f /res/layout/app_drawer_item.xml
parente002b691b3233629598c77ef50f1ef91eb1877f0 (diff)
downloadandroid_packages_apps_Trebuchet-4c38ea9a1796dd55bd017a1742b3e95c4e583e84.tar.gz
android_packages_apps_Trebuchet-4c38ea9a1796dd55bd017a1742b3e95c4e583e84.tar.bz2
android_packages_apps_Trebuchet-4c38ea9a1796dd55bd017a1742b3e95c4e583e84.zip
AppDrawer: tweak animations and layout
Change-Id: If9d788b25fbabf21bd4d9d35b0dd82ddcca180f8
Diffstat (limited to 'res/layout/app_drawer_item.xml')
-rw-r--r--res/layout/app_drawer_item.xml7
1 files changed, 5 insertions, 2 deletions
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"/>
</RelativeLayout>