我有一个新项目,它无法识别我的styles.xml
中此代码段的第一行<style name="CustomTheme" parent="Theme.Sherlock.Light">
<item name="android:windowBackground">@color/white</item>
<item name="android:colorBackground">@color/white</item>
</style>
我在我的代码库中设置了ActionbarSherlock。但我忘记了如何让一个新项目认识到它。 知道我需要做什么吗?
谢谢!
答案 0 :(得分:1)
您可以右键单击您的项目转到属性,在左侧列表中选择android,然后在窗口底部使用添加按钮将库添加到项目中。