first push
This commit is contained in:
9
res/anim/alpha.xml
Normal file
9
res/anim/alpha.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:startOffset="2000"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="5000" />
|
||||
</set>
|
9
res/anim/realpha.xml
Normal file
9
res/anim/realpha.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:startOffset="2000"
|
||||
android:toAlpha="0.0"
|
||||
android:duration="5000" />
|
||||
</set>
|
Reference in New Issue
Block a user