diff options
Diffstat (limited to 'imagepicker/src/main/res/values/styles.xml')
-rw-r--r-- | imagepicker/src/main/res/values/styles.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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> |