Fix top divider in wikivoyage_search_list_header

This commit is contained in:
Alex Sytnyk 2018-04-10 14:04:39 +03:00
parent 18e2311353
commit b96fed3d0e

View file

@ -6,7 +6,11 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<include layout="@layout/list_item_divider"/>
<View
android:layout_width="match_parent"
android:layout_height="8dp"/>
<include layout="@layout/card_top_divider"/>
<FrameLayout
android:layout_width="match_parent"