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:
Tobias Schönberg 2017-05-25 17:47:18 +02:00
parent 67dfa170d2
commit d545c9b0ef

View file

@ -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