aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/anim/fade_in.xml
blob: c41db06547899e46ec3bec4e44ec47665ea1aad0 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
	   android:duration="500"
	   android:fromAlpha="0.0"
	   android:toAlpha="1.0" />