9 lines
306 B
XML
9 lines
306 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
|
||
|
|
<style name="MyTabLayoutTextAppearance" parent="TextAppearance.Design.Tab">
|
||
|
|
<item name="android:textSize">17sp</item>
|
||
|
|
<item name="android:textStyle">bold</item>
|
||
|
|
</style>
|
||
|
|
|
||
|
|
</resources>
|