Fixed sliding panel closing when touching on any other point than a button

This commit is contained in:
Karim Abou Zeid 2015-08-15 00:59:38 +02:00
commit eea6ba69ca
3 changed files with 13 additions and 5 deletions

View file

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