Created
July 12, 2020 07:50
-
-
Save InnovativeTechies/07fdfaefbc98c635d56172343aafb0a5 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.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