Add a little bottom margin in thread item list
This commit is contained in:
parent
703bb003c1
commit
f837790948
|
@ -115,6 +115,7 @@
|
||||||
android:id="@+id/thread_messages_list"
|
android:id="@+id/thread_messages_list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:layout_marginBottom="@dimen/small_margin"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:overScrollMode="ifContentScrolls"
|
android:overScrollMode="ifContentScrolls"
|
||||||
android:scrollbars="none"
|
android:scrollbars="none"
|
||||||
|
|
Loading…
Reference in New Issue