forked from organicmaps/organicmaps-tmp
[android] Fixed scroll map behaviour during dowloading map
This commit is contained in:
parent
fc59f0cb34
commit
e64f1672ad
4 changed files with 11 additions and 2 deletions
|
@ -14,6 +14,9 @@
|
|||
|
||||
<include
|
||||
android:id="@+id/onmap_downloader"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
layout="@layout/onmap_downloader"/>
|
||||
|
||||
<include
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
<include
|
||||
android:id="@+id/onmap_downloader"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
layout="@layout/onmap_downloader"/>
|
||||
|
||||
<include
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
<include
|
||||
android:id="@+id/onmap_downloader"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
layout="@layout/onmap_downloader"/>
|
||||
|
||||
<include
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
<LinearLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue