when I button Click, show AlertDialog.
but clicked button, show title bar. I want remove title bar. so I try
builder.requestWindowFeature(Window_FEATURE_NO_TITLE);
but requestWindowFeature
cannot resolve symbol error.
Android Dialog: Removing title bar
I reference this site.
but my source not work. my source not activity only class.
How to fix this problem?