Add progress bars
- 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)
This commit is contained in:
6
mobile/res/layout/dialog_progressbar.xml
Normal file
6
mobile/res/layout/dialog_progressbar.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?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"/>
|
Reference in New Issue
Block a user