Fix background color of BS items

This commit is contained in:
Benoit Marty 2021-06-17 12:18:57 +02:00
parent 4b2cd1080d
commit 7efb136003

View file

@ -5,7 +5,7 @@
android:id="@+id/itemVerificationClickableZone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorSurface"
android:background="?android:colorBackground"
android:clickable="true"
android:focusable="true"
android:foreground="?attr/selectableItemBackground"