Fixed chip color

This commit is contained in:
h4h13 2019-06-23 23:09:06 +05:30
parent 5f81f48b7f
commit 2f6ca4b124
6 changed files with 45 additions and 9 deletions

View file

@ -8,14 +8,12 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<com.google.android.material.chip.Chip
<code.name.monkey.retromusic.views.RetroChip
android:id="@+id/chipHead"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="12dp"
android:fontFamily="@font/circular"
android:textColor="?android:textColorSecondary"
app:chipBackgroundColor="?colorPrimary"
app:chipIconTint="?iconColor"
app:chipStrokeColor="?dividerColor"
app:chipStrokeWidth="1dp"