admin
2021-07-20 27bd1f81221b8c8e8047118a64c2beb7bc214bbb
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- 发现界面的indicator -->
    <style name="NewsPageIndicator" parent="Widget.FoundTabPageIndicator">
        <item name="android:textSize">16sp</item>
        <item name="android:background">#ff222222</item>
        <item name="android:paddingLeft">8dp</item>
        <item name="android:paddingRight">8dp</item>
    </style>
 
 
</resources>