summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index bd46fc3..8076cc9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -164,4 +164,8 @@
<item name="android:layout_alignParentTop">true</item>
<item name="android:layout_centerHorizontal">true</item>
</style>
+ <style name="AnimationPopup" parent="android:Animation">
+ <item name="android:windowEnterAnimation">@anim/share_popup_enter</item>
+ <item name="android:windowExitAnimation">@anim/share_popup_exit</item>
+ </style>
</resources>