From 1d2443fda383c186de63bbb526bbab7095482dde Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 12 Jun 2023 12:20:59 +0200 Subject: [PATCH] removing a confusing background at conversations, set it dynamically --- app/build.gradle | 2 +- app/src/main/res/layout/item_conversation.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 107eabc7..30e23d92 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d3fec80827' + implementation 'com.github.SimpleMobileTools:Simple-Commons:988f06df1b' 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 f246316f..10d867ff 100644 --- a/app/src/main/res/layout/item_conversation.xml +++ b/app/src/main/res/layout/item_conversation.xml @@ -4,7 +4,6 @@ android:id="@+id/conversation_frame" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/selector" android:clickable="true" android:focusable="true">