am 8dade422: Merge "[WifiSetup] Workaround for accessibility in landscape" into lmp-dev

* commit '8dade422e50a6bc0916f95ab42cf0e128ff42046':
  [WifiSetup] Workaround for accessibility in landscape
This commit is contained in:
Maurice Lam
2014-08-29 03:36:55 +00:00
committed by Android Git Automerger

View File

@@ -37,14 +37,14 @@
<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_marginTop="@dimen/setup_wizard_tablet_illustration_height" android:layout_marginTop="@dimen/setup_wizard_tablet_illustration_height"
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"