Commit 63ea7a70 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Removed duplicated background from policy item

parent fb0998f7
...@@ -194,7 +194,6 @@ ...@@ -194,7 +194,6 @@
style="@style/Widget.Icon" style="@style/Widget.Icon"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_weight="1" android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"
android:onClick="@{() -> viewModel.deletePressed(item)}" android:onClick="@{() -> viewModel.deletePressed(item)}"
android:tint="@color/icon_grey" android:tint="@color/icon_grey"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment