Genadinik
Genadinik

Reputation: 18639

Android ActionbarSherock - new project doesn't recognize the Theme.Sherlock.Light

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!

Upvotes: 0

Views: 68

Answers (1)

Peshal
Peshal

Reputation: 1518

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.

Upvotes: 1

Related Questions