效果:对话框会从顶部滚到中间显示,点击取消就会从中间滚到下方退出界面
实现:
1.在res下创建anim文件夹,然后创建两个Animation resourse file文件:
dialog_enter.xml:
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <!--从上进入到中间--> <translate android:duration="200" android:fromYDelta=