summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2012-06-04 14:55:13 -0700
committerAndrew Flynn <flynn@google.com>2012-06-05 14:26:12 -0700
commit04617ad4c8b8aaadfeb1c0f60420784008987c28 (patch)
treeba94923f4b230421512aadf8aeb924fbbb83fa8d
parent5c9bcc6f5923b7b52b72bc7ba9dd7273b5630538 (diff)
downloadandroid_packages_apps_Trebuchet-04617ad4c8b8aaadfeb1c0f60420784008987c28.tar.gz
android_packages_apps_Trebuchet-04617ad4c8b8aaadfeb1c0f60420784008987c28.tar.bz2
android_packages_apps_Trebuchet-04617ad4c8b8aaadfeb1c0f60420784008987c28.zip
Don't set hard width/height for cling OK button.
Bug: 6587934 Change-Id: I0cb153006f3c852a9b7427c0944d9b55e3a955d8
-rw-r--r--res/layout-sw600dp-port/all_apps_cling.xml2
-rw-r--r--res/layout-sw600dp-port/folder_cling.xml2
2 files changed, 0 insertions, 4 deletions
diff --git a/res/layout-sw600dp-port/all_apps_cling.xml b/res/layout-sw600dp-port/all_apps_cling.xml
index 8bf8d15ce..95d7ff2fb 100644
--- a/res/layout-sw600dp-port/all_apps_cling.xml
+++ b/res/layout-sw600dp-port/all_apps_cling.xml
@@ -41,8 +41,6 @@
<Button
style="@style/ClingButton"
android:id="@+id/cling_dismiss"
- android:layout_width="118dp"
- android:layout_height="54dp"
android:textSize="24sp"
android:layout_marginBottom="27dp"
android:layout_marginRight="36dp"
diff --git a/res/layout-sw600dp-port/folder_cling.xml b/res/layout-sw600dp-port/folder_cling.xml
index d154a5b16..1b6c1a01a 100644
--- a/res/layout-sw600dp-port/folder_cling.xml
+++ b/res/layout-sw600dp-port/folder_cling.xml
@@ -42,8 +42,6 @@
<Button
style="@style/ClingButton"
android:id="@+id/cling_dismiss"
- android:layout_width="118dp"
- android:layout_height="54dp"
android:textSize="24sp"
android:layout_marginBottom="27dp"
android:layout_marginRight="36dp"