Add a download button to the download list view!

This commit is contained in:
Bradlee Speice
2014-05-12 22:18:37 -04:00
parent 4e01ff666e
commit 13fc473081
7 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,7 @@
android:layout_height="wrap_content"
android:id="@+id/img_download_item_downloaded"
android:layout_alignParentEnd="true"
android:src="@drawable/ic_action_download"
style="@style/AppBaseTheme.Borderless" />
</RelativeLayout>