Search This Blog

Wednesday, July 12, 2017

Ẩn title của dialog

final Dialog  alertDialog = new Dialog(this) ;
alertDialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
alertDialog.setContentView(R.layout.view_notification);

No comments:

Post a Comment