Files
HouseProperty/app/src/main/res/anim/dialog_show.xml
2020-10-13 15:29:40 +08:00

7 lines
203 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="100%p"
android:duration="500" />
</set>