aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/src/main/res-public/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mediapicker/src/main/res-public/values/styles.xml')
-rw-r--r--mediapicker/src/main/res-public/values/styles.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/mediapicker/src/main/res-public/values/styles.xml b/mediapicker/src/main/res-public/values/styles.xml
new file mode 100644
index 0000000..77bf2bd
--- /dev/null
+++ b/mediapicker/src/main/res-public/values/styles.xml
@@ -0,0 +1,12 @@
+<resources>
+
+ <style name="Kau.MediaPicker">
+ <item name="android:windowAnimationStyle">@style/KauSlideInSlideOutBottom</item>
+ </style>
+
+ <!--Just as a placeholder for public.xml-->
+ <style name="Kau.MediaPicker.Overlay" parent="Kau.Translucent">
+ <item name="android:windowAnimationStyle">@null</item>
+ </style>
+
+</resources>