mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 02:41:40 +00:00
Removed fixed colors from adapters
This commit is contained in:
parent
5cb63eb827
commit
ce4c1631bd
18 changed files with 39 additions and 103 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue