summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-11 13:05:13 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-11 13:05:13 +0200
commit1e275fecb395a35bcc613cc3821b03e87e315363 (patch)
treed827f6d94c8d3b8cac14b8fc1ffe2edacaf69ea3 /res
parentfae73dfe2f91129fd209c21094ed9222a48c547a (diff)
downloadAntennaPod-1e275fecb395a35bcc613cc3821b03e87e315363.zip
Added icon to Feeditemlist to show whether an item is in the queue
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/stat_playlist.pngbin0 -> 874 bytes
-rw-r--r--res/drawable-ldpi/stat_playlist.pngbin0 -> 484 bytes
-rw-r--r--res/drawable-mdpi/stat_playlist.pngbin0 -> 643 bytes
-rw-r--r--res/drawable-xhdpi/stat_playlist.pngbin0 -> 1169 bytes
-rw-r--r--res/layout/feeditemlist_item.xml7
5 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable-hdpi/stat_playlist.png b/res/drawable-hdpi/stat_playlist.png
new file mode 100644
index 000000000..23b6c39af
--- /dev/null
+++ b/res/drawable-hdpi/stat_playlist.png
Binary files differ
diff --git a/res/drawable-ldpi/stat_playlist.png b/res/drawable-ldpi/stat_playlist.png
new file mode 100644
index 000000000..905a5e890
--- /dev/null
+++ b/res/drawable-ldpi/stat_playlist.png
Binary files differ
diff --git a/res/drawable-mdpi/stat_playlist.png b/res/drawable-mdpi/stat_playlist.png
new file mode 100644
index 000000000..8c7c7b8c3
--- /dev/null
+++ b/res/drawable-mdpi/stat_playlist.png
Binary files differ
diff --git a/res/drawable-xhdpi/stat_playlist.png b/res/drawable-xhdpi/stat_playlist.png
new file mode 100644
index 000000000..b9a146ae0
--- /dev/null
+++ b/res/drawable-xhdpi/stat_playlist.png
Binary files differ
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 8b30eff3c..2e6ae0f38 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -71,6 +71,13 @@
android:layout_height="match_parent" />
<ImageView
+ android:id="@+id/imgvInPlaylist"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/stat_playlist"
+ android:visibility="gone" />
+
+ <ImageView
android:id="@+id/imgvDownloaded"
android:layout_width="wrap_content"
android:layout_height="match_parent"