admin
2020-08-12 cefe2a41db4a275fb1e940a902cb156f1ed68d80
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <attr format="boolean" name="centered"/>
    <attr format="color" name="selectedColor"/>
    <attr format="dimension" name="strokeWidth"/>
    <attr format="color" name="unselectedColor"/>
    <bool name="default_circle_indicator_centered">true</bool>
    <bool name="default_circle_indicator_snap">false</bool>
    <bool name="default_line_indicator_centered">true</bool>
    <bool name="default_title_indicator_selected_bold">true</bool>
    <bool name="default_underline_indicator_fades">true</bool>
    <color name="black1">#ff161514</color>
    <color name="blue3">#FF067cf6</color>
    <color name="default_circle_indicator_fill_color">#FFFFFFFF</color>
    <color name="default_circle_indicator_page_color">#00000000</color>
    <color name="default_circle_indicator_stroke_color">#FFDDDDDD</color>
    <color name="default_line_indicator_selected_color">#FF33B5E5</color>
    <color name="default_line_indicator_unselected_color">#FFBBBBBB</color>
    <color name="default_title_indicator_footer_color">#FF33B5E5</color>
    <color name="default_title_indicator_selected_color">#FFFFFFFF</color>
    <color name="default_title_indicator_text_color">#BBFFFFFF</color>
    <color name="default_underline_indicator_selected_color">#FF33B5E5</color>
    <color name="lxy_bg_diaphanous">#00000000</color>
    <color name="text_color_small">#ffff7300</color>
    <color name="top_bar_color">#FF2f2624</color>
    <color name="top_blue">#FF18b4ed</color>
    <color name="vpi__background_holo_dark">#ff000000</color>
    <color name="vpi__background_holo_light">#fff3f3f3</color>
    <color name="vpi__bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
    <color name="vpi__bright_foreground_disabled_holo_light">#ffb2b2b2</color>
    <color name="vpi__bright_foreground_holo_dark">@color/vpi__background_holo_light</color>
    <color name="vpi__bright_foreground_holo_light">@color/vpi__background_holo_dark</color>
    <color name="vpi__bright_foreground_inverse_holo_dark">@color/vpi__bright_foreground_holo_light</color>
    <color name="vpi__bright_foreground_inverse_holo_light">@color/vpi__bright_foreground_holo_dark</color>
    <color name="vpi_bg_gray">#FFc8c8c8</color>
    <color name="vpi_bg_white">#FFFFFF</color>
    <dimen name="default_circle_indicator_radius">3dp</dimen>
    <dimen name="default_circle_indicator_stroke_width">1dp</dimen>
    <dimen name="default_line_indicator_gap_width">4dp</dimen>
    <dimen name="default_line_indicator_line_width">12dp</dimen>
    <dimen name="default_line_indicator_stroke_width">1dp</dimen>
    <dimen name="default_title_indicator_clip_padding">4dp</dimen>
    <dimen name="default_title_indicator_footer_indicator_height">4dp</dimen>
    <dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen>
    <dimen name="default_title_indicator_footer_line_height">2dp</dimen>
    <dimen name="default_title_indicator_footer_padding">7dp</dimen>
    <dimen name="default_title_indicator_text_size">15dp</dimen>
    <dimen name="default_title_indicator_title_padding">5dp</dimen>
    <dimen name="default_title_indicator_top_padding">7dp</dimen>
    <integer name="default_circle_indicator_orientation">0</integer>
    <integer name="default_title_indicator_footer_indicator_style">2</integer>
    <integer name="default_title_indicator_line_position">0</integer>
    <integer name="default_underline_indicator_fade_delay">300</integer>
    <integer name="default_underline_indicator_fade_length">400</integer>
    <style name="TextAppearance.LxyTabPageIndicator" parent="Widget">
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">#ff999999</item>
    </style>
    <style name="TextAppearance.TabPageIndicator" parent="Widget">
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">#ff000000</item>
    </style>
    <style name="Theme.PageIndicatorDefaults" parent="android:Theme">
        <item name="vpiIconPageIndicatorStyle">@style/Widget.IconPageIndicator</item>
        <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator1</item>
        <item name="lxyTabPageIndicatorStyle">@style/Widget.LxyTabPageIndicator</item>
    </style>
    <style name="Widget"/>
    <style name="Widget.IconPageIndicator" parent="Widget">
        <item name="android:layout_marginLeft">6dp</item>
        <item name="android:layout_marginRight">6dp</item>
    </style>
    <style name="Widget.LxyTabPageIndicator" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/lxy__tab_indicator</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.LxyTabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/mvpi__tab_indicator</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator1" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/vpi__tab_indicator1</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator2" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/vpi__tab_indicator2</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">8dp</item>
        <item name="android:paddingBottom">8dp</item>
        <item name="android:maxLines">1</item>
    </style>
    <declare-styleable name="CirclePageIndicator">
 
        <!-- Whether or not the indicators should be centered. -->
        <attr name="centered"/>
        <!-- Color of the filled circle that represents the current page. -->
        <attr format="color" name="fillColor"/>
        <!-- Color of the filled circles that represents pages. -->
        <attr format="color" name="pageColor"/>
        <!-- Orientation of the indicator. -->
        <attr name="android:orientation"/>
        <!-- Radius of the circles. This is also the spacing between circles. -->
        <attr format="dimension" name="radius"/>
        <!-- Whether or not the selected indicator snaps to the circles. -->
        <attr format="boolean" name="snap"/>
        <!-- Color of the open circles. -->
        <attr format="color" name="strokeColor"/>
        <!-- Width of the stroke used to draw the circles. -->
        <attr name="strokeWidth"/>
        <!-- View background -->
        <attr name="android:background"/>
    </declare-styleable>
    <declare-styleable name="LinePageIndicator">
 
        <!-- Whether or not the indicators should be centered. -->
        <attr name="centered"/>
        <!-- Color of the unselected lines that represent the pages. -->
        <attr name="unselectedColor"/>
        <!-- Color of the selected line that represents the current page. -->
        <attr name="selectedColor"/>
        <!-- Width of each indicator line. -->
        <attr format="dimension" name="lineWidth"/>
        <!-- Width of each indicator line's stroke. -->
        <attr name="strokeWidth"/>
        <!-- Width of the gap between each indicator line. -->
        <attr format="dimension" name="gapWidth"/>
        <!-- View background -->
        <attr name="android:background"/>
    </declare-styleable>
    <declare-styleable name="TitlePageIndicator">
 
        <!-- Screen edge padding. -->
        <attr format="dimension" name="clipPadding"/>
        <!-- Color of the footer line and indicator. -->
        <attr format="color" name="footerColor"/>
        <!-- Height of the footer line. -->
        <attr format="dimension" name="footerLineHeight"/>
        <!-- Style of the indicator. Default is triangle. -->
        <attr name="footerIndicatorStyle">
            <enum name="none" value="0"/>
            <enum name="triangle" value="1"/>
            <enum name="underline" value="2"/>
        </attr>
        <!-- Height of the indicator above the footer line. -->
        <attr format="dimension" name="footerIndicatorHeight"/>
        <!-- Left and right padding of the underline indicator. -->
        <attr format="dimension" name="footerIndicatorUnderlinePadding"/>
        <!-- Padding between the bottom of the title and the footer. -->
        <attr format="dimension" name="footerPadding"/>
        <!-- Position of the line. -->
        <attr name="linePosition">
            <enum name="bottom" value="0"/>
            <enum name="top" value="1"/>
        </attr>
        <!-- Color of the selected title. -->
        <attr name="selectedColor"/>
        <!-- Whether or not the selected item is displayed as bold. -->
        <attr format="boolean" name="selectedBold"/>
        <!-- Color of regular titles. -->
        <attr name="android:textColor"/>
        <!-- Size of title text. -->
        <attr name="android:textSize"/>
        <!-- Padding between titles when bumping into each other. -->
        <attr format="dimension" name="titlePadding"/>
        <!-- Padding between titles and the top of the View. -->
        <attr format="dimension" name="topPadding"/>
        <!-- View background -->
        <attr name="android:background"/>
    </declare-styleable>
    <declare-styleable name="UnderlinePageIndicator">
 
        <!-- Whether or not the selected indicator fades. -->
        <attr format="boolean" name="fades"/>
        <!-- Length of the delay to fade the indicator. -->
        <attr format="integer" name="fadeDelay"/>
        <!-- Length of the indicator fade to transparent. -->
        <attr format="integer" name="fadeLength"/>
        <!-- Color of the selected line that represents the current page. -->
        <attr name="selectedColor"/>
        <!-- View background -->
        <attr name="android:background"/>
    </declare-styleable>
    <declare-styleable name="ViewPagerIndicator">
 
        <!-- Style of the circle indicator. -->
        <attr format="reference" name="vpiCirclePageIndicatorStyle"/>
        <!-- Style of the icon indicator's views. -->
        <attr format="reference" name="vpiIconPageIndicatorStyle"/>
        <!-- Style of the line indicator. -->
        <attr format="reference" name="vpiLinePageIndicatorStyle"/>
        <!-- Style of the title indicator. -->
        <attr format="reference" name="vpiTitlePageIndicatorStyle"/>
        <!-- Style of the tab indicator's tabs. -->
        <attr format="reference" name="vpiTabPageIndicatorStyle"/>
        <!-- Style of the tab indicator's tabs. -->
        <attr format="reference" name="vpiTabPageIndicatorStyle1"/>
        <!-- lxy播放详情界面 -->
        <attr format="reference" name="lxyTabPageIndicatorStyle"/>
        <!-- Style of the underline indicator. -->
        <attr format="reference" name="vpiUnderlinePageIndicatorStyle"/>
    </declare-styleable>
</resources>