mirror of https://github.com/M66B/FairEmail.git
Attempt preventing auto scroll
This commit is contained in:
parent
1dd991a67c
commit
350d5204ac
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue