diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-28 23:48:25 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-28 23:48:25 +0100 |
commit | 2566dd012da21deb5fef1cdb5dd6df8369fcd7bf (patch) | |
tree | 6b76e907c0e1aded0a2829ec73780df6db2032b2 /res/layout | |
parent | 941202f6591e2c216b34b30a32af6057927bb695 (diff) | |
download | AntennaPod-2566dd012da21deb5fef1cdb5dd6df8369fcd7bf.zip |
Added indicator for 'downloading' status
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/external_itemlist_item.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/external_itemlist_item.xml b/res/layout/external_itemlist_item.xml index b5f55d914..9f40fcf87 100644 --- a/res/layout/external_itemlist_item.xml +++ b/res/layout/external_itemlist_item.xml @@ -70,7 +70,7 @@ android:textSize="@dimen/text_size_micro" /> <ImageView - android:id="@+id/imgvDownloaded" + android:id="@+id/imgvDownloadStatus" android:layout_width="@dimen/enc_icons_size" android:layout_height="@dimen/enc_icons_size" android:layout_below="@id/txtvFeedname" @@ -78,7 +78,6 @@ android:layout_marginLeft="8dp" android:layout_marginRight="8dp" android:layout_marginTop="4dp" - android:layout_toLeftOf="@id/butAction" - android:src="?attr/av_download" /> + android:layout_toLeftOf="@id/butAction" /> </RelativeLayout>
\ No newline at end of file |