Merge pull request #53 from Aga-C/fix-padding
Reduced padding between conversations (#51)
This commit is contained in:
commit
55973d87c0
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="@dimen/small_margin"
|
||||
android:paddingTop="@dimen/activity_margin"
|
||||
android:paddingTop="@dimen/medium_margin"
|
||||
android:paddingEnd="@dimen/normal_margin"
|
||||
android:paddingBottom="@dimen/activity_margin">
|
||||
android:paddingBottom="@dimen/medium_margin">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/conversation_image"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue