I have a SlidingDrawer that pops up from the bottom of the screen and fills the screen about 80%. Even though the SlidingDrawer view is in focus, it is still possible to cli
In side Layout do android:clickable="true"
android:clickable="true"
For Example Following file is drawer.xml
drawer.xml
Inside LinearLayout android:id="@+id/drawer_view" clickable="true"
LinearLayout
android:id="@+id/drawer_view"
clickable="true"