Some tweaks to progress, add "remove" button

Doesn't remove anything yet though...
This commit is contained in:
Bradlee Speice
2014-05-25 01:00:41 -04:00
parent 7558fc7f20
commit c1dc0da9e3
12 changed files with 33 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View File

@ -28,7 +28,7 @@
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_action_download"
android:src="@drawable/ic_action_download"
android:layout_alignParentEnd="true"
android:id="@+id/download_ibtn_download"
style="@style/AppBaseTheme.Borderless" />