diff --git a/generate-pngs.sh b/generate-pngs.sh index 9dc994ef..e2750502 100755 --- a/generate-pngs.sh +++ b/generate-pngs.sh @@ -16,4 +16,5 @@ gen() { for i in orig/*.svgz; do gen "$i" mdpi 90 gen "$i" hdpi 135 + gen "$i" xhdpi 180 done diff --git a/res/drawable-xhdpi/close_focused.png b/res/drawable-xhdpi/close_focused.png new file mode 100644 index 00000000..641d0df5 Binary files /dev/null and b/res/drawable-xhdpi/close_focused.png differ diff --git a/res/drawable-xhdpi/close_normal.png b/res/drawable-xhdpi/close_normal.png new file mode 100644 index 00000000..08fc60cd Binary files /dev/null and b/res/drawable-xhdpi/close_normal.png differ diff --git a/res/drawable-xhdpi/icon.png b/res/drawable-xhdpi/icon.png new file mode 100644 index 00000000..3f98e7ab Binary files /dev/null and b/res/drawable-xhdpi/icon.png differ diff --git a/res/drawable-xhdpi/next_focused.png b/res/drawable-xhdpi/next_focused.png new file mode 100644 index 00000000..4cbc8768 Binary files /dev/null and b/res/drawable-xhdpi/next_focused.png differ diff --git a/res/drawable-xhdpi/next_normal.png b/res/drawable-xhdpi/next_normal.png new file mode 100644 index 00000000..46a69861 Binary files /dev/null and b/res/drawable-xhdpi/next_normal.png differ diff --git a/res/drawable-xhdpi/pause_focused.png b/res/drawable-xhdpi/pause_focused.png new file mode 100644 index 00000000..11502dab Binary files /dev/null and b/res/drawable-xhdpi/pause_focused.png differ diff --git a/res/drawable-xhdpi/pause_normal.png b/res/drawable-xhdpi/pause_normal.png new file mode 100644 index 00000000..e504df0e Binary files /dev/null and b/res/drawable-xhdpi/pause_normal.png differ diff --git a/res/drawable-xhdpi/play_focused.png b/res/drawable-xhdpi/play_focused.png new file mode 100644 index 00000000..f21b166b Binary files /dev/null and b/res/drawable-xhdpi/play_focused.png differ diff --git a/res/drawable-xhdpi/play_normal.png b/res/drawable-xhdpi/play_normal.png new file mode 100644 index 00000000..885984ff Binary files /dev/null and b/res/drawable-xhdpi/play_normal.png differ diff --git a/res/drawable-xhdpi/previous_focused.png b/res/drawable-xhdpi/previous_focused.png new file mode 100644 index 00000000..15421672 Binary files /dev/null and b/res/drawable-xhdpi/previous_focused.png differ diff --git a/res/drawable-xhdpi/previous_normal.png b/res/drawable-xhdpi/previous_normal.png new file mode 100644 index 00000000..bb742dca Binary files /dev/null and b/res/drawable-xhdpi/previous_normal.png differ diff --git a/res/drawable-xhdpi/random_active.png b/res/drawable-xhdpi/random_active.png new file mode 100644 index 00000000..1c30fc6d Binary files /dev/null and b/res/drawable-xhdpi/random_active.png differ diff --git a/res/drawable-xhdpi/repeat_active.png b/res/drawable-xhdpi/repeat_active.png new file mode 100644 index 00000000..3778a8ca Binary files /dev/null and b/res/drawable-xhdpi/repeat_active.png differ diff --git a/res/drawable-xhdpi/repeat_current_active.png b/res/drawable-xhdpi/repeat_current_active.png new file mode 100644 index 00000000..b857c2ee Binary files /dev/null and b/res/drawable-xhdpi/repeat_current_active.png differ diff --git a/res/drawable-xhdpi/repeat_inactive.png b/res/drawable-xhdpi/repeat_inactive.png new file mode 100644 index 00000000..41289d86 Binary files /dev/null and b/res/drawable-xhdpi/repeat_inactive.png differ diff --git a/res/drawable-xhdpi/shuffle_active.png b/res/drawable-xhdpi/shuffle_active.png new file mode 100644 index 00000000..72e3c616 Binary files /dev/null and b/res/drawable-xhdpi/shuffle_active.png differ diff --git a/res/drawable-xhdpi/shuffle_album_active.png b/res/drawable-xhdpi/shuffle_album_active.png new file mode 100644 index 00000000..c993a2ba Binary files /dev/null and b/res/drawable-xhdpi/shuffle_album_active.png differ diff --git a/res/drawable-xhdpi/shuffle_inactive.png b/res/drawable-xhdpi/shuffle_inactive.png new file mode 100644 index 00000000..3a0fdfbb Binary files /dev/null and b/res/drawable-xhdpi/shuffle_inactive.png differ diff --git a/res/drawable-xhdpi/status_icon.png b/res/drawable-xhdpi/status_icon.png new file mode 100644 index 00000000..80b7c6e2 Binary files /dev/null and b/res/drawable-xhdpi/status_icon.png differ diff --git a/res/drawable-xhdpi/status_icon_paused.png b/res/drawable-xhdpi/status_icon_paused.png new file mode 100644 index 00000000..3b247f7e Binary files /dev/null and b/res/drawable-xhdpi/status_icon_paused.png differ diff --git a/res/drawable-xhdpi/stop_current_active.png b/res/drawable-xhdpi/stop_current_active.png new file mode 100644 index 00000000..843a7371 Binary files /dev/null and b/res/drawable-xhdpi/stop_current_active.png differ