wpc
2018-11-27 680fbc9e73da3e11988557cf88fd935efd3e0b1e
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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
/* 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=0x7f050000;
        public static int bottom_dialog_exit=0x7f050001;
        public static int sliding_dialog_enter=0x7f050002;
        public static int sliding_dialog_exit=0x7f050003;
    }
    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=0x7f010004;
        /** <p>Must 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>".
<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 border_inside_color=0x7f010018;
        /** <p>Must 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>".
<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 border_outside_color=0x7f010019;
        /** <p>Must 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).
<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 border_thickness=0x7f010017;
        /** <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=0x7f010006;
        /** <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 content=0x7f010010;
        /** <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=0x7f010009;
        /** <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=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 dashWidth=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 an integer value, such as "<code>100</code>".
         */
        public static int duration=0x7f010005;
        /** <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=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 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=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 emotionWidth=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 fromDegrees=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 header=0x7f01000f;
        /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<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 layoutManager=0x7f010013;
        /** <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=0x7f01000a;
        /** <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=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 maxHeight=0x7f010001;
        /** <p>Must 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).
<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 minHeight=0x7f010011;
        /** <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=0x7f010012;
        /** <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 reverseLayout=0x7f010015;
        /** <p>Must 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).
<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 rightPadding=0x7f010000;
        /** <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=0x7f01001a;
        /** <p>Must be an integer value, such as "<code>100</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 spanCount=0x7f010014;
        /** <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 stackFromEnd=0x7f010016;
        /** <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=0x7f010003;
    }
    public static final class color {
        public static int dim_foreground_dark=0x7f070000;
        public static int transport_gray=0x7f070001;
    }
    public static final class dimen {
        public static int item_touch_helper_max_drag_scroll_per_frame=0x7f080000;
        public static int item_touch_helper_swipe_escape_max_velocity=0x7f080001;
        public static int item_touch_helper_swipe_escape_velocity=0x7f080002;
    }
    public static final class drawable {
        public static int color_progressbar=0x7f020000;
        public static int ic_cancel=0x7f020001;
        public static int ic_media_pause=0x7f020002;
        public static int ic_media_play=0x7f020003;
        public static int spotlight=0x7f020004;
        public static int spotlight_blue=0x7f020005;
    }
    public static final class id {
        public static int ffwd=0x7f09000a;
        public static int fullscreen_custom_content=0x7f090004;
        public static int gv_emotion=0x7f090003;
        public static int horizontal=0x7f090001;
        public static int item_touch_helper_previous_elevation=0x7f090000;
        public static int main_content=0x7f090005;
        public static int mediacontroller_progress=0x7f09000d;
        public static int next=0x7f09000b;
        public static int pause=0x7f090009;
        public static int prev=0x7f090007;
        public static int rew=0x7f090008;
        public static int time=0x7f09000e;
        public static int time_current=0x7f09000c;
        public static int vertical=0x7f090002;
        public static int webview_player=0x7f090006;
    }
    public static final class layout {
        public static int emotion_grid=0x7f040000;
        public static int emotion_item=0x7f040001;
        public static int fragment_webview_video=0x7f040002;
        public static int listview_footer=0x7f040003;
        public static int media_controller=0x7f040004;
    }
    public static final class mipmap {
        public static int ic_cancel=0x7f030000;
    }
    public static final class string {
        public static int app_name=0x7f0a0000;
    }
    public static final class style {
        /**  API 11 theme customizations can go here. 
 API 14 theme customizations can go here. 
 
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        
         */
        public static int AppBaseTheme=0x7f060000;
        /**  All customizations that are NOT specific to a particular API-level can go here. 
         */
        public static int AppTheme=0x7f060002;
        public static int SlidingDialogAnimation=0x7f060003;
        public static int SlidingDialogTheme=0x7f060001;
        public static int Theme_Sliding_Dialog=0x7f060004;
        public static int dialogstyle=0x7f060005;
    }
    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 = {
            0x7f010001
        };
        /**
          <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 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 = {
            0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005,
            0x7f010006, 0x7f010007
        };
        /**
          <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 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 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 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 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 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 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 = {
            0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b
        };
        /**
          <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 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 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 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 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 = {
            0x7f01000c, 0x7f01000d, 0x7f01000e
        };
        /**
          <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 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 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 int Emotion_emotionWidth = 2;
        /** Attributes that can be used with a MaterialHeaderLayout.
           <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 #MaterialHeaderLayout_content com.lcjian.lcjianlibrary:content}</code></td><td></td></tr>
           <tr><td><code>{@link #MaterialHeaderLayout_header com.lcjian.lcjianlibrary:header}</code></td><td></td></tr>
           <tr><td><code>{@link #MaterialHeaderLayout_minHeight com.lcjian.lcjianlibrary:minHeight}</code></td><td></td></tr>
           </table>
           @see #MaterialHeaderLayout_content
           @see #MaterialHeaderLayout_header
           @see #MaterialHeaderLayout_minHeight
         */
        public static final int[] MaterialHeaderLayout = {
            0x7f01000f, 0x7f010010, 0x7f010011
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#content}
          attribute's value can be found in the {@link #MaterialHeaderLayout} 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:content
        */
        public static int MaterialHeaderLayout_content = 1;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#header}
          attribute's value can be found in the {@link #MaterialHeaderLayout} 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:header
        */
        public static int MaterialHeaderLayout_header = 0;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#minHeight}
          attribute's value can be found in the {@link #MaterialHeaderLayout} array.
 
 
          <p>Must 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).
<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:minHeight
        */
        public static int MaterialHeaderLayout_minHeight = 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 = {
            0x7f010012
        };
        /**
          <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 int RatioLayout_ratio = 0;
        /** Attributes that can be used with a RecyclerView.
           <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 #RecyclerView_android_descendantFocusability android:descendantFocusability}</code></td><td></td></tr>
           <tr><td><code>{@link #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr>
           <tr><td><code>{@link #RecyclerView_layoutManager com.lcjian.lcjianlibrary:layoutManager}</code></td><td></td></tr>
           <tr><td><code>{@link #RecyclerView_reverseLayout com.lcjian.lcjianlibrary:reverseLayout}</code></td><td></td></tr>
           <tr><td><code>{@link #RecyclerView_spanCount com.lcjian.lcjianlibrary:spanCount}</code></td><td></td></tr>
           <tr><td><code>{@link #RecyclerView_stackFromEnd com.lcjian.lcjianlibrary:stackFromEnd}</code></td><td></td></tr>
           </table>
           @see #RecyclerView_android_descendantFocusability
           @see #RecyclerView_android_orientation
           @see #RecyclerView_layoutManager
           @see #RecyclerView_reverseLayout
           @see #RecyclerView_spanCount
           @see #RecyclerView_stackFromEnd
         */
        public static final int[] RecyclerView = {
            0x010100c4, 0x010100f1, 0x7f010013, 0x7f010014,
            0x7f010015, 0x7f010016
        };
        /**
          <p>This symbol is the offset where the {@link android.R.attr#descendantFocusability}
          attribute's value can be found in the {@link #RecyclerView} array.
          @attr name android:descendantFocusability
        */
        public static int RecyclerView_android_descendantFocusability = 1;
        /**
          <p>This symbol is the offset where the {@link android.R.attr#orientation}
          attribute's value can be found in the {@link #RecyclerView} array.
          @attr name android:orientation
        */
        public static int RecyclerView_android_orientation = 0;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#layoutManager}
          attribute's value can be found in the {@link #RecyclerView} array.
 
 
          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<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:layoutManager
        */
        public static int RecyclerView_layoutManager = 2;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#reverseLayout}
          attribute's value can be found in the {@link #RecyclerView} 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:reverseLayout
        */
        public static int RecyclerView_reverseLayout = 4;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#spanCount}
          attribute's value can be found in the {@link #RecyclerView} array.
 
 
          <p>Must be an integer value, such as "<code>100</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:spanCount
        */
        public static int RecyclerView_spanCount = 3;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#stackFromEnd}
          attribute's value can be found in the {@link #RecyclerView} 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:stackFromEnd
        */
        public static int RecyclerView_stackFromEnd = 5;
        /** Attributes that can be used with a RoundImageView.
           <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 #RoundImageView_border_inside_color com.lcjian.lcjianlibrary:border_inside_color}</code></td><td></td></tr>
           <tr><td><code>{@link #RoundImageView_border_outside_color com.lcjian.lcjianlibrary:border_outside_color}</code></td><td></td></tr>
           <tr><td><code>{@link #RoundImageView_border_thickness com.lcjian.lcjianlibrary:border_thickness}</code></td><td></td></tr>
           </table>
           @see #RoundImageView_border_inside_color
           @see #RoundImageView_border_outside_color
           @see #RoundImageView_border_thickness
         */
        public static final int[] RoundImageView = {
            0x7f010017, 0x7f010018, 0x7f010019
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#border_inside_color}
          attribute's value can be found in the {@link #RoundImageView} array.
 
 
          <p>Must 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>".
<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:border_inside_color
        */
        public static int RoundImageView_border_inside_color = 1;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#border_outside_color}
          attribute's value can be found in the {@link #RoundImageView} array.
 
 
          <p>Must 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>".
<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:border_outside_color
        */
        public static int RoundImageView_border_outside_color = 2;
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#border_thickness}
          attribute's value can be found in the {@link #RoundImageView} array.
 
 
          <p>Must 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).
<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:border_thickness
        */
        public static int RoundImageView_border_thickness = 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 = {
            0x7f01001a
        };
        /**
          <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 int ShelvesView_shelfBackground = 0;
        /** Attributes that can be used with a SlidingMenu.
           <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 #SlidingMenu_rightPadding com.lcjian.lcjianlibrary:rightPadding}</code></td><td></td></tr>
           </table>
           @see #SlidingMenu_rightPadding
         */
        public static final int[] SlidingMenu = {
            0x7f010000
        };
        /**
          <p>This symbol is the offset where the {@link com.lcjian.lcjianlibrary.R.attr#rightPadding}
          attribute's value can be found in the {@link #SlidingMenu} array.
 
 
          <p>Must 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).
<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:rightPadding
        */
        public static int SlidingMenu_rightPadding = 0;
        /** Attributes that can be used with a TimeTextView.
         */
        public static final int[] TimeTextView = {
            
        };
    };
}