[Modify]谷歌下架原因排查
This commit is contained in:
@@ -40,6 +40,7 @@ public class AppUpdateDialog extends DialogFragment implements View.OnClickListe
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
Window window = getDialog().getWindow();
|
||||
// setup window and width
|
||||
|
||||
View view = inflater.inflate(R.layout.dialog_erban_update, window.findViewById(android.R.id.content), false);
|
||||
window.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
|
||||
window.setLayout(UIUtil.dip2px(getContext(), 280), ViewGroup.LayoutParams.WRAP_CONTENT);
|
||||
|
Reference in New Issue
Block a user