From 4c2dd3e9338dd1c8e310f521375a94dd8d0d050d Mon Sep 17 00:00:00 2001 From: kosyak Date: Tue, 6 Aug 2024 09:37:53 +0200 Subject: [PATCH] pinned message brighter background color --- src/main/res/layout/fragment_conversation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 9e83185af..870d2fb85 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -49,7 +49,7 @@ android:paddingBottom="8dp" android:paddingStart="16dp" android:paddingEnd="16dp" - android:background="?attr/color_background_tertiary"> + android:background="?attr/color_background_secondary">