mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #5185 from Bnyro/master
fix: light theme setting doesn't work properly
This commit is contained in:
commit
dfee1e5b76
@ -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"
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user