Rabbit-R1/switch port/java/resources/res/anim/abc_tooltip_exit.xml

7 lines
277 B
XML
Raw Permalink Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/accelerate_quad"
android:duration="@integer/config_tooltipAnimTime"
android:fromAlpha="1"
android:toAlpha="0"/>