Removed fixed colors from adapters

This commit is contained in:
CappielloAntonio 2022-01-10 12:37:56 +01:00
parent 5cb63eb827
commit ce4c1631bd
18 changed files with 39 additions and 103 deletions

View file

@ -3,9 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_sheet_peek_height"
android:background="@color/almostCardColor"
android:clipChildren="false"
android:elevation="2dp">
android:background="?attr/colorSurface"
android:clipChildren="false">
<ImageView
android:id="@+id/player_header_song_cover_image"
@ -80,7 +79,6 @@
android:clickable="false"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:progressBackgroundTint="@color/colorAccentLight"
android:thumb="@android:color/transparent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"