【发布时间】:2022-10-06 00:28:15
【问题描述】:
这是我的代码,不能正常工作.....
getWindow().setBackgroundDrawable(newColorDrawable(android.graphics.Color.TRANSPARENT));
标签: android database firebase-realtime-database google-maps-api-3 android-alertdialog
这是我的代码,不能正常工作.....
getWindow().setBackgroundDrawable(newColorDrawable(android.graphics.Color.TRANSPARENT));
标签: android database firebase-realtime-database google-maps-api-3 android-alertdialog
//REMOVING BACKGROUND BLUR ON ALERT DIALOG BOX direction_Alert_Box.requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT)); direction_Alert_Box.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);
【讨论】: