Prevent auto scrolling

pull/147/head
M66B 6 years ago
parent bc6d08e15e
commit eed6f8010b

@ -9,6 +9,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<TextView

@ -9,6 +9,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<TextView

Loading…
Cancel
Save