I'm trying to use HoloEveryWhere on ADT(Eclipse). What I make wrong?
- I'm download that
- File > Import > Existing Code into Workspace
- I'm download that
- 2 Step again(library is disabled).
I'm trying to change theme
android:theme="@style/Holo.Theme.Sherlock"
But Eclipse says
No resource found that maches the given name
If I'm trying replace extends from
public class MainActivity extends Activity {
to
public class MainActivity extends com.WazaBe.HoloEverywhere.sherlock.SListActivity {
I'm getting
com.WazaBe cannot be resolved as type