From 7fe0759fcc69f41f16903edfa4d4c041fa3d3627 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 8 Jun 2021 16:07:06 +0200 Subject: [PATCH] Added missing background color on some list cells, fixes transparency glitch --- app/src/main/res/layout/contact_list_cell.xml | 1 + app/src/main/res/layout/generic_list_header.xml | 1 + app/src/main/res/layout/history_list_cell.xml | 1 + app/src/main/res/layout/recording_list_cell.xml | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/contact_list_cell.xml b/app/src/main/res/layout/contact_list_cell.xml index f779ed96a..e7a56d188 100644 --- a/app/src/main/res/layout/contact_list_cell.xml +++ b/app/src/main/res/layout/contact_list_cell.xml @@ -31,6 +31,7 @@ android:paddingBottom="5dp" android:layout_marginLeft="10dp" android:layout_marginRight="10dp" + android:background="?attr/backgroundColor" android:gravity="center_vertical"> + android:layout_marginRight="5dp" + android:background="?attr/backgroundColor">