summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonsta <konsta09@gmail.com>2014-12-13 15:13:35 +0200
committerKonsta <konsta09@gmail.com>2014-12-13 15:27:54 +0200
commit4a25e5944381818c6fb0621a73287a480139714a (patch)
tree3faea0cc8bc29d08260502fca8f745aec58b9ea2
parent78e67f2f296cbd0012012379cfc861d1bc4e05ef (diff)
downloadandroid_packages_apps_Eleven-4a25e5944381818c6fb0621a73287a480139714a.tar.gz
android_packages_apps_Eleven-4a25e5944381818c6fb0621a73287a480139714a.tar.bz2
android_packages_apps_Eleven-4a25e5944381818c6fb0621a73287a480139714a.zip
Eleven: Add missing mdpi/hdpi/xhdpi drawables
Fix crash on builds that don't include xxhdpi drawables. Change-Id: I4b90575939f0b7f696279ec6353f6c91fcc1f9f4
-rw-r--r--res/drawable-hdpi/menu_button.pngbin0 -> 421 bytes
-rw-r--r--res/drawable-hdpi/now_playing_icon.pngbin0 -> 737 bytes
-rw-r--r--res/drawable-hdpi/playlist_icon.pngbin0 -> 411 bytes
-rw-r--r--res/drawable-hdpi/stopwatch_icon_white.pngbin0 -> 762 bytes
-rw-r--r--res/drawable-mdpi/menu_button.pngbin0 -> 357 bytes
-rw-r--r--res/drawable-mdpi/now_playing_icon.pngbin0 -> 567 bytes
-rw-r--r--res/drawable-mdpi/playlist_icon.pngbin0 -> 371 bytes
-rw-r--r--res/drawable-mdpi/stopwatch_icon_white.pngbin0 -> 548 bytes
-rw-r--r--res/drawable-xhdpi/menu_button.pngbin0 -> 519 bytes
-rw-r--r--res/drawable-xhdpi/now_playing_icon.pngbin0 -> 1109 bytes
-rw-r--r--res/drawable-xhdpi/playlist_icon.pngbin0 -> 474 bytes
-rw-r--r--res/drawable-xhdpi/stopwatch_icon_white.pngbin0 -> 1107 bytes
12 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/menu_button.png b/res/drawable-hdpi/menu_button.png
new file mode 100644
index 0000000..e00063e
--- /dev/null
+++ b/res/drawable-hdpi/menu_button.png
Binary files differ
diff --git a/res/drawable-hdpi/now_playing_icon.png b/res/drawable-hdpi/now_playing_icon.png
new file mode 100644
index 0000000..120ad41
--- /dev/null
+++ b/res/drawable-hdpi/now_playing_icon.png
Binary files differ
diff --git a/res/drawable-hdpi/playlist_icon.png b/res/drawable-hdpi/playlist_icon.png
new file mode 100644
index 0000000..3ddc5c1
--- /dev/null
+++ b/res/drawable-hdpi/playlist_icon.png
Binary files differ
diff --git a/res/drawable-hdpi/stopwatch_icon_white.png b/res/drawable-hdpi/stopwatch_icon_white.png
new file mode 100644
index 0000000..2f58d01
--- /dev/null
+++ b/res/drawable-hdpi/stopwatch_icon_white.png
Binary files differ
diff --git a/res/drawable-mdpi/menu_button.png b/res/drawable-mdpi/menu_button.png
new file mode 100644
index 0000000..6757f90
--- /dev/null
+++ b/res/drawable-mdpi/menu_button.png
Binary files differ
diff --git a/res/drawable-mdpi/now_playing_icon.png b/res/drawable-mdpi/now_playing_icon.png
new file mode 100644
index 0000000..6982e4e
--- /dev/null
+++ b/res/drawable-mdpi/now_playing_icon.png
Binary files differ
diff --git a/res/drawable-mdpi/playlist_icon.png b/res/drawable-mdpi/playlist_icon.png
new file mode 100644
index 0000000..cbcfa6c
--- /dev/null
+++ b/res/drawable-mdpi/playlist_icon.png
Binary files differ
diff --git a/res/drawable-mdpi/stopwatch_icon_white.png b/res/drawable-mdpi/stopwatch_icon_white.png
new file mode 100644
index 0000000..a1a81f2
--- /dev/null
+++ b/res/drawable-mdpi/stopwatch_icon_white.png
Binary files differ
diff --git a/res/drawable-xhdpi/menu_button.png b/res/drawable-xhdpi/menu_button.png
new file mode 100644
index 0000000..7970331
--- /dev/null
+++ b/res/drawable-xhdpi/menu_button.png
Binary files differ
diff --git a/res/drawable-xhdpi/now_playing_icon.png b/res/drawable-xhdpi/now_playing_icon.png
new file mode 100644
index 0000000..ed409dc
--- /dev/null
+++ b/res/drawable-xhdpi/now_playing_icon.png
Binary files differ
diff --git a/res/drawable-xhdpi/playlist_icon.png b/res/drawable-xhdpi/playlist_icon.png
new file mode 100644
index 0000000..8f018dc
--- /dev/null
+++ b/res/drawable-xhdpi/playlist_icon.png
Binary files differ
diff --git a/res/drawable-xhdpi/stopwatch_icon_white.png b/res/drawable-xhdpi/stopwatch_icon_white.png
new file mode 100644
index 0000000..0cd5467
--- /dev/null
+++ b/res/drawable-xhdpi/stopwatch_icon_white.png
Binary files differ