From be94e0bbfaa7ff2a23e5aae75e2446855143e49d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 25 Nov 2013 22:35:35 -0800 Subject: #191 Use Subsonic's new search provider --- res/drawable-hdpi/ic_action_album.png | Bin 0 -> 716 bytes res/drawable-hdpi/ic_action_artist.png | Bin 0 -> 685 bytes res/drawable-hdpi/ic_action_song.png | Bin 0 -> 568 bytes res/drawable-mdpi/ic_action_album.png | Bin 0 -> 474 bytes res/drawable-mdpi/ic_action_artist.png | Bin 0 -> 505 bytes res/drawable-mdpi/ic_action_song.png | Bin 0 -> 431 bytes res/drawable-xhdpi/ic_action_album.png | Bin 0 -> 1023 bytes res/drawable-xhdpi/ic_action_artist.png | Bin 0 -> 820 bytes res/drawable-xhdpi/ic_action_song.png | Bin 0 -> 705 bytes res/xml/settings.xml | 5 ----- 10 files changed, 5 deletions(-) create mode 100644 res/drawable-hdpi/ic_action_album.png create mode 100644 res/drawable-hdpi/ic_action_artist.png create mode 100644 res/drawable-hdpi/ic_action_song.png create mode 100644 res/drawable-mdpi/ic_action_album.png create mode 100644 res/drawable-mdpi/ic_action_artist.png create mode 100644 res/drawable-mdpi/ic_action_song.png create mode 100644 res/drawable-xhdpi/ic_action_album.png create mode 100644 res/drawable-xhdpi/ic_action_artist.png create mode 100644 res/drawable-xhdpi/ic_action_song.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_action_album.png b/res/drawable-hdpi/ic_action_album.png new file mode 100644 index 00000000..6058c483 Binary files /dev/null and b/res/drawable-hdpi/ic_action_album.png differ diff --git a/res/drawable-hdpi/ic_action_artist.png b/res/drawable-hdpi/ic_action_artist.png new file mode 100644 index 00000000..40c9a7fb Binary files /dev/null and b/res/drawable-hdpi/ic_action_artist.png differ diff --git a/res/drawable-hdpi/ic_action_song.png b/res/drawable-hdpi/ic_action_song.png new file mode 100644 index 00000000..95342f76 Binary files /dev/null and b/res/drawable-hdpi/ic_action_song.png differ diff --git a/res/drawable-mdpi/ic_action_album.png b/res/drawable-mdpi/ic_action_album.png new file mode 100644 index 00000000..02674347 Binary files /dev/null and b/res/drawable-mdpi/ic_action_album.png differ diff --git a/res/drawable-mdpi/ic_action_artist.png b/res/drawable-mdpi/ic_action_artist.png new file mode 100644 index 00000000..c113cf78 Binary files /dev/null and b/res/drawable-mdpi/ic_action_artist.png differ diff --git a/res/drawable-mdpi/ic_action_song.png b/res/drawable-mdpi/ic_action_song.png new file mode 100644 index 00000000..fa9acbde Binary files /dev/null and b/res/drawable-mdpi/ic_action_song.png differ diff --git a/res/drawable-xhdpi/ic_action_album.png b/res/drawable-xhdpi/ic_action_album.png new file mode 100644 index 00000000..e4b12908 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_album.png differ diff --git a/res/drawable-xhdpi/ic_action_artist.png b/res/drawable-xhdpi/ic_action_artist.png new file mode 100644 index 00000000..2dff43ea Binary files /dev/null and b/res/drawable-xhdpi/ic_action_artist.png differ diff --git a/res/drawable-xhdpi/ic_action_song.png b/res/drawable-xhdpi/ic_action_song.png new file mode 100644 index 00000000..29fd3a2d Binary files /dev/null and b/res/drawable-xhdpi/ic_action_song.png differ diff --git a/res/xml/settings.xml b/res/xml/settings.xml index be742f0b..99233785 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -185,11 +185,6 @@ android:summary="@string/settings.screen_lit_summary" android:key="screenLitOnDownload" android:defaultValue="true"/> - - -- cgit v1.2.3