include MaterialChipsInput as subdir lib

This commit is contained in:
Vincent Breitmoser
2018-07-02 20:06:47 +02:00
parent c98e835936
commit 053cbdf43e
40 changed files with 2963 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<com.pchmn.materialchips.views.ScrollViewMaxHeight xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
app:maxHeight="150dp" >
<android.support.v7.widget.RecyclerView
android:id="@+id/chips_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:paddingBottom="8dp" />
</com.pchmn.materialchips.views.ScrollViewMaxHeight>