Shift storage wizards over to Glif theme.

This matches new UX best-practices, and allows us to remove some
special one-off hacks.

Test: visual
Bug: 70894690
Change-Id: I2705c731277cae7f19bce78a0a2a023ad0777b83
This commit is contained in:
Jeff Sharkey
2017-12-20 13:20:38 -07:00
parent 35d37784d0
commit ade52ca806
9 changed files with 78 additions and 92 deletions

View File

@@ -14,13 +14,13 @@
limitations under the License.
-->
<com.android.setupwizardlib.SetupWizardLayout
<com.android.setupwizardlib.GlifLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/setup_wizard_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:suwBackgroundTile="@drawable/bg_tile_teal">
app:suwFooter="@layout/storage_wizard_footer">
<LinearLayout
style="@style/SuwContentFrame"
@@ -49,4 +49,4 @@
</LinearLayout>
</com.android.setupwizardlib.SetupWizardLayout>
</com.android.setupwizardlib.GlifLayout>