Android Tabs + Sliding, how do I implement ActionBarSherlock?

后端 未结 5 576
傲寒
傲寒 2021-02-03 14:26

I\'m using Google\'s new tools to start an application that has the ability to switch between three tabs.

\"enter

5条回答
  •  难免孤独
    2021-02-03 14:54

    I have implemented very complicated application using actionbar sherlock. It works fine on 2.2 to ICS devices I have tested. I also used tabs and everything works fine. I changed it later to navigation list because there should be 6 tabs. Try demos included with actionbar to start with. This errors are probably some classpath problems. You need to add sherlock as lib project and support library must be included in both sherlock lib project and your project. Also check if both support libraries must have same versions.

提交回复
热议问题