summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMartin Brabham <optedoblivion@cyngn.com>2015-04-13 12:56:07 -0700
committerMatt Garnes <matt@cyngn.com>2015-04-28 00:25:48 +0000
commitf533ad90223718f9b5f6d35adc180618620313a6 (patch)
tree818bbca91faed12630afb8a16b1b5d17aa309bea /res/layout
parent3d6a266a83ad078df67acccf2d33610f993a34a3 (diff)
downloadandroid_packages_apps_Trebuchet-f533ad90223718f9b5f6d35adc180618620313a6.tar.gz
android_packages_apps_Trebuchet-f533ad90223718f9b5f6d35adc180618620313a6.tar.bz2
android_packages_apps_Trebuchet-f533ad90223718f9b5f6d35adc180618620313a6.zip
Clean up scrolling
- Eliminate creation of garbage - Square up interface - Post animation signals to handler so they can be cancelled and redispatched with new data for the updated signal. Change-Id: I9824b7eb762a8d565e22e118bf3f07a8a4791ce8 (cherry picked from commit 22c34f768d1cf58f7b340350ef0a64b2c1ae9485)
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/app_drawer_container.xml2
-rw-r--r--res/layout/app_drawer_item.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml
index 30a4ceeb0..146906637 100644
--- a/res/layout/app_drawer_container.xml
+++ b/res/layout/app_drawer_container.xml
@@ -82,4 +82,4 @@
android:visibility="invisible"
android:layout_height="100dp" />
</RelativeLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>
diff --git a/res/layout/app_drawer_item.xml b/res/layout/app_drawer_item.xml
index 5d3b94655..46a965226 100644
--- a/res/layout/app_drawer_item.xml
+++ b/res/layout/app_drawer_item.xml
@@ -54,7 +54,7 @@
android:layout_marginTop="10dp"
android:layout_marginLeft="6dp"
android:layout_centerVertical="true"
- android:includeFontPadding="false"
+ android:includeFontPadding="true"
android:gravity="center"
android:singleLine="true"
autofit:minTextSize="8sp"