Changed the background color of the player

This commit is contained in:
CappielloAntonio 2021-12-19 17:11:12 +01:00
parent 40cbf289af
commit e79d492af2
3 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/cardColor"
android:background="@color/colorPrimary"
android:clipChildren="false"
android:foreground="?attr/selectableItemBackground"
android:orientation="horizontal"