6 lines
245 B
XML
6 lines
245 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:interpolator="@android:anim/linear_interpolator"
|
||
|
android:fromAlpha="0"
|
||
|
android:toAlpha="1"
|
||
|
android:duration="300" />
|