Add indeterminate progress bar

This commit is contained in:
misaochan 2016-08-30 19:43:40 +12:00
parent 9cea643faa
commit 344b9a50eb
3 changed files with 25 additions and 16 deletions

View file

@ -3,6 +3,12 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
<ListView
android:id="@+id/listview"
android:layout_width="fill_parent"