Skip to content
Snippets Groups Projects
Unverified Commit fe55c82e authored by Chilja Gossow's avatar Chilja Gossow Committed by GitHub
Browse files

hide spinner by default (#3193)

parent 5e217103
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal" android:layout_marginTop="@dimen/spacing_normal"
android:indeterminate="true" android:indeterminate="true"
android:visibility="invisible"
app:indicatorColor="@android:color/white" app:indicatorColor="@android:color/white"
app:indicatorSize="64dp" app:indicatorSize="64dp"
app:trackColor="@android:color/transparent" app:trackColor="@android:color/transparent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment