2020-11-10 10:20:54 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<style name="PopupAnimation" parent="@android:style/Animation">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/slide_from_top</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/slide_to_top</item>
|
|
|
|
</style>
|
|
|
|
|
2021-05-26 10:47:14 -03:00
|
|
|
<style name="FakeBottomSheet" parent="@android:style/Animation">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/slide_fade_from_bottom</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/slide_fade_to_bottom</item>
|
|
|
|
</style>
|
|
|
|
|
2020-11-10 10:20:54 -05:00
|
|
|
<style name="FadeScale" parent="@android:style/Animation">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/fade_scale_in</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/fade_scale_out</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="StickerPopupAnimation" parent="@android:style/Animation">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/fade_in</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/fade_out</item>
|
|
|
|
</style>
|
2022-01-28 12:29:28 -05:00
|
|
|
|
|
|
|
<style name="ConversationContextMenuAnimation" parent="@android:style/Animation">
|
2022-02-15 16:05:50 -05:00
|
|
|
<item name="android:windowEnterAnimation">@anim/delay_fade_in</item>
|
2022-01-28 12:29:28 -05:00
|
|
|
<item name="android:windowExitAnimation">@anim/shrink_fade_out</item>
|
|
|
|
</style>
|
2020-11-10 10:20:54 -05:00
|
|
|
</resources>
|