SetupWizard: Forward port accessibility

Change-Id: I04e5e02bfb94b9a6c6b6a0e95f1059a710075528
This commit is contained in:
cretin45
2015-01-27 11:10:09 -08:00
parent bc5b50f1d5
commit d842eed420
4 changed files with 297 additions and 7 deletions

View File

@@ -18,14 +18,14 @@
android:id="@+id/root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:clickable="true">
<FrameLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
style="@style/PageContainer"/>
<FrameLayout android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
style="@style/PageContainer"/>
<include layout="@layout/button_bar" />