mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Adjust background color on fragment_player.xml to improve contrast between background and buttons
This commit is contained in:
parent
96ace8bffd
commit
caf4dd41cf
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user