summaryrefslogtreecommitdiffstats
path: root/res/layout/app_drawer_container.xml
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2015-03-24 17:15:10 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-04-02 00:56:26 +0000
commite002b691b3233629598c77ef50f1ef91eb1877f0 (patch)
tree11c849d031fa02162471b3aa1df40e6e9a9df77b /res/layout/app_drawer_container.xml
parenta9f83600fe59ea8bf65ae6dca8dc5239c529de7b (diff)
downloadandroid_packages_apps_Trebuchet-e002b691b3233629598c77ef50f1ef91eb1877f0.tar.gz
android_packages_apps_Trebuchet-e002b691b3233629598c77ef50f1ef91eb1877f0.tar.bz2
android_packages_apps_Trebuchet-e002b691b3233629598c77ef50f1ef91eb1877f0.zip
App drawer: add animations and letters to make things pretty
Change-Id: Iaf6718893e09df715b4524b864be9a7c22addc59
Diffstat (limited to 'res/layout/app_drawer_container.xml')
-rw-r--r--res/layout/app_drawer_container.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml
index f5db08ce1..6024ddd19 100644
--- a/res/layout/app_drawer_container.xml
+++ b/res/layout/app_drawer_container.xml
@@ -71,12 +71,14 @@
<TextView
android:id="@+id/scrubberIndicator"
android:background="@drawable/letter_indicator"
- android:layout_width="80dp"
- android:textSize="30sp"
- android:gravity="center"
- android:textColor="@android:color/white"
+ android:layout_width="100dp"
+ android:layout_marginLeft="@dimen/app_drawer_scrubber_padding"
+ android:paddingTop="18dp"
+ android:textSize="24sp"
+ android:gravity="center_horizontal|top"
+ android:textColor="@android:color/black"
android:clickable="false"
- android:layout_marginBottom="-20dp"
+ android:layout_marginBottom="-48dp"
android:visibility="invisible"
android:layout_height="100dp" />
</RelativeLayout>