使用ActionBarSherlock和ViewPagerIndicator与我的风格



我遵循了这些说明,并使用Android操作栏样式生成器创建了MyStyle,但我的样式不起作用,我看不到我的颜色。

我有一个带的styles_mystyle.xml

<style name="Theme.Mystyle" parent="@style/Theme.Sherlock.Light">

和在AndroidManifest.xml

<application
    //...
    android:theme="@style/Theme.Mystyle" >

所以我不知道问题出在哪里。你能帮我吗?我的代码与前面链接中的代码完全相同。

样式生成器为ActionBar选项卡创建一个主题。ViewPager看起来很相似,但需要一组不同的已定义样式。您可以在此处找到ViewPagerIndicator样式的示例:

https://github.com/JakeWharton/Android-ViewPagerIndicator/blob/master/sample/res/values/styles.xml

或者,您可以使用ActionBar选项卡而不是ViewPagerIndicator来使用从样式生成器创建的样式。

非常基本的操作栏带有片段的Sherlock选项卡:FragmentTransaction在onTabSelected()方法中为null

关于标签与标题条的更多信息可以在这里找到:

http://developer.android.com/training/implementing-navigation/lateral.html

相关内容

  • 没有找到相关文章