Merge pull request #5366 from RafaelsRamos/fix/5363

fix: improve constrast between background and buttons
This commit is contained in:
Bnyro 2023-12-23 18:41:09 +01:00 committed by GitHub
commit 887d062b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
android:id="@+id/player_scrollView"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="?colorSurfaceContainerLow"
android:background="?android:colorBackground"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/related_container"
app:layout_constraintHorizontal_bias="0.5"

View File

@ -11,7 +11,7 @@
android:id="@+id/player_scrollView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="?colorSurfaceContainerLow"
android:background="?android:colorBackground"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"