diff options
Diffstat (limited to 'imagepicker/src/main/res/values')
-rw-r--r-- | imagepicker/src/main/res/values/strings.xml | 6 | ||||
-rw-r--r-- | imagepicker/src/main/res/values/styles.xml | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/imagepicker/src/main/res/values/strings.xml b/imagepicker/src/main/res/values/strings.xml new file mode 100644 index 0000000..7aa7f3e --- /dev/null +++ b/imagepicker/src/main/res/values/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="kau_no_images_found">No images found</string> + <string name="kau_no_images_selected">No images have been selected</string> + <string name="kau_blurrable_imageview">Blurrable ImageView</string> +</resources>
\ No newline at end of file diff --git a/imagepicker/src/main/res/values/styles.xml b/imagepicker/src/main/res/values/styles.xml index 1fbb184..0d9ce64 100644 --- a/imagepicker/src/main/res/values/styles.xml +++ b/imagepicker/src/main/res/values/styles.xml @@ -1,5 +1,7 @@ <resources> - <style name="Kau.Translucent.ImagePicker" parent="Kau.Translucent.SlideBottom" /> + <style name="Kau.ImagePicker"> + <item name="android:windowAnimationStyle">@style/KauSlideInSlideOutBottom</item> + </style> </resources> |