This commit is contained in:
jack
2022-03-07 17:42:03 +08:00
parent 10a3ed7f15
commit 9220f13c9e
309 changed files with 81 additions and 1348 deletions

View File

@ -1442,7 +1442,7 @@ public class DialogUtils {
params = window.getAttributes();
params.width = (int) (context.getResources().getDisplayMetrics().widthPixels * 0.9);
window.setAttributes(params);
window.setBackgroundDrawableResource(R.drawable.full_dialog_background);
window.setBackgroundDrawableResource(R.drawable.textview_white_up);
}
inflate.findViewById(R.id.imprint_close).setOnClickListener(v -> dialog.dismiss());