diff --git a/Android.mk b/Android.mk index 9cb7e2ef050..81f04f7e440 100644 --- a/Android.mk +++ b/Android.mk @@ -19,6 +19,7 @@ LOCAL_PRIVILEGED_MODULE := true LOCAL_PROGUARD_FLAG_FILES := proguard.flags include frameworks/opt/setupwizard/navigationbar/common.mk +include frameworks/opt/setupwizard/library/common.mk include frameworks/base/packages/SettingsLib/common.mk include $(BUILD_PACKAGE) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 66a081d8eff..e8c3f6e532d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1441,6 +1441,37 @@ android:resource="@id/storage_settings" /> + + + + + + + + + + + + diff --git a/res/drawable-hdpi/illustration_horizontal.jpg b/res/drawable-hdpi/illustration_horizontal.jpg new file mode 100644 index 00000000000..428b2f4f880 Binary files /dev/null and b/res/drawable-hdpi/illustration_horizontal.jpg differ diff --git a/res/drawable-hdpi/illustration_tile.jpg b/res/drawable-hdpi/illustration_tile.jpg new file mode 100644 index 00000000000..9931a23518d Binary files /dev/null and b/res/drawable-hdpi/illustration_tile.jpg differ diff --git a/res/drawable-mdpi/illustration_horizontal.jpg b/res/drawable-mdpi/illustration_horizontal.jpg new file mode 100644 index 00000000000..52e7993ff7e Binary files /dev/null and b/res/drawable-mdpi/illustration_horizontal.jpg differ diff --git a/res/drawable-mdpi/illustration_tile.jpg b/res/drawable-mdpi/illustration_tile.jpg new file mode 100644 index 00000000000..7923fb485a8 Binary files /dev/null and b/res/drawable-mdpi/illustration_tile.jpg differ diff --git a/res/drawable-nodpi/illustration_generic.jpg b/res/drawable-nodpi/illustration_generic.jpg new file mode 100644 index 00000000000..f37eaf4290b Binary files /dev/null and b/res/drawable-nodpi/illustration_generic.jpg differ diff --git a/res/drawable-sw600dp-hdpi/illustration_generic.jpg b/res/drawable-sw600dp-hdpi/illustration_generic.jpg new file mode 100644 index 00000000000..7aac7f95755 Binary files /dev/null and b/res/drawable-sw600dp-hdpi/illustration_generic.jpg differ diff --git a/res/drawable-sw600dp-mdpi/illustration_generic.jpg b/res/drawable-sw600dp-mdpi/illustration_generic.jpg new file mode 100644 index 00000000000..34d0f33df13 Binary files /dev/null and b/res/drawable-sw600dp-mdpi/illustration_generic.jpg differ diff --git a/res/drawable-sw600dp-xhdpi/illustration_generic.jpg b/res/drawable-sw600dp-xhdpi/illustration_generic.jpg new file mode 100644 index 00000000000..4fe849f7d8d Binary files /dev/null and b/res/drawable-sw600dp-xhdpi/illustration_generic.jpg differ diff --git a/res/drawable-sw600dp-xxhdpi/illustration_generic.jpg b/res/drawable-sw600dp-xxhdpi/illustration_generic.jpg new file mode 100644 index 00000000000..48bca973f6c Binary files /dev/null and b/res/drawable-sw600dp-xxhdpi/illustration_generic.jpg differ diff --git a/res/drawable-xhdpi/illustration_horizontal.jpg b/res/drawable-xhdpi/illustration_horizontal.jpg new file mode 100644 index 00000000000..2733f8e764e Binary files /dev/null and b/res/drawable-xhdpi/illustration_horizontal.jpg differ diff --git a/res/drawable-xhdpi/illustration_tile.jpg b/res/drawable-xhdpi/illustration_tile.jpg new file mode 100644 index 00000000000..57bccca80f2 Binary files /dev/null and b/res/drawable-xhdpi/illustration_tile.jpg differ diff --git a/res/drawable-xxhdpi/illustration_horizontal.jpg b/res/drawable-xxhdpi/illustration_horizontal.jpg new file mode 100644 index 00000000000..aec8d0f6658 Binary files /dev/null and b/res/drawable-xxhdpi/illustration_horizontal.jpg differ diff --git a/res/drawable-xxhdpi/illustration_tile.jpg b/res/drawable-xxhdpi/illustration_tile.jpg new file mode 100644 index 00000000000..2ba33fa4d0a Binary files /dev/null and b/res/drawable-xxhdpi/illustration_tile.jpg differ diff --git a/res/layout/settings_storage_miscfiles.xml b/res/layout/settings_storage_miscfiles.xml deleted file mode 100644 index 0360cde7773..00000000000 --- a/res/layout/settings_storage_miscfiles.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - diff --git a/res/layout/settings_storage_miscfiles_list.xml b/res/layout/settings_storage_miscfiles_list.xml deleted file mode 100644 index b712073a368..00000000000 --- a/res/layout/settings_storage_miscfiles_list.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - diff --git a/res/layout/storage_internal_format.xml b/res/layout/storage_internal_format.xml new file mode 100644 index 00000000000..b7a36cac6f6 --- /dev/null +++ b/res/layout/storage_internal_format.xml @@ -0,0 +1,51 @@ + + + + + + + + + + +