generify ChipsInput, extract SimpleChipsInput

This commit is contained in:
Vincent Breitmoser
2018-07-03 20:12:09 +02:00
parent 355a4eaa0f
commit 93e8c74ec6
11 changed files with 376 additions and 451 deletions

View File

@@ -38,7 +38,7 @@
</ViewAnimator>
<com.pchmn.materialchips.ChipsInput
<com.pchmn.materialchips.simple.SimpleChipsInput
android:id="@+id/recipient_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -47,7 +47,6 @@
android:paddingRight="8dp"
app:hint="@string/label_to"
app:maxRows="2"
app:chip_detailed_backgroundColor="@color/colorChipViewBackground"
/>
</LinearLayout>