10 lines
297 B
XML
10 lines
297 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@interpolator/i"
|
|
android:duration="@integer/a5"
|
|
android:shareInterpolator="true">
|
|
<alpha
|
|
android:fromAlpha="1"
|
|
android:toAlpha="0"/>
|
|
</set>
|