Rabbit-R1/android (non root)/smali/res/animator/fragment_fade_exit.xml

3 lines
273 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator android:interpolator="@android:anim/linear_interpolator" android:duration="150" android:valueFrom="1.0" android:valueTo="0.0" android:propertyName="alpha"
xmlns:android="http://schemas.android.com/apk/res/android" />