I have a new project and it doesn't recognize the first line of this snippet in my styles.xml
<style name="CustomTheme" parent="Theme.Sherlock.Light">
<item name="android:windowBackground">@color/white</item>
<item name="android:colorBackground">@color/white</item>
</style>
I did set up ActionbarSherlock in my code base. But I forgot how to make a new project recognize it. Any idea what I need to do?
Thanks!
You would Right click on your project go to properties, select android on the list at the left and at the bottom of the window you would use the add button to add library into your project.