mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
テスト用アニメーション追加 WIP
This commit is contained in:
parent
10c1e99335
commit
e230b27e5b
4
shared/ui/src/main/res/anim/slide_from_right.xml
Normal file
4
shared/ui/src/main/res/anim/slide_from_right.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
</set>
|
4
shared/ui/src/main/res/anim/slide_to_left.xml
Normal file
4
shared/ui/src/main/res/anim/slide_to_left.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
</set>
|
4
shared/ui/src/main/res/anim/slide_to_right.xml
Normal file
4
shared/ui/src/main/res/anim/slide_to_right.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
</set>
|
Loading…
Reference in New Issue
Block a user