如何更改滑动选项卡中的文本颜色

时间:2015-04-15 10:16:09

标签: android android-tabs textcolor

我正在学习Android,并且不了解如何更改Google示例SlidingTabs颜色的滑动标签中文本的颜色: https://developer.android.com/samples/SlidingTabsColors/project.html

我试着写:

<com.example.android.common.view.SlidingTabLayout
    android:id="@+id/sliding_tabs"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#ddffffff"
    android:textColor="#ffffffff">

但什么都没发生。 当我使用它时,文字颜色也没有改变:

@android:style/TextAppearance.Holo.Widget.ActionBar.Title

在我的主题中。

1 个答案:

答案 0 :(得分:0)

有用于颜色的页面滑动选项卡的整个库。 您可能希望看到此示例。 https://github.com/astuetz/PagerSlidingTabStrip

有很多关于改变页面条颜色的教程。