android - requestWindowFeature(Window.FEATURE_NO_TITLE) exception

后端 未结 5 537
后悔当初
后悔当初 2020-12-21 18:14

I am setting a specific activity full screen when the use hits a START button.

In this case the showStopButton() is called .

It\'s running fine

5条回答
  •  盖世英雄少女心
    2020-12-21 18:48

    Use -public class MainActivity extends Activity- instead of -public class MainActivity extends ActionBarActivity-

提交回复
热议问题