<?xml version="1.0" encoding="utf-8"?>
<resources>
  <style name="ToastTopAnim" parent="android:Animation">
    <item name="android:windowEnterAnimation">@anim/top_in</item>
    <item name="android:windowExitAnimation">@anim/top_out</item>
  </style>
  <style name="ToastBottomAnim" parent="android:Animation">
    <item name="android:windowEnterAnimation">@anim/bottom_in</item>
    <item name="android:windowExitAnimation">@anim/bottom_out</item>
  </style>
  <style name="AlertAnim" parent="android:Animation">
    <item name="android:windowEnterAnimation">@anim/alert_in</item>
    <item name="android:windowExitAnimation">@anim/alert_out</item>
  </style>
</resources>
