Created
July 12, 2020 08:05
-
-
Save InnovativeTechies/e76b9843df0ea1e49587bee371f6892a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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