Skip to content

Instantly share code, notes, and snippets.

@InnovativeTechies
Created July 12, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InnovativeTechies/e76b9843df0ea1e49587bee371f6892a to your computer and use it in GitHub Desktop.
Save InnovativeTechies/e76b9843df0ea1e49587bee371f6892a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<android.support.design.chip.Chip
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/chipItem"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:gravity="center_horizontal"
app:closeIcon="@drawable/ic_mtrl_chip_close_circle"
app:chipBackgroundColor="@android:color/holo_blue_light"
app:closeIconVisible="true"
android:theme="@style/Base.Theme.MaterialComponents.Light"
android:text="Cart">
</android.support.design.chip.Chip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment