mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix background theme color
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:background="@drawable/background_repeat"
|
android:background="@drawable/background_repeat"
|
||||||
android:backgroundTint="?attr/colorPrimary"
|
android:backgroundTint="?android:attr/textColor"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/file_selection_buttons_container">
|
app:layout_constraintBottom_toTopOf="@+id/file_selection_buttons_container">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user