From ce63d48ccf858d01c9c84fbce57456f2f21b2518 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Sat, 19 Jun 2021 11:22:22 +0200 Subject: [PATCH] Fixed bubble background color --- app/src/main/res/layout/chat_bubble_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/chat_bubble_activity.xml b/app/src/main/res/layout/chat_bubble_activity.xml index 05479e6df..0de5da22c 100644 --- a/app/src/main/res/layout/chat_bubble_activity.xml +++ b/app/src/main/res/layout/chat_bubble_activity.xml @@ -23,7 +23,8 @@ + android:layout_height="match_parent" + android:background="?attr/backgroundColor">