标签: android android-actionbar
我想设置没有标题栏的操作栏。
我试过@android:style/theme.light.notitlebar 以及我也试过这个链接Adding an action bar to Theme.Black.NoTitleBar Android
@android:style/theme.light.notitlebar
但它不起作用。我错了,请帮帮我
答案 0 :(得分:0)
//Remove title bar this.requestWindowFeature(Window.FEATURE_NO_TITLE);