Fixed sliding panel closing when touching on any other point than a button
This commit is contained in:
parent
17a49b1ed4
commit
eea6ba69ca
3 changed files with 13 additions and 5 deletions
|
|
@ -2,7 +2,9 @@
|
|||
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_height="match_parent"
|
||||
android:clickable="true"
|
||||
android:focusable="false">
|
||||
|
||||
<!-- BOTTOM-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue