[android] Fixed scroll map behaviour during dowloading map

This commit is contained in:
Alexander Zatsepin 2018-07-02 19:37:20 +03:00 committed by yoksnod
parent fc59f0cb34
commit e64f1672ad
4 changed files with 11 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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