mirror of https://github.com/FongMi/TV.git
parent
69b04a0a98
commit
acd276f53b
@ -1,8 +1,14 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<com.google.android.material.progressindicator.CircularProgressIndicator xmlns:android="http://schemas.android.com/apk/res/android" |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent"> |
||||||
|
|
||||||
|
<com.google.android.material.progressindicator.CircularProgressIndicator |
||||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:layout_gravity="center" |
android:layout_gravity="center" |
||||||
android:indeterminate="true" |
android:indeterminate="true" |
||||||
app:indicatorColor="@color/white" /> |
app:indicatorColor="@color/white" /> |
||||||
|
|
||||||
|
</FrameLayout> |
||||||
Loading…
Reference in new issue