Attempt preventing auto scroll

This commit is contained in:
M66B 2019-02-09 08:44:52 +00:00
parent 1dd991a67c
commit 350d5204ac
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?attr/drawableItemBackground"
android:focusableInTouchMode="true">
<TextView
android:id="@+id/tvDay"

View File

@ -8,7 +8,8 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/drawableItemBackground">
android:background="?attr/drawableItemBackground"
android:focusableInTouchMode="true">
<TextView
android:id="@+id/tvDay"