2018-07-02 20:06:47 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-07-04 16:46:34 +02:00
|
|
|
<org.sufficientlysecure.materialchips.views.ScrollViewMaxHeight xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-07-02 20:06:47 +02:00
|
|
|
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" />
|
|
|
|
|
|
2018-07-04 16:46:34 +02:00
|
|
|
</org.sufficientlysecure.materialchips.views.ScrollViewMaxHeight>
|