Updated indeterminate progress bar icon in wait layouts
This commit is contained in:
parent
1c9a4924f6
commit
69ce331a05
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="?attr/accentColor" />
|
||||
android:indeterminateTint="?attr/accentColor"
|
||||
android:indeterminateDrawable="@drawable/icon_spinner_rotating" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/progress_text"
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="?attr/accentColor" />
|
||||
android:indeterminateTint="?attr/accentColor"
|
||||
android:indeterminateDrawable="@drawable/icon_spinner_rotating" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue