Merge pull request #4034 from michaelmwhite/develop

make layout clickable to intercept touch
This commit is contained in:
H. Lehmann 2020-04-10 00:07:46 +02:00 committed by GitHub
commit 2bac6568e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:clickable="true"
android:layoutDirection="ltr"
android:orientation="vertical">