summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-06-10 02:48:37 -0700
committerRomain Guy <romainguy@android.com>2009-06-10 02:48:37 -0700
commitaad5ef44c665fc4ce143a61c009dc04be3ab0437 (patch)
treea2f1ac02b07f1e197eda3af5ec9246123d525870 /res
parent73b979d8c141c7ceac82dad7c5b271a6a42afa67 (diff)
downloadandroid_packages_apps_Trebuchet-aad5ef44c665fc4ce143a61c009dc04be3ab0437.tar.gz
android_packages_apps_Trebuchet-aad5ef44c665fc4ce143a61c009dc04be3ab0437.tar.bz2
android_packages_apps_Trebuchet-aad5ef44c665fc4ce143a61c009dc04be3ab0437.zip
Fix issues with how the gestures pad was hidden when leaving Home.
Diffstat (limited to 'res')
-rw-r--r--res/layout/gestures.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/gestures.xml b/res/layout/gestures.xml
index d2beaa847..846c0633c 100644
--- a/res/layout/gestures.xml
+++ b/res/layout/gestures.xml
@@ -46,7 +46,7 @@
android:shadowColor="#FF000000"
android:shadowRadius="2.0"
- android:drawablePadding="6dip"
+ android:drawablePadding="8dip"
android:textAppearance="?android:attr/textAppearanceLarge"
android:ellipsize="end"
android:maxLines="2"
@@ -62,7 +62,7 @@
android:shadowColor="#FF000000"
android:shadowRadius="2.0"
- android:drawablePadding="6dip"
+ android:drawablePadding="8dip"
android:textAppearance="?android:attr/textAppearanceLarge"
android:ellipsize="end"
android:maxLines="2"