Prevent NavigationMenuView from gobbling up focus
This commit is contained in:
parent
5c86e436a3
commit
e6b38ec802
3 changed files with 7 additions and 10 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="150dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
android:layout_height="150dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/drawer_header_action_button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue