[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
This commit is contained in:
Maurice Lam
2014-08-28 18:21:52 -07:00
parent 755c97d663
commit 182c239730

View File

@@ -37,13 +37,13 @@
<TextView <TextView
android:id="@+id/title" android:id="@+id/title"
style="@style/SetupCardTitle" style="@style/SetupCardTitle"
android:layout_width="0dp" android:layout_width="1dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="6" android:layout_weight="6"
android:text="@string/wifi_setup_wizard_title"/> android:text="@string/wifi_setup_wizard_title"/>
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="1dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginTop="@dimen/setup_wizard_card_land_margin_top" android:layout_marginTop="@dimen/setup_wizard_card_land_margin_top"
android:layout_weight="8" android:layout_weight="8"