Android Studio:主题更改 - 空活动

时间:2016-11-28 18:32:36

标签: android

我开始了一项新的空活动。我正处于项目的开始阶段。默认情况下,我的主题设置为AppTheme。我不想要主题上的标题栏。我将主题更改为NoTitleBar和许多其他主题。我收到了这个错误。

Missing styles. Is the correct theme chosen for this layout?  Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.   Failed to find '?attr/textEditSuggestionItemLayout' in current theme. (9 similar errors not shown)  Tip: Try to refresh the layout.

我尝试了很多其他主题,但是我遇到了这样的错误。有没有办法可以选择一个我不希望在我的应用上有标题栏的主题?

如果没有,我该如何更改标题栏的颜色并添加徽标?

2 个答案:

答案 0 :(得分:0)

选择holo从布局上方的框中点亮它们

答案 1 :(得分:0)

您的意思是项目名称? 如果您不想在样式中使用此代码,则可以使用NoActionBar

 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">

</style>