build: upgrade build.gradle to run in Android Studio panda 4

This commit is contained in:
2026-06-02 16:50:26 +08:00
parent 4217eb7f8b
commit d0180b77d4
5 changed files with 94 additions and 79 deletions

View File

@@ -35,7 +35,7 @@ public class InfoDialog extends Dialog {
private InfoDialog mDialog;
public Builder(Context context) {
mDialog = new InfoDialog(context, R.style.Theme_AppCompat_Dialog);
mDialog = new InfoDialog(context, R.style.CustomDialog);
LayoutInflater inflater =
(LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
//加载布局文件