Add a little bottom margin in thread item list

This commit is contained in:
Naveen 2022-09-28 01:51:31 +05:30
parent 703bb003c1
commit f837790948
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@
android:id="@+id/thread_messages_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/small_margin"
android:clipToPadding="false"
android:overScrollMode="ifContentScrolls"
android:scrollbars="none"