eluleci / FlatUI

Android FlatUI Kit
1.66k stars 422 forks source link

Error ADT import #6

Closed wserpas closed 10 years ago

wserpas commented 10 years ago

Hello, please i got this error while import sample project :

error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.

on styles.xml

eluleci commented 10 years ago

Sample project is using AppCompat library which lets you use some new features with old APIs. I wanted to show how to change the ActionBar drawable in MainActivity so I used this library as well. You can remove the dependency to this library and it should solve the problem.