update wallet js lib
This commit is contained in:
parent
ed51de7d30
commit
e16849ddb9
File diff suppressed because one or more lines are too long
7
res/anim/dlg_enter.xml
Normal file
7
res/anim/dlg_enter.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromYDelta="100%p"
|
||||
android:toYDelta="0%p" />
|
||||
</set>
|
7
res/anim/dlg_exit.xml
Normal file
7
res/anim/dlg_exit.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate
|
||||
android:duration="300"
|
||||
android:fromYDelta="0%p"
|
||||
android:toYDelta="100%p" />
|
||||
</set>
|
Loading…
x
Reference in New Issue
Block a user