Here is my customized material viewpager layout
我必须以编程方式更改我的材质视图寻呼机标签颜色和字体。请给我一个解决方案。我无法在github中找到任何解决方案。
答案 0 :(得分:4)
以编程方式更改指示符的颜色。
tabLayout.setSelectedTabIndicatorColor(Color.parseColor("#898989"));
答案 1 :(得分:1)
请使用以下属性更改tabLayout中指标的颜色:
app:tabIndicatorColor="@android:color/white"
对于自定义字体,请参阅以下链接:Change the font of tab text in android design support TabLayout
答案 2 :(得分:1)
要更改tabLayout中指示符的颜色:
app:tabIndicatorColor="@android:color/your_color"
这是我的build.gradle中的一行:
compile 'com.android.support:design:23.1.1' //Make sure check your version