summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2012-06-06 15:23:16 -0700
committerAndrew Flynn <flynn@google.com>2012-06-06 15:52:11 -0700
commitc60d967713575a21d25499d160499da4d97fa0f3 (patch)
treee5931b8593fe4976a0ef60449663b2e68869ee63 /res
parentfa31ac2102a2dad041463a56048d83c2e4ce9098 (diff)
downloadandroid_packages_apps_Trebuchet-c60d967713575a21d25499d160499da4d97fa0f3.tar.gz
android_packages_apps_Trebuchet-c60d967713575a21d25499d160499da4d97fa0f3.tar.bz2
android_packages_apps_Trebuchet-c60d967713575a21d25499d160499da4d97fa0f3.zip
Update 600dp clings.
- Assign minWidth to 'OK' button - Move all_apps_cling 'OK' button higher Bug: 6535310 Change-Id: Idceecb0bc4ca77c81127e7c24fce79347527e00d
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp-port/all_apps_cling.xml5
-rw-r--r--res/layout-sw600dp-port/folder_cling.xml1
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-sw600dp-port/all_apps_cling.xml b/res/layout-sw600dp-port/all_apps_cling.xml
index 95d7ff2fb..049822408 100644
--- a/res/layout-sw600dp-port/all_apps_cling.xml
+++ b/res/layout-sw600dp-port/all_apps_cling.xml
@@ -41,9 +41,10 @@
<Button
style="@style/ClingButton"
android:id="@+id/cling_dismiss"
+ android:minWidth="168dp"
android:textSize="24sp"
- android:layout_marginBottom="27dp"
+ android:layout_marginTop="235dp"
android:layout_marginRight="36dp"
- android:layout_gravity="bottom|right"
+ android:layout_gravity="top|right"
android:onClick="dismissAllAppsCling" />
</com.android.launcher2.Cling>
diff --git a/res/layout-sw600dp-port/folder_cling.xml b/res/layout-sw600dp-port/folder_cling.xml
index 1b6c1a01a..e3a9caa22 100644
--- a/res/layout-sw600dp-port/folder_cling.xml
+++ b/res/layout-sw600dp-port/folder_cling.xml
@@ -42,6 +42,7 @@
<Button
style="@style/ClingButton"
android:id="@+id/cling_dismiss"
+ android:minWidth="168dp"
android:textSize="24sp"
android:layout_marginBottom="27dp"
android:layout_marginRight="36dp"