File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 51
51
52
52
<style name =" CustomTabPageIndicator" parent =" Widget.TabPageIndicator" >
53
53
<item name =" android:background" >@drawable/custom_tab_indicator</item >
54
+ <item name =" android:textAppearance" >@style/CustomTabPageIndicator.Text</item >
54
55
<item name =" android:textColor" >#FF555555</item >
56
+ <item name =" android:textSize" >18sp</item >
55
57
<item name =" android:divider" >@drawable/custom_tab_indicator_divider</item >
56
58
<item name =" android:dividerPadding" >8dp</item >
57
59
<item name =" android:showDividers" >middle</item >
58
60
</style >
59
61
62
+ <style name =" CustomTabPageIndicator.Text" parent =" android:TextAppearance.Medium" >
63
+ <item name =" android:typeface" >monospace</item >
64
+ </style >
65
+
60
66
<style name =" CustomUnderlinePageIndicator" >
61
67
<item name =" selectedColor" >#FFCC0000</item >
62
68
<item name =" android:background" >#FFCCCCCC</item >
You can’t perform that action at this time.
0 commit comments