Fixed initial rule focus

pull/160/head
M66B 6 years ago
parent 508fd8fbba
commit 41bb207724

@ -20,7 +20,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<TextView
android:id="@+id/tvTitle"

Loading…
Cancel
Save