|
|
|
|
@ -8,9 +8,9 @@ |
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/chips" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
@ -22,41 +22,8 @@ |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
app:chipSpacingHorizontal="16dp" |
|
|
|
|
app:singleSelection="true"> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
|
android:id="@+id/chip1" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="NL" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
|
android:id="@+id/chip2" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="PL" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
|
android:id="@+id/chip3" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="FL" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
|
android:id="@+id/chip4" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="SL" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.Chip |
|
|
|
|
android:id="@+id/chip5" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="ML" /> |
|
|
|
|
--> |
|
|
|
|
app:singleSelection="true" /> |
|
|
|
|
|
|
|
|
|
</com.google.android.material.chip.ChipGroup> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|