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

@@ -59,7 +59,7 @@ dependencies {
compile 'com.google.zxing:core:3.2.0'
compile 'com.google.zxing:android-integration:3.2.0'
compile 'com.androidplot:androidplot-core:0.6.1'
compile 'com.pnikosis:materialish-progress:1.2'
compile 'com.pnikosis:materialish-progress:1.4'
// Testing-only dependencies
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
@@ -80,7 +80,7 @@ dependencyVerification {
'com.google.zxing:core:7fe5a8ff437635a540e56317649937b768b454795ce999ed5f244f83373dee7b',
'com.google.zxing:android-integration:0de037a73138033c4a03cdbca5d5728ef65a026ffb89afce071105f43a98ee0e',
'com.androidplot:androidplot-core:777b54dd98b8dedc5f3fcc95018eece1188f6c692dcbd5b7744af175e15d70bd',
'com.pnikosis:materialish-progress:301efbc93b5c10b1798911fc610bbeb0f07c80582c299476ed7cd36e5eb23947'
'com.pnikosis:materialish-progress:5dd770a78047d8dbf2690deb686675fe2b242a6d06bb52ef425c829454ca54b8'
]
}

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>