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

@ -11,7 +11,6 @@
android:layout_width="196dp"
android:layout_height="54dp"
android:layout_gravity="center"
android:backgroundTint="@color/cardColor"
card_view:cardCornerRadius="4dp"
card_view:cardElevation="2dp"
card_view:cardPreventCornerOverlap="false"
@ -25,7 +24,7 @@
<View
android:layout_width="6dp"
android:layout_height="match_parent"
android:background="@color/colorAccent" />
android:background="?attr/colorPrimary"/>
<TextView
android:id="@+id/genre_label"