Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Holo.Widget.ActionBar.Title'

前端 未结 7 1294
我寻月下人不归
我寻月下人不归 2020-12-02 18:09

I am implementing ActionBar to set the color for text using this style script in xml but getting error when I run my application time does anybody have idea what I have miss

7条回答
  •  生来不讨喜
    2020-12-02 18:32

    AndroidManifest.xml:

    
    

    and

    Project Properties -> Project Build Target = 11 or above

    These 2 things fixed the problem for me!

提交回复
热议问题