Fix background theme color

This commit is contained in:
J-Jamet
2020-05-21 11:52:06 +02:00
parent 76ecbd3497
commit 88e1e5b770

View File

@@ -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">