blob: 99f294acfc4451627023259b1fae683fdf4349c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<resources>
<style name="Kau.ImagePicker">
<item name="android:windowAnimationStyle">@style/KauSlideInSlideOutBottom</item>
</style>
<!--Just as a placeholder for public.xml-->
<style name="Kau.ImagePicker.Overlay" parent="Kau.Translucent">
<item name="android:windowAnimationStyle">@null</item>
</style>
</resources>
|