Animation for Aizy appearence. Blue preview popup window
Change-Id: I857f50d5e11382b7e2dcb8c024a96c2d7a6e086b
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 55cd698..e0ac68e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -96,6 +96,11 @@
<item name="android:windowExitAnimation">@anim/search_bar_exit</item>
</style>
+ <style name="AizyPreviewPopupAnimation">
+ <item name="android:windowEnterAnimation">@anim/aizy_preview_popup_enter</item>
+ <item name="android:windowExitAnimation">@anim/aizy_preview_popup_exit</item>
+ </style>
+
<style name="DummyAnimation">
<item name="android:windowExitAnimation">@anim/dummy_animation</item>
</style>