diff options
Diffstat (limited to 'res/layout/storage_wizard_generic.xml')
-rw-r--r-- | res/layout/storage_wizard_generic.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/storage_wizard_generic.xml b/res/layout/storage_wizard_generic.xml index 4f0cef976..6b5890ae9 100644 --- a/res/layout/storage_wizard_generic.xml +++ b/res/layout/storage_wizard_generic.xml @@ -20,9 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - app:suwBackgroundTile="@drawable/illustration_tile" - app:suwIllustrationHorizontalTile="@drawable/illustration_horizontal" - app:suwIllustrationImage="@drawable/illustration_generic"> + app:suwBackgroundTile="@drawable/bg_tile"> <LinearLayout style="@style/SuwContentFrame" |