I am setting a specific activity full screen when the use hits a START button.
In this case the showStopButton() is called .
showStopButton()
It\'s running fine
Add this.
requestWindowFeature(Window.FEATURE_NO_TITLE);
before
super.onCreate(savedInstanceState); setContentView(R.layout.your activity);