From 63ea7a70bdc38fd177c078ab58fe58b77cf80202 Mon Sep 17 00:00:00 2001 From: Viktor De Pasquale Date: Sat, 27 Apr 2019 11:34:26 +0200 Subject: [PATCH] Removed duplicated background from policy item --- app/src/main/res/layout/item_policy.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/item_policy.xml b/app/src/main/res/layout/item_policy.xml index c19414fb4..e076a6538 100644 --- a/app/src/main/res/layout/item_policy.xml +++ b/app/src/main/res/layout/item_policy.xml @@ -194,7 +194,6 @@ style="@style/Widget.Icon" android:layout_gravity="center" android:layout_weight="1" - android:background="?android:attr/selectableItemBackground" android:onClick="@{() -> viewModel.deletePressed(item)}" android:tint="@color/icon_grey" app:layout_constraintBottom_toBottomOf="parent"