summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-28 23:30:24 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-28 23:30:24 +0100
commit481d3ea24a6beca2f0f1a58db624a9ddf27997bf (patch)
tree976c4eb27011acf57c95fcedac0543b1072be58d /res/layout
parente67dab5ab2aaabdd6834d2c434aeb51e7ea0f9e1 (diff)
downloadAntennaPod-481d3ea24a6beca2f0f1a58db624a9ddf27997bf.zip
Added 'downloaded' imageview to episodes list
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/external_itemlist_item.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/res/layout/external_itemlist_item.xml b/res/layout/external_itemlist_item.xml
index cf8843f05..b5f55d914 100644
--- a/res/layout/external_itemlist_item.xml
+++ b/res/layout/external_itemlist_item.xml
@@ -56,18 +56,29 @@
<TextView
android:id="@+id/txtvLenSize"
- android:layout_width="0dp"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/txtvFeedname"
- android:layout_marginTop="4dp"
android:layout_marginBottom="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
- android:layout_toLeftOf="@id/butAction"
+ android:layout_marginTop="4dp"
android:layout_toRightOf="@id/imgvFeedimage"
android:ellipsize="end"
android:maxLines="1"
android:textColor="?android:attr/textColorTertiary"
android:textSize="@dimen/text_size_micro" />
+ <ImageView
+ android:id="@+id/imgvDownloaded"
+ android:layout_width="@dimen/enc_icons_size"
+ android:layout_height="@dimen/enc_icons_size"
+ android:layout_below="@id/txtvFeedname"
+ android:layout_marginBottom="8dp"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
+ android:layout_marginTop="4dp"
+ android:layout_toLeftOf="@id/butAction"
+ android:src="?attr/av_download" />
+
</RelativeLayout> \ No newline at end of file