diff options
Diffstat (limited to 'library/src/main/res')
-rw-r--r-- | library/src/main/res/layout/kau_search_view.xml | 4 | ||||
-rw-r--r-- | library/src/main/res/transition/kau_auto.xml | 4 | ||||
-rw-r--r-- | library/src/main/res/values/strings_commons.xml | 1 |
3 files changed, 8 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" diff --git a/library/src/main/res/transition/kau_auto.xml b/library/src/main/res/transition/kau_auto.xml new file mode 100644 index 0000000..8cda329 --- /dev/null +++ b/library/src/main/res/transition/kau_auto.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<autoTransition xmlns:android="http://schemas.android.com/apk/res/android" + android:duration="300" + android:interpolator="@android:interpolator/fast_out_slow_in" />
\ No newline at end of file diff --git a/library/src/main/res/values/strings_commons.xml b/library/src/main/res/values/strings_commons.xml index b37c1ea..c678ba1 100644 --- a/library/src/main/res/values/strings_commons.xml +++ b/library/src/main/res/values/strings_commons.xml @@ -50,4 +50,5 @@ Most resources are verbatim and x represents a formatted item <string name="kau_warning">Warning</string> <string name="kau_yes">Yes</string> <string name="kau_search">Search</string> + <string name="kau_no_results_found">No Results Found</string> </resources> |