aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_search_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/res/layout/kau_search_view.xml')
-rw-r--r--library/src/main/res/layout/kau_search_view.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/src/main/res/layout/kau_search_view.xml b/library/src/main/res/layout/kau_search_view.xml
index 72cfd02..5626c4b 100644
--- a/library/src/main/res/layout/kau_search_view.xml
+++ b/library/src/main/res/layout/kau_search_view.xml
@@ -13,7 +13,9 @@
<android.support.v7.widget.CardView
android:id="@+id/search_cardview"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:paddingEnd="2dp"
+ android:paddingStart="2dp">
<LinearLayout
android:layout_width="match_parent"