diff options
Diffstat (limited to 'imagepicker/src/main/res-public/values/styles.xml')
-rw-r--r-- | imagepicker/src/main/res-public/values/styles.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/imagepicker/src/main/res-public/values/styles.xml b/imagepicker/src/main/res-public/values/styles.xml new file mode 100644 index 0000000..4d4a135 --- /dev/null +++ b/imagepicker/src/main/res-public/values/styles.xml @@ -0,0 +1,7 @@ + <resources> + + <style name="Kau.ImagePicker"> + <item name="android:windowAnimationStyle">@style/KauSlideInSlideOutBottom</item> + </style> + +</resources> |