mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add indeterminate progress bar
This commit is contained in:
parent
9cea643faa
commit
344b9a50eb
3 changed files with 25 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue