mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Vertically center nearby list loading icon
The loading icon of the nearby places list is currently at the very top of the view. This commit vertically centers the loading icon.
This commit is contained in:
parent
67dfa170d2
commit
d545c9b0ef
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_below="@id/toolbar">
|
||||
|
||||
<ProgressBar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue