Attempt preventing auto scroll

pull/147/head
M66B 7 years ago
parent 1dd991a67c
commit 350d5204ac

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

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

Loading…
Cancel
Save