update wallet js lib

This commit is contained in:
cebgcontract 2022-11-03 16:13:19 +08:00
parent ed51de7d30
commit e16849ddb9
3 changed files with 25 additions and 11 deletions

File diff suppressed because one or more lines are too long

7
res/anim/dlg_enter.xml Normal file
View 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
View 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>