From 4db64f51a817835662a606433a49bec7d2ca774f Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 2 Nov 2018 15:59:49 -0300 Subject: [PATCH] [android] Use same color for all messages in private groups --- .../src/main/res/layout/list_item_group_join_notice.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/briar-android/src/main/res/layout/list_item_group_join_notice.xml b/briar-android/src/main/res/layout/list_item_group_join_notice.xml index 99f9a280d..fbc75385e 100644 --- a/briar-android/src/main/res/layout/list_item_group_join_notice.xml +++ b/briar-android/src/main/res/layout/list_item_group_join_notice.xml @@ -5,7 +5,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:background="@drawable/list_item_thread_background">