Rabbit-R1/switch port/smali/res/anim/anim_fade_in.xml

5 lines
195 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:duration="300" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>