用法
设置字体大小
layout/xxx.xml
<android.support.design.widget.TabLayout
...
app:tabTextAppearance="@style/MineTabLayout"
...
/>
values/styles.xml
<style name="MineTabLayout" parent="TextAppearance.Design.Tab">
<item name="android:textSize">@dimen/font_tab</item>
</style>
文档信息
- 本文作者:王玉镇wangyuzhen
- 本文链接:https://wangyuzhen666.github.io//wiki/android-view-tablayout/
- 版权声明:Creative Commons 4.0 传播此文章时,您需要遵守知识共享协议。 署名(BY)&非商业性(NC)&相同方式共享(SA)------------------------------- When disseminating this article, you need to adhere to a Creative Commons license. Attribution (BY) & Non-Commercial (NC) & Shareby Manner (SA) .(Creative Commons 4.0)