summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-08-28 18:21:52 -0700
committerMaurice Lam <yukl@google.com>2014-08-28 18:21:52 -0700
commit182c23973064fdd8ba6b64797853764f517a74d2 (patch)
tree3de821b6c9da4edc2ab705a423f2f3fcbc487329 /res/layout-sw600dp-land
parent755c97d663533b20403493e82b261e8f1d246f7e (diff)
downloadpackages_apps_Settings-182c23973064fdd8ba6b64797853764f517a74d2.zip
packages_apps_Settings-182c23973064fdd8ba6b64797853764f517a74d2.tar.gz
packages_apps_Settings-182c23973064fdd8ba6b64797853764f517a74d2.tar.bz2
[WifiSetup] Workaround for accessibility in landscape
This change works around a bug that TalkBack doesn't work and keep throwing out error logs in landscape mode. Bug: 17320180 Change-Id: I952e8f828b6c7d67a7adfa0cb710e73a7e2864f1
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 3d4db3d..ad364f9 100644
--- a/res/layout-sw600dp-land/setup_preference.xml
+++ b/res/layout-sw600dp-land/setup_preference.xml
@@ -37,13 +37,13 @@
<TextView
android:id="@+id/title"
style="@style/SetupCardTitle"
- android:layout_width="0dp"
+ android:layout_width="1dp"
android:layout_height="wrap_content"
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"