Canney

Results 4 comments of Canney

`BaseDialogFragment.java`实现的这个方法, 存在上述问题 ```java @Override public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { super.onViewCreated(view, savedInstanceState); //去除Dialog默认头部 Dialog dialog = getDialog(); dialog.requestWindowFeature(Window.FEATURE_NO_TITLE); dialog.setCanceledOnTouchOutside(isCancelableOutside()); if (dialog.getWindow() != null && getDialogAnimationRes() > 0) {...

apps模块中 `implementation 'androidx.appcompat:appcompat:1.3.0-beta01'` 使用 > 1.0的版本导致

> > apps模块中 `implementation 'androidx.appcompat:appcompat:1.3.0-beta01'` 使用 > 1.0的版本导致 > > 有解决方案吗? 下载代码自己更改。