Fix the background color of the imported entries list

This commit is contained in:
Alexander Bakker 2021-01-24 20:44:01 +01:00
parent ae71febf10
commit de3fcfdb26

View file

@ -3,7 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:foreground="?android:attr/selectableItemBackground"
android:background="?attr/cardBackground"
android:clickable="true"
android:focusable="true"
android:orientation="horizontal">