Prevent auto scrolling

This commit is contained in:
M66B 2019-02-11 13:58:01 +00:00
parent bc6d08e15e
commit eed6f8010b
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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