6 lines
209 B
XML
6 lines
209 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- fade_in.xml -->
|
|
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fromAlpha="1.0"
|
|
android:toAlpha="0.0"
|
|
android:duration="200" /> |