[new downloader][android] fix: Block taps through placeholder.

This commit is contained in:
Alexander Marchuk 2016-03-17 15:41:48 +03:00 committed by Sergey Yershov
parent 9e6329b130
commit d9d3c5bb0f
2 changed files with 4 additions and 2 deletions

View file

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

View file

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