|
|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingBottom="24dp" |
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
|
|
|
|
tools:itemCount="10" |
|
|
|
|
@ -81,6 +82,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_below="@+id/keyword" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager" |
|
|
|
|
app:spanCount="6" |
|
|
|
|
tools:itemCount="36" |
|
|
|
|
@ -109,6 +111,7 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingBottom="24dp" |
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
|
|
|
|
tools:itemCount="10" |
|
|
|
|
|