diff options
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 |