Hot fix for Album cover and Volume icons tint
This commit is contained in:
parent
b7ed2488f2
commit
1cbfa3da13
7 changed files with 13 additions and 18 deletions
|
@ -25,7 +25,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
app:cardCornerRadius="8dp">
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardUseCompatPadding="true">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/player_image"
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
android:id="@+id/player_album_art_frame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="8dp"
|
||||
app:cardUseCompatPadding="true">
|
||||
android:layout_margin="16dp"
|
||||
app:cardElevation="6dp"
|
||||
app:cardCornerRadius="8dp">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/player_image"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue