summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHayden Schoen <hayden@cyngn.com>2015-04-02 14:04:28 -0700
committerMichael Bestas <mikeioannina@gmail.com>2015-04-17 03:48:44 +0300
commitacef38fbe87a3fcbff6cc05ad0f2f52fe9519504 (patch)
treeef867854fd1307c2dd926f8a992265d48e5036ba /res
parent3cbd728382bf00449b3140296d5e9756bcf91cb4 (diff)
downloadandroid_packages_apps_Trebuchet-acef38fbe87a3fcbff6cc05ad0f2f52fe9519504.tar.gz
android_packages_apps_Trebuchet-acef38fbe87a3fcbff6cc05ad0f2f52fe9519504.tar.bz2
android_packages_apps_Trebuchet-acef38fbe87a3fcbff6cc05ad0f2f52fe9519504.zip
AppDrawer: tweak animations and layout
Change-Id: If9d788b25fbabf21bd4d9d35b0dd82ddcca180f8
Diffstat (limited to 'res')
-rw-r--r--res/layout/app_drawer_container.xml2
-rw-r--r--res/layout/app_drawer_item.xml7
2 files changed, 6 insertions, 3 deletions
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" />
</RelativeLayout>
diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml
index ac63b7c01..5d3b94655 100644
--- a/res/layout/app_drawer_item.xml
+++ b/res/layout/app_drawer_item.xml
@@ -52,7 +52,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"
@@ -61,6 +61,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>