forked from organicmaps/organicmaps-tmp
[android] fix routing progress bar
fixes #3078 Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
parent
f58ba2f4ed
commit
4c92d95005
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/nav_numbers_height"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
tools:background="#3000FF00"
|
||||
|
|
Loading…
Add table
Reference in a new issue