summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-06-23 17:34:54 -0700
committerRomain Guy <romainguy@android.com>2009-06-23 17:34:54 -0700
commit1ce1a24cba4dc41bccfeab6fccb2f3355423841a (patch)
tree277d1f889e4e5fb1977441fa75b4ba6153b46a68 /res/layout
parent417d23428af00d928805c88c7731ccd0ece7fab2 (diff)
downloadandroid_packages_apps_Trebuchet-1ce1a24cba4dc41bccfeab6fccb2f3355423841a.tar.gz
android_packages_apps_Trebuchet-1ce1a24cba4dc41bccfeab6fccb2f3355423841a.tar.bz2
android_packages_apps_Trebuchet-1ce1a24cba4dc41bccfeab6fccb2f3355423841a.zip
Fixes #1937447. Home was not saving the appropriate state when losing focus.
Diffstat (limited to 'res/layout')
-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 846c0633c..c9ea2a5a7 100644
--- a/res/layout/gestures.xml
+++ b/res/layout/gestures.xml
@@ -90,7 +90,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignTop="@id/gestures_actions"
- android:layout_marginRight="10dip"
- android:layout_marginTop="-22dip" />
+ android:layout_marginRight="5dip"
+ android:layout_marginTop="-47dip" />
</com.android.launcher.GesturesPanel>