Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 Kevin 1
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
2
 *
3
 * This class was automatically generated by the
4
 * aapt tool from the resource data it found.  It
5
 * should not be modified by hand.
6
 */
7
 
8
package com.viewpagerindicator;
9
 
10
public final class R {
11
    public static final class attr {
12
        /**  Whether or not the indicators should be centered. 
13
         <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
14
<p>This may also be a reference to a resource (in the form
15
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
16
theme attribute (in the form
17
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
18
containing a value of this type.
19
         */
20
        public static final int centered=0x7f010004;
21
        /**  Screen edge padding. 
22
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
23
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
24
in (inches), mm (millimeters).
25
<p>This may also be a reference to a resource (in the form
26
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
27
theme attribute (in the form
28
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
29
containing a value of this type.
30
         */
31
        public static final int clipPadding=0x7f01000b;
32
        /**  Color of the filled circle that represents the current page. 
33
         <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
34
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
35
<p>This may also be a reference to a resource (in the form
36
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
37
theme attribute (in the form
38
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
39
containing a value of this type.
40
         */
41
        public static final int fillColor=0x7f010005;
42
        /**  Color of the footer line and indicator. 
43
         <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
44
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
45
<p>This may also be a reference to a resource (in the form
46
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
47
theme attribute (in the form
48
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
49
containing a value of this type.
50
         */
51
        public static final int footerColor=0x7f01000c;
52
        /**  Height of the indicator above the footer line. 
53
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
54
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
55
in (inches), mm (millimeters).
56
<p>This may also be a reference to a resource (in the form
57
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
58
theme attribute (in the form
59
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
60
containing a value of this type.
61
         */
62
        public static final int footerIndicatorHeight=0x7f01000f;
63
        /**  Style of the indicator. Default is triangle. 
64
         <p>Must be one of the following constant values.</p>
65
<table>
66
<colgroup align="left" />
67
<colgroup align="left" />
68
<colgroup align="left" />
69
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
70
<tr><td><code>none</code></td><td>0</td><td></td></tr>
71
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
72
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
73
</table>
74
         */
75
        public static final int footerIndicatorStyle=0x7f01000e;
76
        /**  Left and right padding of the underline indicator. 
77
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
78
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
79
in (inches), mm (millimeters).
80
<p>This may also be a reference to a resource (in the form
81
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
82
theme attribute (in the form
83
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
84
containing a value of this type.
85
         */
86
        public static final int footerIndicatorUnderlinePadding=0x7f010010;
87
        /**  Height of the footer line. 
88
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
89
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
90
in (inches), mm (millimeters).
91
<p>This may also be a reference to a resource (in the form
92
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
93
theme attribute (in the form
94
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
95
containing a value of this type.
96
         */
97
        public static final int footerLineHeight=0x7f01000d;
98
        /**  Padding between the bottom of the title and the footer. 
99
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
100
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
101
in (inches), mm (millimeters).
102
<p>This may also be a reference to a resource (in the form
103
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
104
theme attribute (in the form
105
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
106
containing a value of this type.
107
         */
108
        public static final int footerPadding=0x7f010011;
109
        /**  Orientation of the indicator. 
110
         <p>Must be one of the following constant values.</p>
111
<table>
112
<colgroup align="left" />
113
<colgroup align="left" />
114
<colgroup align="left" />
115
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
116
<tr><td><code>horizontal</code></td><td>0</td><td></td></tr>
117
<tr><td><code>vertical</code></td><td>1</td><td></td></tr>
118
</table>
119
         */
120
        public static final int orientation=0x7f010006;
121
        /**  Radius of the circles. This is also the spacing between circles. 
122
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
123
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
124
in (inches), mm (millimeters).
125
<p>This may also be a reference to a resource (in the form
126
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
127
theme attribute (in the form
128
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
129
containing a value of this type.
130
         */
131
        public static final int radius=0x7f010007;
132
        /**  Whether or not the selected item is displayed as bold. 
133
         <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
134
<p>This may also be a reference to a resource (in the form
135
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
136
theme attribute (in the form
137
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
138
containing a value of this type.
139
         */
140
        public static final int selectedBold=0x7f010013;
141
        /**  Color of the selected title. 
142
         <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
143
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
144
<p>This may also be a reference to a resource (in the form
145
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
146
theme attribute (in the form
147
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
148
containing a value of this type.
149
         */
150
        public static final int selectedColor=0x7f010012;
151
        /**  Whether or not the selected indicator snaps to the circles. 
152
         <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
153
<p>This may also be a reference to a resource (in the form
154
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
155
theme attribute (in the form
156
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
157
containing a value of this type.
158
         */
159
        public static final int snap=0x7f010008;
160
        /**  Color of the open circles. 
161
         <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
162
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
163
<p>This may also be a reference to a resource (in the form
164
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
165
theme attribute (in the form
166
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
167
containing a value of this type.
168
         */
169
        public static final int strokeColor=0x7f010009;
170
        /**  Width of the stroke used to draw the circles. 
171
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
172
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
173
in (inches), mm (millimeters).
174
<p>This may also be a reference to a resource (in the form
175
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
176
theme attribute (in the form
177
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
178
containing a value of this type.
179
         */
180
        public static final int strokeWidth=0x7f01000a;
181
        /**  Color of regular titles. 
182
         <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
183
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
184
<p>This may also be a reference to a resource (in the form
185
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
186
theme attribute (in the form
187
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
188
containing a value of this type.
189
         */
190
        public static final int textColor=0x7f010014;
191
        /**  Size of title text. 
192
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
193
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
194
in (inches), mm (millimeters).
195
<p>This may also be a reference to a resource (in the form
196
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
197
theme attribute (in the form
198
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
199
containing a value of this type.
200
         */
201
        public static final int textSize=0x7f010015;
202
        /**  Padding between titles when bumping into each other. 
203
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
204
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
205
in (inches), mm (millimeters).
206
<p>This may also be a reference to a resource (in the form
207
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
208
theme attribute (in the form
209
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
210
containing a value of this type.
211
         */
212
        public static final int titlePadding=0x7f010016;
213
        /**  Padding between titles and the top of the View. 
214
         <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
215
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
216
in (inches), mm (millimeters).
217
<p>This may also be a reference to a resource (in the form
218
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
219
theme attribute (in the form
220
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
221
containing a value of this type.
222
         */
223
        public static final int topPadding=0x7f010017;
224
        /**  Style of the circle indicator. 
225
         <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
226
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
227
         */
228
        public static final int vpiCirclePageIndicatorStyle=0x7f010000;
229
        /**  Style of the tab indicator. 
230
         <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
231
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
232
         */
233
        public static final int vpiTabPageIndicatorStyle=0x7f010002;
234
        /**  Style of the text in a tab. 
235
         <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
236
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
237
         */
238
        public static final int vpiTabTextStyle=0x7f010003;
239
        /**  Style of the title indicator. 
240
         <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
241
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
242
         */
243
        public static final int vpiTitlePageIndicatorStyle=0x7f010001;
244
    }
245
    public static final class bool {
246
        public static final int default_circle_indicator_centered=0x7f070000;
247
        public static final int default_circle_indicator_snap=0x7f070001;
248
        public static final int default_title_indicator_selected_bold=0x7f070002;
249
    }
250
    public static final class color {
251
        public static final int default_circle_indicator_fill_color=0x7f060008;
252
        public static final int default_circle_indicator_stroke_color=0x7f060009;
253
        public static final int default_title_indicator_footer_color=0x7f06000a;
254
        public static final int default_title_indicator_selected_color=0x7f06000b;
255
        public static final int default_title_indicator_text_color=0x7f06000c;
256
        public static final int vpi__background_holo_dark=0x7f060000;
257
        public static final int vpi__background_holo_light=0x7f060001;
258
        public static final int vpi__bright_foreground_disabled_holo_dark=0x7f060004;
259
        public static final int vpi__bright_foreground_disabled_holo_light=0x7f060005;
260
        public static final int vpi__bright_foreground_holo_dark=0x7f060002;
261
        public static final int vpi__bright_foreground_holo_light=0x7f060003;
262
        public static final int vpi__bright_foreground_inverse_holo_dark=0x7f060006;
263
        public static final int vpi__bright_foreground_inverse_holo_light=0x7f060007;
264
        public static final int vpi__dark_theme=0x7f06000d;
265
        public static final int vpi__light_theme=0x7f06000e;
266
    }
267
    public static final class dimen {
268
        public static final int default_circle_indicator_radius=0x7f090000;
269
        public static final int default_circle_indicator_stroke_width=0x7f090001;
270
        public static final int default_title_indicator_clip_padding=0x7f090002;
271
        public static final int default_title_indicator_footer_indicator_height=0x7f090004;
272
        public static final int default_title_indicator_footer_indicator_underline_padding=0x7f090005;
273
        public static final int default_title_indicator_footer_line_height=0x7f090003;
274
        public static final int default_title_indicator_footer_padding=0x7f090006;
275
        public static final int default_title_indicator_text_size=0x7f090007;
276
        public static final int default_title_indicator_title_padding=0x7f090008;
277
        public static final int default_title_indicator_top_padding=0x7f090009;
278
    }
279
    public static final class drawable {
280
        public static final int icon=0x7f020000;
281
        public static final int vpi__tab_indicator=0x7f020001;
282
        public static final int vpi__tab_selected_focused_holo=0x7f020002;
283
        public static final int vpi__tab_selected_holo=0x7f020003;
284
        public static final int vpi__tab_selected_pressed_holo=0x7f020004;
285
        public static final int vpi__tab_unselected_focused_holo=0x7f020005;
286
        public static final int vpi__tab_unselected_holo=0x7f020006;
287
        public static final int vpi__tab_unselected_pressed_holo=0x7f020007;
288
    }
289
    public static final class id {
290
        public static final int horizontal=0x7f050000;
291
        public static final int indicator=0x7f050008;
292
        public static final int none=0x7f050002;
293
        public static final int progressBar=0x7f050007;
294
        public static final int statusLayout=0x7f050005;
295
        public static final int statusText=0x7f050006;
296
        public static final int triangle=0x7f050003;
297
        public static final int underline=0x7f050004;
298
        public static final int vertical=0x7f050001;
299
        public static final int viewpager=0x7f050009;
300
    }
301
    public static final class integer {
302
        public static final int default_circle_indicator_orientation=0x7f080000;
303
        public static final int default_title_indicator_footer_indicator_style=0x7f080001;
304
    }
305
    public static final class layout {
306
        public static final int main=0x7f030000;
307
        public static final int vpi__tab=0x7f030001;
308
    }
309
    public static final class menu {
310
        public static final int mainmenu=0x7f0c0000;
311
    }
312
    public static final class string {
313
        public static final int app_name=0x7f0b0000;
314
    }
315
    public static final class style {
316
        public static final int TextAppearance_TabPageIndicator=0x7f0a0006;
317
        public static final int Theme_PageIndicatorDefaults=0x7f0a0000;
318
        public static final int Widget=0x7f0a0001;
319
        public static final int Widget_CirclePageIndicator=0x7f0a0002;
320
        public static final int Widget_TabPageIndicator=0x7f0a0004;
321
        public static final int Widget_TabPageIndicator_Text=0x7f0a0005;
322
        public static final int Widget_TitlePageIndicator=0x7f0a0003;
323
    }
324
    public static final class xml {
325
        public static final int settings=0x7f040000;
326
    }
327
    public static final class styleable {
328
        /** Attributes that can be used with a CirclePageIndicator.
329
           <p>Includes the following attributes:</p>
330
           <table>
331
           <colgroup align="left" />
332
           <colgroup align="left" />
333
           <tr><th>Attribute</th><th>Description</th></tr>
334
           <tr><td><code>{@link #CirclePageIndicator_centered IEEERobotics.IOIOAI.VT:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr>
335
           <tr><td><code>{@link #CirclePageIndicator_fillColor IEEERobotics.IOIOAI.VT:fillColor}</code></td><td> Color of the filled circle that represents the current page.</td></tr>
336
           <tr><td><code>{@link #CirclePageIndicator_orientation IEEERobotics.IOIOAI.VT:orientation}</code></td><td> Orientation of the indicator.</td></tr>
337
           <tr><td><code>{@link #CirclePageIndicator_radius IEEERobotics.IOIOAI.VT:radius}</code></td><td> Radius of the circles.</td></tr>
338
           <tr><td><code>{@link #CirclePageIndicator_snap IEEERobotics.IOIOAI.VT:snap}</code></td><td> Whether or not the selected indicator snaps to the circles.</td></tr>
339
           <tr><td><code>{@link #CirclePageIndicator_strokeColor IEEERobotics.IOIOAI.VT:strokeColor}</code></td><td> Color of the open circles.</td></tr>
340
           <tr><td><code>{@link #CirclePageIndicator_strokeWidth IEEERobotics.IOIOAI.VT:strokeWidth}</code></td><td> Width of the stroke used to draw the circles.</td></tr>
341
           </table>
342
           @see #CirclePageIndicator_centered
343
           @see #CirclePageIndicator_fillColor
344
           @see #CirclePageIndicator_orientation
345
           @see #CirclePageIndicator_radius
346
           @see #CirclePageIndicator_snap
347
           @see #CirclePageIndicator_strokeColor
348
           @see #CirclePageIndicator_strokeWidth
349
         */
350
        public static final int[] CirclePageIndicator = {
351
            0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007,
352
            0x7f010008, 0x7f010009, 0x7f01000a
353
        };
354
        /**
355
          <p>
356
          @attr description
357
           Whether or not the indicators should be centered. 
358
 
359
 
360
          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
361
<p>This may also be a reference to a resource (in the form
362
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
363
theme attribute (in the form
364
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
365
containing a value of this type.
366
          <p>This is a private symbol.
367
          @attr name android:centered
368
        */
369
        public static final int CirclePageIndicator_centered = 0;
370
        /**
371
          <p>
372
          @attr description
373
           Color of the filled circle that represents the current page. 
374
 
375
 
376
          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
377
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
378
<p>This may also be a reference to a resource (in the form
379
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
380
theme attribute (in the form
381
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
382
containing a value of this type.
383
          <p>This is a private symbol.
384
          @attr name android:fillColor
385
        */
386
        public static final int CirclePageIndicator_fillColor = 1;
387
        /**
388
          <p>
389
          @attr description
390
           Orientation of the indicator. 
391
 
392
 
393
          <p>Must be one of the following constant values.</p>
394
<table>
395
<colgroup align="left" />
396
<colgroup align="left" />
397
<colgroup align="left" />
398
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
399
<tr><td><code>horizontal</code></td><td>0</td><td></td></tr>
400
<tr><td><code>vertical</code></td><td>1</td><td></td></tr>
401
</table>
402
          <p>This is a private symbol.
403
          @attr name android:orientation
404
        */
405
        public static final int CirclePageIndicator_orientation = 2;
406
        /**
407
          <p>
408
          @attr description
409
           Radius of the circles. This is also the spacing between circles. 
410
 
411
 
412
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
413
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
414
in (inches), mm (millimeters).
415
<p>This may also be a reference to a resource (in the form
416
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
417
theme attribute (in the form
418
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
419
containing a value of this type.
420
          <p>This is a private symbol.
421
          @attr name android:radius
422
        */
423
        public static final int CirclePageIndicator_radius = 3;
424
        /**
425
          <p>
426
          @attr description
427
           Whether or not the selected indicator snaps to the circles. 
428
 
429
 
430
          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
431
<p>This may also be a reference to a resource (in the form
432
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
433
theme attribute (in the form
434
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
435
containing a value of this type.
436
          <p>This is a private symbol.
437
          @attr name android:snap
438
        */
439
        public static final int CirclePageIndicator_snap = 4;
440
        /**
441
          <p>
442
          @attr description
443
           Color of the open circles. 
444
 
445
 
446
          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
447
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
448
<p>This may also be a reference to a resource (in the form
449
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
450
theme attribute (in the form
451
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
452
containing a value of this type.
453
          <p>This is a private symbol.
454
          @attr name android:strokeColor
455
        */
456
        public static final int CirclePageIndicator_strokeColor = 5;
457
        /**
458
          <p>
459
          @attr description
460
           Width of the stroke used to draw the circles. 
461
 
462
 
463
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
464
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
465
in (inches), mm (millimeters).
466
<p>This may also be a reference to a resource (in the form
467
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
468
theme attribute (in the form
469
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
470
containing a value of this type.
471
          <p>This is a private symbol.
472
          @attr name android:strokeWidth
473
        */
474
        public static final int CirclePageIndicator_strokeWidth = 6;
475
        /** Attributes that can be used with a TitlePageIndicator.
476
           <p>Includes the following attributes:</p>
477
           <table>
478
           <colgroup align="left" />
479
           <colgroup align="left" />
480
           <tr><th>Attribute</th><th>Description</th></tr>
481
           <tr><td><code>{@link #TitlePageIndicator_clipPadding IEEERobotics.IOIOAI.VT:clipPadding}</code></td><td> Screen edge padding.</td></tr>
482
           <tr><td><code>{@link #TitlePageIndicator_footerColor IEEERobotics.IOIOAI.VT:footerColor}</code></td><td> Color of the footer line and indicator.</td></tr>
483
           <tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight IEEERobotics.IOIOAI.VT:footerIndicatorHeight}</code></td><td> Height of the indicator above the footer line.</td></tr>
484
           <tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle IEEERobotics.IOIOAI.VT:footerIndicatorStyle}</code></td><td> Style of the indicator.</td></tr>
485
           <tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding IEEERobotics.IOIOAI.VT:footerIndicatorUnderlinePadding}</code></td><td> Left and right padding of the underline indicator.</td></tr>
486
           <tr><td><code>{@link #TitlePageIndicator_footerLineHeight IEEERobotics.IOIOAI.VT:footerLineHeight}</code></td><td> Height of the footer line.</td></tr>
487
           <tr><td><code>{@link #TitlePageIndicator_footerPadding IEEERobotics.IOIOAI.VT:footerPadding}</code></td><td> Padding between the bottom of the title and the footer.</td></tr>
488
           <tr><td><code>{@link #TitlePageIndicator_selectedBold IEEERobotics.IOIOAI.VT:selectedBold}</code></td><td> Whether or not the selected item is displayed as bold.</td></tr>
489
           <tr><td><code>{@link #TitlePageIndicator_selectedColor IEEERobotics.IOIOAI.VT:selectedColor}</code></td><td> Color of the selected title.</td></tr>
490
           <tr><td><code>{@link #TitlePageIndicator_textColor IEEERobotics.IOIOAI.VT:textColor}</code></td><td> Color of regular titles.</td></tr>
491
           <tr><td><code>{@link #TitlePageIndicator_textSize IEEERobotics.IOIOAI.VT:textSize}</code></td><td> Size of title text.</td></tr>
492
           <tr><td><code>{@link #TitlePageIndicator_titlePadding IEEERobotics.IOIOAI.VT:titlePadding}</code></td><td> Padding between titles when bumping into each other.</td></tr>
493
           <tr><td><code>{@link #TitlePageIndicator_topPadding IEEERobotics.IOIOAI.VT:topPadding}</code></td><td> Padding between titles and the top of the View.</td></tr>
494
           </table>
495
           @see #TitlePageIndicator_clipPadding
496
           @see #TitlePageIndicator_footerColor
497
           @see #TitlePageIndicator_footerIndicatorHeight
498
           @see #TitlePageIndicator_footerIndicatorStyle
499
           @see #TitlePageIndicator_footerIndicatorUnderlinePadding
500
           @see #TitlePageIndicator_footerLineHeight
501
           @see #TitlePageIndicator_footerPadding
502
           @see #TitlePageIndicator_selectedBold
503
           @see #TitlePageIndicator_selectedColor
504
           @see #TitlePageIndicator_textColor
505
           @see #TitlePageIndicator_textSize
506
           @see #TitlePageIndicator_titlePadding
507
           @see #TitlePageIndicator_topPadding
508
         */
509
        public static final int[] TitlePageIndicator = {
510
            0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e,
511
            0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012,
512
            0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016,
513
            0x7f010017
514
        };
515
        /**
516
          <p>
517
          @attr description
518
           Screen edge padding. 
519
 
520
 
521
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
522
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
523
in (inches), mm (millimeters).
524
<p>This may also be a reference to a resource (in the form
525
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
526
theme attribute (in the form
527
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
528
containing a value of this type.
529
          <p>This is a private symbol.
530
          @attr name android:clipPadding
531
        */
532
        public static final int TitlePageIndicator_clipPadding = 0;
533
        /**
534
          <p>
535
          @attr description
536
           Color of the footer line and indicator. 
537
 
538
 
539
          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
540
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
541
<p>This may also be a reference to a resource (in the form
542
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
543
theme attribute (in the form
544
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
545
containing a value of this type.
546
          <p>This is a private symbol.
547
          @attr name android:footerColor
548
        */
549
        public static final int TitlePageIndicator_footerColor = 1;
550
        /**
551
          <p>
552
          @attr description
553
           Height of the indicator above the footer line. 
554
 
555
 
556
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
557
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
558
in (inches), mm (millimeters).
559
<p>This may also be a reference to a resource (in the form
560
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
561
theme attribute (in the form
562
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
563
containing a value of this type.
564
          <p>This is a private symbol.
565
          @attr name android:footerIndicatorHeight
566
        */
567
        public static final int TitlePageIndicator_footerIndicatorHeight = 4;
568
        /**
569
          <p>
570
          @attr description
571
           Style of the indicator. Default is triangle. 
572
 
573
 
574
          <p>Must be one of the following constant values.</p>
575
<table>
576
<colgroup align="left" />
577
<colgroup align="left" />
578
<colgroup align="left" />
579
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
580
<tr><td><code>none</code></td><td>0</td><td></td></tr>
581
<tr><td><code>triangle</code></td><td>1</td><td></td></tr>
582
<tr><td><code>underline</code></td><td>2</td><td></td></tr>
583
</table>
584
          <p>This is a private symbol.
585
          @attr name android:footerIndicatorStyle
586
        */
587
        public static final int TitlePageIndicator_footerIndicatorStyle = 3;
588
        /**
589
          <p>
590
          @attr description
591
           Left and right padding of the underline indicator. 
592
 
593
 
594
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
595
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
596
in (inches), mm (millimeters).
597
<p>This may also be a reference to a resource (in the form
598
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
599
theme attribute (in the form
600
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
601
containing a value of this type.
602
          <p>This is a private symbol.
603
          @attr name android:footerIndicatorUnderlinePadding
604
        */
605
        public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 5;
606
        /**
607
          <p>
608
          @attr description
609
           Height of the footer line. 
610
 
611
 
612
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
613
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
614
in (inches), mm (millimeters).
615
<p>This may also be a reference to a resource (in the form
616
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
617
theme attribute (in the form
618
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
619
containing a value of this type.
620
          <p>This is a private symbol.
621
          @attr name android:footerLineHeight
622
        */
623
        public static final int TitlePageIndicator_footerLineHeight = 2;
624
        /**
625
          <p>
626
          @attr description
627
           Padding between the bottom of the title and the footer. 
628
 
629
 
630
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
631
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
632
in (inches), mm (millimeters).
633
<p>This may also be a reference to a resource (in the form
634
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
635
theme attribute (in the form
636
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
637
containing a value of this type.
638
          <p>This is a private symbol.
639
          @attr name android:footerPadding
640
        */
641
        public static final int TitlePageIndicator_footerPadding = 6;
642
        /**
643
          <p>
644
          @attr description
645
           Whether or not the selected item is displayed as bold. 
646
 
647
 
648
          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
649
<p>This may also be a reference to a resource (in the form
650
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
651
theme attribute (in the form
652
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
653
containing a value of this type.
654
          <p>This is a private symbol.
655
          @attr name android:selectedBold
656
        */
657
        public static final int TitlePageIndicator_selectedBold = 8;
658
        /**
659
          <p>
660
          @attr description
661
           Color of the selected title. 
662
 
663
 
664
          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
665
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
666
<p>This may also be a reference to a resource (in the form
667
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
668
theme attribute (in the form
669
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
670
containing a value of this type.
671
          <p>This is a private symbol.
672
          @attr name android:selectedColor
673
        */
674
        public static final int TitlePageIndicator_selectedColor = 7;
675
        /**
676
          <p>
677
          @attr description
678
           Color of regular titles. 
679
 
680
 
681
          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
682
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
683
<p>This may also be a reference to a resource (in the form
684
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
685
theme attribute (in the form
686
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
687
containing a value of this type.
688
          <p>This is a private symbol.
689
          @attr name android:textColor
690
        */
691
        public static final int TitlePageIndicator_textColor = 9;
692
        /**
693
          <p>
694
          @attr description
695
           Size of title text. 
696
 
697
 
698
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
699
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
700
in (inches), mm (millimeters).
701
<p>This may also be a reference to a resource (in the form
702
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
703
theme attribute (in the form
704
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
705
containing a value of this type.
706
          <p>This is a private symbol.
707
          @attr name android:textSize
708
        */
709
        public static final int TitlePageIndicator_textSize = 10;
710
        /**
711
          <p>
712
          @attr description
713
           Padding between titles when bumping into each other. 
714
 
715
 
716
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
717
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
718
in (inches), mm (millimeters).
719
<p>This may also be a reference to a resource (in the form
720
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
721
theme attribute (in the form
722
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
723
containing a value of this type.
724
          <p>This is a private symbol.
725
          @attr name android:titlePadding
726
        */
727
        public static final int TitlePageIndicator_titlePadding = 11;
728
        /**
729
          <p>
730
          @attr description
731
           Padding between titles and the top of the View. 
732
 
733
 
734
          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
735
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
736
in (inches), mm (millimeters).
737
<p>This may also be a reference to a resource (in the form
738
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
739
theme attribute (in the form
740
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
741
containing a value of this type.
742
          <p>This is a private symbol.
743
          @attr name android:topPadding
744
        */
745
        public static final int TitlePageIndicator_topPadding = 12;
746
        /** Attributes that can be used with a ViewPagerIndicator.
747
           <p>Includes the following attributes:</p>
748
           <table>
749
           <colgroup align="left" />
750
           <colgroup align="left" />
751
           <tr><th>Attribute</th><th>Description</th></tr>
752
           <tr><td><code>{@link #ViewPagerIndicator_vpiCirclePageIndicatorStyle IEEERobotics.IOIOAI.VT:vpiCirclePageIndicatorStyle}</code></td><td> Style of the circle indicator.</td></tr>
753
           <tr><td><code>{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle IEEERobotics.IOIOAI.VT:vpiTabPageIndicatorStyle}</code></td><td> Style of the tab indicator.</td></tr>
754
           <tr><td><code>{@link #ViewPagerIndicator_vpiTabTextStyle IEEERobotics.IOIOAI.VT:vpiTabTextStyle}</code></td><td> Style of the text in a tab.</td></tr>
755
           <tr><td><code>{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle IEEERobotics.IOIOAI.VT:vpiTitlePageIndicatorStyle}</code></td><td> Style of the title indicator.</td></tr>
756
           </table>
757
           @see #ViewPagerIndicator_vpiCirclePageIndicatorStyle
758
           @see #ViewPagerIndicator_vpiTabPageIndicatorStyle
759
           @see #ViewPagerIndicator_vpiTabTextStyle
760
           @see #ViewPagerIndicator_vpiTitlePageIndicatorStyle
761
         */
762
        public static final int[] ViewPagerIndicator = {
763
            0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003
764
        };
765
        /**
766
          <p>
767
          @attr description
768
           Style of the circle indicator. 
769
 
770
 
771
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
772
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
773
          <p>This is a private symbol.
774
          @attr name android:vpiCirclePageIndicatorStyle
775
        */
776
        public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0;
777
        /**
778
          <p>
779
          @attr description
780
           Style of the tab indicator. 
781
 
782
 
783
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
784
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
785
          <p>This is a private symbol.
786
          @attr name android:vpiTabPageIndicatorStyle
787
        */
788
        public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle = 2;
789
        /**
790
          <p>
791
          @attr description
792
           Style of the text in a tab. 
793
 
794
 
795
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
796
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
797
          <p>This is a private symbol.
798
          @attr name android:vpiTabTextStyle
799
        */
800
        public static final int ViewPagerIndicator_vpiTabTextStyle = 3;
801
        /**
802
          <p>
803
          @attr description
804
           Style of the title indicator. 
805
 
806
 
807
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
808
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
809
          <p>This is a private symbol.
810
          @attr name android:vpiTitlePageIndicatorStyle
811
        */
812
        public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 1;
813
    };
814
}