Remove search history items using swipe

This commit is contained in:
Vasily 2018-12-29 20:47:13 +02:00
parent 9316962e47
commit 7ab10aeb80
3 changed files with 46 additions and 5 deletions

View file

@ -67,6 +67,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
app:layoutManager="LinearLayoutManager"
tools:listitem="@layout/item_search_suggestion"/>
</LinearLayout>