Merge pull request #5185 from Bnyro/master

fix: light theme setting doesn't work properly
This commit is contained in:
Bnyro 2023-11-17 20:10:20 +01:00 committed by GitHub
commit dfee1e5b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/main_container"
android:background="?android:windowBackground">
android:background="?android:colorBackground">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/related_rec_view"

View File

@ -5,6 +5,7 @@
android:id="@+id/mainMotionLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:colorBackground"
app:layoutDescription="@xml/activity_main_scene"
app:motionProgress="1"
tools:context=".ui.activities.MainActivity">