diff options
Diffstat (limited to 'library/src/main/res/values/styles.xml')
-rw-r--r-- | library/src/main/res/values/styles.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/src/main/res/values/styles.xml b/library/src/main/res/values/styles.xml new file mode 100644 index 0000000..c8e2197 --- /dev/null +++ b/library/src/main/res/values/styles.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <style name="KauSearchView" parent="Widget.AppCompat.SearchView.ActionBar"> + + </style> + +</resources>
\ No newline at end of file |