final Dialog alertDialog = new Dialog(this) ; alertDialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
alertDialog.setContentView(R.layout.view_notification);
No comments:
Post a Comment