Upgrade Material-ish Progress library to 1.4

This commit is contained in:
str4d
2015-03-02 02:21:03 +00:00
parent 21498d51b8
commit b67d1b60ab
4 changed files with 8 additions and 8 deletions

View File

@@ -26,8 +26,8 @@
android:layout_height="80dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
app:barColor="@color/accent"
app:progressIndeterminate="true"/>
app:matProg_barColor="@color/accent"
app:matProg_progressIndeterminate="true"/>
</RelativeLayout>
</FrameLayout>

View File

@@ -26,8 +26,8 @@
android:layout_height="80dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
app:barColor="@color/accent"
app:progressIndeterminate="true"/>
app:matProg_barColor="@color/accent"
app:matProg_progressIndeterminate="true"/>
</RelativeLayout>
</FrameLayout>

View File

@@ -31,8 +31,8 @@
android:layout_height="80dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
app:barColor="@color/accent"
app:progressIndeterminate="true"/>
app:matProg_barColor="@color/accent"
app:matProg_progressIndeterminate="true"/>
</RelativeLayout>
</FrameLayout>