build: upgrade build.gradle to run in Android Studio panda 4
This commit is contained in:
@@ -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);
|
||||
//加载布局文件
|
||||
|
||||
Reference in New Issue
Block a user