Add in the ProgressWheel!

Also make sure it gets put in the proper package to make sure the author gets credit.
This commit is contained in:
Bradlee Speice
2014-05-17 01:37:44 -04:00
parent 5222b6e3e6
commit b04d6c67ae
4 changed files with 27 additions and 6 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="8dp" >
android:padding="8dp">
<ImageView
android:layout_width="wrap_content"
@ -39,4 +40,13 @@
android:id="@+id/download_ibtn_download"
style="@style/AppBaseTheme.Borderless" />
<com.todddavies.components.progressbar.ProgressWheel
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentEnd="true"
android:visibility="gone"
android:id="@+id/download_prg_download"
app:rimWidth="0dp"
app:barWidth="4dp" />
</RelativeLayout>