Add a little bottom margin in thread item list
This commit is contained in:
parent
703bb003c1
commit
f837790948
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue