Skip to content

Instantly share code, notes, and snippets.

@InnovativeTechies
Created July 12, 2020 07:50
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/07fdfaefbc98c635d56172343aafb0a5 to your computer and use it in GitHub Desktop.
Save InnovativeTechies/07fdfaefbc98c635d56172343aafb0a5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<android.support.design.chip.ChipGroup
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_marginTop="16dp"
android:id="@+id/chipGroup"
android:theme="@style/Base.Theme.MaterialComponents.Light"
android:layout_height="wrap_content">
</android.support.design.chip.ChipGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment