public class Test extends AppCompatActivity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
supportRequestWindowFeature(Window.FEATURE_NO_TITLE);
}
}
when start activity ,it act as dialog .Here problem is the dialog window display at top , but I want it display in center.