No resource found that matches the given name '@style/ Theme.Holo.Light.DarkActionBar'

前端 未结 7 1038
我寻月下人不归
我寻月下人不归 2020-12-01 03:26

Platform:4.3

API Level:18

AndroidManifest.xml:




        
相关标签:
7条回答
  • 2020-12-01 04:13

    in addition,if you try to use CustomActionBarTheme,make sure there is

    <application android:theme="@style/CustomActionBarTheme" ... />
    

    in AndroidManifest.xml

    not

    <application android:theme="@android:style/CustomActionBarTheme" ... />
    
    0 讨论(0)
提交回复
热议问题