summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-08-29 01:55:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-29 01:55:09 +0000
commit8dade422e50a6bc0916f95ab42cf0e128ff42046 (patch)
treeed528958e8245c0d245430764d93d4d8a1b8a7fc /res/layout-sw600dp-land
parent88e5901e58d69cdc9f59352fe3a672ed4ec39294 (diff)
parent182c23973064fdd8ba6b64797853764f517a74d2 (diff)
downloadpackages_apps_Settings-8dade422e50a6bc0916f95ab42cf0e128ff42046.zip
packages_apps_Settings-8dade422e50a6bc0916f95ab42cf0e128ff42046.tar.gz
packages_apps_Settings-8dade422e50a6bc0916f95ab42cf0e128ff42046.tar.bz2
Merge "[WifiSetup] Workaround for accessibility in landscape" into lmp-dev
Diffstat (limited to 'res/layout-sw600dp-land')
-rw-r--r--res/layout-sw600dp-land/setup_preference.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw600dp-land/setup_preference.xml b/res/layout-sw600dp-land/setup_preference.xml
index 2bb8f96..431ac29 100644
--- a/res/layout-sw600dp-land/setup_preference.xml
+++ b/res/layout-sw600dp-land/setup_preference.xml
@@ -37,14 +37,14 @@
<TextView
android:id="@+id/title"
style="@style/SetupCardTitle"
- android:layout_width="0dp"
+ android:layout_width="1dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/setup_wizard_tablet_illustration_height"
android:layout_weight="6"
android:text="@string/wifi_setup_wizard_title"/>
<LinearLayout
- android:layout_width="0dp"
+ android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/setup_wizard_card_land_margin_top"
android:layout_weight="8"