4

After import ABS in Android studio, i can import and use all classes from ABS , like SherlockFragment etc.

But only custom theme got problem.

I want to create custom theme like:

<style name="Theme.Styled" parent="Theme.Sherlock">
    <item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
    <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
</style>

But android studio got error notice is:

no resource found match "Theme.Sherlock".

Zoe
  • 27,060
  • 21
  • 118
  • 148
flybirdtt
  • 47
  • 1
  • 7

0 Answers0