highlight selected messages at the Conversation screen

This commit is contained in:
tibbi 2020-04-13 10:04:06 +02:00
parent a40438a08c
commit 854e125079
5 changed files with 13 additions and 3 deletions

View file

@ -72,7 +72,8 @@
android:layout_below="@+id/thread_add_contacts"
android:clipToPadding="false"
android:overScrollMode="ifContentScrolls"
android:padding="@dimen/activity_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingBottom="@dimen/activity_margin"
android:scrollbars="none"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
app:stackFromEnd="true" />