diff --git a/res/color/storage_wizard_button.xml b/res/color/storage_wizard_button.xml new file mode 100644 index 00000000000..38c7d523ea1 --- /dev/null +++ b/res/color/storage_wizard_button.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/res/color/storage_wizard_button_red.xml b/res/color/storage_wizard_button_red.xml new file mode 100644 index 00000000000..9e9a908457e --- /dev/null +++ b/res/color/storage_wizard_button_red.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/res/drawable-hdpi/bg_internal_storage_header.png b/res/drawable-hdpi/bg_internal_storage_header.png new file mode 100644 index 00000000000..ccb59515952 Binary files /dev/null and b/res/drawable-hdpi/bg_internal_storage_header.png differ diff --git a/res/drawable-hdpi/bg_portable_storage_header.png b/res/drawable-hdpi/bg_portable_storage_header.png new file mode 100644 index 00000000000..fa640f08f03 Binary files /dev/null and b/res/drawable-hdpi/bg_portable_storage_header.png differ diff --git a/res/drawable-hdpi/bg_tile.png b/res/drawable-hdpi/bg_tile.png new file mode 100644 index 00000000000..0680c57f5f8 Binary files /dev/null and b/res/drawable-hdpi/bg_tile.png differ diff --git a/res/drawable-mdpi/bg_internal_storage_header.png b/res/drawable-mdpi/bg_internal_storage_header.png new file mode 100644 index 00000000000..a4f263d9b7b Binary files /dev/null and b/res/drawable-mdpi/bg_internal_storage_header.png differ diff --git a/res/drawable-mdpi/bg_portable_storage_header.png b/res/drawable-mdpi/bg_portable_storage_header.png new file mode 100644 index 00000000000..9b21825aac0 Binary files /dev/null and b/res/drawable-mdpi/bg_portable_storage_header.png differ diff --git a/res/drawable-mdpi/bg_tile.png b/res/drawable-mdpi/bg_tile.png new file mode 100644 index 00000000000..bd361f0f41d Binary files /dev/null and b/res/drawable-mdpi/bg_tile.png differ diff --git a/res/drawable-xhdpi/bg_internal_storage_header.png b/res/drawable-xhdpi/bg_internal_storage_header.png new file mode 100644 index 00000000000..289b31cbfec Binary files /dev/null and b/res/drawable-xhdpi/bg_internal_storage_header.png differ diff --git a/res/drawable-xhdpi/bg_portable_storage_header.png b/res/drawable-xhdpi/bg_portable_storage_header.png new file mode 100644 index 00000000000..76154ff8c1e Binary files /dev/null and b/res/drawable-xhdpi/bg_portable_storage_header.png differ diff --git a/res/drawable-xhdpi/bg_tile.png b/res/drawable-xhdpi/bg_tile.png new file mode 100644 index 00000000000..dc5b24c31f6 Binary files /dev/null and b/res/drawable-xhdpi/bg_tile.png differ diff --git a/res/drawable-xxhdpi/bg_internal_storage_header.png b/res/drawable-xxhdpi/bg_internal_storage_header.png new file mode 100644 index 00000000000..ed01721c126 Binary files /dev/null and b/res/drawable-xxhdpi/bg_internal_storage_header.png differ diff --git a/res/drawable-xxhdpi/bg_portable_storage_header.png b/res/drawable-xxhdpi/bg_portable_storage_header.png new file mode 100644 index 00000000000..df6b38e83b8 Binary files /dev/null and b/res/drawable-xxhdpi/bg_portable_storage_header.png differ diff --git a/res/drawable-xxhdpi/bg_tile.png b/res/drawable-xxhdpi/bg_tile.png new file mode 100644 index 00000000000..bf28300ab6e Binary files /dev/null and b/res/drawable-xxhdpi/bg_tile.png differ diff --git a/res/drawable-xxxhdpi/bg_internal_storage_header.png b/res/drawable-xxxhdpi/bg_internal_storage_header.png new file mode 100644 index 00000000000..26cae965ef3 Binary files /dev/null and b/res/drawable-xxxhdpi/bg_internal_storage_header.png differ diff --git a/res/drawable-xxxhdpi/bg_portable_storage_header.png b/res/drawable-xxxhdpi/bg_portable_storage_header.png new file mode 100644 index 00000000000..78003f820a4 Binary files /dev/null and b/res/drawable-xxxhdpi/bg_portable_storage_header.png differ diff --git a/res/drawable-xxxhdpi/bg_tile.png b/res/drawable-xxxhdpi/bg_tile.png new file mode 100644 index 00000000000..7d221707c88 Binary files /dev/null and b/res/drawable-xxxhdpi/bg_tile.png differ diff --git a/res/layout/preference_storage_action.xml b/res/layout/preference_storage_action.xml index 19d776324f9..5a378713a8a 100644 --- a/res/layout/preference_storage_action.xml +++ b/res/layout/preference_storage_action.xml @@ -30,6 +30,7 @@ android:layout_gravity="center" android:gravity="center" android:src="@drawable/ic_eject_24dp" + android:tint="?android:attr/textColorSecondary" android:background="?android:attr/selectableItemBackground" /> diff --git a/res/layout/storage_summary.xml b/res/layout/storage_summary.xml index cd63671b116..96a0ceedc71 100644 --- a/res/layout/storage_summary.xml +++ b/res/layout/storage_summary.xml @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:textAlignment="viewStart" android:textAppearance="@android:style/TextAppearance.Material.Body1" - android:textColor="#8a000000" + android:textColor="?android:attr/textColorSecondaryNoDisable" android:maxLines="10" /> + app:suwBackgroundTile="@drawable/bg_tile"> - - + app:suwBackgroundTile="@drawable/bg_tile"> + app:suwBackgroundTile="@drawable/bg_tile"> + + + + +