diff options
Diffstat (limited to 'library/src/main/res/layout/kau_search_view.xml')
-rw-r--r-- | library/src/main/res/layout/kau_search_view.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/src/main/res/layout/kau_search_view.xml b/library/src/main/res/layout/kau_search_view.xml index 8b07403..4a46e90 100644 --- a/library/src/main/res/layout/kau_search_view.xml +++ b/library/src/main/res/layout/kau_search_view.xml @@ -2,7 +2,7 @@ <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="match_parent"> <View android:id="@+id/search_shadow" @@ -11,7 +11,7 @@ android:background="@color/kau_search_full_shadow" android:visibility="gone" /> - <android.support.v7.widget.CardView + <ca.allanwang.kau.searchview.SearchCard android:id="@+id/search_cardview" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -101,11 +101,12 @@ android:id="@+id/search_recycler" android:layout_width="match_parent" android:layout_height="wrap_content" + android:overScrollMode="never" android:visibility="gone" /> </LinearLayout> - </android.support.v7.widget.CardView> + </ca.allanwang.kau.searchview.SearchCard> </merge>
\ No newline at end of file |