summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-06-23 17:54:59 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-23 17:54:59 -0700
commit77ee002f774a0fb9da167c6b78315234779f606b (patch)
tree35074e27ea898fd7ea5b69776f09fbfce14ab721 /res
parent0b5fcb7e7377f39e35462a4412ea7a46a07d88cb (diff)
parent1ce1a24cba4dc41bccfeab6fccb2f3355423841a (diff)
downloadandroid_packages_apps_Trebuchet-77ee002f774a0fb9da167c6b78315234779f606b.tar.gz
android_packages_apps_Trebuchet-77ee002f774a0fb9da167c6b78315234779f606b.tar.bz2
android_packages_apps_Trebuchet-77ee002f774a0fb9da167c6b78315234779f606b.zip
am 1ce1a24c: Fixes #1937447. Home was not saving the appropriate state when losing focus.
Merge commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a' * commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a': Fixes #1937447. Home was not saving the appropriate state when losing focus.
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 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>