forked from organicmaps/organicmaps
[new downloader][android] fix: Block taps through placeholder.
This commit is contained in:
parent
9e6329b130
commit
d9d3c5bb0f
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
xmlns:wheel="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_height="match_parent"
|
||||
android:clickable="true">
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?windowBackgroundForced">
|
||||
android:background="?windowBackgroundForced"
|
||||
android:clickable="true">
|
||||
<LinearLayout
|
||||
android:id="@+id/ll__select_download"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Reference in a new issue