Felix Kloft 8cf0f3fff0 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)
2013-05-15 13:13:42 +02:00

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"/>