From b20c33330a4858687aaa8adcfb113326685deb16 Mon Sep 17 00:00:00 2001 From: vanous Date: Thu, 27 Aug 2020 16:56:53 +0200 Subject: [PATCH] Return activatedBackgroundIndicator to RelativeLayout of items_with_details --- app/src/main/res/layout/item_with_details.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_with_details.xml b/app/src/main/res/layout/item_with_details.xml index 0af12f72d..bc946372b 100644 --- a/app/src/main/res/layout/item_with_details.xml +++ b/app/src/main/res/layout/item_with_details.xml @@ -1,7 +1,8 @@ + android:layout_height="wrap_content" + android:background="?android:attr/activatedBackgroundIndicator">