admin
2022-01-07 60e97a582feba0526c64d823fcf74e1cb97fd4c1
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */
 
package com.lcjian.lcjianlibrary;
 
public final class R {
    public static final class anim {
        public static int bottom_dialog_enter=0x7f040000;
        public static int bottom_dialog_exit=0x7f040001;
        public static int sliding_dialog_enter=0x7f040002;
        public static int sliding_dialog_exit=0x7f040003;
    }
    public static final class attr {
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int arcRadius=0x7f010006;
        /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static int closeOnClick=0x7f010008;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int dashGap=0x7f010001;
        /** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>horizontal</code></td><td>0</td><td></td></tr>
<tr><td><code>vertical</code></td><td>1</td><td></td></tr>
</table>
         */
        public static int dashOrientation=0x7f010003;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int dashWidth=0x7f010000;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be an integer value, such as "<code>100</code>".
         */
        public static int duration=0x7f010007;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int emotionHeight=0x7f01000c;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int emotionSize=0x7f01000b;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int emotionWidth=0x7f01000d;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
         */
        public static int fromDegrees=0x7f010004;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
         */
        public static int lineColor=0x7f010002;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static int mainImage=0x7f010009;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
         */
        public static int maxHeight=0x7f01000e;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
         */
        public static int ratio=0x7f01000f;
        /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
         */
        public static int shelfBackground=0x7f01000a;
        /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
         */
        public static int toDegrees=0x7f010005;
    }
    public static final class color {
        public static int dim_foreground_dark=0x7f080000;
    }
    public static final class drawable {
        public static int ic_launcher=0x7f020000;
        public static int ic_media_pause=0x7f020001;
        public static int ic_media_play=0x7f020002;
        public static int spotlight=0x7f020003;
        public static int spotlight_blue=0x7f020004;
    }
    public static final class id {
        public static int ffwd=0x7f070009;
        public static int fullscreen_custom_content=0x7f070003;
        public static int gv_emotion=0x7f070002;
        public static int horizontal=0x7f070000;
        public static int main_content=0x7f070004;
        public static int mediacontroller_progress=0x7f07000c;
        public static int next=0x7f07000a;
        public static int pause=0x7f070008;
        public static int prev=0x7f070006;
        public static int rew=0x7f070007;
        public static int time=0x7f07000d;
        public static int time_current=0x7f07000b;
        public static int vertical=0x7f070001;
        public static int webview_player=0x7f070005;
    }
    public static final class layout {
        public static int emotion_grid=0x7f030000;
        public static int emotion_item=0x7f030001;
        public static int fragment_webview_video=0x7f030002;
        public static int media_controller=0x7f030003;
    }
    public static final class string {
        public static int app_name=0x7f050000;
    }
    public static final class style {
        /** 
        Base application theme, dependent on API level. This theme is replaced
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
    
 
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        
 
        Base application theme for API 11+. This theme completely replaces
        AppBaseTheme from res/values/styles.xml on API 11+ devices.
    
 API 11 theme customizations can go here. 
 
        Base application theme for API 14+. This theme completely replaces
        AppBaseTheme from BOTH res/values/styles.xml and
        res/values-v11/styles.xml on API 14+ devices.
    
 API 14 theme customizations can go here. 
 
        Base application theme, dependent on API level. This theme is replaced
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
    
 
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        
 
        Base application theme for API 11+. This theme completely replaces
        AppBaseTheme from res/values/styles.xml on API 11+ devices.
    
 API 11 theme customizations can go here. 
 
        Base application theme for API 14+. This theme completely replaces
        AppBaseTheme from BOTH res/values/styles.xml and
        res/values-v11/styles.xml on API 14+ devices.
    
 API 14 theme customizations can go here. 
         */
        public static int AppBaseTheme=0x7f060000;
        /**  Application theme. 
 All customizations that are NOT specific to a particular API-level can go here. 
 Application theme. 
 All customizations that are NOT specific to a particular API-level can go here. 
         */
        public static int AppTheme=0x7f060001;
        public static int SlidingDialogAnimation=0x7f060003;
        public static int SlidingDialogTheme=0x7f060004;
        public static int Theme_Sliding_Dialog=0x7f060005;
        public static int dialogstyle=0x7f060002;
    }
    public static final class styleable {
        /** Attributes that can be used with a AdaptiveListView.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #AdaptiveListView_maxHeight com.lcjian.lcjianlibrary:maxHeight}</code></td><td></td></tr>
           </table>
           @see #AdaptiveListView_maxHeight
         */
        public static final int[] AdaptiveListView = {
            0x7f01000e
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#maxHeight}
          attribute's value can be found in the {@link #AdaptiveListView} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:maxHeight
        */
        public static final int AdaptiveListView_maxHeight = 0;
        /** Attributes that can be used with a ArcMenu.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #ArcMenu_arcRadius com.lcjian.lcjianlibrary:arcRadius}</code></td><td></td></tr>
           <tr><td><code>{@link #ArcMenu_closeOnClick com.lcjian.lcjianlibrary:closeOnClick}</code></td><td></td></tr>
           <tr><td><code>{@link #ArcMenu_duration com.lcjian.lcjianlibrary:duration}</code></td><td></td></tr>
           <tr><td><code>{@link #ArcMenu_fromDegrees com.lcjian.lcjianlibrary:fromDegrees}</code></td><td></td></tr>
           <tr><td><code>{@link #ArcMenu_mainImage com.lcjian.lcjianlibrary:mainImage}</code></td><td></td></tr>
           <tr><td><code>{@link #ArcMenu_toDegrees com.lcjian.lcjianlibrary:toDegrees}</code></td><td></td></tr>
           </table>
           @see #ArcMenu_arcRadius
           @see #ArcMenu_closeOnClick
           @see #ArcMenu_duration
           @see #ArcMenu_fromDegrees
           @see #ArcMenu_mainImage
           @see #ArcMenu_toDegrees
         */
        public static final int[] ArcMenu = {
            0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007,
            0x7f010008, 0x7f010009
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#arcRadius}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:arcRadius
        */
        public static final int ArcMenu_arcRadius = 2;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#closeOnClick}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name com.lcjian.lcjianlibrary:closeOnClick
        */
        public static final int ArcMenu_closeOnClick = 4;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#duration}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be an integer value, such as "<code>100</code>".
          @attr name com.lcjian.lcjianlibrary:duration
        */
        public static final int ArcMenu_duration = 3;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#fromDegrees}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
          @attr name com.lcjian.lcjianlibrary:fromDegrees
        */
        public static final int ArcMenu_fromDegrees = 0;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#mainImage}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
          @attr name com.lcjian.lcjianlibrary:mainImage
        */
        public static final int ArcMenu_mainImage = 5;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#toDegrees}
          attribute's value can be found in the {@link #ArcMenu} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
          @attr name com.lcjian.lcjianlibrary:toDegrees
        */
        public static final int ArcMenu_toDegrees = 1;
        /** Attributes that can be used with a DashLine.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #DashLine_dashGap com.lcjian.lcjianlibrary:dashGap}</code></td><td></td></tr>
           <tr><td><code>{@link #DashLine_dashOrientation com.lcjian.lcjianlibrary:dashOrientation}</code></td><td></td></tr>
           <tr><td><code>{@link #DashLine_dashWidth com.lcjian.lcjianlibrary:dashWidth}</code></td><td></td></tr>
           <tr><td><code>{@link #DashLine_lineColor com.lcjian.lcjianlibrary:lineColor}</code></td><td></td></tr>
           </table>
           @see #DashLine_dashGap
           @see #DashLine_dashOrientation
           @see #DashLine_dashWidth
           @see #DashLine_lineColor
         */
        public static final int[] DashLine = {
            0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#dashGap}
          attribute's value can be found in the {@link #DashLine} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:dashGap
        */
        public static final int DashLine_dashGap = 1;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#dashOrientation}
          attribute's value can be found in the {@link #DashLine} array.
 
 
          <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>horizontal</code></td><td>0</td><td></td></tr>
<tr><td><code>vertical</code></td><td>1</td><td></td></tr>
</table>
          @attr name com.lcjian.lcjianlibrary:dashOrientation
        */
        public static final int DashLine_dashOrientation = 3;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#dashWidth}
          attribute's value can be found in the {@link #DashLine} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:dashWidth
        */
        public static final int DashLine_dashWidth = 0;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#lineColor}
          attribute's value can be found in the {@link #DashLine} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
          @attr name com.lcjian.lcjianlibrary:lineColor
        */
        public static final int DashLine_lineColor = 2;
        /** Attributes that can be used with a Emotion.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #Emotion_emotionHeight com.lcjian.lcjianlibrary:emotionHeight}</code></td><td></td></tr>
           <tr><td><code>{@link #Emotion_emotionSize com.lcjian.lcjianlibrary:emotionSize}</code></td><td></td></tr>
           <tr><td><code>{@link #Emotion_emotionWidth com.lcjian.lcjianlibrary:emotionWidth}</code></td><td></td></tr>
           </table>
           @see #Emotion_emotionHeight
           @see #Emotion_emotionSize
           @see #Emotion_emotionWidth
         */
        public static final int[] Emotion = {
            0x7f01000b, 0x7f01000c, 0x7f01000d
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#emotionHeight}
          attribute's value can be found in the {@link #Emotion} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:emotionHeight
        */
        public static final int Emotion_emotionHeight = 1;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#emotionSize}
          attribute's value can be found in the {@link #Emotion} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:emotionSize
        */
        public static final int Emotion_emotionSize = 0;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#emotionWidth}
          attribute's value can be found in the {@link #Emotion} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
          @attr name com.lcjian.lcjianlibrary:emotionWidth
        */
        public static final int Emotion_emotionWidth = 2;
        /** Attributes that can be used with a RatioLayout.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #RatioLayout_ratio com.lcjian.lcjianlibrary:ratio}</code></td><td></td></tr>
           </table>
           @see #RatioLayout_ratio
         */
        public static final int[] RatioLayout = {
            0x7f01000f
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#ratio}
          attribute's value can be found in the {@link #RatioLayout} array.
 
 
          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a floating point value, such as "<code>1.2</code>".
          @attr name com.lcjian.lcjianlibrary:ratio
        */
        public static final int RatioLayout_ratio = 0;
        /** Attributes that can be used with a ShelvesView.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #ShelvesView_shelfBackground com.lcjian.lcjianlibrary:shelfBackground}</code></td><td></td></tr>
           </table>
           @see #ShelvesView_shelfBackground
         */
        public static final int[] ShelvesView = {
            0x7f01000a
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#shelfBackground}
          attribute's value can be found in the {@link #ShelvesView} array.
 
 
          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
          @attr name com.lcjian.lcjianlibrary:shelfBackground
        */
        public static final int ShelvesView_shelfBackground = 0;
    };
}