我在我的样式xml文件中进行了更改,以便为我的TabLayout定义一些自定义样式。
我的代码:
<style name="MyCustomTabLayout" parent="Widget.Design.TabLayout">
<item name="tabTextAppearance">@style/MyCustomTabTextAppearance</item>
</style>
<style name="MyCustomTabTextAppearance">
<item name="android:textSize">14sp</item>
<item name="textAllCaps">true</item>
</style>
另外我想问一下,当我做研究时,它表明我应该使用
<style name="MyCustomTabTextAppearance" parent="TextAppearance.Design.Tab">
就在那里parent
来自哪里。我浏览了文档,但TextAppearance.Design.Tab
无处可寻。那么,为什么没有这个父母,应用程序就无法运行,从哪里可以了解父母的确切目标。
答案 0 :(得分:0)
请尝试以下示例代码:
datarows
试试这个然后告诉我你得到了什么!你也不能使用xml为tablayout改变背景颜色吗?