diff options
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 05c28a0..520ae31 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -117,4 +117,8 @@ <item name="android:textSize">16dp</item> <item name="android:background">@drawable/bg_text_on_preview</item> </style> + <style name="AnimationPopup" parent="android:Animation"> + <item name="android:windowEnterAnimation">@anim/grow_fade_in_from_top_right</item> + <item name="android:windowExitAnimation">@anim/shrink_fade_out_from_top_right</item> + </style> </resources> |