Prevent touch event to go through the side menu when opened
This commit is contained in:
parent
2d3744fdbd
commit
dab574000d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_above="@id/side_menu_quit"
|
android:layout_above="@id/side_menu_quit"
|
||||||
android:background="?attr/backgroundColor"
|
android:background="?attr/backgroundColor"
|
||||||
|
android:clickable="true"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<include layout="@layout/side_menu_main_account" />
|
<include layout="@layout/side_menu_main_account" />
|
||||||
|
|
Loading…
Reference in a new issue