summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-24 22:57:29 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-24 22:57:29 +0200
commita2e0c6eecc7430ec9399be8694be7e5dc9ffb614 (patch)
tree08abf8896b452911e51ff97c05481c2d4e7692f6 /res/layout/feeditemlist_item.xml
parentfc7d06aaf429a0a1ab30b38a7fdc103144a6c20e (diff)
downloadAntennaPod-a2e0c6eecc7430ec9399be8694be7e5dc9ffb614.zip
Bugfixes + UI-improvements
Diffstat (limited to 'res/layout/feeditemlist_item.xml')
-rw-r--r--res/layout/feeditemlist_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 5bd5cac03..73805f19b 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -79,6 +79,13 @@
android:layout_height="match_parent"
android:src="@drawable/av_download"
android:visibility="gone" />
+
+ <ImageView
+ android:id="@+id/imgvDownloading"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/navigation_refresh"
+ android:visibility="gone" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>