commit | 04617ad4c8b8aaadfeb1c0f60420784008987c28 | [log] [tgz] |
---|---|---|
author | Andrew Flynn <flynn@google.com> | Mon Jun 04 14:55:13 2012 -0700 |
committer | Andrew Flynn <flynn@google.com> | Tue Jun 05 14:26:12 2012 -0700 |
tree | ba94923f4b230421512aadf8aeb924fbbb83fa8d | |
parent | 5c9bcc6f5923b7b52b72bc7ba9dd7273b5630538 [diff] |
Don't set hard width/height for cling OK button. Bug: 6587934 Change-Id: I0cb153006f3c852a9b7427c0944d9b55e3a955d8
diff --git a/res/layout-sw600dp-port/all_apps_cling.xml b/res/layout-sw600dp-port/all_apps_cling.xml index 8bf8d15..95d7ff2 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 d154a5b..1b6c1a0 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"