全站喇叭
This commit is contained in:
10
common/src/main/res/anim/vice_screen_come_in.xml
Normal file
10
common/src/main/res/anim/vice_screen_come_in.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
|
||||
android:fromXDelta="100%p"
|
||||
android:toXDelta="0%p" />
|
||||
<translate
|
||||
android:fromXDelta="100%p"
|
||||
android:toXDelta="0%p" />
|
||||
</set>
|
||||
Reference in New Issue
Block a user