diff --git a/generate-pngs.sh b/generate-pngs.sh index a38faa23..d4430059 100755 --- a/generate-pngs.sh +++ b/generate-pngs.sh @@ -24,4 +24,5 @@ for i in orig/*.svgz; do gen "$i" mdpi 90 gen "$i" hdpi 135 gen "$i" xhdpi 180 + gen "$i" xxhdpi 270 done diff --git a/res/drawable-xxhdpi/arrow.png b/res/drawable-xxhdpi/arrow.png new file mode 100644 index 00000000..1ece0810 Binary files /dev/null and b/res/drawable-xxhdpi/arrow.png differ diff --git a/res/drawable-xxhdpi/close.png b/res/drawable-xxhdpi/close.png new file mode 100644 index 00000000..c08b3e1d Binary files /dev/null and b/res/drawable-xxhdpi/close.png differ diff --git a/res/drawable-xxhdpi/fallback_cover.png b/res/drawable-xxhdpi/fallback_cover.png new file mode 100644 index 00000000..76750584 Binary files /dev/null and b/res/drawable-xxhdpi/fallback_cover.png differ diff --git a/res/drawable-xxhdpi/folder.png b/res/drawable-xxhdpi/folder.png new file mode 100644 index 00000000..e5d6ba37 Binary files /dev/null and b/res/drawable-xxhdpi/folder.png differ diff --git a/res/drawable-xxhdpi/grabber.png b/res/drawable-xxhdpi/grabber.png new file mode 100644 index 00000000..86ba5dc9 Binary files /dev/null and b/res/drawable-xxhdpi/grabber.png differ diff --git a/res/drawable-xxhdpi/icon.png b/res/drawable-xxhdpi/icon.png new file mode 100644 index 00000000..33093188 Binary files /dev/null and b/res/drawable-xxhdpi/icon.png differ diff --git a/res/drawable-xxhdpi/next.png b/res/drawable-xxhdpi/next.png new file mode 100644 index 00000000..1b5de8ab Binary files /dev/null and b/res/drawable-xxhdpi/next.png differ diff --git a/res/drawable-xxhdpi/notification_close.png b/res/drawable-xxhdpi/notification_close.png new file mode 100644 index 00000000..6ba3789e Binary files /dev/null and b/res/drawable-xxhdpi/notification_close.png differ diff --git a/res/drawable-xxhdpi/notification_close_dark.png b/res/drawable-xxhdpi/notification_close_dark.png new file mode 100644 index 00000000..b43db7f2 Binary files /dev/null and b/res/drawable-xxhdpi/notification_close_dark.png differ diff --git a/res/drawable-xxhdpi/pause.png b/res/drawable-xxhdpi/pause.png new file mode 100644 index 00000000..af0d11a7 Binary files /dev/null and b/res/drawable-xxhdpi/pause.png differ diff --git a/res/drawable-xxhdpi/play.png b/res/drawable-xxhdpi/play.png new file mode 100644 index 00000000..4ed00009 Binary files /dev/null and b/res/drawable-xxhdpi/play.png differ diff --git a/res/drawable-xxhdpi/previous.png b/res/drawable-xxhdpi/previous.png new file mode 100644 index 00000000..50a2c137 Binary files /dev/null and b/res/drawable-xxhdpi/previous.png differ diff --git a/res/drawable-xxhdpi/random_active.png b/res/drawable-xxhdpi/random_active.png new file mode 100644 index 00000000..645a752f Binary files /dev/null and b/res/drawable-xxhdpi/random_active.png differ diff --git a/res/drawable-xxhdpi/repeat_active.png b/res/drawable-xxhdpi/repeat_active.png new file mode 100644 index 00000000..de3a25d8 Binary files /dev/null and b/res/drawable-xxhdpi/repeat_active.png differ diff --git a/res/drawable-xxhdpi/repeat_current_active.png b/res/drawable-xxhdpi/repeat_current_active.png new file mode 100644 index 00000000..6b7dbc4e Binary files /dev/null and b/res/drawable-xxhdpi/repeat_current_active.png differ diff --git a/res/drawable-xxhdpi/repeat_inactive.png b/res/drawable-xxhdpi/repeat_inactive.png new file mode 100644 index 00000000..1e1fbe94 Binary files /dev/null and b/res/drawable-xxhdpi/repeat_inactive.png differ diff --git a/res/drawable-xxhdpi/shuffle_active.png b/res/drawable-xxhdpi/shuffle_active.png new file mode 100644 index 00000000..02eda7ae Binary files /dev/null and b/res/drawable-xxhdpi/shuffle_active.png differ diff --git a/res/drawable-xxhdpi/shuffle_album_active.png b/res/drawable-xxhdpi/shuffle_album_active.png new file mode 100644 index 00000000..44a9e90f Binary files /dev/null and b/res/drawable-xxhdpi/shuffle_album_active.png differ diff --git a/res/drawable-xxhdpi/shuffle_inactive.png b/res/drawable-xxhdpi/shuffle_inactive.png new file mode 100644 index 00000000..80cb95f4 Binary files /dev/null and b/res/drawable-xxhdpi/shuffle_inactive.png differ diff --git a/res/drawable-xxhdpi/status_icon.png b/res/drawable-xxhdpi/status_icon.png new file mode 100644 index 00000000..c898ed90 Binary files /dev/null and b/res/drawable-xxhdpi/status_icon.png differ diff --git a/res/drawable-xxhdpi/stop_current_active.png b/res/drawable-xxhdpi/stop_current_active.png new file mode 100644 index 00000000..9b650a8d Binary files /dev/null and b/res/drawable-xxhdpi/stop_current_active.png differ diff --git a/res/drawable-xxhdpi/widget_next.png b/res/drawable-xxhdpi/widget_next.png new file mode 100644 index 00000000..98231d67 Binary files /dev/null and b/res/drawable-xxhdpi/widget_next.png differ diff --git a/res/drawable-xxhdpi/widget_pause.png b/res/drawable-xxhdpi/widget_pause.png new file mode 100644 index 00000000..82395c4c Binary files /dev/null and b/res/drawable-xxhdpi/widget_pause.png differ diff --git a/res/drawable-xxhdpi/widget_play.png b/res/drawable-xxhdpi/widget_play.png new file mode 100644 index 00000000..d853a152 Binary files /dev/null and b/res/drawable-xxhdpi/widget_play.png differ diff --git a/res/drawable-xxhdpi/widget_previous.png b/res/drawable-xxhdpi/widget_previous.png new file mode 100644 index 00000000..f1ed1b80 Binary files /dev/null and b/res/drawable-xxhdpi/widget_previous.png differ