mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Removed fixed colors from adapters
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user