mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-24 15:56:07 +00:00
Fix the background color of the imported entries list
This commit is contained in:
parent
ae71febf10
commit
de3fcfdb26
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue