|
|
@@ -5,14 +5,13 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="#00000000">
|
|
|
|
|
|
- <com.github.ybq.android.spinkit.SpinKitView
|
|
|
+ <ProgressBar
|
|
|
android:id="@+id/progress"
|
|
|
- style="@style/SpinKitView.Large.CubeGrid"
|
|
|
+ style="@style/Widget.AppCompat.ProgressBar"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:visibility="invisible"
|
|
|
- app:SpinKit_Color="@color/colorAccent" />
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/main_layout"
|