mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-05-16 12:52:15 -04:00
11 lines
497 B
XML
11 lines
497 B
XML
<com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="8dp"
|
|
style="@style/Widget.MaterialComponents.Chip.Filter"
|
|
app:checkedIconVisible="true"
|
|
android:textAppearance="?android:attr/textAppearance"
|
|
app:checkedIconTint="?attr/colorOnBackground"/>
|