|
|
|
@ -3,7 +3,7 @@
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/scrollView"
|
|
|
|
android:id="@+id/scrollView"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:paddingHorizontal="12dp"
|
|
|
|
android:paddingHorizontal="12dp"
|
|
|
|
@ -13,6 +13,8 @@
|
|
|
|
android:id="@+id/chips_tags"
|
|
|
|
android:id="@+id/chips_tags"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:clipChildren="false"
|
|
|
|
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:paddingVertical="@dimen/margin_small"
|
|
|
|
android:paddingVertical="@dimen/margin_small"
|
|
|
|
app:chipStyle="@style/Widget.Kotatsu.Chip.Filter"
|
|
|
|
app:chipStyle="@style/Widget.Kotatsu.Chip.Filter"
|
|
|
|
app:selectionRequired="false"
|
|
|
|
app:selectionRequired="false"
|
|
|
|
|