didi / VirtualAPK

A powerful and lightweight plugin framework for Android
Apache License 2.0
8.98k stars 1.52k forks source link

插件设置dialog动画无效 #304

Open ericzhaowei opened 5 years ago

ericzhaowei commented 5 years ago

BottomSheetDialog dialog = new BottomSheetDialog(this); dialog.setContentView(R.layout.activity_main_test); dialog.getWindow().setWindowAnimations(R.style.test_sheet_animation); dialog.show(); 如上代码,设置动画无效