- indeterminate progress bar for authentication stuff - determinate progress bar for page loading (The second one was added so you can see that there is something happening after selecting your account)
7 lines
271 B
XML
7 lines
271 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/progressBarLoading"
|
|
style="?android:attr/progressBarStyleLarge"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|