Fix top divider in wikivoyage_search_list_header
This commit is contained in:
parent
18e2311353
commit
b96fed3d0e
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue