已经使用的Theme.AppCompat decendant但仍然是错误

时间:2015-11-05 12:09:48

标签: android android-appcompat android-theme android-styles

我有一个使用自定义主题的活动:

Custom theme style that uses the theme.appcompat

如您所见,自定义主题已经是theme.appcompat的后代。

这就是我在清单文件中使用它的方法: Manifest Implementation of activity

我的Acitivity已经扩展了AppCompatActivity,但是当我运行我的程序时,我仍然必须使用Theme.Appcompat或其后代错误。任何人都可以帮我这个吗?

2 个答案:

答案 0 :(得分:1)

So I think Do this

所以我认为这是去AppTheme并改变它

答案 1 :(得分:0)

你必须在style.xml中更改

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