Animated progress bar

This commit is contained in:
Phillip Hsu
2016-08-08 02:57:21 -07:00
parent 07de78e8e7
commit 74ec0fd883
6 changed files with 87 additions and 8 deletions
-1
View File
@@ -34,7 +34,6 @@
android:id="@+id/progress_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:progress="90"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_below="@id/duration"/>