SetupWizard: layout: no scroll view is needed

* SetupWizardLayout has a built-in one
This commit is contained in:
Peter Cai 2021-03-15 20:16:29 +08:00
parent f7c3504549
commit 924ad14008

View file

@ -5,16 +5,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView
<TextView
android:id="@+id/setup_wizard_generic_text"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/setup_wizard_generic_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="40dp" />
</ScrollView>
android:layout_height="wrap_content"
android:layout_margin="40dp" />
</com.android.setupwizardlib.SetupWizardLayout>