Prevent tag picker EditText from grabbing focus

pull/1305/head
Alex Baker 5 years ago
parent 744fdfe8cf
commit 52f9276436

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:descendantFocusability="beforeDescendants"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

Loading…
Cancel
Save