Android到setaction栏没有标题栏

时间:2013-09-18 07:15:13

标签: android android-actionbar

我想设置没有标题栏的操作栏。

我试过@android:style/theme.light.notitlebar 以及我也试过这个链接Adding an action bar to Theme.Black.NoTitleBar Android

但它不起作用。我错了,请帮帮我

1 个答案:

答案 0 :(得分:0)

//Remove title bar
this.requestWindowFeature(Window.FEATURE_NO_TITLE);