forked from Sketchware-Pro/Sketchware-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
public-stable-ids.txt
7653 lines (7653 loc) · 489 KB
/
public-stable-ids.txt
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
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
com.sketchware.remod:anim/abc_fade_in = 0x7f010000
com.sketchware.remod:anim/abc_fade_out = 0x7f010001
com.sketchware.remod:anim/abc_grow_fade_in_from_bottom = 0x7f010002
com.sketchware.remod:anim/abc_popup_enter = 0x7f010003
com.sketchware.remod:anim/abc_popup_exit = 0x7f010004
com.sketchware.remod:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
com.sketchware.remod:anim/abc_slide_in_bottom = 0x7f010006
com.sketchware.remod:anim/abc_slide_in_top = 0x7f010007
com.sketchware.remod:anim/abc_slide_out_bottom = 0x7f010008
com.sketchware.remod:anim/abc_slide_out_top = 0x7f010009
com.sketchware.remod:anim/abc_tooltip_enter = 0x7f01000a
com.sketchware.remod:anim/abc_tooltip_exit = 0x7f01000b
com.sketchware.remod:anim/ani_1 = 0x7f01000c
com.sketchware.remod:anim/ani_2 = 0x7f01000d
com.sketchware.remod:anim/ani_fade_in = 0x7f01000e
com.sketchware.remod:anim/ani_fade_out = 0x7f01000f
com.sketchware.remod:anim/ani_slide_bottom_out = 0x7f010010
com.sketchware.remod:anim/ani_slide_bottom_up = 0x7f010011
com.sketchware.remod:anim/ani_slide_left_in = 0x7f010012
com.sketchware.remod:anim/ani_slide_left_out = 0x7f010013
com.sketchware.remod:anim/ani_slide_right_in = 0x7f010014
com.sketchware.remod:anim/ani_slide_right_out = 0x7f010015
com.sketchware.remod:anim/ani_slide_top_out = 0x7f010016
com.sketchware.remod:anim/ani_slide_top_up = 0x7f010017
com.sketchware.remod:anim/ani_translate_down = 0x7f010018
com.sketchware.remod:anim/bounce = 0x7f010019
com.sketchware.remod:anim/cycle = 0x7f01001a
com.sketchware.remod:anim/design_bottom_sheet_slide_in = 0x7f01001b
com.sketchware.remod:anim/design_bottom_sheet_slide_out = 0x7f01001c
com.sketchware.remod:anim/design_snackbar_in = 0x7f01001d
com.sketchware.remod:anim/design_snackbar_out = 0x7f01001e
com.sketchware.remod:anim/shake = 0x7f01001f
com.sketchware.remod:animator/design_appbar_state_list_animator = 0x7f020000
com.sketchware.remod:animator/design_fab_hide_motion_spec = 0x7f020001
com.sketchware.remod:animator/design_fab_show_motion_spec = 0x7f020002
com.sketchware.remod:animator/flip_bottom_in = 0x7f020003
com.sketchware.remod:animator/flip_bottom_out = 0x7f020004
com.sketchware.remod:animator/flip_left_in = 0x7f020005
com.sketchware.remod:animator/flip_left_out = 0x7f020006
com.sketchware.remod:animator/flip_right_in = 0x7f020007
com.sketchware.remod:animator/flip_right_out = 0x7f020008
com.sketchware.remod:animator/flip_top_in = 0x7f020009
com.sketchware.remod:animator/flip_top_out = 0x7f02000a
com.sketchware.remod:animator/mtrl_btn_state_list_anim = 0x7f02000b
com.sketchware.remod:animator/mtrl_btn_unelevated_state_list_anim = 0x7f02000c
com.sketchware.remod:animator/mtrl_chip_state_list_anim = 0x7f02000d
com.sketchware.remod:animator/mtrl_fab_hide_motion_spec = 0x7f02000e
com.sketchware.remod:animator/mtrl_fab_show_motion_spec = 0x7f02000f
com.sketchware.remod:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f020010
com.sketchware.remod:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020011
com.sketchware.remod:animator/scratch = 0x7f020012
com.sketchware.remod:attr/actionBarDivider = 0x7f030000
com.sketchware.remod:attr/actionBarItemBackground = 0x7f030001
com.sketchware.remod:attr/actionBarPopupTheme = 0x7f030002
com.sketchware.remod:attr/actionBarSize = 0x7f030003
com.sketchware.remod:attr/actionBarSplitStyle = 0x7f030004
com.sketchware.remod:attr/actionBarStyle = 0x7f030005
com.sketchware.remod:attr/actionBarTabBarStyle = 0x7f030006
com.sketchware.remod:attr/actionBarTabStyle = 0x7f030007
com.sketchware.remod:attr/actionBarTabTextStyle = 0x7f030008
com.sketchware.remod:attr/actionBarTheme = 0x7f030009
com.sketchware.remod:attr/actionBarWidgetTheme = 0x7f03000a
com.sketchware.remod:attr/actionButtonStyle = 0x7f03000b
com.sketchware.remod:attr/actionDropDownStyle = 0x7f03000c
com.sketchware.remod:attr/actionLayout = 0x7f03000d
com.sketchware.remod:attr/actionMenuTextAppearance = 0x7f03000e
com.sketchware.remod:attr/actionMenuTextColor = 0x7f03000f
com.sketchware.remod:attr/actionModeBackground = 0x7f030010
com.sketchware.remod:attr/actionModeCloseButtonStyle = 0x7f030011
com.sketchware.remod:attr/actionModeCloseDrawable = 0x7f030012
com.sketchware.remod:attr/actionModeCopyDrawable = 0x7f030013
com.sketchware.remod:attr/actionModeCutDrawable = 0x7f030014
com.sketchware.remod:attr/actionModeFindDrawable = 0x7f030015
com.sketchware.remod:attr/actionModePasteDrawable = 0x7f030016
com.sketchware.remod:attr/actionModePopupWindowStyle = 0x7f030017
com.sketchware.remod:attr/actionModeSelectAllDrawable = 0x7f030018
com.sketchware.remod:attr/actionModeShareDrawable = 0x7f030019
com.sketchware.remod:attr/actionModeSplitBackground = 0x7f03001a
com.sketchware.remod:attr/actionModeStyle = 0x7f03001b
com.sketchware.remod:attr/actionModeWebSearchDrawable = 0x7f03001c
com.sketchware.remod:attr/actionOverflowButtonStyle = 0x7f03001d
com.sketchware.remod:attr/actionOverflowMenuStyle = 0x7f03001e
com.sketchware.remod:attr/actionProviderClass = 0x7f03001f
com.sketchware.remod:attr/actionViewClass = 0x7f030020
com.sketchware.remod:attr/activityChooserViewStyle = 0x7f030021
com.sketchware.remod:attr/adSize = 0x7f030022
com.sketchware.remod:attr/adSizes = 0x7f030023
com.sketchware.remod:attr/adUnitId = 0x7f030024
com.sketchware.remod:attr/alertDialogButtonGroupStyle = 0x7f030025
com.sketchware.remod:attr/alertDialogCenterButtons = 0x7f030026
com.sketchware.remod:attr/alertDialogStyle = 0x7f030027
com.sketchware.remod:attr/alertDialogTheme = 0x7f030028
com.sketchware.remod:attr/alignContent = 0x7f030029
com.sketchware.remod:attr/alignItems = 0x7f03002a
com.sketchware.remod:attr/allowShortcuts = 0x7f03002b
com.sketchware.remod:attr/allowStacking = 0x7f03002c
com.sketchware.remod:attr/alpha = 0x7f03002d
com.sketchware.remod:attr/alphabeticModifiers = 0x7f03002e
com.sketchware.remod:attr/arrowHeadLength = 0x7f03002f
com.sketchware.remod:attr/arrowShaftLength = 0x7f030030
com.sketchware.remod:attr/autoCompleteTextViewStyle = 0x7f030031
com.sketchware.remod:attr/autoSizeMaxTextSize = 0x7f030032
com.sketchware.remod:attr/autoSizeMinTextSize = 0x7f030033
com.sketchware.remod:attr/autoSizePresetSizes = 0x7f030034
com.sketchware.remod:attr/autoSizeStepGranularity = 0x7f030035
com.sketchware.remod:attr/autoSizeTextType = 0x7f030036
com.sketchware.remod:attr/background = 0x7f030037
com.sketchware.remod:attr/backgroundSplit = 0x7f030038
com.sketchware.remod:attr/backgroundStacked = 0x7f030039
com.sketchware.remod:attr/backgroundTint = 0x7f03003a
com.sketchware.remod:attr/backgroundTintMode = 0x7f03003b
com.sketchware.remod:attr/barLength = 0x7f03003c
com.sketchware.remod:attr/behavior_autoHide = 0x7f03003d
com.sketchware.remod:attr/behavior_fitToContents = 0x7f03003e
com.sketchware.remod:attr/behavior_hideable = 0x7f03003f
com.sketchware.remod:attr/behavior_overlapTop = 0x7f030040
com.sketchware.remod:attr/behavior_peekHeight = 0x7f030041
com.sketchware.remod:attr/behavior_skipCollapsed = 0x7f030042
com.sketchware.remod:attr/borderWidth = 0x7f030043
com.sketchware.remod:attr/borderlessButtonStyle = 0x7f030044
com.sketchware.remod:attr/bottomAppBarStyle = 0x7f030045
com.sketchware.remod:attr/bottomNavigationStyle = 0x7f030046
com.sketchware.remod:attr/bottomSheetDialogTheme = 0x7f030047
com.sketchware.remod:attr/bottomSheetStyle = 0x7f030048
com.sketchware.remod:attr/boxBackgroundColor = 0x7f030049
com.sketchware.remod:attr/boxBackgroundMode = 0x7f03004a
com.sketchware.remod:attr/boxCollapsedPaddingTop = 0x7f03004b
com.sketchware.remod:attr/boxCornerRadiusBottomEnd = 0x7f03004c
com.sketchware.remod:attr/boxCornerRadiusBottomStart = 0x7f03004d
com.sketchware.remod:attr/boxCornerRadiusTopEnd = 0x7f03004e
com.sketchware.remod:attr/boxCornerRadiusTopStart = 0x7f03004f
com.sketchware.remod:attr/boxStrokeColor = 0x7f030050
com.sketchware.remod:attr/boxStrokeWidth = 0x7f030051
com.sketchware.remod:attr/buttonBarButtonStyle = 0x7f030052
com.sketchware.remod:attr/buttonBarNegativeButtonStyle = 0x7f030053
com.sketchware.remod:attr/buttonBarNeutralButtonStyle = 0x7f030054
com.sketchware.remod:attr/buttonBarPositiveButtonStyle = 0x7f030055
com.sketchware.remod:attr/buttonBarStyle = 0x7f030056
com.sketchware.remod:attr/buttonGravity = 0x7f030057
com.sketchware.remod:attr/buttonIconDimen = 0x7f030058
com.sketchware.remod:attr/buttonPanelSideLayout = 0x7f030059
com.sketchware.remod:attr/buttonSize = 0x7f03005a
com.sketchware.remod:attr/buttonStyle = 0x7f03005b
com.sketchware.remod:attr/buttonStyleSmall = 0x7f03005c
com.sketchware.remod:attr/buttonTint = 0x7f03005d
com.sketchware.remod:attr/buttonTintMode = 0x7f03005e
com.sketchware.remod:attr/cardBackgroundColor = 0x7f03005f
com.sketchware.remod:attr/cardCornerRadius = 0x7f030060
com.sketchware.remod:attr/cardElevation = 0x7f030061
com.sketchware.remod:attr/cardMaxElevation = 0x7f030062
com.sketchware.remod:attr/cardPreventCornerOverlap = 0x7f030063
com.sketchware.remod:attr/cardUseCompatPadding = 0x7f030064
com.sketchware.remod:attr/cardViewStyle = 0x7f030065
com.sketchware.remod:attr/checkboxStyle = 0x7f030066
com.sketchware.remod:attr/checkedChip = 0x7f030067
com.sketchware.remod:attr/checkedIcon = 0x7f030068
com.sketchware.remod:attr/checkedIconEnabled = 0x7f030069
com.sketchware.remod:attr/checkedIconVisible = 0x7f03006a
com.sketchware.remod:attr/checkedTextViewStyle = 0x7f03006b
com.sketchware.remod:attr/chipBackgroundColor = 0x7f03006c
com.sketchware.remod:attr/chipCornerRadius = 0x7f03006d
com.sketchware.remod:attr/chipEndPadding = 0x7f03006e
com.sketchware.remod:attr/chipGroupStyle = 0x7f03006f
com.sketchware.remod:attr/chipIcon = 0x7f030070
com.sketchware.remod:attr/chipIconEnabled = 0x7f030071
com.sketchware.remod:attr/chipIconSize = 0x7f030072
com.sketchware.remod:attr/chipIconTint = 0x7f030073
com.sketchware.remod:attr/chipIconVisible = 0x7f030074
com.sketchware.remod:attr/chipMinHeight = 0x7f030075
com.sketchware.remod:attr/chipSpacing = 0x7f030076
com.sketchware.remod:attr/chipSpacingHorizontal = 0x7f030077
com.sketchware.remod:attr/chipSpacingVertical = 0x7f030078
com.sketchware.remod:attr/chipStandaloneStyle = 0x7f030079
com.sketchware.remod:attr/chipStartPadding = 0x7f03007a
com.sketchware.remod:attr/chipStrokeColor = 0x7f03007b
com.sketchware.remod:attr/chipStrokeWidth = 0x7f03007c
com.sketchware.remod:attr/chipStyle = 0x7f03007d
com.sketchware.remod:attr/circleCrop = 0x7f03007e
com.sketchware.remod:attr/circle_color = 0x7f03007f
com.sketchware.remod:attr/circle_fill = 0x7f030080
com.sketchware.remod:attr/circle_progress_color = 0x7f030081
com.sketchware.remod:attr/circle_stroke_width = 0x7f030082
com.sketchware.remod:attr/circle_x_radius = 0x7f030083
com.sketchware.remod:attr/circle_y_radius = 0x7f030084
com.sketchware.remod:attr/closeIcon = 0x7f030085
com.sketchware.remod:attr/closeIconEnabled = 0x7f030086
com.sketchware.remod:attr/closeIconEndPadding = 0x7f030087
com.sketchware.remod:attr/closeIconSize = 0x7f030088
com.sketchware.remod:attr/closeIconStartPadding = 0x7f030089
com.sketchware.remod:attr/closeIconTint = 0x7f03008a
com.sketchware.remod:attr/closeIconVisible = 0x7f03008b
com.sketchware.remod:attr/closeItemLayout = 0x7f03008c
com.sketchware.remod:attr/collapseContentDescription = 0x7f03008d
com.sketchware.remod:attr/collapseIcon = 0x7f03008e
com.sketchware.remod:attr/collapsedTitleGravity = 0x7f03008f
com.sketchware.remod:attr/collapsedTitleTextAppearance = 0x7f030090
com.sketchware.remod:attr/color = 0x7f030091
com.sketchware.remod:attr/colorAccent = 0x7f030092
com.sketchware.remod:attr/colorBackgroundFloating = 0x7f030093
com.sketchware.remod:attr/colorButtonNormal = 0x7f030094
com.sketchware.remod:attr/colorControlActivated = 0x7f030095
com.sketchware.remod:attr/colorControlHighlight = 0x7f030096
com.sketchware.remod:attr/colorControlNormal = 0x7f030097
com.sketchware.remod:attr/colorError = 0x7f030098
com.sketchware.remod:attr/colorPrimary = 0x7f030099
com.sketchware.remod:attr/colorPrimaryDark = 0x7f03009a
com.sketchware.remod:attr/colorScheme = 0x7f03009b
com.sketchware.remod:attr/colorSecondary = 0x7f03009c
com.sketchware.remod:attr/colorSwitchThumbNormal = 0x7f03009d
com.sketchware.remod:attr/commitIcon = 0x7f03009e
com.sketchware.remod:attr/contentDescription = 0x7f03009f
com.sketchware.remod:attr/contentInsetEnd = 0x7f0300a0
com.sketchware.remod:attr/contentInsetEndWithActions = 0x7f0300a1
com.sketchware.remod:attr/contentInsetLeft = 0x7f0300a2
com.sketchware.remod:attr/contentInsetRight = 0x7f0300a3
com.sketchware.remod:attr/contentInsetStart = 0x7f0300a4
com.sketchware.remod:attr/contentInsetStartWithNavigation = 0x7f0300a5
com.sketchware.remod:attr/contentPadding = 0x7f0300a6
com.sketchware.remod:attr/contentPaddingBottom = 0x7f0300a7
com.sketchware.remod:attr/contentPaddingLeft = 0x7f0300a8
com.sketchware.remod:attr/contentPaddingRight = 0x7f0300a9
com.sketchware.remod:attr/contentPaddingTop = 0x7f0300aa
com.sketchware.remod:attr/contentProviderUri = 0x7f0300ab
com.sketchware.remod:attr/contentScrim = 0x7f0300ac
com.sketchware.remod:attr/controlBackground = 0x7f0300ad
com.sketchware.remod:attr/coordinatorLayoutStyle = 0x7f0300ae
com.sketchware.remod:attr/cornerRadius = 0x7f0300af
com.sketchware.remod:attr/corpusId = 0x7f0300b0
com.sketchware.remod:attr/corpusVersion = 0x7f0300b1
com.sketchware.remod:attr/counterEnabled = 0x7f0300b2
com.sketchware.remod:attr/counterMaxLength = 0x7f0300b3
com.sketchware.remod:attr/counterOverflowTextAppearance = 0x7f0300b4
com.sketchware.remod:attr/counterTextAppearance = 0x7f0300b5
com.sketchware.remod:attr/customNavigationLayout = 0x7f0300b6
com.sketchware.remod:attr/defaultIntentAction = 0x7f0300b7
com.sketchware.remod:attr/defaultIntentActivity = 0x7f0300b8
com.sketchware.remod:attr/defaultIntentData = 0x7f0300b9
com.sketchware.remod:attr/defaultQueryHint = 0x7f0300ba
com.sketchware.remod:attr/dialogCornerRadius = 0x7f0300bb
com.sketchware.remod:attr/dialogPreferredPadding = 0x7f0300bc
com.sketchware.remod:attr/dialogTheme = 0x7f0300bd
com.sketchware.remod:attr/displayOptions = 0x7f0300be
com.sketchware.remod:attr/divider = 0x7f0300bf
com.sketchware.remod:attr/dividerDrawable = 0x7f0300c0
com.sketchware.remod:attr/dividerDrawableHorizontal = 0x7f0300c1
com.sketchware.remod:attr/dividerDrawableVertical = 0x7f0300c2
com.sketchware.remod:attr/dividerHorizontal = 0x7f0300c3
com.sketchware.remod:attr/dividerPadding = 0x7f0300c4
com.sketchware.remod:attr/dividerVertical = 0x7f0300c5
com.sketchware.remod:attr/documentMaxAgeSecs = 0x7f0300c6
com.sketchware.remod:attr/drawableSize = 0x7f0300c7
com.sketchware.remod:attr/drawerArrowStyle = 0x7f0300c8
com.sketchware.remod:attr/dropDownListViewStyle = 0x7f0300c9
com.sketchware.remod:attr/dropdownListPreferredItemHeight = 0x7f0300ca
com.sketchware.remod:attr/editTextBackground = 0x7f0300cb
com.sketchware.remod:attr/editTextColor = 0x7f0300cc
com.sketchware.remod:attr/editTextStyle = 0x7f0300cd
com.sketchware.remod:attr/elevation = 0x7f0300ce
com.sketchware.remod:attr/end_angle = 0x7f0300cf
com.sketchware.remod:attr/enforceMaterialTheme = 0x7f0300d0
com.sketchware.remod:attr/enforceTextAppearance = 0x7f0300d1
com.sketchware.remod:attr/errorEnabled = 0x7f0300d2
com.sketchware.remod:attr/errorTextAppearance = 0x7f0300d3
com.sketchware.remod:attr/expandActivityOverflowButtonDrawable = 0x7f0300d4
com.sketchware.remod:attr/expanded = 0x7f0300d5
com.sketchware.remod:attr/expandedTitleGravity = 0x7f0300d6
com.sketchware.remod:attr/expandedTitleMargin = 0x7f0300d7
com.sketchware.remod:attr/expandedTitleMarginBottom = 0x7f0300d8
com.sketchware.remod:attr/expandedTitleMarginEnd = 0x7f0300d9
com.sketchware.remod:attr/expandedTitleMarginStart = 0x7f0300da
com.sketchware.remod:attr/expandedTitleMarginTop = 0x7f0300db
com.sketchware.remod:attr/expandedTitleTextAppearance = 0x7f0300dc
com.sketchware.remod:attr/fabAlignmentMode = 0x7f0300dd
com.sketchware.remod:attr/fabCradleMargin = 0x7f0300de
com.sketchware.remod:attr/fabCradleRoundedCornerRadius = 0x7f0300df
com.sketchware.remod:attr/fabCradleVerticalOffset = 0x7f0300e0
com.sketchware.remod:attr/fabCustomSize = 0x7f0300e1
com.sketchware.remod:attr/fabSize = 0x7f0300e2
com.sketchware.remod:attr/fastScrollEnabled = 0x7f0300e3
com.sketchware.remod:attr/fastScrollHorizontalThumbDrawable = 0x7f0300e4
com.sketchware.remod:attr/fastScrollHorizontalTrackDrawable = 0x7f0300e5
com.sketchware.remod:attr/fastScrollVerticalThumbDrawable = 0x7f0300e6
com.sketchware.remod:attr/fastScrollVerticalTrackDrawable = 0x7f0300e7
com.sketchware.remod:attr/featureType = 0x7f0300e8
com.sketchware.remod:attr/firstBaselineToTopHeight = 0x7f0300e9
com.sketchware.remod:attr/flexDirection = 0x7f0300ea
com.sketchware.remod:attr/flexWrap = 0x7f0300eb
com.sketchware.remod:attr/floatingActionButtonStyle = 0x7f0300ec
com.sketchware.remod:attr/font = 0x7f0300ed
com.sketchware.remod:attr/fontFamily = 0x7f0300ee
com.sketchware.remod:attr/fontProviderAuthority = 0x7f0300ef
com.sketchware.remod:attr/fontProviderCerts = 0x7f0300f0
com.sketchware.remod:attr/fontProviderFetchStrategy = 0x7f0300f1
com.sketchware.remod:attr/fontProviderFetchTimeout = 0x7f0300f2
com.sketchware.remod:attr/fontProviderPackage = 0x7f0300f3
com.sketchware.remod:attr/fontProviderQuery = 0x7f0300f4
com.sketchware.remod:attr/fontStyle = 0x7f0300f5
com.sketchware.remod:attr/fontVariationSettings = 0x7f0300f6
com.sketchware.remod:attr/fontWeight = 0x7f0300f7
com.sketchware.remod:attr/foregroundInsidePadding = 0x7f0300f8
com.sketchware.remod:attr/gapBetweenBars = 0x7f0300f9
com.sketchware.remod:attr/goIcon = 0x7f0300fa
com.sketchware.remod:attr/headerLayout = 0x7f0300fb
com.sketchware.remod:attr/height = 0x7f0300fc
com.sketchware.remod:attr/helperText = 0x7f0300fd
com.sketchware.remod:attr/helperTextEnabled = 0x7f0300fe
com.sketchware.remod:attr/helperTextTextAppearance = 0x7f0300ff
com.sketchware.remod:attr/hideMotionSpec = 0x7f030100
com.sketchware.remod:attr/hideOnContentScroll = 0x7f030101
com.sketchware.remod:attr/hideOnScroll = 0x7f030102
com.sketchware.remod:attr/hintAnimationEnabled = 0x7f030103
com.sketchware.remod:attr/hintEnabled = 0x7f030104
com.sketchware.remod:attr/hintTextAppearance = 0x7f030105
com.sketchware.remod:attr/homeAsUpIndicator = 0x7f030106
com.sketchware.remod:attr/homeLayout = 0x7f030107
com.sketchware.remod:attr/hoveredFocusedTranslationZ = 0x7f030108
com.sketchware.remod:attr/icon = 0x7f030109
com.sketchware.remod:attr/iconEndPadding = 0x7f03010a
com.sketchware.remod:attr/iconGravity = 0x7f03010b
com.sketchware.remod:attr/iconPadding = 0x7f03010c
com.sketchware.remod:attr/iconSize = 0x7f03010d
com.sketchware.remod:attr/iconStartPadding = 0x7f03010e
com.sketchware.remod:attr/iconTint = 0x7f03010f
com.sketchware.remod:attr/iconTintMode = 0x7f030110
com.sketchware.remod:attr/iconifiedByDefault = 0x7f030111
com.sketchware.remod:attr/imageAspectRatio = 0x7f030112
com.sketchware.remod:attr/imageAspectRatioAdjust = 0x7f030113
com.sketchware.remod:attr/imageButtonStyle = 0x7f030114
com.sketchware.remod:attr/indeterminateProgressStyle = 0x7f030115
com.sketchware.remod:attr/indexPrefixes = 0x7f030116
com.sketchware.remod:attr/initialActivityCount = 0x7f030117
com.sketchware.remod:attr/inputEnabled = 0x7f030118
com.sketchware.remod:attr/insetForeground = 0x7f030119
com.sketchware.remod:attr/isLightTheme = 0x7f03011a
com.sketchware.remod:attr/itemBackground = 0x7f03011b
com.sketchware.remod:attr/itemHorizontalPadding = 0x7f03011c
com.sketchware.remod:attr/itemHorizontalTranslationEnabled = 0x7f03011d
com.sketchware.remod:attr/itemIconPadding = 0x7f03011e
com.sketchware.remod:attr/itemIconSize = 0x7f03011f
com.sketchware.remod:attr/itemIconTint = 0x7f030120
com.sketchware.remod:attr/itemPadding = 0x7f030121
com.sketchware.remod:attr/itemSpacing = 0x7f030122
com.sketchware.remod:attr/itemTextAppearance = 0x7f030123
com.sketchware.remod:attr/itemTextAppearanceActive = 0x7f030124
com.sketchware.remod:attr/itemTextAppearanceInactive = 0x7f030125
com.sketchware.remod:attr/itemTextColor = 0x7f030126
com.sketchware.remod:attr/justifyContent = 0x7f030127
com.sketchware.remod:attr/keylines = 0x7f030128
com.sketchware.remod:attr/labelVisibilityMode = 0x7f030129
com.sketchware.remod:attr/lastBaselineToBottomHeight = 0x7f03012a
com.sketchware.remod:attr/layout = 0x7f03012b
com.sketchware.remod:attr/layoutManager = 0x7f03012c
com.sketchware.remod:attr/layout_alignSelf = 0x7f03012d
com.sketchware.remod:attr/layout_anchor = 0x7f03012e
com.sketchware.remod:attr/layout_anchorGravity = 0x7f03012f
com.sketchware.remod:attr/layout_behavior = 0x7f030130
com.sketchware.remod:attr/layout_collapseMode = 0x7f030131
com.sketchware.remod:attr/layout_collapseParallaxMultiplier = 0x7f030132
com.sketchware.remod:attr/layout_dodgeInsetEdges = 0x7f030133
com.sketchware.remod:attr/layout_flexBasisPercent = 0x7f030134
com.sketchware.remod:attr/layout_flexGrow = 0x7f030135
com.sketchware.remod:attr/layout_flexShrink = 0x7f030136
com.sketchware.remod:attr/layout_insetEdge = 0x7f030137
com.sketchware.remod:attr/layout_keyline = 0x7f030138
com.sketchware.remod:attr/layout_maxHeight = 0x7f030139
com.sketchware.remod:attr/layout_maxWidth = 0x7f03013a
com.sketchware.remod:attr/layout_minHeight = 0x7f03013b
com.sketchware.remod:attr/layout_minWidth = 0x7f03013c
com.sketchware.remod:attr/layout_order = 0x7f03013d
com.sketchware.remod:attr/layout_scrollFlags = 0x7f03013e
com.sketchware.remod:attr/layout_scrollInterpolator = 0x7f03013f
com.sketchware.remod:attr/layout_wrapBefore = 0x7f030140
com.sketchware.remod:attr/liftOnScroll = 0x7f030141
com.sketchware.remod:attr/lineHeight = 0x7f030142
com.sketchware.remod:attr/lineSpacing = 0x7f030143
com.sketchware.remod:attr/listChoiceBackgroundIndicator = 0x7f030144
com.sketchware.remod:attr/listDividerAlertDialog = 0x7f030145
com.sketchware.remod:attr/listItemLayout = 0x7f030146
com.sketchware.remod:attr/listLayout = 0x7f030147
com.sketchware.remod:attr/listMenuViewStyle = 0x7f030148
com.sketchware.remod:attr/listPopupWindowStyle = 0x7f030149
com.sketchware.remod:attr/listPreferredItemHeight = 0x7f03014a
com.sketchware.remod:attr/listPreferredItemHeightLarge = 0x7f03014b
com.sketchware.remod:attr/listPreferredItemHeightSmall = 0x7f03014c
com.sketchware.remod:attr/listPreferredItemPaddingLeft = 0x7f03014d
com.sketchware.remod:attr/listPreferredItemPaddingRight = 0x7f03014e
com.sketchware.remod:attr/lock_enabled = 0x7f03014f
com.sketchware.remod:attr/logo = 0x7f030150
com.sketchware.remod:attr/logoDescription = 0x7f030151
com.sketchware.remod:attr/lottie_autoPlay = 0x7f030152
com.sketchware.remod:attr/lottie_cacheStrategy = 0x7f030153
com.sketchware.remod:attr/lottie_colorFilter = 0x7f030154
com.sketchware.remod:attr/lottie_enableMergePathsForKitKatAndAbove = 0x7f030155
com.sketchware.remod:attr/lottie_fileName = 0x7f030156
com.sketchware.remod:attr/lottie_imageAssetsFolder = 0x7f030157
com.sketchware.remod:attr/lottie_loop = 0x7f030158
com.sketchware.remod:attr/lottie_progress = 0x7f030159
com.sketchware.remod:attr/lottie_scale = 0x7f03015a
com.sketchware.remod:attr/maintain_equal_circle = 0x7f03015b
com.sketchware.remod:attr/materialButtonStyle = 0x7f03015c
com.sketchware.remod:attr/materialCardViewStyle = 0x7f03015d
com.sketchware.remod:attr/max = 0x7f03015e
com.sketchware.remod:attr/maxActionInlineWidth = 0x7f03015f
com.sketchware.remod:attr/maxButtonHeight = 0x7f030160
com.sketchware.remod:attr/maxImageSize = 0x7f030161
com.sketchware.remod:attr/maxLine = 0x7f030162
com.sketchware.remod:attr/measureWithLargestChild = 0x7f030163
com.sketchware.remod:attr/menu = 0x7f030164
com.sketchware.remod:attr/move_outside_circle = 0x7f030165
com.sketchware.remod:attr/multiChoiceItemLayout = 0x7f030166
com.sketchware.remod:attr/navigationContentDescription = 0x7f030167
com.sketchware.remod:attr/navigationIcon = 0x7f030168
com.sketchware.remod:attr/navigationMode = 0x7f030169
com.sketchware.remod:attr/navigationViewStyle = 0x7f03016a
com.sketchware.remod:attr/noIndex = 0x7f03016b
com.sketchware.remod:attr/numericModifiers = 0x7f03016c
com.sketchware.remod:attr/overlapAnchor = 0x7f03016d
com.sketchware.remod:attr/paddingBottomNoButtons = 0x7f03016e
com.sketchware.remod:attr/paddingEnd = 0x7f03016f
com.sketchware.remod:attr/paddingStart = 0x7f030170
com.sketchware.remod:attr/paddingTopNoTitle = 0x7f030171
com.sketchware.remod:attr/panelBackground = 0x7f030172
com.sketchware.remod:attr/panelMenuListTheme = 0x7f030173
com.sketchware.remod:attr/panelMenuListWidth = 0x7f030174
com.sketchware.remod:attr/paramName = 0x7f030175
com.sketchware.remod:attr/paramValue = 0x7f030176
com.sketchware.remod:attr/passwordToggleContentDescription = 0x7f030177
com.sketchware.remod:attr/passwordToggleDrawable = 0x7f030178
com.sketchware.remod:attr/passwordToggleEnabled = 0x7f030179
com.sketchware.remod:attr/passwordToggleTint = 0x7f03017a
com.sketchware.remod:attr/passwordToggleTintMode = 0x7f03017b
com.sketchware.remod:attr/perAccountTemplate = 0x7f03017c
com.sketchware.remod:attr/pointer_alpha_ontouch = 0x7f03017d
com.sketchware.remod:attr/pointer_color = 0x7f03017e
com.sketchware.remod:attr/pointer_halo_border_width = 0x7f03017f
com.sketchware.remod:attr/pointer_halo_color = 0x7f030180
com.sketchware.remod:attr/pointer_halo_color_ontouch = 0x7f030181
com.sketchware.remod:attr/pointer_halo_width = 0x7f030182
com.sketchware.remod:attr/pointer_radius = 0x7f030183
com.sketchware.remod:attr/popupMenuStyle = 0x7f030184
com.sketchware.remod:attr/popupTheme = 0x7f030185
com.sketchware.remod:attr/popupWindowStyle = 0x7f030186
com.sketchware.remod:attr/preserveIconSpacing = 0x7f030187
com.sketchware.remod:attr/pressedTranslationZ = 0x7f030188
com.sketchware.remod:attr/progress = 0x7f030189
com.sketchware.remod:attr/progressBarPadding = 0x7f03018a
com.sketchware.remod:attr/progressBarStyle = 0x7f03018b
com.sketchware.remod:attr/queryBackground = 0x7f03018c
com.sketchware.remod:attr/queryHint = 0x7f03018d
com.sketchware.remod:attr/radioButtonStyle = 0x7f03018e
com.sketchware.remod:attr/ratingBarStyle = 0x7f03018f
com.sketchware.remod:attr/ratingBarStyleIndicator = 0x7f030190
com.sketchware.remod:attr/ratingBarStyleSmall = 0x7f030191
com.sketchware.remod:attr/reverseLayout = 0x7f030192
com.sketchware.remod:attr/rippleColor = 0x7f030193
com.sketchware.remod:attr/schemaOrgProperty = 0x7f030194
com.sketchware.remod:attr/schemaOrgType = 0x7f030195
com.sketchware.remod:attr/scopeUris = 0x7f030196
com.sketchware.remod:attr/scrimAnimationDuration = 0x7f030197
com.sketchware.remod:attr/scrimBackground = 0x7f030198
com.sketchware.remod:attr/scrimVisibleHeightTrigger = 0x7f030199
com.sketchware.remod:attr/searchEnabled = 0x7f03019a
com.sketchware.remod:attr/searchHintIcon = 0x7f03019b
com.sketchware.remod:attr/searchIcon = 0x7f03019c
com.sketchware.remod:attr/searchLabel = 0x7f03019d
com.sketchware.remod:attr/searchViewStyle = 0x7f03019e
com.sketchware.remod:attr/sectionContent = 0x7f03019f
com.sketchware.remod:attr/sectionFormat = 0x7f0301a0
com.sketchware.remod:attr/sectionId = 0x7f0301a1
com.sketchware.remod:attr/sectionType = 0x7f0301a2
com.sketchware.remod:attr/sectionWeight = 0x7f0301a3
com.sketchware.remod:attr/seekBarStyle = 0x7f0301a4
com.sketchware.remod:attr/selectableItemBackground = 0x7f0301a5
com.sketchware.remod:attr/selectableItemBackgroundBorderless = 0x7f0301a6
com.sketchware.remod:attr/semanticallySearchable = 0x7f0301a7
com.sketchware.remod:attr/settingsDescription = 0x7f0301a8
com.sketchware.remod:attr/showAsAction = 0x7f0301a9
com.sketchware.remod:attr/showDivider = 0x7f0301aa
com.sketchware.remod:attr/showDividerHorizontal = 0x7f0301ab
com.sketchware.remod:attr/showDividerVertical = 0x7f0301ac
com.sketchware.remod:attr/showDividers = 0x7f0301ad
com.sketchware.remod:attr/showMotionSpec = 0x7f0301ae
com.sketchware.remod:attr/showText = 0x7f0301af
com.sketchware.remod:attr/showTitle = 0x7f0301b0
com.sketchware.remod:attr/singleChoiceItemLayout = 0x7f0301b1
com.sketchware.remod:attr/singleLine = 0x7f0301b2
com.sketchware.remod:attr/singleSelection = 0x7f0301b3
com.sketchware.remod:attr/snackbarButtonStyle = 0x7f0301b4
com.sketchware.remod:attr/snackbarStyle = 0x7f0301b5
com.sketchware.remod:attr/sourceClass = 0x7f0301b6
com.sketchware.remod:attr/spanCount = 0x7f0301b7
com.sketchware.remod:attr/spinBars = 0x7f0301b8
com.sketchware.remod:attr/spinnerDropDownItemStyle = 0x7f0301b9
com.sketchware.remod:attr/spinnerStyle = 0x7f0301ba
com.sketchware.remod:attr/splitTrack = 0x7f0301bb
com.sketchware.remod:attr/srcCompat = 0x7f0301bc
com.sketchware.remod:attr/stackFromEnd = 0x7f0301bd
com.sketchware.remod:attr/start_angle = 0x7f0301be
com.sketchware.remod:attr/state_above_anchor = 0x7f0301bf
com.sketchware.remod:attr/state_collapsed = 0x7f0301c0
com.sketchware.remod:attr/state_collapsible = 0x7f0301c1
com.sketchware.remod:attr/state_liftable = 0x7f0301c2
com.sketchware.remod:attr/state_lifted = 0x7f0301c3
com.sketchware.remod:attr/statusBarBackground = 0x7f0301c4
com.sketchware.remod:attr/statusBarScrim = 0x7f0301c5
com.sketchware.remod:attr/strokeColor = 0x7f0301c6
com.sketchware.remod:attr/strokeWidth = 0x7f0301c7
com.sketchware.remod:attr/subMenuArrow = 0x7f0301c8
com.sketchware.remod:attr/submitBackground = 0x7f0301c9
com.sketchware.remod:attr/subsectionSeparator = 0x7f0301ca
com.sketchware.remod:attr/subtitle = 0x7f0301cb
com.sketchware.remod:attr/subtitleTextAppearance = 0x7f0301cc
com.sketchware.remod:attr/subtitleTextColor = 0x7f0301cd
com.sketchware.remod:attr/subtitleTextStyle = 0x7f0301ce
com.sketchware.remod:attr/suggestionRowLayout = 0x7f0301cf
com.sketchware.remod:attr/switchMinWidth = 0x7f0301d0
com.sketchware.remod:attr/switchPadding = 0x7f0301d1
com.sketchware.remod:attr/switchStyle = 0x7f0301d2
com.sketchware.remod:attr/switchTextAppearance = 0x7f0301d3
com.sketchware.remod:attr/tabBackground = 0x7f0301d4
com.sketchware.remod:attr/tabContentStart = 0x7f0301d5
com.sketchware.remod:attr/tabGravity = 0x7f0301d6
com.sketchware.remod:attr/tabIconTint = 0x7f0301d7
com.sketchware.remod:attr/tabIconTintMode = 0x7f0301d8
com.sketchware.remod:attr/tabIndicator = 0x7f0301d9
com.sketchware.remod:attr/tabIndicatorAnimationDuration = 0x7f0301da
com.sketchware.remod:attr/tabIndicatorColor = 0x7f0301db
com.sketchware.remod:attr/tabIndicatorFullWidth = 0x7f0301dc
com.sketchware.remod:attr/tabIndicatorGravity = 0x7f0301dd
com.sketchware.remod:attr/tabIndicatorHeight = 0x7f0301de
com.sketchware.remod:attr/tabInlineLabel = 0x7f0301df
com.sketchware.remod:attr/tabMaxWidth = 0x7f0301e0
com.sketchware.remod:attr/tabMinWidth = 0x7f0301e1
com.sketchware.remod:attr/tabMode = 0x7f0301e2
com.sketchware.remod:attr/tabPadding = 0x7f0301e3
com.sketchware.remod:attr/tabPaddingBottom = 0x7f0301e4
com.sketchware.remod:attr/tabPaddingEnd = 0x7f0301e5
com.sketchware.remod:attr/tabPaddingStart = 0x7f0301e6
com.sketchware.remod:attr/tabPaddingTop = 0x7f0301e7
com.sketchware.remod:attr/tabRippleColor = 0x7f0301e8
com.sketchware.remod:attr/tabSelectedTextColor = 0x7f0301e9
com.sketchware.remod:attr/tabStyle = 0x7f0301ea
com.sketchware.remod:attr/tabTextAppearance = 0x7f0301eb
com.sketchware.remod:attr/tabTextColor = 0x7f0301ec
com.sketchware.remod:attr/tabUnboundedRipple = 0x7f0301ed
com.sketchware.remod:attr/textAllCaps = 0x7f0301ee
com.sketchware.remod:attr/textAppearanceBody1 = 0x7f0301ef
com.sketchware.remod:attr/textAppearanceBody2 = 0x7f0301f0
com.sketchware.remod:attr/textAppearanceButton = 0x7f0301f1
com.sketchware.remod:attr/textAppearanceCaption = 0x7f0301f2
com.sketchware.remod:attr/textAppearanceHeadline1 = 0x7f0301f3
com.sketchware.remod:attr/textAppearanceHeadline2 = 0x7f0301f4
com.sketchware.remod:attr/textAppearanceHeadline3 = 0x7f0301f5
com.sketchware.remod:attr/textAppearanceHeadline4 = 0x7f0301f6
com.sketchware.remod:attr/textAppearanceHeadline5 = 0x7f0301f7
com.sketchware.remod:attr/textAppearanceHeadline6 = 0x7f0301f8
com.sketchware.remod:attr/textAppearanceLargePopupMenu = 0x7f0301f9
com.sketchware.remod:attr/textAppearanceListItem = 0x7f0301fa
com.sketchware.remod:attr/textAppearanceListItemSecondary = 0x7f0301fb
com.sketchware.remod:attr/textAppearanceListItemSmall = 0x7f0301fc
com.sketchware.remod:attr/textAppearanceOverline = 0x7f0301fd
com.sketchware.remod:attr/textAppearancePopupMenuHeader = 0x7f0301fe
com.sketchware.remod:attr/textAppearanceSearchResultSubtitle = 0x7f0301ff
com.sketchware.remod:attr/textAppearanceSearchResultTitle = 0x7f030200
com.sketchware.remod:attr/textAppearanceSmallPopupMenu = 0x7f030201
com.sketchware.remod:attr/textAppearanceSubtitle1 = 0x7f030202
com.sketchware.remod:attr/textAppearanceSubtitle2 = 0x7f030203
com.sketchware.remod:attr/textColorAlertDialogListItem = 0x7f030204
com.sketchware.remod:attr/textColorSearchUrl = 0x7f030205
com.sketchware.remod:attr/textEndPadding = 0x7f030206
com.sketchware.remod:attr/textInputStyle = 0x7f030207
com.sketchware.remod:attr/textStartPadding = 0x7f030208
com.sketchware.remod:attr/theme = 0x7f030209
com.sketchware.remod:attr/thickness = 0x7f03020a
com.sketchware.remod:attr/thumbTextPadding = 0x7f03020b
com.sketchware.remod:attr/thumbTint = 0x7f03020c
com.sketchware.remod:attr/thumbTintMode = 0x7f03020d
com.sketchware.remod:attr/tickMark = 0x7f03020e
com.sketchware.remod:attr/tickMarkTint = 0x7f03020f
com.sketchware.remod:attr/tickMarkTintMode = 0x7f030210
com.sketchware.remod:attr/tint = 0x7f030211
com.sketchware.remod:attr/tintMode = 0x7f030212
com.sketchware.remod:attr/title = 0x7f030213
com.sketchware.remod:attr/titleEnabled = 0x7f030214
com.sketchware.remod:attr/titleMargin = 0x7f030215
com.sketchware.remod:attr/titleMarginBottom = 0x7f030216
com.sketchware.remod:attr/titleMarginEnd = 0x7f030217
com.sketchware.remod:attr/titleMarginStart = 0x7f030218
com.sketchware.remod:attr/titleMarginTop = 0x7f030219
com.sketchware.remod:attr/titleMargins = 0x7f03021a
com.sketchware.remod:attr/titleTextAppearance = 0x7f03021b
com.sketchware.remod:attr/titleTextColor = 0x7f03021c
com.sketchware.remod:attr/titleTextStyle = 0x7f03021d
com.sketchware.remod:attr/toAddressesSection = 0x7f03021e
com.sketchware.remod:attr/toolbarId = 0x7f03021f
com.sketchware.remod:attr/toolbarNavigationButtonStyle = 0x7f030220
com.sketchware.remod:attr/toolbarStyle = 0x7f030221
com.sketchware.remod:attr/tooltipForegroundColor = 0x7f030222
com.sketchware.remod:attr/tooltipFrameBackground = 0x7f030223
com.sketchware.remod:attr/tooltipText = 0x7f030224
com.sketchware.remod:attr/track = 0x7f030225
com.sketchware.remod:attr/trackTint = 0x7f030226
com.sketchware.remod:attr/trackTintMode = 0x7f030227
com.sketchware.remod:attr/trimmable = 0x7f030228
com.sketchware.remod:attr/ttcIndex = 0x7f030229
com.sketchware.remod:attr/useCompatPadding = 0x7f03022a
com.sketchware.remod:attr/use_custom_radii = 0x7f03022b
com.sketchware.remod:attr/userInputSection = 0x7f03022c
com.sketchware.remod:attr/userInputTag = 0x7f03022d
com.sketchware.remod:attr/userInputValue = 0x7f03022e
com.sketchware.remod:attr/viewInflaterClass = 0x7f03022f
com.sketchware.remod:attr/voiceIcon = 0x7f030230
com.sketchware.remod:attr/windowActionBar = 0x7f030231
com.sketchware.remod:attr/windowActionBarOverlay = 0x7f030232
com.sketchware.remod:attr/windowActionModeOverlay = 0x7f030233
com.sketchware.remod:attr/windowFixedHeightMajor = 0x7f030234
com.sketchware.remod:attr/windowFixedHeightMinor = 0x7f030235
com.sketchware.remod:attr/windowFixedWidthMajor = 0x7f030236
com.sketchware.remod:attr/windowFixedWidthMinor = 0x7f030237
com.sketchware.remod:attr/windowMinWidthMajor = 0x7f030238
com.sketchware.remod:attr/windowMinWidthMinor = 0x7f030239
com.sketchware.remod:attr/windowNoTitle = 0x7f03023a
com.sketchware.remod:bool/abc_action_bar_embed_tabs = 0x7f040000
com.sketchware.remod:bool/abc_allow_stacked_button_bar = 0x7f040001
com.sketchware.remod:bool/abc_config_actionMenuItemAllCaps = 0x7f040002
com.sketchware.remod:bool/mtrl_btn_textappearance_all_caps = 0x7f040003
com.sketchware.remod:bool/wiget_help_land = 0x7f040004
com.sketchware.remod:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
com.sketchware.remod:color/abc_background_cache_hint_selector_material_light = 0x7f050001
com.sketchware.remod:color/abc_btn_colored_borderless_text_material = 0x7f050002
com.sketchware.remod:color/abc_btn_colored_text_material = 0x7f050003
com.sketchware.remod:color/abc_color_highlight_material = 0x7f050004
com.sketchware.remod:color/abc_hint_foreground_material_dark = 0x7f050005
com.sketchware.remod:color/abc_hint_foreground_material_light = 0x7f050006
com.sketchware.remod:color/abc_input_method_navigation_guard = 0x7f050007
com.sketchware.remod:color/abc_primary_text_disable_only_material_dark = 0x7f050008
com.sketchware.remod:color/abc_primary_text_disable_only_material_light = 0x7f050009
com.sketchware.remod:color/abc_primary_text_material_dark = 0x7f05000a
com.sketchware.remod:color/abc_primary_text_material_light = 0x7f05000b
com.sketchware.remod:color/abc_search_url_text = 0x7f05000c
com.sketchware.remod:color/abc_search_url_text_normal = 0x7f05000d
com.sketchware.remod:color/abc_search_url_text_pressed = 0x7f05000e
com.sketchware.remod:color/abc_search_url_text_selected = 0x7f05000f
com.sketchware.remod:color/abc_secondary_text_material_dark = 0x7f050010
com.sketchware.remod:color/abc_secondary_text_material_light = 0x7f050011
com.sketchware.remod:color/abc_tint_btn_checkable = 0x7f050012
com.sketchware.remod:color/abc_tint_default = 0x7f050013
com.sketchware.remod:color/abc_tint_edittext = 0x7f050014
com.sketchware.remod:color/abc_tint_seek_thumb = 0x7f050015
com.sketchware.remod:color/abc_tint_spinner = 0x7f050016
com.sketchware.remod:color/abc_tint_switch_track = 0x7f050017
com.sketchware.remod:color/accent_material_dark = 0x7f050018
com.sketchware.remod:color/accent_material_light = 0x7f050019
com.sketchware.remod:color/background_floating_material_dark = 0x7f05001a
com.sketchware.remod:color/background_floating_material_light = 0x7f05001b
com.sketchware.remod:color/background_material_dark = 0x7f05001c
com.sketchware.remod:color/background_material_light = 0x7f05001d
com.sketchware.remod:color/bottom_bar_background = 0x7f05001e
com.sketchware.remod:color/bright_foreground_disabled_material_dark = 0x7f05001f
com.sketchware.remod:color/bright_foreground_disabled_material_light = 0x7f050020
com.sketchware.remod:color/bright_foreground_inverse_material_dark = 0x7f050021
com.sketchware.remod:color/bright_foreground_inverse_material_light = 0x7f050022
com.sketchware.remod:color/bright_foreground_material_dark = 0x7f050023
com.sketchware.remod:color/bright_foreground_material_light = 0x7f050024
com.sketchware.remod:color/browser_actions_bg_grey = 0x7f050025
com.sketchware.remod:color/browser_actions_divider_color = 0x7f050026
com.sketchware.remod:color/browser_actions_text_color = 0x7f050027
com.sketchware.remod:color/browser_actions_title_color = 0x7f050028
com.sketchware.remod:color/button_material_dark = 0x7f050029
com.sketchware.remod:color/button_material_light = 0x7f05002a
com.sketchware.remod:color/cardview_dark_background = 0x7f05002b
com.sketchware.remod:color/cardview_light_background = 0x7f05002c
com.sketchware.remod:color/cardview_shadow_end_color = 0x7f05002d
com.sketchware.remod:color/cardview_shadow_start_color = 0x7f05002e
com.sketchware.remod:color/color_accent = 0x7f05002f
com.sketchware.remod:color/color_btn_blue_highlight = 0x7f050030
com.sketchware.remod:color/color_btn_blue_normal = 0x7f050031
com.sketchware.remod:color/color_btn_green_highlight = 0x7f050032
com.sketchware.remod:color/color_btn_ltblue_highlight = 0x7f050033
com.sketchware.remod:color/color_btn_ltblue_normal = 0x7f050034
com.sketchware.remod:color/color_btn_ltorange_dark = 0x7f050035
com.sketchware.remod:color/color_btn_ltorange_highlight = 0x7f050036
com.sketchware.remod:color/color_btn_ltorange_normal = 0x7f050037
com.sketchware.remod:color/color_btn_ltpink_highlight = 0x7f050038
com.sketchware.remod:color/color_btn_ltpink_normal = 0x7f050039
com.sketchware.remod:color/color_chk_white_highlight = 0x7f05003a
com.sketchware.remod:color/color_chk_white_normal = 0x7f05003b
com.sketchware.remod:color/color_control_highlight = 0x7f05003c
com.sketchware.remod:color/color_control_normal = 0x7f05003d
com.sketchware.remod:color/color_primary = 0x7f05003e
com.sketchware.remod:color/color_primary_alpha = 0x7f05003f
com.sketchware.remod:color/color_primary_dark = 0x7f050040
com.sketchware.remod:color/color_ripple = 0x7f050041
com.sketchware.remod:color/color_secondary = 0x7f050042
com.sketchware.remod:color/common_google_signin_btn_text_dark = 0x7f050043
com.sketchware.remod:color/common_google_signin_btn_text_dark_default = 0x7f050044
com.sketchware.remod:color/common_google_signin_btn_text_dark_disabled = 0x7f050045
com.sketchware.remod:color/common_google_signin_btn_text_dark_focused = 0x7f050046
com.sketchware.remod:color/common_google_signin_btn_text_dark_pressed = 0x7f050047
com.sketchware.remod:color/common_google_signin_btn_text_light = 0x7f050048
com.sketchware.remod:color/common_google_signin_btn_text_light_default = 0x7f050049
com.sketchware.remod:color/common_google_signin_btn_text_light_disabled = 0x7f05004a
com.sketchware.remod:color/common_google_signin_btn_text_light_focused = 0x7f05004b
com.sketchware.remod:color/common_google_signin_btn_text_light_pressed = 0x7f05004c
com.sketchware.remod:color/common_google_signin_btn_tint = 0x7f05004d
com.sketchware.remod:color/design_bottom_navigation_shadow_color = 0x7f05004e
com.sketchware.remod:color/design_default_color_primary = 0x7f05004f
com.sketchware.remod:color/design_default_color_primary_dark = 0x7f050050
com.sketchware.remod:color/design_error = 0x7f050051
com.sketchware.remod:color/design_fab_shadow_end_color = 0x7f050052
com.sketchware.remod:color/design_fab_shadow_mid_color = 0x7f050053
com.sketchware.remod:color/design_fab_shadow_start_color = 0x7f050054
com.sketchware.remod:color/design_fab_stroke_end_inner_color = 0x7f050055
com.sketchware.remod:color/design_fab_stroke_end_outer_color = 0x7f050056
com.sketchware.remod:color/design_fab_stroke_top_inner_color = 0x7f050057
com.sketchware.remod:color/design_fab_stroke_top_outer_color = 0x7f050058
com.sketchware.remod:color/design_menu_bg = 0x7f050059
com.sketchware.remod:color/design_menu_text_color = 0x7f05005a
com.sketchware.remod:color/design_snackbar_background_color = 0x7f05005b
com.sketchware.remod:color/design_tab_background = 0x7f05005c
com.sketchware.remod:color/design_tab_indicator_color = 0x7f05005d
com.sketchware.remod:color/design_tab_selected_text_color = 0x7f05005e
com.sketchware.remod:color/design_tab_text_color = 0x7f05005f
com.sketchware.remod:color/design_tint_password_toggle = 0x7f050060
com.sketchware.remod:color/dim_foreground_disabled_material_dark = 0x7f050061
com.sketchware.remod:color/dim_foreground_disabled_material_light = 0x7f050062
com.sketchware.remod:color/dim_foreground_material_dark = 0x7f050063
com.sketchware.remod:color/dim_foreground_material_light = 0x7f050064
com.sketchware.remod:color/error_color_material_dark = 0x7f050065
com.sketchware.remod:color/error_color_material_light = 0x7f050066
com.sketchware.remod:color/foreground_material_dark = 0x7f050067
com.sketchware.remod:color/foreground_material_light = 0x7f050068
com.sketchware.remod:color/grey = 0x7f050069
com.sketchware.remod:color/highlighted_text_material_dark = 0x7f05006a
com.sketchware.remod:color/highlighted_text_material_light = 0x7f05006b
com.sketchware.remod:color/light_grey = 0x7f05006c
com.sketchware.remod:color/lighter_grey = 0x7f05006d
com.sketchware.remod:color/list_selected_background = 0x7f05006e
com.sketchware.remod:color/main_tab_background = 0x7f05006f
com.sketchware.remod:color/main_tab_indicator_color = 0x7f050070
com.sketchware.remod:color/main_tab_selected_text_color = 0x7f050071
com.sketchware.remod:color/main_tab_text_color = 0x7f050072
com.sketchware.remod:color/material_blue_grey_800 = 0x7f050073
com.sketchware.remod:color/material_blue_grey_900 = 0x7f050074
com.sketchware.remod:color/material_blue_grey_950 = 0x7f050075
com.sketchware.remod:color/material_deep_teal_200 = 0x7f050076
com.sketchware.remod:color/material_deep_teal_500 = 0x7f050077
com.sketchware.remod:color/material_grey_100 = 0x7f050078
com.sketchware.remod:color/material_grey_300 = 0x7f050079
com.sketchware.remod:color/material_grey_50 = 0x7f05007a
com.sketchware.remod:color/material_grey_600 = 0x7f05007b
com.sketchware.remod:color/material_grey_800 = 0x7f05007c
com.sketchware.remod:color/material_grey_850 = 0x7f05007d
com.sketchware.remod:color/material_grey_900 = 0x7f05007e
com.sketchware.remod:color/mtrl_bottom_nav_colored_item_tint = 0x7f05007f
com.sketchware.remod:color/mtrl_bottom_nav_item_tint = 0x7f050080
com.sketchware.remod:color/mtrl_btn_bg_color_disabled = 0x7f050081
com.sketchware.remod:color/mtrl_btn_bg_color_selector = 0x7f050082
com.sketchware.remod:color/mtrl_btn_ripple_color = 0x7f050083
com.sketchware.remod:color/mtrl_btn_stroke_color_selector = 0x7f050084
com.sketchware.remod:color/mtrl_btn_text_btn_ripple_color = 0x7f050085
com.sketchware.remod:color/mtrl_btn_text_color_disabled = 0x7f050086
com.sketchware.remod:color/mtrl_btn_text_color_selector = 0x7f050087
com.sketchware.remod:color/mtrl_btn_transparent_bg_color = 0x7f050088
com.sketchware.remod:color/mtrl_chip_background_color = 0x7f050089
com.sketchware.remod:color/mtrl_chip_close_icon_tint = 0x7f05008a
com.sketchware.remod:color/mtrl_chip_ripple_color = 0x7f05008b
com.sketchware.remod:color/mtrl_chip_text_color = 0x7f05008c
com.sketchware.remod:color/mtrl_fab_ripple_color = 0x7f05008d
com.sketchware.remod:color/mtrl_scrim_color = 0x7f05008e
com.sketchware.remod:color/mtrl_tabs_colored_ripple_color = 0x7f05008f
com.sketchware.remod:color/mtrl_tabs_icon_color_selector = 0x7f050090
com.sketchware.remod:color/mtrl_tabs_icon_color_selector_colored = 0x7f050091
com.sketchware.remod:color/mtrl_tabs_legacy_text_color_selector = 0x7f050092
com.sketchware.remod:color/mtrl_tabs_ripple_color = 0x7f050093
com.sketchware.remod:color/mtrl_text_btn_text_color_selector = 0x7f050094
com.sketchware.remod:color/mtrl_textinput_default_box_stroke_color = 0x7f050095
com.sketchware.remod:color/mtrl_textinput_disabled_color = 0x7f050096
com.sketchware.remod:color/mtrl_textinput_filled_box_default_background_color = 0x7f050097
com.sketchware.remod:color/mtrl_textinput_hovered_box_stroke_color = 0x7f050098
com.sketchware.remod:color/notification_action_color_filter = 0x7f050099
com.sketchware.remod:color/notification_icon_bg_color = 0x7f05009a
com.sketchware.remod:color/notification_material_background_media_default_color = 0x7f05009b
com.sketchware.remod:color/primary_dark_material_dark = 0x7f05009c
com.sketchware.remod:color/primary_dark_material_light = 0x7f05009d
com.sketchware.remod:color/primary_material_dark = 0x7f05009e
com.sketchware.remod:color/primary_material_light = 0x7f05009f
com.sketchware.remod:color/primary_text_default_material_dark = 0x7f0500a0
com.sketchware.remod:color/primary_text_default_material_light = 0x7f0500a1
com.sketchware.remod:color/primary_text_disabled_material_dark = 0x7f0500a2
com.sketchware.remod:color/primary_text_disabled_material_light = 0x7f0500a3
com.sketchware.remod:color/ripple_material_dark = 0x7f0500a4
com.sketchware.remod:color/ripple_material_light = 0x7f0500a5
com.sketchware.remod:color/sc_item_bg = 0x7f0500a6
com.sketchware.remod:color/sc_item_bg_1 = 0x7f0500a7
com.sketchware.remod:color/scolor_bg_01 = 0x7f0500a8
com.sketchware.remod:color/scolor_bg_02 = 0x7f0500a9
com.sketchware.remod:color/scolor_black_01 = 0x7f0500aa
com.sketchware.remod:color/scolor_black_02 = 0x7f0500ab
com.sketchware.remod:color/scolor_blue_01 = 0x7f0500ac
com.sketchware.remod:color/scolor_dark_yellow_01 = 0x7f0500ad
com.sketchware.remod:color/scolor_green_01 = 0x7f0500ae
com.sketchware.remod:color/scolor_green_02 = 0x7f0500af
com.sketchware.remod:color/scolor_green_normal = 0x7f0500b0
com.sketchware.remod:color/scolor_grey = 0x7f0500b1
com.sketchware.remod:color/scolor_light_grey = 0x7f0500b2
com.sketchware.remod:color/scolor_light_sky = 0x7f0500b3
com.sketchware.remod:color/scolor_purple_01 = 0x7f0500b4
com.sketchware.remod:color/scolor_red_01 = 0x7f0500b5
com.sketchware.remod:color/scolor_red_02 = 0x7f0500b6
com.sketchware.remod:color/scolor_sky_03 = 0x7f0500b7
com.sketchware.remod:color/scolor_sl_01 = 0x7f0500b8
com.sketchware.remod:color/scolor_sl_02 = 0x7f0500b9
com.sketchware.remod:color/scolor_sl_03 = 0x7f0500ba
com.sketchware.remod:color/scolor_sl_04 = 0x7f0500bb
com.sketchware.remod:color/scolor_yellow_01 = 0x7f0500bc
com.sketchware.remod:color/scratch_end_gradient = 0x7f0500bd
com.sketchware.remod:color/scratch_start_gradient = 0x7f0500be
com.sketchware.remod:color/secondary_text_default_material_dark = 0x7f0500bf
com.sketchware.remod:color/secondary_text_default_material_light = 0x7f0500c0
com.sketchware.remod:color/secondary_text_disabled_material_dark = 0x7f0500c1
com.sketchware.remod:color/secondary_text_disabled_material_light = 0x7f0500c2
com.sketchware.remod:color/swipe_refresh = 0x7f0500c3
com.sketchware.remod:color/swipe_refresh_bg = 0x7f0500c4
com.sketchware.remod:color/switch_thumb_disabled_material_dark = 0x7f0500c5
com.sketchware.remod:color/switch_thumb_disabled_material_light = 0x7f0500c6
com.sketchware.remod:color/switch_thumb_material_dark = 0x7f0500c7
com.sketchware.remod:color/switch_thumb_material_light = 0x7f0500c8
com.sketchware.remod:color/switch_thumb_normal_material_dark = 0x7f0500c9
com.sketchware.remod:color/switch_thumb_normal_material_light = 0x7f0500ca
com.sketchware.remod:color/tool_bar_text_color = 0x7f0500cb
com.sketchware.remod:color/tooltip_background_dark = 0x7f0500cc
com.sketchware.remod:color/tooltip_background_light = 0x7f0500cd
com.sketchware.remod:color/transparent = 0x7f0500ce
com.sketchware.remod:color/darkGrey = 0x7f0500d5
com.sketchware.remod:color/black = 0x7f0500d6
com.sketchware.remod:color/orange = 0x7f0500d7
com.sketchware.remod:color/gold = 0x7f0500d8
com.sketchware.remod:color/monokia_pro_green = 0x7f0500d9
com.sketchware.remod:color/monokia_pro_black = 0x7f0500da
com.sketchware.remod:color/monokia_pro_white = 0x7f0500db
com.sketchware.remod:color/monokia_pro_pink = 0x7f0500dc
com.sketchware.remod:color/monokia_pro_sky = 0x7f0500dd
com.sketchware.remod:color/monokia_pro_orange = 0x7f0500de
com.sketchware.remod:color/monokia_pro_purple = 0x7f0500df
com.sketchware.remod:color/monokia_pro_grey = 0x7f0500e0
com.sketchware.remod:color/colorBottomBarSW = 0x7f0500e1
com.sketchware.remod:dimen/abc_action_bar_content_inset_material = 0x7f060000
com.sketchware.remod:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001
com.sketchware.remod:dimen/abc_action_bar_default_height_material = 0x7f060002
com.sketchware.remod:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
com.sketchware.remod:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
com.sketchware.remod:dimen/abc_action_bar_elevation_material = 0x7f060005
com.sketchware.remod:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006
com.sketchware.remod:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
com.sketchware.remod:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008
com.sketchware.remod:dimen/abc_action_bar_stacked_max_height = 0x7f060009
com.sketchware.remod:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a
com.sketchware.remod:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
com.sketchware.remod:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c
com.sketchware.remod:dimen/abc_action_button_min_height_material = 0x7f06000d
com.sketchware.remod:dimen/abc_action_button_min_width_material = 0x7f06000e
com.sketchware.remod:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f
com.sketchware.remod:dimen/abc_alert_dialog_button_bar_height = 0x7f060010
com.sketchware.remod:dimen/abc_alert_dialog_button_dimen = 0x7f060011
com.sketchware.remod:dimen/abc_button_inset_horizontal_material = 0x7f060012
com.sketchware.remod:dimen/abc_button_inset_vertical_material = 0x7f060013
com.sketchware.remod:dimen/abc_button_padding_horizontal_material = 0x7f060014
com.sketchware.remod:dimen/abc_button_padding_vertical_material = 0x7f060015
com.sketchware.remod:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016
com.sketchware.remod:dimen/abc_config_prefDialogWidth = 0x7f060017
com.sketchware.remod:dimen/abc_control_corner_material = 0x7f060018
com.sketchware.remod:dimen/abc_control_inset_material = 0x7f060019
com.sketchware.remod:dimen/abc_control_padding_material = 0x7f06001a
com.sketchware.remod:dimen/abc_dialog_corner_radius_material = 0x7f06001b
com.sketchware.remod:dimen/abc_dialog_fixed_height_major = 0x7f06001c
com.sketchware.remod:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
com.sketchware.remod:dimen/abc_dialog_fixed_width_major = 0x7f06001e
com.sketchware.remod:dimen/abc_dialog_fixed_width_minor = 0x7f06001f
com.sketchware.remod:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020
com.sketchware.remod:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021
com.sketchware.remod:dimen/abc_dialog_min_width_major = 0x7f060022
com.sketchware.remod:dimen/abc_dialog_min_width_minor = 0x7f060023
com.sketchware.remod:dimen/abc_dialog_padding_material = 0x7f060024
com.sketchware.remod:dimen/abc_dialog_padding_top_material = 0x7f060025
com.sketchware.remod:dimen/abc_dialog_title_divider_material = 0x7f060026
com.sketchware.remod:dimen/abc_disabled_alpha_material_dark = 0x7f060027
com.sketchware.remod:dimen/abc_disabled_alpha_material_light = 0x7f060028
com.sketchware.remod:dimen/abc_dropdownitem_icon_width = 0x7f060029
com.sketchware.remod:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a
com.sketchware.remod:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b
com.sketchware.remod:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
com.sketchware.remod:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d
com.sketchware.remod:dimen/abc_edit_text_inset_top_material = 0x7f06002e
com.sketchware.remod:dimen/abc_floating_window_z = 0x7f06002f
com.sketchware.remod:dimen/abc_list_item_padding_horizontal_material = 0x7f060030
com.sketchware.remod:dimen/abc_panel_menu_list_width = 0x7f060031
com.sketchware.remod:dimen/abc_progress_bar_height_material = 0x7f060032
com.sketchware.remod:dimen/abc_search_view_preferred_height = 0x7f060033
com.sketchware.remod:dimen/abc_search_view_preferred_width = 0x7f060034
com.sketchware.remod:dimen/abc_seekbar_track_background_height_material = 0x7f060035
com.sketchware.remod:dimen/abc_seekbar_track_progress_height_material = 0x7f060036
com.sketchware.remod:dimen/abc_select_dialog_padding_start_material = 0x7f060037
com.sketchware.remod:dimen/abc_switch_padding = 0x7f060038
com.sketchware.remod:dimen/abc_text_size_body_1_material = 0x7f060039
com.sketchware.remod:dimen/abc_text_size_body_2_material = 0x7f06003a
com.sketchware.remod:dimen/abc_text_size_button_material = 0x7f06003b
com.sketchware.remod:dimen/abc_text_size_caption_material = 0x7f06003c
com.sketchware.remod:dimen/abc_text_size_display_1_material = 0x7f06003d
com.sketchware.remod:dimen/abc_text_size_display_2_material = 0x7f06003e
com.sketchware.remod:dimen/abc_text_size_display_3_material = 0x7f06003f
com.sketchware.remod:dimen/abc_text_size_display_4_material = 0x7f060040
com.sketchware.remod:dimen/abc_text_size_headline_material = 0x7f060041
com.sketchware.remod:dimen/abc_text_size_large_material = 0x7f060042
com.sketchware.remod:dimen/abc_text_size_medium_material = 0x7f060043
com.sketchware.remod:dimen/abc_text_size_menu_header_material = 0x7f060044
com.sketchware.remod:dimen/abc_text_size_menu_material = 0x7f060045
com.sketchware.remod:dimen/abc_text_size_small_material = 0x7f060046
com.sketchware.remod:dimen/abc_text_size_subhead_material = 0x7f060047
com.sketchware.remod:dimen/abc_text_size_subtitle_material_toolbar = 0x7f060048
com.sketchware.remod:dimen/abc_text_size_title_material = 0x7f060049
com.sketchware.remod:dimen/abc_text_size_title_material_toolbar = 0x7f06004a
com.sketchware.remod:dimen/action_bar_height = 0x7f06004b
com.sketchware.remod:dimen/action_button_margin = 0x7f06004c
com.sketchware.remod:dimen/activity_horizontal_margin = 0x7f06004d
com.sketchware.remod:dimen/activity_vertical_margin = 0x7f06004e
com.sketchware.remod:dimen/app_bar_height = 0x7f06004f
com.sketchware.remod:dimen/area_layouts_height = 0x7f060050
com.sketchware.remod:dimen/area_margin = 0x7f060051
com.sketchware.remod:dimen/area_margin_small = 0x7f060052
com.sketchware.remod:dimen/area_properties_height = 0x7f060053
com.sketchware.remod:dimen/area_widgets_width = 0x7f060054
com.sketchware.remod:dimen/basic_margin = 0x7f060055
com.sketchware.remod:dimen/basic_middle_margin = 0x7f060056
com.sketchware.remod:dimen/browser_actions_context_menu_max_width = 0x7f060057
com.sketchware.remod:dimen/browser_actions_context_menu_min_padding = 0x7f060058
com.sketchware.remod:dimen/card_view_margin = 0x7f060059
com.sketchware.remod:dimen/card_view_margin8 = 0x7f06005a
com.sketchware.remod:dimen/cardview_compat_inset_shadow = 0x7f06005b
com.sketchware.remod:dimen/cardview_default_elevation = 0x7f06005c
com.sketchware.remod:dimen/cardview_default_radius = 0x7f06005d
com.sketchware.remod:dimen/compat_button_inset_horizontal_material = 0x7f06005e
com.sketchware.remod:dimen/compat_button_inset_vertical_material = 0x7f06005f
com.sketchware.remod:dimen/compat_button_padding_horizontal_material = 0x7f060060
com.sketchware.remod:dimen/compat_button_padding_vertical_material = 0x7f060061
com.sketchware.remod:dimen/compat_control_corner_material = 0x7f060062
com.sketchware.remod:dimen/compat_notification_large_icon_max_height = 0x7f060063
com.sketchware.remod:dimen/compat_notification_large_icon_max_width = 0x7f060064
com.sketchware.remod:dimen/design_appbar_elevation = 0x7f060065
com.sketchware.remod:dimen/design_bottom_navigation_active_item_max_width = 0x7f060066
com.sketchware.remod:dimen/design_bottom_navigation_active_item_min_width = 0x7f060067
com.sketchware.remod:dimen/design_bottom_navigation_active_text_size = 0x7f060068
com.sketchware.remod:dimen/design_bottom_navigation_elevation = 0x7f060069
com.sketchware.remod:dimen/design_bottom_navigation_height = 0x7f06006a
com.sketchware.remod:dimen/design_bottom_navigation_icon_size = 0x7f06006b
com.sketchware.remod:dimen/design_bottom_navigation_item_max_width = 0x7f06006c
com.sketchware.remod:dimen/design_bottom_navigation_item_min_width = 0x7f06006d
com.sketchware.remod:dimen/design_bottom_navigation_margin = 0x7f06006e
com.sketchware.remod:dimen/design_bottom_navigation_shadow_height = 0x7f06006f
com.sketchware.remod:dimen/design_bottom_navigation_text_size = 0x7f060070
com.sketchware.remod:dimen/design_bottom_sheet_modal_elevation = 0x7f060071
com.sketchware.remod:dimen/design_bottom_sheet_peek_height_min = 0x7f060072
com.sketchware.remod:dimen/design_fab_border_width = 0x7f060073
com.sketchware.remod:dimen/design_fab_elevation = 0x7f060074
com.sketchware.remod:dimen/design_fab_image_size = 0x7f060075
com.sketchware.remod:dimen/design_fab_size_mini = 0x7f060076
com.sketchware.remod:dimen/design_fab_size_normal = 0x7f060077
com.sketchware.remod:dimen/design_fab_translation_z_hovered_focused = 0x7f060078
com.sketchware.remod:dimen/design_fab_translation_z_pressed = 0x7f060079
com.sketchware.remod:dimen/design_navigation_elevation = 0x7f06007a
com.sketchware.remod:dimen/design_navigation_icon_padding = 0x7f06007b
com.sketchware.remod:dimen/design_navigation_icon_size = 0x7f06007c
com.sketchware.remod:dimen/design_navigation_item_horizontal_padding = 0x7f06007d
com.sketchware.remod:dimen/design_navigation_item_icon_padding = 0x7f06007e
com.sketchware.remod:dimen/design_navigation_max_width = 0x7f06007f
com.sketchware.remod:dimen/design_navigation_padding_bottom = 0x7f060080
com.sketchware.remod:dimen/design_navigation_separator_vertical_padding = 0x7f060081
com.sketchware.remod:dimen/design_snackbar_action_inline_max_width = 0x7f060082
com.sketchware.remod:dimen/design_snackbar_background_corner_radius = 0x7f060083
com.sketchware.remod:dimen/design_snackbar_elevation = 0x7f060084
com.sketchware.remod:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060085
com.sketchware.remod:dimen/design_snackbar_max_width = 0x7f060086
com.sketchware.remod:dimen/design_snackbar_min_width = 0x7f060087
com.sketchware.remod:dimen/design_snackbar_padding_horizontal = 0x7f060088
com.sketchware.remod:dimen/design_snackbar_padding_vertical = 0x7f060089
com.sketchware.remod:dimen/design_snackbar_padding_vertical_2lines = 0x7f06008a
com.sketchware.remod:dimen/design_snackbar_text_size = 0x7f06008b
com.sketchware.remod:dimen/design_tab_max_width = 0x7f06008c
com.sketchware.remod:dimen/design_tab_scrollable_min_width = 0x7f06008d
com.sketchware.remod:dimen/design_tab_text_size = 0x7f06008e
com.sketchware.remod:dimen/design_tab_text_size_2line = 0x7f06008f
com.sketchware.remod:dimen/design_textinput_caption_translate_y = 0x7f060090
com.sketchware.remod:dimen/disabled_alpha_material_dark = 0x7f060091
com.sketchware.remod:dimen/disabled_alpha_material_light = 0x7f060092
com.sketchware.remod:dimen/fastscroll_default_thickness = 0x7f060093
com.sketchware.remod:dimen/fastscroll_margin = 0x7f060094
com.sketchware.remod:dimen/fastscroll_minimum_range = 0x7f060095
com.sketchware.remod:dimen/highlight_alpha_material_colored = 0x7f060096
com.sketchware.remod:dimen/highlight_alpha_material_dark = 0x7f060097
com.sketchware.remod:dimen/highlight_alpha_material_light = 0x7f060098