aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim/keyboard_fade_in.xml
blob: f1ceea707057920e01eacca6b4b0f0819211794e (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
	android:interpolator="@android:anim/accelerate_interpolator"
	android:fromAlpha="0.0"
	android:toAlpha="1.0"
	android:duration="100" />