心愿榜单
This commit is contained in:
6
live/src/main/res/anim/anim_marquee_in.xml
Normal file
6
live/src/main/res/anim/anim_marquee_in.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:fromYDelta="100%p"
|
||||
android:toYDelta="0" />
|
||||
</set>
|
||||
6
live/src/main/res/anim/anim_marquee_out.xml
Normal file
6
live/src/main/res/anim/anim_marquee_out.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:fromYDelta="0"
|
||||
android:toYDelta="-100%p" />;
|
||||
</set>
|
||||
Reference in New Issue
Block a user