【Android】error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock.Light.NoActionBar'.

问题:

res 文件夹下的 values 下的 styles.xml 

<style name="Sherlock.Light.NoActionBar"  parent="Theme.Sherlock.Light.NoActionBar">  
  <item name="actionMenuTextColor">#FFF</item>  
  <item name="android:actionMenuTextColor">#FFF</item> 
  <item name="android:windowIsTranslucent">false</item>
</style>

 

 

解决方法寻找中…………

 

posted @ 2015-10-13 22:04  WriteOnRead  阅读(498)  评论(0编辑  收藏  举报