I already remove the title in onCreate() method.
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(
Hope below lines will help you
getWindow().clearFlags( WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN); requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);