From 4dfdb39603cd28c44d8c315be97ced4014ddf366 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 12 Jun 2023 12:33:10 +0200 Subject: [PATCH] adding some margin between conversations --- app/build.gradle | 2 +- app/src/main/res/layout/item_conversation.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 30e23d92..06a39854 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:988f06df1b' + implementation 'com.github.SimpleMobileTools:Simple-Commons:c09f8dfda1' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:android-smsmms:33fcaf94d9' diff --git a/app/src/main/res/layout/item_conversation.xml b/app/src/main/res/layout/item_conversation.xml index 10d867ff..0825286e 100644 --- a/app/src/main/res/layout/item_conversation.xml +++ b/app/src/main/res/layout/item_conversation.xml @@ -4,6 +4,7 @@ android:id="@+id/conversation_frame" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/tiny_margin" android:clickable="true" android:focusable="true">