react-native-userleap 2.8.3 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build/.transforms/830ba0456f46efc8f644a3281864352c/results.bin +1 -0
- package/android/build/.transforms/830ba0456f46efc8f644a3281864352c/transformed/classes/classes.dex +0 -0
- package/android/build/.transforms/f1120d4d0bb50e645b596021af7bc0a0/results.bin +1 -0
- package/android/build/.transforms/f1120d4d0bb50e645b596021af7bc0a0/transformed/classes/classes.dex +0 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +4 -2
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +2 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +1497 -312
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +1 -1
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +1 -1
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +1 -1
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +1 -1
- package/android/build/intermediates/javac/debug/classes/com/userleap/reactnative/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/userleap/reactnative/UserLeapModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/userleap/reactnative/UserLeapModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/userleap/reactnative/UserLeapModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/userleap/reactnative/UserLeapPackage.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +2 -2
- package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +4 -2
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1147 -35
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +18 -18
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +1 -1
- package/index.d.ts +7 -7
- package/package.json +2 -1
- package/react-native-userleap.podspec +1 -1
|
@@ -32,16 +32,35 @@ int anim design_bottom_sheet_slide_in 0x0
|
|
|
32
32
|
int anim design_bottom_sheet_slide_out 0x0
|
|
33
33
|
int anim design_snackbar_in 0x0
|
|
34
34
|
int anim design_snackbar_out 0x0
|
|
35
|
+
int anim fragment_close_enter 0x0
|
|
36
|
+
int anim fragment_close_exit 0x0
|
|
37
|
+
int anim fragment_fade_enter 0x0
|
|
38
|
+
int anim fragment_fade_exit 0x0
|
|
39
|
+
int anim fragment_fast_out_extra_slow_in 0x0
|
|
40
|
+
int anim fragment_open_enter 0x0
|
|
41
|
+
int anim fragment_open_exit 0x0
|
|
35
42
|
int anim mtrl_bottom_sheet_slide_in 0x0
|
|
36
43
|
int anim mtrl_bottom_sheet_slide_out 0x0
|
|
37
44
|
int anim mtrl_card_lowers_interpolator 0x0
|
|
38
45
|
int animator design_appbar_state_list_animator 0x0
|
|
39
46
|
int animator design_fab_hide_motion_spec 0x0
|
|
40
47
|
int animator design_fab_show_motion_spec 0x0
|
|
48
|
+
int animator fragment_close_enter 0x0
|
|
49
|
+
int animator fragment_close_exit 0x0
|
|
50
|
+
int animator fragment_fade_enter 0x0
|
|
51
|
+
int animator fragment_fade_exit 0x0
|
|
52
|
+
int animator fragment_open_enter 0x0
|
|
53
|
+
int animator fragment_open_exit 0x0
|
|
41
54
|
int animator linear_indeterminate_line1_head_interpolator 0x0
|
|
42
55
|
int animator linear_indeterminate_line1_tail_interpolator 0x0
|
|
43
56
|
int animator linear_indeterminate_line2_head_interpolator 0x0
|
|
44
57
|
int animator linear_indeterminate_line2_tail_interpolator 0x0
|
|
58
|
+
int animator m3_btn_elevated_btn_state_list_anim 0x0
|
|
59
|
+
int animator m3_btn_state_list_anim 0x0
|
|
60
|
+
int animator m3_card_elevated_state_list_anim 0x0
|
|
61
|
+
int animator m3_card_state_list_anim 0x0
|
|
62
|
+
int animator m3_chip_state_list_anim 0x0
|
|
63
|
+
int animator m3_elevated_chip_state_list_anim 0x0
|
|
45
64
|
int animator mtrl_btn_state_list_anim 0x0
|
|
46
65
|
int animator mtrl_btn_unelevated_state_list_anim 0x0
|
|
47
66
|
int animator mtrl_card_state_list_anim 0x0
|
|
@@ -73,6 +92,7 @@ int attr actionMenuTextAppearance 0x0
|
|
|
73
92
|
int attr actionMenuTextColor 0x0
|
|
74
93
|
int attr actionModeBackground 0x0
|
|
75
94
|
int attr actionModeCloseButtonStyle 0x0
|
|
95
|
+
int attr actionModeCloseContentDescription 0x0
|
|
76
96
|
int attr actionModeCloseDrawable 0x0
|
|
77
97
|
int attr actionModeCopyDrawable 0x0
|
|
78
98
|
int attr actionModeCutDrawable 0x0
|
|
@@ -83,6 +103,7 @@ int attr actionModeSelectAllDrawable 0x0
|
|
|
83
103
|
int attr actionModeShareDrawable 0x0
|
|
84
104
|
int attr actionModeSplitBackground 0x0
|
|
85
105
|
int attr actionModeStyle 0x0
|
|
106
|
+
int attr actionModeTheme 0x0
|
|
86
107
|
int attr actionModeWebSearchDrawable 0x0
|
|
87
108
|
int attr actionOverflowButtonStyle 0x0
|
|
88
109
|
int attr actionOverflowMenuStyle 0x0
|
|
@@ -134,8 +155,11 @@ int attr backgroundStacked 0x0
|
|
|
134
155
|
int attr backgroundTint 0x0
|
|
135
156
|
int attr backgroundTintMode 0x0
|
|
136
157
|
int attr badgeGravity 0x0
|
|
158
|
+
int attr badgeRadius 0x0
|
|
137
159
|
int attr badgeStyle 0x0
|
|
138
160
|
int attr badgeTextColor 0x0
|
|
161
|
+
int attr badgeWidePadding 0x0
|
|
162
|
+
int attr badgeWithTextRadius 0x0
|
|
139
163
|
int attr barLength 0x0
|
|
140
164
|
int attr barrierAllowsGoneWidgets 0x0
|
|
141
165
|
int attr barrierDirection 0x0
|
|
@@ -154,6 +178,7 @@ int attr behavior_skipCollapsed 0x0
|
|
|
154
178
|
int attr borderWidth 0x0
|
|
155
179
|
int attr borderlessButtonStyle 0x0
|
|
156
180
|
int attr bottomAppBarStyle 0x0
|
|
181
|
+
int attr bottomInsetScrimEnabled 0x0
|
|
157
182
|
int attr bottomNavigationStyle 0x0
|
|
158
183
|
int attr bottomSheetDialogTheme 0x0
|
|
159
184
|
int attr bottomSheetStyle 0x0
|
|
@@ -190,12 +215,17 @@ int attr cardMaxElevation 0x0
|
|
|
190
215
|
int attr cardPreventCornerOverlap 0x0
|
|
191
216
|
int attr cardUseCompatPadding 0x0
|
|
192
217
|
int attr cardViewStyle 0x0
|
|
218
|
+
int attr centerIfNoTextEnabled 0x0
|
|
193
219
|
int attr chainUseRtl 0x0
|
|
220
|
+
int attr checkMarkCompat 0x0
|
|
221
|
+
int attr checkMarkTint 0x0
|
|
222
|
+
int attr checkMarkTintMode 0x0
|
|
194
223
|
int attr checkboxStyle 0x0
|
|
195
224
|
int attr checkedButton 0x0
|
|
196
225
|
int attr checkedChip 0x0
|
|
197
226
|
int attr checkedIcon 0x0
|
|
198
227
|
int attr checkedIconEnabled 0x0
|
|
228
|
+
int attr checkedIconGravity 0x0
|
|
199
229
|
int attr checkedIconMargin 0x0
|
|
200
230
|
int attr checkedIconSize 0x0
|
|
201
231
|
int attr checkedIconTint 0x0
|
|
@@ -241,29 +271,52 @@ int attr collapseIcon 0x0
|
|
|
241
271
|
int attr collapsedSize 0x0
|
|
242
272
|
int attr collapsedTitleGravity 0x0
|
|
243
273
|
int attr collapsedTitleTextAppearance 0x0
|
|
274
|
+
int attr collapsedTitleTextColor 0x0
|
|
275
|
+
int attr collapsingToolbarLayoutLargeSize 0x0
|
|
276
|
+
int attr collapsingToolbarLayoutLargeStyle 0x0
|
|
277
|
+
int attr collapsingToolbarLayoutMediumSize 0x0
|
|
278
|
+
int attr collapsingToolbarLayoutMediumStyle 0x0
|
|
244
279
|
int attr collapsingToolbarLayoutStyle 0x0
|
|
245
280
|
int attr color 0x0
|
|
246
281
|
int attr colorAccent 0x0
|
|
247
282
|
int attr colorBackgroundFloating 0x0
|
|
248
283
|
int attr colorButtonNormal 0x0
|
|
284
|
+
int attr colorContainer 0x0
|
|
249
285
|
int attr colorControlActivated 0x0
|
|
250
286
|
int attr colorControlHighlight 0x0
|
|
251
287
|
int attr colorControlNormal 0x0
|
|
252
288
|
int attr colorError 0x0
|
|
289
|
+
int attr colorErrorContainer 0x0
|
|
253
290
|
int attr colorOnBackground 0x0
|
|
291
|
+
int attr colorOnContainer 0x0
|
|
254
292
|
int attr colorOnError 0x0
|
|
293
|
+
int attr colorOnErrorContainer 0x0
|
|
255
294
|
int attr colorOnPrimary 0x0
|
|
295
|
+
int attr colorOnPrimaryContainer 0x0
|
|
256
296
|
int attr colorOnPrimarySurface 0x0
|
|
257
297
|
int attr colorOnSecondary 0x0
|
|
298
|
+
int attr colorOnSecondaryContainer 0x0
|
|
258
299
|
int attr colorOnSurface 0x0
|
|
300
|
+
int attr colorOnSurfaceInverse 0x0
|
|
301
|
+
int attr colorOnSurfaceVariant 0x0
|
|
302
|
+
int attr colorOnTertiary 0x0
|
|
303
|
+
int attr colorOnTertiaryContainer 0x0
|
|
304
|
+
int attr colorOutline 0x0
|
|
259
305
|
int attr colorPrimary 0x0
|
|
306
|
+
int attr colorPrimaryContainer 0x0
|
|
260
307
|
int attr colorPrimaryDark 0x0
|
|
308
|
+
int attr colorPrimaryInverse 0x0
|
|
261
309
|
int attr colorPrimarySurface 0x0
|
|
262
310
|
int attr colorPrimaryVariant 0x0
|
|
263
311
|
int attr colorSecondary 0x0
|
|
312
|
+
int attr colorSecondaryContainer 0x0
|
|
264
313
|
int attr colorSecondaryVariant 0x0
|
|
265
314
|
int attr colorSurface 0x0
|
|
315
|
+
int attr colorSurfaceInverse 0x0
|
|
316
|
+
int attr colorSurfaceVariant 0x0
|
|
266
317
|
int attr colorSwitchThumbNormal 0x0
|
|
318
|
+
int attr colorTertiary 0x0
|
|
319
|
+
int attr colorTertiaryContainer 0x0
|
|
267
320
|
int attr commitIcon 0x0
|
|
268
321
|
int attr constraintSet 0x0
|
|
269
322
|
int attr constraintSetEnd 0x0
|
|
@@ -333,8 +386,12 @@ int attr dialogPreferredPadding 0x0
|
|
|
333
386
|
int attr dialogTheme 0x0
|
|
334
387
|
int attr displayOptions 0x0
|
|
335
388
|
int attr divider 0x0
|
|
389
|
+
int attr dividerColor 0x0
|
|
336
390
|
int attr dividerHorizontal 0x0
|
|
391
|
+
int attr dividerInsetEnd 0x0
|
|
392
|
+
int attr dividerInsetStart 0x0
|
|
337
393
|
int attr dividerPadding 0x0
|
|
394
|
+
int attr dividerThickness 0x0
|
|
338
395
|
int attr dividerVertical 0x0
|
|
339
396
|
int attr dragDirection 0x0
|
|
340
397
|
int attr dragScale 0x0
|
|
@@ -350,15 +407,20 @@ int attr drawableTint 0x0
|
|
|
350
407
|
int attr drawableTintMode 0x0
|
|
351
408
|
int attr drawableTopCompat 0x0
|
|
352
409
|
int attr drawerArrowStyle 0x0
|
|
410
|
+
int attr drawerLayoutCornerSize 0x0
|
|
411
|
+
int attr drawerLayoutStyle 0x0
|
|
353
412
|
int attr dropDownListViewStyle 0x0
|
|
354
413
|
int attr dropdownListPreferredItemHeight 0x0
|
|
355
414
|
int attr duration 0x0
|
|
415
|
+
int attr dynamicColorThemeOverlay 0x0
|
|
356
416
|
int attr editTextBackground 0x0
|
|
357
417
|
int attr editTextColor 0x0
|
|
358
418
|
int attr editTextStyle 0x0
|
|
359
419
|
int attr elevation 0x0
|
|
420
|
+
int attr elevationOverlayAccentColor 0x0
|
|
360
421
|
int attr elevationOverlayColor 0x0
|
|
361
422
|
int attr elevationOverlayEnabled 0x0
|
|
423
|
+
int attr emojiCompatEnabled 0x0
|
|
362
424
|
int attr enableEdgeToEdge 0x0
|
|
363
425
|
int attr endIconCheckable 0x0
|
|
364
426
|
int attr endIconContentDescription 0x0
|
|
@@ -386,8 +448,13 @@ int attr expandedTitleMarginEnd 0x0
|
|
|
386
448
|
int attr expandedTitleMarginStart 0x0
|
|
387
449
|
int attr expandedTitleMarginTop 0x0
|
|
388
450
|
int attr expandedTitleTextAppearance 0x0
|
|
451
|
+
int attr expandedTitleTextColor 0x0
|
|
389
452
|
int attr extendMotionSpec 0x0
|
|
453
|
+
int attr extendedFloatingActionButtonPrimaryStyle 0x0
|
|
454
|
+
int attr extendedFloatingActionButtonSecondaryStyle 0x0
|
|
390
455
|
int attr extendedFloatingActionButtonStyle 0x0
|
|
456
|
+
int attr extendedFloatingActionButtonSurfaceStyle 0x0
|
|
457
|
+
int attr extendedFloatingActionButtonTertiaryStyle 0x0
|
|
391
458
|
int attr extraMultilineHeightEnabled 0x0
|
|
392
459
|
int attr fabAlignmentMode 0x0
|
|
393
460
|
int attr fabAnimationMode 0x0
|
|
@@ -405,7 +472,16 @@ int attr fastScrollHorizontalTrackDrawable 0x0
|
|
|
405
472
|
int attr fastScrollVerticalThumbDrawable 0x0
|
|
406
473
|
int attr fastScrollVerticalTrackDrawable 0x0
|
|
407
474
|
int attr firstBaselineToTopHeight 0x0
|
|
475
|
+
int attr floatingActionButtonLargePrimaryStyle 0x0
|
|
476
|
+
int attr floatingActionButtonLargeSecondaryStyle 0x0
|
|
477
|
+
int attr floatingActionButtonLargeStyle 0x0
|
|
478
|
+
int attr floatingActionButtonLargeSurfaceStyle 0x0
|
|
479
|
+
int attr floatingActionButtonLargeTertiaryStyle 0x0
|
|
480
|
+
int attr floatingActionButtonPrimaryStyle 0x0
|
|
481
|
+
int attr floatingActionButtonSecondaryStyle 0x0
|
|
408
482
|
int attr floatingActionButtonStyle 0x0
|
|
483
|
+
int attr floatingActionButtonSurfaceStyle 0x0
|
|
484
|
+
int attr floatingActionButtonTertiaryStyle 0x0
|
|
409
485
|
int attr flow_firstHorizontalBias 0x0
|
|
410
486
|
int attr flow_firstHorizontalStyle 0x0
|
|
411
487
|
int attr flow_firstVerticalBias 0x0
|
|
@@ -462,6 +538,7 @@ int attr hintTextColor 0x0
|
|
|
462
538
|
int attr homeAsUpIndicator 0x0
|
|
463
539
|
int attr homeLayout 0x0
|
|
464
540
|
int attr horizontalOffset 0x0
|
|
541
|
+
int attr horizontalOffsetWithText 0x0
|
|
465
542
|
int attr hoveredFocusedTranslationZ 0x0
|
|
466
543
|
int attr icon 0x0
|
|
467
544
|
int attr iconEndPadding 0x0
|
|
@@ -484,7 +561,9 @@ int attr initialActivityCount 0x0
|
|
|
484
561
|
int attr insetForeground 0x0
|
|
485
562
|
int attr isAutofillInlineSuggestionTheme 0x0
|
|
486
563
|
int attr isLightTheme 0x0
|
|
564
|
+
int attr isMaterial3Theme 0x0
|
|
487
565
|
int attr isMaterialTheme 0x0
|
|
566
|
+
int attr itemActiveIndicatorStyle 0x0
|
|
488
567
|
int attr itemBackground 0x0
|
|
489
568
|
int attr itemFillColor 0x0
|
|
490
569
|
int attr itemHorizontalPadding 0x0
|
|
@@ -493,7 +572,10 @@ int attr itemIconPadding 0x0
|
|
|
493
572
|
int attr itemIconSize 0x0
|
|
494
573
|
int attr itemIconTint 0x0
|
|
495
574
|
int attr itemMaxLines 0x0
|
|
575
|
+
int attr itemMinHeight 0x0
|
|
496
576
|
int attr itemPadding 0x0
|
|
577
|
+
int attr itemPaddingBottom 0x0
|
|
578
|
+
int attr itemPaddingTop 0x0
|
|
497
579
|
int attr itemRippleColor 0x0
|
|
498
580
|
int attr itemShapeAppearance 0x0
|
|
499
581
|
int attr itemShapeAppearanceOverlay 0x0
|
|
@@ -509,13 +591,16 @@ int attr itemTextAppearance 0x0
|
|
|
509
591
|
int attr itemTextAppearanceActive 0x0
|
|
510
592
|
int attr itemTextAppearanceInactive 0x0
|
|
511
593
|
int attr itemTextColor 0x0
|
|
594
|
+
int attr itemVerticalPadding 0x0
|
|
512
595
|
int attr keyPositionType 0x0
|
|
513
596
|
int attr keyboardIcon 0x0
|
|
514
597
|
int attr keylines 0x0
|
|
598
|
+
int attr lStar 0x0
|
|
515
599
|
int attr labelBehavior 0x0
|
|
516
600
|
int attr labelStyle 0x0
|
|
517
601
|
int attr labelVisibilityMode 0x0
|
|
518
602
|
int attr lastBaselineToBottomHeight 0x0
|
|
603
|
+
int attr lastItemDecorated 0x0
|
|
519
604
|
int attr layout 0x0
|
|
520
605
|
int attr layoutDescription 0x0
|
|
521
606
|
int attr layoutDuringTransition 0x0
|
|
@@ -579,6 +664,7 @@ int attr layout_goneMarginTop 0x0
|
|
|
579
664
|
int attr layout_insetEdge 0x0
|
|
580
665
|
int attr layout_keyline 0x0
|
|
581
666
|
int attr layout_optimizationLevel 0x0
|
|
667
|
+
int attr layout_scrollEffect 0x0
|
|
582
668
|
int attr layout_scrollFlags 0x0
|
|
583
669
|
int attr layout_scrollInterpolator 0x0
|
|
584
670
|
int attr liftOnScroll 0x0
|
|
@@ -603,8 +689,15 @@ int attr listPreferredItemPaddingLeft 0x0
|
|
|
603
689
|
int attr listPreferredItemPaddingRight 0x0
|
|
604
690
|
int attr listPreferredItemPaddingStart 0x0
|
|
605
691
|
int attr logo 0x0
|
|
692
|
+
int attr logoAdjustViewBounds 0x0
|
|
606
693
|
int attr logoDescription 0x0
|
|
694
|
+
int attr logoScaleType 0x0
|
|
695
|
+
int attr marginHorizontal 0x0
|
|
696
|
+
int attr marginLeftSystemWindowInsets 0x0
|
|
697
|
+
int attr marginRightSystemWindowInsets 0x0
|
|
698
|
+
int attr marginTopSystemWindowInsets 0x0
|
|
607
699
|
int attr materialAlertDialogBodyTextStyle 0x0
|
|
700
|
+
int attr materialAlertDialogButtonSpacerVisibility 0x0
|
|
608
701
|
int attr materialAlertDialogTheme 0x0
|
|
609
702
|
int attr materialAlertDialogTitleIconStyle 0x0
|
|
610
703
|
int attr materialAlertDialogTitlePanelStyle 0x0
|
|
@@ -613,6 +706,7 @@ int attr materialButtonOutlinedStyle 0x0
|
|
|
613
706
|
int attr materialButtonStyle 0x0
|
|
614
707
|
int attr materialButtonToggleGroupStyle 0x0
|
|
615
708
|
int attr materialCalendarDay 0x0
|
|
709
|
+
int attr materialCalendarDayOfWeekLabel 0x0
|
|
616
710
|
int attr materialCalendarFullscreenTheme 0x0
|
|
617
711
|
int attr materialCalendarHeaderCancelButton 0x0
|
|
618
712
|
int attr materialCalendarHeaderConfirmButton 0x0
|
|
@@ -626,12 +720,19 @@ int attr materialCalendarMonthNavigationButton 0x0
|
|
|
626
720
|
int attr materialCalendarStyle 0x0
|
|
627
721
|
int attr materialCalendarTheme 0x0
|
|
628
722
|
int attr materialCalendarYearNavigationButton 0x0
|
|
723
|
+
int attr materialCardViewElevatedStyle 0x0
|
|
724
|
+
int attr materialCardViewFilledStyle 0x0
|
|
725
|
+
int attr materialCardViewOutlinedStyle 0x0
|
|
629
726
|
int attr materialCardViewStyle 0x0
|
|
630
727
|
int attr materialCircleRadius 0x0
|
|
631
728
|
int attr materialClockStyle 0x0
|
|
729
|
+
int attr materialDisplayDividerStyle 0x0
|
|
730
|
+
int attr materialDividerHeavyStyle 0x0
|
|
731
|
+
int attr materialDividerStyle 0x0
|
|
632
732
|
int attr materialThemeOverlay 0x0
|
|
633
733
|
int attr materialTimePickerStyle 0x0
|
|
634
734
|
int attr materialTimePickerTheme 0x0
|
|
735
|
+
int attr materialTimePickerTitleStyle 0x0
|
|
635
736
|
int attr maxAcceleration 0x0
|
|
636
737
|
int attr maxActionInlineWidth 0x0
|
|
637
738
|
int attr maxButtonHeight 0x0
|
|
@@ -684,6 +785,7 @@ int attr navigationMode 0x0
|
|
|
684
785
|
int attr navigationRailStyle 0x0
|
|
685
786
|
int attr navigationViewStyle 0x0
|
|
686
787
|
int attr nestedScrollFlags 0x0
|
|
788
|
+
int attr nestedScrollViewStyle 0x0
|
|
687
789
|
int attr nestedScrollable 0x0
|
|
688
790
|
int attr number 0x0
|
|
689
791
|
int attr numericModifiers 0x0
|
|
@@ -743,6 +845,7 @@ int attr progressBarPadding 0x0
|
|
|
743
845
|
int attr progressBarStyle 0x0
|
|
744
846
|
int attr queryBackground 0x0
|
|
745
847
|
int attr queryHint 0x0
|
|
848
|
+
int attr queryPatterns 0x0
|
|
746
849
|
int attr radioButtonStyle 0x0
|
|
747
850
|
int attr rangeFillColor 0x0
|
|
748
851
|
int attr ratingBarStyle 0x0
|
|
@@ -790,6 +893,7 @@ int attr shapeAppearanceLargeComponent 0x0
|
|
|
790
893
|
int attr shapeAppearanceMediumComponent 0x0
|
|
791
894
|
int attr shapeAppearanceOverlay 0x0
|
|
792
895
|
int attr shapeAppearanceSmallComponent 0x0
|
|
896
|
+
int attr shortcutMatchRequired 0x0
|
|
793
897
|
int attr showAnimationBehavior 0x0
|
|
794
898
|
int attr showAsAction 0x0
|
|
795
899
|
int attr showDelay 0x0
|
|
@@ -799,6 +903,8 @@ int attr showPaths 0x0
|
|
|
799
903
|
int attr showText 0x0
|
|
800
904
|
int attr showTitle 0x0
|
|
801
905
|
int attr shrinkMotionSpec 0x0
|
|
906
|
+
int attr simpleItemLayout 0x0
|
|
907
|
+
int attr simpleItems 0x0
|
|
802
908
|
int attr singleChoiceItemLayout 0x0
|
|
803
909
|
int attr singleLine 0x0
|
|
804
910
|
int attr singleSelection 0x0
|
|
@@ -832,6 +938,10 @@ int attr statusBarScrim 0x0
|
|
|
832
938
|
int attr strokeColor 0x0
|
|
833
939
|
int attr strokeWidth 0x0
|
|
834
940
|
int attr subMenuArrow 0x0
|
|
941
|
+
int attr subheaderColor 0x0
|
|
942
|
+
int attr subheaderInsetEnd 0x0
|
|
943
|
+
int attr subheaderInsetStart 0x0
|
|
944
|
+
int attr subheaderTextAppearance 0x0
|
|
835
945
|
int attr submitBackground 0x0
|
|
836
946
|
int attr subtitle 0x0
|
|
837
947
|
int attr subtitleCentered 0x0
|
|
@@ -868,6 +978,7 @@ int attr tabPaddingEnd 0x0
|
|
|
868
978
|
int attr tabPaddingStart 0x0
|
|
869
979
|
int attr tabPaddingTop 0x0
|
|
870
980
|
int attr tabRippleColor 0x0
|
|
981
|
+
int attr tabSecondaryStyle 0x0
|
|
871
982
|
int attr tabSelectedTextColor 0x0
|
|
872
983
|
int attr tabStyle 0x0
|
|
873
984
|
int attr tabTextAppearance 0x0
|
|
@@ -880,14 +991,26 @@ int attr telltales_velocityMode 0x0
|
|
|
880
991
|
int attr textAllCaps 0x0
|
|
881
992
|
int attr textAppearanceBody1 0x0
|
|
882
993
|
int attr textAppearanceBody2 0x0
|
|
994
|
+
int attr textAppearanceBodyLarge 0x0
|
|
995
|
+
int attr textAppearanceBodyMedium 0x0
|
|
996
|
+
int attr textAppearanceBodySmall 0x0
|
|
883
997
|
int attr textAppearanceButton 0x0
|
|
884
998
|
int attr textAppearanceCaption 0x0
|
|
999
|
+
int attr textAppearanceDisplayLarge 0x0
|
|
1000
|
+
int attr textAppearanceDisplayMedium 0x0
|
|
1001
|
+
int attr textAppearanceDisplaySmall 0x0
|
|
885
1002
|
int attr textAppearanceHeadline1 0x0
|
|
886
1003
|
int attr textAppearanceHeadline2 0x0
|
|
887
1004
|
int attr textAppearanceHeadline3 0x0
|
|
888
1005
|
int attr textAppearanceHeadline4 0x0
|
|
889
1006
|
int attr textAppearanceHeadline5 0x0
|
|
890
1007
|
int attr textAppearanceHeadline6 0x0
|
|
1008
|
+
int attr textAppearanceHeadlineLarge 0x0
|
|
1009
|
+
int attr textAppearanceHeadlineMedium 0x0
|
|
1010
|
+
int attr textAppearanceHeadlineSmall 0x0
|
|
1011
|
+
int attr textAppearanceLabelLarge 0x0
|
|
1012
|
+
int attr textAppearanceLabelMedium 0x0
|
|
1013
|
+
int attr textAppearanceLabelSmall 0x0
|
|
891
1014
|
int attr textAppearanceLargePopupMenu 0x0
|
|
892
1015
|
int attr textAppearanceLineHeightEnabled 0x0
|
|
893
1016
|
int attr textAppearanceListItem 0x0
|
|
@@ -900,10 +1023,19 @@ int attr textAppearanceSearchResultTitle 0x0
|
|
|
900
1023
|
int attr textAppearanceSmallPopupMenu 0x0
|
|
901
1024
|
int attr textAppearanceSubtitle1 0x0
|
|
902
1025
|
int attr textAppearanceSubtitle2 0x0
|
|
1026
|
+
int attr textAppearanceTitleLarge 0x0
|
|
1027
|
+
int attr textAppearanceTitleMedium 0x0
|
|
1028
|
+
int attr textAppearanceTitleSmall 0x0
|
|
903
1029
|
int attr textColorAlertDialogListItem 0x0
|
|
904
1030
|
int attr textColorSearchUrl 0x0
|
|
905
1031
|
int attr textEndPadding 0x0
|
|
1032
|
+
int attr textInputFilledDenseStyle 0x0
|
|
1033
|
+
int attr textInputFilledExposedDropdownMenuStyle 0x0
|
|
1034
|
+
int attr textInputFilledStyle 0x0
|
|
906
1035
|
int attr textInputLayoutFocusedRectEnabled 0x0
|
|
1036
|
+
int attr textInputOutlinedDenseStyle 0x0
|
|
1037
|
+
int attr textInputOutlinedExposedDropdownMenuStyle 0x0
|
|
1038
|
+
int attr textInputOutlinedStyle 0x0
|
|
907
1039
|
int attr textInputStyle 0x0
|
|
908
1040
|
int attr textLocale 0x0
|
|
909
1041
|
int attr textStartPadding 0x0
|
|
@@ -937,16 +1069,19 @@ int attr titleMarginEnd 0x0
|
|
|
937
1069
|
int attr titleMarginStart 0x0
|
|
938
1070
|
int attr titleMarginTop 0x0
|
|
939
1071
|
int attr titleMargins 0x0
|
|
1072
|
+
int attr titlePositionInterpolator 0x0
|
|
940
1073
|
int attr titleTextAppearance 0x0
|
|
941
1074
|
int attr titleTextColor 0x0
|
|
942
1075
|
int attr titleTextStyle 0x0
|
|
943
1076
|
int attr toolbarId 0x0
|
|
944
1077
|
int attr toolbarNavigationButtonStyle 0x0
|
|
945
1078
|
int attr toolbarStyle 0x0
|
|
1079
|
+
int attr toolbarSurfaceStyle 0x0
|
|
946
1080
|
int attr tooltipForegroundColor 0x0
|
|
947
1081
|
int attr tooltipFrameBackground 0x0
|
|
948
1082
|
int attr tooltipStyle 0x0
|
|
949
1083
|
int attr tooltipText 0x0
|
|
1084
|
+
int attr topInsetScrimEnabled 0x0
|
|
950
1085
|
int attr touchAnchorId 0x0
|
|
951
1086
|
int attr touchAnchorSide 0x0
|
|
952
1087
|
int attr touchRegionId 0x0
|
|
@@ -972,6 +1107,7 @@ int attr useCompatPadding 0x0
|
|
|
972
1107
|
int attr useMaterialThemeColors 0x0
|
|
973
1108
|
int attr values 0x0
|
|
974
1109
|
int attr verticalOffset 0x0
|
|
1110
|
+
int attr verticalOffsetWithText 0x0
|
|
975
1111
|
int attr viewAspectRatio 0x0
|
|
976
1112
|
int attr viewInflaterClass 0x0
|
|
977
1113
|
int attr visibilityMode 0x0
|
|
@@ -1008,7 +1144,6 @@ int color abc_decor_view_status_guard 0x0
|
|
|
1008
1144
|
int color abc_decor_view_status_guard_light 0x0
|
|
1009
1145
|
int color abc_hint_foreground_material_dark 0x0
|
|
1010
1146
|
int color abc_hint_foreground_material_light 0x0
|
|
1011
|
-
int color abc_input_method_navigation_guard 0x0
|
|
1012
1147
|
int color abc_primary_text_disable_only_material_dark 0x0
|
|
1013
1148
|
int color abc_primary_text_disable_only_material_light 0x0
|
|
1014
1149
|
int color abc_primary_text_material_dark 0x0
|
|
@@ -1096,12 +1231,396 @@ int color foreground_material_dark 0x0
|
|
|
1096
1231
|
int color foreground_material_light 0x0
|
|
1097
1232
|
int color highlighted_text_material_dark 0x0
|
|
1098
1233
|
int color highlighted_text_material_light 0x0
|
|
1234
|
+
int color m3_appbar_overlay_color 0x0
|
|
1235
|
+
int color m3_assist_chip_icon_tint_color 0x0
|
|
1236
|
+
int color m3_assist_chip_stroke_color 0x0
|
|
1237
|
+
int color m3_button_background_color_selector 0x0
|
|
1238
|
+
int color m3_button_foreground_color_selector 0x0
|
|
1239
|
+
int color m3_button_outline_color_selector 0x0
|
|
1240
|
+
int color m3_button_ripple_color 0x0
|
|
1241
|
+
int color m3_button_ripple_color_selector 0x0
|
|
1242
|
+
int color m3_calendar_item_disabled_text 0x0
|
|
1243
|
+
int color m3_calendar_item_stroke_color 0x0
|
|
1244
|
+
int color m3_card_foreground_color 0x0
|
|
1245
|
+
int color m3_card_ripple_color 0x0
|
|
1246
|
+
int color m3_card_stroke_color 0x0
|
|
1247
|
+
int color m3_chip_assist_text_color 0x0
|
|
1248
|
+
int color m3_chip_background_color 0x0
|
|
1249
|
+
int color m3_chip_ripple_color 0x0
|
|
1250
|
+
int color m3_chip_stroke_color 0x0
|
|
1251
|
+
int color m3_chip_text_color 0x0
|
|
1252
|
+
int color m3_dark_default_color_primary_text 0x0
|
|
1253
|
+
int color m3_dark_default_color_secondary_text 0x0
|
|
1254
|
+
int color m3_dark_highlighted_text 0x0
|
|
1255
|
+
int color m3_dark_hint_foreground 0x0
|
|
1256
|
+
int color m3_dark_primary_text_disable_only 0x0
|
|
1257
|
+
int color m3_default_color_primary_text 0x0
|
|
1258
|
+
int color m3_default_color_secondary_text 0x0
|
|
1259
|
+
int color m3_dynamic_dark_default_color_primary_text 0x0
|
|
1260
|
+
int color m3_dynamic_dark_default_color_secondary_text 0x0
|
|
1261
|
+
int color m3_dynamic_dark_highlighted_text 0x0
|
|
1262
|
+
int color m3_dynamic_dark_hint_foreground 0x0
|
|
1263
|
+
int color m3_dynamic_dark_primary_text_disable_only 0x0
|
|
1264
|
+
int color m3_dynamic_default_color_primary_text 0x0
|
|
1265
|
+
int color m3_dynamic_default_color_secondary_text 0x0
|
|
1266
|
+
int color m3_dynamic_highlighted_text 0x0
|
|
1267
|
+
int color m3_dynamic_hint_foreground 0x0
|
|
1268
|
+
int color m3_dynamic_primary_text_disable_only 0x0
|
|
1269
|
+
int color m3_elevated_chip_background_color 0x0
|
|
1270
|
+
int color m3_highlighted_text 0x0
|
|
1271
|
+
int color m3_hint_foreground 0x0
|
|
1272
|
+
int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
|
|
1273
|
+
int color m3_navigation_bar_item_with_indicator_label_tint 0x0
|
|
1274
|
+
int color m3_navigation_bar_ripple_color_selector 0x0
|
|
1275
|
+
int color m3_navigation_item_background_color 0x0
|
|
1276
|
+
int color m3_navigation_item_icon_tint 0x0
|
|
1277
|
+
int color m3_navigation_item_ripple_color 0x0
|
|
1278
|
+
int color m3_navigation_item_text_color 0x0
|
|
1279
|
+
int color m3_popupmenu_overlay_color 0x0
|
|
1280
|
+
int color m3_primary_text_disable_only 0x0
|
|
1281
|
+
int color m3_radiobutton_ripple_tint 0x0
|
|
1282
|
+
int color m3_ref_palette_black 0x0
|
|
1283
|
+
int color m3_ref_palette_dynamic_neutral0 0x0
|
|
1284
|
+
int color m3_ref_palette_dynamic_neutral10 0x0
|
|
1285
|
+
int color m3_ref_palette_dynamic_neutral100 0x0
|
|
1286
|
+
int color m3_ref_palette_dynamic_neutral20 0x0
|
|
1287
|
+
int color m3_ref_palette_dynamic_neutral30 0x0
|
|
1288
|
+
int color m3_ref_palette_dynamic_neutral40 0x0
|
|
1289
|
+
int color m3_ref_palette_dynamic_neutral50 0x0
|
|
1290
|
+
int color m3_ref_palette_dynamic_neutral60 0x0
|
|
1291
|
+
int color m3_ref_palette_dynamic_neutral70 0x0
|
|
1292
|
+
int color m3_ref_palette_dynamic_neutral80 0x0
|
|
1293
|
+
int color m3_ref_palette_dynamic_neutral90 0x0
|
|
1294
|
+
int color m3_ref_palette_dynamic_neutral95 0x0
|
|
1295
|
+
int color m3_ref_palette_dynamic_neutral99 0x0
|
|
1296
|
+
int color m3_ref_palette_dynamic_neutral_variant0 0x0
|
|
1297
|
+
int color m3_ref_palette_dynamic_neutral_variant10 0x0
|
|
1298
|
+
int color m3_ref_palette_dynamic_neutral_variant100 0x0
|
|
1299
|
+
int color m3_ref_palette_dynamic_neutral_variant20 0x0
|
|
1300
|
+
int color m3_ref_palette_dynamic_neutral_variant30 0x0
|
|
1301
|
+
int color m3_ref_palette_dynamic_neutral_variant40 0x0
|
|
1302
|
+
int color m3_ref_palette_dynamic_neutral_variant50 0x0
|
|
1303
|
+
int color m3_ref_palette_dynamic_neutral_variant60 0x0
|
|
1304
|
+
int color m3_ref_palette_dynamic_neutral_variant70 0x0
|
|
1305
|
+
int color m3_ref_palette_dynamic_neutral_variant80 0x0
|
|
1306
|
+
int color m3_ref_palette_dynamic_neutral_variant90 0x0
|
|
1307
|
+
int color m3_ref_palette_dynamic_neutral_variant95 0x0
|
|
1308
|
+
int color m3_ref_palette_dynamic_neutral_variant99 0x0
|
|
1309
|
+
int color m3_ref_palette_dynamic_primary0 0x0
|
|
1310
|
+
int color m3_ref_palette_dynamic_primary10 0x0
|
|
1311
|
+
int color m3_ref_palette_dynamic_primary100 0x0
|
|
1312
|
+
int color m3_ref_palette_dynamic_primary20 0x0
|
|
1313
|
+
int color m3_ref_palette_dynamic_primary30 0x0
|
|
1314
|
+
int color m3_ref_palette_dynamic_primary40 0x0
|
|
1315
|
+
int color m3_ref_palette_dynamic_primary50 0x0
|
|
1316
|
+
int color m3_ref_palette_dynamic_primary60 0x0
|
|
1317
|
+
int color m3_ref_palette_dynamic_primary70 0x0
|
|
1318
|
+
int color m3_ref_palette_dynamic_primary80 0x0
|
|
1319
|
+
int color m3_ref_palette_dynamic_primary90 0x0
|
|
1320
|
+
int color m3_ref_palette_dynamic_primary95 0x0
|
|
1321
|
+
int color m3_ref_palette_dynamic_primary99 0x0
|
|
1322
|
+
int color m3_ref_palette_dynamic_secondary0 0x0
|
|
1323
|
+
int color m3_ref_palette_dynamic_secondary10 0x0
|
|
1324
|
+
int color m3_ref_palette_dynamic_secondary100 0x0
|
|
1325
|
+
int color m3_ref_palette_dynamic_secondary20 0x0
|
|
1326
|
+
int color m3_ref_palette_dynamic_secondary30 0x0
|
|
1327
|
+
int color m3_ref_palette_dynamic_secondary40 0x0
|
|
1328
|
+
int color m3_ref_palette_dynamic_secondary50 0x0
|
|
1329
|
+
int color m3_ref_palette_dynamic_secondary60 0x0
|
|
1330
|
+
int color m3_ref_palette_dynamic_secondary70 0x0
|
|
1331
|
+
int color m3_ref_palette_dynamic_secondary80 0x0
|
|
1332
|
+
int color m3_ref_palette_dynamic_secondary90 0x0
|
|
1333
|
+
int color m3_ref_palette_dynamic_secondary95 0x0
|
|
1334
|
+
int color m3_ref_palette_dynamic_secondary99 0x0
|
|
1335
|
+
int color m3_ref_palette_dynamic_tertiary0 0x0
|
|
1336
|
+
int color m3_ref_palette_dynamic_tertiary10 0x0
|
|
1337
|
+
int color m3_ref_palette_dynamic_tertiary100 0x0
|
|
1338
|
+
int color m3_ref_palette_dynamic_tertiary20 0x0
|
|
1339
|
+
int color m3_ref_palette_dynamic_tertiary30 0x0
|
|
1340
|
+
int color m3_ref_palette_dynamic_tertiary40 0x0
|
|
1341
|
+
int color m3_ref_palette_dynamic_tertiary50 0x0
|
|
1342
|
+
int color m3_ref_palette_dynamic_tertiary60 0x0
|
|
1343
|
+
int color m3_ref_palette_dynamic_tertiary70 0x0
|
|
1344
|
+
int color m3_ref_palette_dynamic_tertiary80 0x0
|
|
1345
|
+
int color m3_ref_palette_dynamic_tertiary90 0x0
|
|
1346
|
+
int color m3_ref_palette_dynamic_tertiary95 0x0
|
|
1347
|
+
int color m3_ref_palette_dynamic_tertiary99 0x0
|
|
1348
|
+
int color m3_ref_palette_error0 0x0
|
|
1349
|
+
int color m3_ref_palette_error10 0x0
|
|
1350
|
+
int color m3_ref_palette_error100 0x0
|
|
1351
|
+
int color m3_ref_palette_error20 0x0
|
|
1352
|
+
int color m3_ref_palette_error30 0x0
|
|
1353
|
+
int color m3_ref_palette_error40 0x0
|
|
1354
|
+
int color m3_ref_palette_error50 0x0
|
|
1355
|
+
int color m3_ref_palette_error60 0x0
|
|
1356
|
+
int color m3_ref_palette_error70 0x0
|
|
1357
|
+
int color m3_ref_palette_error80 0x0
|
|
1358
|
+
int color m3_ref_palette_error90 0x0
|
|
1359
|
+
int color m3_ref_palette_error95 0x0
|
|
1360
|
+
int color m3_ref_palette_error99 0x0
|
|
1361
|
+
int color m3_ref_palette_neutral0 0x0
|
|
1362
|
+
int color m3_ref_palette_neutral10 0x0
|
|
1363
|
+
int color m3_ref_palette_neutral100 0x0
|
|
1364
|
+
int color m3_ref_palette_neutral20 0x0
|
|
1365
|
+
int color m3_ref_palette_neutral30 0x0
|
|
1366
|
+
int color m3_ref_palette_neutral40 0x0
|
|
1367
|
+
int color m3_ref_palette_neutral50 0x0
|
|
1368
|
+
int color m3_ref_palette_neutral60 0x0
|
|
1369
|
+
int color m3_ref_palette_neutral70 0x0
|
|
1370
|
+
int color m3_ref_palette_neutral80 0x0
|
|
1371
|
+
int color m3_ref_palette_neutral90 0x0
|
|
1372
|
+
int color m3_ref_palette_neutral95 0x0
|
|
1373
|
+
int color m3_ref_palette_neutral99 0x0
|
|
1374
|
+
int color m3_ref_palette_neutral_variant0 0x0
|
|
1375
|
+
int color m3_ref_palette_neutral_variant10 0x0
|
|
1376
|
+
int color m3_ref_palette_neutral_variant100 0x0
|
|
1377
|
+
int color m3_ref_palette_neutral_variant20 0x0
|
|
1378
|
+
int color m3_ref_palette_neutral_variant30 0x0
|
|
1379
|
+
int color m3_ref_palette_neutral_variant40 0x0
|
|
1380
|
+
int color m3_ref_palette_neutral_variant50 0x0
|
|
1381
|
+
int color m3_ref_palette_neutral_variant60 0x0
|
|
1382
|
+
int color m3_ref_palette_neutral_variant70 0x0
|
|
1383
|
+
int color m3_ref_palette_neutral_variant80 0x0
|
|
1384
|
+
int color m3_ref_palette_neutral_variant90 0x0
|
|
1385
|
+
int color m3_ref_palette_neutral_variant95 0x0
|
|
1386
|
+
int color m3_ref_palette_neutral_variant99 0x0
|
|
1387
|
+
int color m3_ref_palette_primary0 0x0
|
|
1388
|
+
int color m3_ref_palette_primary10 0x0
|
|
1389
|
+
int color m3_ref_palette_primary100 0x0
|
|
1390
|
+
int color m3_ref_palette_primary20 0x0
|
|
1391
|
+
int color m3_ref_palette_primary30 0x0
|
|
1392
|
+
int color m3_ref_palette_primary40 0x0
|
|
1393
|
+
int color m3_ref_palette_primary50 0x0
|
|
1394
|
+
int color m3_ref_palette_primary60 0x0
|
|
1395
|
+
int color m3_ref_palette_primary70 0x0
|
|
1396
|
+
int color m3_ref_palette_primary80 0x0
|
|
1397
|
+
int color m3_ref_palette_primary90 0x0
|
|
1398
|
+
int color m3_ref_palette_primary95 0x0
|
|
1399
|
+
int color m3_ref_palette_primary99 0x0
|
|
1400
|
+
int color m3_ref_palette_secondary0 0x0
|
|
1401
|
+
int color m3_ref_palette_secondary10 0x0
|
|
1402
|
+
int color m3_ref_palette_secondary100 0x0
|
|
1403
|
+
int color m3_ref_palette_secondary20 0x0
|
|
1404
|
+
int color m3_ref_palette_secondary30 0x0
|
|
1405
|
+
int color m3_ref_palette_secondary40 0x0
|
|
1406
|
+
int color m3_ref_palette_secondary50 0x0
|
|
1407
|
+
int color m3_ref_palette_secondary60 0x0
|
|
1408
|
+
int color m3_ref_palette_secondary70 0x0
|
|
1409
|
+
int color m3_ref_palette_secondary80 0x0
|
|
1410
|
+
int color m3_ref_palette_secondary90 0x0
|
|
1411
|
+
int color m3_ref_palette_secondary95 0x0
|
|
1412
|
+
int color m3_ref_palette_secondary99 0x0
|
|
1413
|
+
int color m3_ref_palette_tertiary0 0x0
|
|
1414
|
+
int color m3_ref_palette_tertiary10 0x0
|
|
1415
|
+
int color m3_ref_palette_tertiary100 0x0
|
|
1416
|
+
int color m3_ref_palette_tertiary20 0x0
|
|
1417
|
+
int color m3_ref_palette_tertiary30 0x0
|
|
1418
|
+
int color m3_ref_palette_tertiary40 0x0
|
|
1419
|
+
int color m3_ref_palette_tertiary50 0x0
|
|
1420
|
+
int color m3_ref_palette_tertiary60 0x0
|
|
1421
|
+
int color m3_ref_palette_tertiary70 0x0
|
|
1422
|
+
int color m3_ref_palette_tertiary80 0x0
|
|
1423
|
+
int color m3_ref_palette_tertiary90 0x0
|
|
1424
|
+
int color m3_ref_palette_tertiary95 0x0
|
|
1425
|
+
int color m3_ref_palette_tertiary99 0x0
|
|
1426
|
+
int color m3_ref_palette_white 0x0
|
|
1427
|
+
int color m3_selection_control_button_tint 0x0
|
|
1428
|
+
int color m3_selection_control_ripple_color_selector 0x0
|
|
1429
|
+
int color m3_slider_active_track_color 0x0
|
|
1430
|
+
int color m3_slider_halo_color 0x0
|
|
1431
|
+
int color m3_slider_inactive_track_color 0x0
|
|
1432
|
+
int color m3_slider_thumb_color 0x0
|
|
1433
|
+
int color m3_switch_thumb_tint 0x0
|
|
1434
|
+
int color m3_switch_track_tint 0x0
|
|
1435
|
+
int color m3_sys_color_dark_background 0x0
|
|
1436
|
+
int color m3_sys_color_dark_error 0x0
|
|
1437
|
+
int color m3_sys_color_dark_error_container 0x0
|
|
1438
|
+
int color m3_sys_color_dark_inverse_on_surface 0x0
|
|
1439
|
+
int color m3_sys_color_dark_inverse_primary 0x0
|
|
1440
|
+
int color m3_sys_color_dark_inverse_surface 0x0
|
|
1441
|
+
int color m3_sys_color_dark_on_background 0x0
|
|
1442
|
+
int color m3_sys_color_dark_on_error 0x0
|
|
1443
|
+
int color m3_sys_color_dark_on_error_container 0x0
|
|
1444
|
+
int color m3_sys_color_dark_on_primary 0x0
|
|
1445
|
+
int color m3_sys_color_dark_on_primary_container 0x0
|
|
1446
|
+
int color m3_sys_color_dark_on_secondary 0x0
|
|
1447
|
+
int color m3_sys_color_dark_on_secondary_container 0x0
|
|
1448
|
+
int color m3_sys_color_dark_on_surface 0x0
|
|
1449
|
+
int color m3_sys_color_dark_on_surface_variant 0x0
|
|
1450
|
+
int color m3_sys_color_dark_on_tertiary 0x0
|
|
1451
|
+
int color m3_sys_color_dark_on_tertiary_container 0x0
|
|
1452
|
+
int color m3_sys_color_dark_outline 0x0
|
|
1453
|
+
int color m3_sys_color_dark_primary 0x0
|
|
1454
|
+
int color m3_sys_color_dark_primary_container 0x0
|
|
1455
|
+
int color m3_sys_color_dark_secondary 0x0
|
|
1456
|
+
int color m3_sys_color_dark_secondary_container 0x0
|
|
1457
|
+
int color m3_sys_color_dark_surface 0x0
|
|
1458
|
+
int color m3_sys_color_dark_surface_variant 0x0
|
|
1459
|
+
int color m3_sys_color_dark_tertiary 0x0
|
|
1460
|
+
int color m3_sys_color_dark_tertiary_container 0x0
|
|
1461
|
+
int color m3_sys_color_dynamic_dark_background 0x0
|
|
1462
|
+
int color m3_sys_color_dynamic_dark_inverse_on_surface 0x0
|
|
1463
|
+
int color m3_sys_color_dynamic_dark_inverse_primary 0x0
|
|
1464
|
+
int color m3_sys_color_dynamic_dark_inverse_surface 0x0
|
|
1465
|
+
int color m3_sys_color_dynamic_dark_on_background 0x0
|
|
1466
|
+
int color m3_sys_color_dynamic_dark_on_primary 0x0
|
|
1467
|
+
int color m3_sys_color_dynamic_dark_on_primary_container 0x0
|
|
1468
|
+
int color m3_sys_color_dynamic_dark_on_secondary 0x0
|
|
1469
|
+
int color m3_sys_color_dynamic_dark_on_secondary_container 0x0
|
|
1470
|
+
int color m3_sys_color_dynamic_dark_on_surface 0x0
|
|
1471
|
+
int color m3_sys_color_dynamic_dark_on_surface_variant 0x0
|
|
1472
|
+
int color m3_sys_color_dynamic_dark_on_tertiary 0x0
|
|
1473
|
+
int color m3_sys_color_dynamic_dark_on_tertiary_container 0x0
|
|
1474
|
+
int color m3_sys_color_dynamic_dark_outline 0x0
|
|
1475
|
+
int color m3_sys_color_dynamic_dark_primary 0x0
|
|
1476
|
+
int color m3_sys_color_dynamic_dark_primary_container 0x0
|
|
1477
|
+
int color m3_sys_color_dynamic_dark_secondary 0x0
|
|
1478
|
+
int color m3_sys_color_dynamic_dark_secondary_container 0x0
|
|
1479
|
+
int color m3_sys_color_dynamic_dark_surface 0x0
|
|
1480
|
+
int color m3_sys_color_dynamic_dark_surface_variant 0x0
|
|
1481
|
+
int color m3_sys_color_dynamic_dark_tertiary 0x0
|
|
1482
|
+
int color m3_sys_color_dynamic_dark_tertiary_container 0x0
|
|
1483
|
+
int color m3_sys_color_dynamic_light_background 0x0
|
|
1484
|
+
int color m3_sys_color_dynamic_light_inverse_on_surface 0x0
|
|
1485
|
+
int color m3_sys_color_dynamic_light_inverse_primary 0x0
|
|
1486
|
+
int color m3_sys_color_dynamic_light_inverse_surface 0x0
|
|
1487
|
+
int color m3_sys_color_dynamic_light_on_background 0x0
|
|
1488
|
+
int color m3_sys_color_dynamic_light_on_primary 0x0
|
|
1489
|
+
int color m3_sys_color_dynamic_light_on_primary_container 0x0
|
|
1490
|
+
int color m3_sys_color_dynamic_light_on_secondary 0x0
|
|
1491
|
+
int color m3_sys_color_dynamic_light_on_secondary_container 0x0
|
|
1492
|
+
int color m3_sys_color_dynamic_light_on_surface 0x0
|
|
1493
|
+
int color m3_sys_color_dynamic_light_on_surface_variant 0x0
|
|
1494
|
+
int color m3_sys_color_dynamic_light_on_tertiary 0x0
|
|
1495
|
+
int color m3_sys_color_dynamic_light_on_tertiary_container 0x0
|
|
1496
|
+
int color m3_sys_color_dynamic_light_outline 0x0
|
|
1497
|
+
int color m3_sys_color_dynamic_light_primary 0x0
|
|
1498
|
+
int color m3_sys_color_dynamic_light_primary_container 0x0
|
|
1499
|
+
int color m3_sys_color_dynamic_light_secondary 0x0
|
|
1500
|
+
int color m3_sys_color_dynamic_light_secondary_container 0x0
|
|
1501
|
+
int color m3_sys_color_dynamic_light_surface 0x0
|
|
1502
|
+
int color m3_sys_color_dynamic_light_surface_variant 0x0
|
|
1503
|
+
int color m3_sys_color_dynamic_light_tertiary 0x0
|
|
1504
|
+
int color m3_sys_color_dynamic_light_tertiary_container 0x0
|
|
1505
|
+
int color m3_sys_color_light_background 0x0
|
|
1506
|
+
int color m3_sys_color_light_error 0x0
|
|
1507
|
+
int color m3_sys_color_light_error_container 0x0
|
|
1508
|
+
int color m3_sys_color_light_inverse_on_surface 0x0
|
|
1509
|
+
int color m3_sys_color_light_inverse_primary 0x0
|
|
1510
|
+
int color m3_sys_color_light_inverse_surface 0x0
|
|
1511
|
+
int color m3_sys_color_light_on_background 0x0
|
|
1512
|
+
int color m3_sys_color_light_on_error 0x0
|
|
1513
|
+
int color m3_sys_color_light_on_error_container 0x0
|
|
1514
|
+
int color m3_sys_color_light_on_primary 0x0
|
|
1515
|
+
int color m3_sys_color_light_on_primary_container 0x0
|
|
1516
|
+
int color m3_sys_color_light_on_secondary 0x0
|
|
1517
|
+
int color m3_sys_color_light_on_secondary_container 0x0
|
|
1518
|
+
int color m3_sys_color_light_on_surface 0x0
|
|
1519
|
+
int color m3_sys_color_light_on_surface_variant 0x0
|
|
1520
|
+
int color m3_sys_color_light_on_tertiary 0x0
|
|
1521
|
+
int color m3_sys_color_light_on_tertiary_container 0x0
|
|
1522
|
+
int color m3_sys_color_light_outline 0x0
|
|
1523
|
+
int color m3_sys_color_light_primary 0x0
|
|
1524
|
+
int color m3_sys_color_light_primary_container 0x0
|
|
1525
|
+
int color m3_sys_color_light_secondary 0x0
|
|
1526
|
+
int color m3_sys_color_light_secondary_container 0x0
|
|
1527
|
+
int color m3_sys_color_light_surface 0x0
|
|
1528
|
+
int color m3_sys_color_light_surface_variant 0x0
|
|
1529
|
+
int color m3_sys_color_light_tertiary 0x0
|
|
1530
|
+
int color m3_sys_color_light_tertiary_container 0x0
|
|
1531
|
+
int color m3_tabs_icon_color 0x0
|
|
1532
|
+
int color m3_tabs_ripple_color 0x0
|
|
1533
|
+
int color m3_text_button_background_color_selector 0x0
|
|
1534
|
+
int color m3_text_button_foreground_color_selector 0x0
|
|
1535
|
+
int color m3_text_button_ripple_color_selector 0x0
|
|
1536
|
+
int color m3_textfield_filled_background_color 0x0
|
|
1537
|
+
int color m3_textfield_indicator_text_color 0x0
|
|
1538
|
+
int color m3_textfield_input_text_color 0x0
|
|
1539
|
+
int color m3_textfield_label_color 0x0
|
|
1540
|
+
int color m3_textfield_stroke_color 0x0
|
|
1541
|
+
int color m3_timepicker_button_background_color 0x0
|
|
1542
|
+
int color m3_timepicker_button_ripple_color 0x0
|
|
1543
|
+
int color m3_timepicker_button_text_color 0x0
|
|
1544
|
+
int color m3_timepicker_clock_text_color 0x0
|
|
1545
|
+
int color m3_timepicker_display_background_color 0x0
|
|
1546
|
+
int color m3_timepicker_display_ripple_color 0x0
|
|
1547
|
+
int color m3_timepicker_display_stroke_color 0x0
|
|
1548
|
+
int color m3_timepicker_display_text_color 0x0
|
|
1549
|
+
int color m3_timepicker_secondary_text_button_ripple_color 0x0
|
|
1550
|
+
int color m3_timepicker_secondary_text_button_text_color 0x0
|
|
1551
|
+
int color m3_tonal_button_ripple_color_selector 0x0
|
|
1099
1552
|
int color material_blue_grey_800 0x0
|
|
1100
1553
|
int color material_blue_grey_900 0x0
|
|
1101
1554
|
int color material_blue_grey_950 0x0
|
|
1102
1555
|
int color material_cursor_color 0x0
|
|
1103
1556
|
int color material_deep_teal_200 0x0
|
|
1104
1557
|
int color material_deep_teal_500 0x0
|
|
1558
|
+
int color material_divider_color 0x0
|
|
1559
|
+
int color material_dynamic_neutral0 0x0
|
|
1560
|
+
int color material_dynamic_neutral10 0x0
|
|
1561
|
+
int color material_dynamic_neutral100 0x0
|
|
1562
|
+
int color material_dynamic_neutral20 0x0
|
|
1563
|
+
int color material_dynamic_neutral30 0x0
|
|
1564
|
+
int color material_dynamic_neutral40 0x0
|
|
1565
|
+
int color material_dynamic_neutral50 0x0
|
|
1566
|
+
int color material_dynamic_neutral60 0x0
|
|
1567
|
+
int color material_dynamic_neutral70 0x0
|
|
1568
|
+
int color material_dynamic_neutral80 0x0
|
|
1569
|
+
int color material_dynamic_neutral90 0x0
|
|
1570
|
+
int color material_dynamic_neutral95 0x0
|
|
1571
|
+
int color material_dynamic_neutral99 0x0
|
|
1572
|
+
int color material_dynamic_neutral_variant0 0x0
|
|
1573
|
+
int color material_dynamic_neutral_variant10 0x0
|
|
1574
|
+
int color material_dynamic_neutral_variant100 0x0
|
|
1575
|
+
int color material_dynamic_neutral_variant20 0x0
|
|
1576
|
+
int color material_dynamic_neutral_variant30 0x0
|
|
1577
|
+
int color material_dynamic_neutral_variant40 0x0
|
|
1578
|
+
int color material_dynamic_neutral_variant50 0x0
|
|
1579
|
+
int color material_dynamic_neutral_variant60 0x0
|
|
1580
|
+
int color material_dynamic_neutral_variant70 0x0
|
|
1581
|
+
int color material_dynamic_neutral_variant80 0x0
|
|
1582
|
+
int color material_dynamic_neutral_variant90 0x0
|
|
1583
|
+
int color material_dynamic_neutral_variant95 0x0
|
|
1584
|
+
int color material_dynamic_neutral_variant99 0x0
|
|
1585
|
+
int color material_dynamic_primary0 0x0
|
|
1586
|
+
int color material_dynamic_primary10 0x0
|
|
1587
|
+
int color material_dynamic_primary100 0x0
|
|
1588
|
+
int color material_dynamic_primary20 0x0
|
|
1589
|
+
int color material_dynamic_primary30 0x0
|
|
1590
|
+
int color material_dynamic_primary40 0x0
|
|
1591
|
+
int color material_dynamic_primary50 0x0
|
|
1592
|
+
int color material_dynamic_primary60 0x0
|
|
1593
|
+
int color material_dynamic_primary70 0x0
|
|
1594
|
+
int color material_dynamic_primary80 0x0
|
|
1595
|
+
int color material_dynamic_primary90 0x0
|
|
1596
|
+
int color material_dynamic_primary95 0x0
|
|
1597
|
+
int color material_dynamic_primary99 0x0
|
|
1598
|
+
int color material_dynamic_secondary0 0x0
|
|
1599
|
+
int color material_dynamic_secondary10 0x0
|
|
1600
|
+
int color material_dynamic_secondary100 0x0
|
|
1601
|
+
int color material_dynamic_secondary20 0x0
|
|
1602
|
+
int color material_dynamic_secondary30 0x0
|
|
1603
|
+
int color material_dynamic_secondary40 0x0
|
|
1604
|
+
int color material_dynamic_secondary50 0x0
|
|
1605
|
+
int color material_dynamic_secondary60 0x0
|
|
1606
|
+
int color material_dynamic_secondary70 0x0
|
|
1607
|
+
int color material_dynamic_secondary80 0x0
|
|
1608
|
+
int color material_dynamic_secondary90 0x0
|
|
1609
|
+
int color material_dynamic_secondary95 0x0
|
|
1610
|
+
int color material_dynamic_secondary99 0x0
|
|
1611
|
+
int color material_dynamic_tertiary0 0x0
|
|
1612
|
+
int color material_dynamic_tertiary10 0x0
|
|
1613
|
+
int color material_dynamic_tertiary100 0x0
|
|
1614
|
+
int color material_dynamic_tertiary20 0x0
|
|
1615
|
+
int color material_dynamic_tertiary30 0x0
|
|
1616
|
+
int color material_dynamic_tertiary40 0x0
|
|
1617
|
+
int color material_dynamic_tertiary50 0x0
|
|
1618
|
+
int color material_dynamic_tertiary60 0x0
|
|
1619
|
+
int color material_dynamic_tertiary70 0x0
|
|
1620
|
+
int color material_dynamic_tertiary80 0x0
|
|
1621
|
+
int color material_dynamic_tertiary90 0x0
|
|
1622
|
+
int color material_dynamic_tertiary95 0x0
|
|
1623
|
+
int color material_dynamic_tertiary99 0x0
|
|
1105
1624
|
int color material_grey_100 0x0
|
|
1106
1625
|
int color material_grey_300 0x0
|
|
1107
1626
|
int color material_grey_50 0x0
|
|
@@ -1109,6 +1628,10 @@ int color material_grey_600 0x0
|
|
|
1109
1628
|
int color material_grey_800 0x0
|
|
1110
1629
|
int color material_grey_850 0x0
|
|
1111
1630
|
int color material_grey_900 0x0
|
|
1631
|
+
int color material_harmonized_color_error 0x0
|
|
1632
|
+
int color material_harmonized_color_error_container 0x0
|
|
1633
|
+
int color material_harmonized_color_on_error 0x0
|
|
1634
|
+
int color material_harmonized_color_on_error_container 0x0
|
|
1112
1635
|
int color material_on_background_disabled 0x0
|
|
1113
1636
|
int color material_on_background_emphasis_high_type 0x0
|
|
1114
1637
|
int color material_on_background_emphasis_medium 0x0
|
|
@@ -1204,6 +1727,7 @@ int color switch_thumb_material_dark 0x0
|
|
|
1204
1727
|
int color switch_thumb_material_light 0x0
|
|
1205
1728
|
int color switch_thumb_normal_material_dark 0x0
|
|
1206
1729
|
int color switch_thumb_normal_material_light 0x0
|
|
1730
|
+
int color test_color 0x0
|
|
1207
1731
|
int color test_mtrl_calendar_day 0x0
|
|
1208
1732
|
int color test_mtrl_calendar_day_selected 0x0
|
|
1209
1733
|
int color tooltip_background_dark 0x0
|
|
@@ -1274,6 +1798,9 @@ int dimen abc_search_view_preferred_width 0x0
|
|
|
1274
1798
|
int dimen abc_seekbar_track_background_height_material 0x0
|
|
1275
1799
|
int dimen abc_seekbar_track_progress_height_material 0x0
|
|
1276
1800
|
int dimen abc_select_dialog_padding_start_material 0x0
|
|
1801
|
+
int dimen abc_star_big 0x0
|
|
1802
|
+
int dimen abc_star_medium 0x0
|
|
1803
|
+
int dimen abc_star_small 0x0
|
|
1277
1804
|
int dimen abc_switch_padding 0x0
|
|
1278
1805
|
int dimen abc_text_size_body_1_material 0x0
|
|
1279
1806
|
int dimen abc_text_size_body_2_material 0x0
|
|
@@ -1307,6 +1834,7 @@ int dimen compat_button_padding_vertical_material 0x0
|
|
|
1307
1834
|
int dimen compat_control_corner_material 0x0
|
|
1308
1835
|
int dimen compat_notification_large_icon_max_height 0x0
|
|
1309
1836
|
int dimen compat_notification_large_icon_max_width 0x0
|
|
1837
|
+
int dimen def_drawer_elevation 0x0
|
|
1310
1838
|
int dimen default_dimension 0x0
|
|
1311
1839
|
int dimen design_appbar_elevation 0x0
|
|
1312
1840
|
int dimen design_bottom_navigation_active_item_max_width 0x0
|
|
@@ -1336,6 +1864,7 @@ int dimen design_navigation_icon_padding 0x0
|
|
|
1336
1864
|
int dimen design_navigation_icon_size 0x0
|
|
1337
1865
|
int dimen design_navigation_item_horizontal_padding 0x0
|
|
1338
1866
|
int dimen design_navigation_item_icon_padding 0x0
|
|
1867
|
+
int dimen design_navigation_item_vertical_padding 0x0
|
|
1339
1868
|
int dimen design_navigation_max_width 0x0
|
|
1340
1869
|
int dimen design_navigation_padding_bottom 0x0
|
|
1341
1870
|
int dimen design_navigation_separator_vertical_padding 0x0
|
|
@@ -1370,12 +1899,172 @@ int dimen hint_pressed_alpha_material_light 0x0
|
|
|
1370
1899
|
int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
|
|
1371
1900
|
int dimen item_touch_helper_swipe_escape_max_velocity 0x0
|
|
1372
1901
|
int dimen item_touch_helper_swipe_escape_velocity 0x0
|
|
1902
|
+
int dimen m3_alert_dialog_action_bottom_padding 0x0
|
|
1903
|
+
int dimen m3_alert_dialog_action_top_padding 0x0
|
|
1904
|
+
int dimen m3_alert_dialog_corner_size 0x0
|
|
1905
|
+
int dimen m3_alert_dialog_elevation 0x0
|
|
1906
|
+
int dimen m3_alert_dialog_icon_margin 0x0
|
|
1907
|
+
int dimen m3_alert_dialog_icon_size 0x0
|
|
1908
|
+
int dimen m3_alert_dialog_title_bottom_margin 0x0
|
|
1909
|
+
int dimen m3_appbar_expanded_title_margin_bottom 0x0
|
|
1910
|
+
int dimen m3_appbar_expanded_title_margin_horizontal 0x0
|
|
1911
|
+
int dimen m3_appbar_scrim_height_trigger 0x0
|
|
1912
|
+
int dimen m3_appbar_scrim_height_trigger_large 0x0
|
|
1913
|
+
int dimen m3_appbar_scrim_height_trigger_medium 0x0
|
|
1914
|
+
int dimen m3_appbar_size_compact 0x0
|
|
1915
|
+
int dimen m3_appbar_size_large 0x0
|
|
1916
|
+
int dimen m3_appbar_size_medium 0x0
|
|
1917
|
+
int dimen m3_badge_horizontal_offset 0x0
|
|
1918
|
+
int dimen m3_badge_radius 0x0
|
|
1919
|
+
int dimen m3_badge_vertical_offset 0x0
|
|
1920
|
+
int dimen m3_badge_with_text_horizontal_offset 0x0
|
|
1921
|
+
int dimen m3_badge_with_text_radius 0x0
|
|
1922
|
+
int dimen m3_badge_with_text_vertical_offset 0x0
|
|
1923
|
+
int dimen m3_bottom_nav_item_active_indicator_height 0x0
|
|
1924
|
+
int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x0
|
|
1925
|
+
int dimen m3_bottom_nav_item_active_indicator_width 0x0
|
|
1926
|
+
int dimen m3_bottom_nav_item_padding_bottom 0x0
|
|
1927
|
+
int dimen m3_bottom_nav_item_padding_top 0x0
|
|
1928
|
+
int dimen m3_bottom_nav_min_height 0x0
|
|
1929
|
+
int dimen m3_bottom_sheet_elevation 0x0
|
|
1930
|
+
int dimen m3_bottom_sheet_modal_elevation 0x0
|
|
1931
|
+
int dimen m3_bottomappbar_fab_cradle_margin 0x0
|
|
1932
|
+
int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
|
|
1933
|
+
int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
|
|
1934
|
+
int dimen m3_btn_dialog_btn_min_width 0x0
|
|
1935
|
+
int dimen m3_btn_dialog_btn_spacing 0x0
|
|
1936
|
+
int dimen m3_btn_disabled_elevation 0x0
|
|
1937
|
+
int dimen m3_btn_disabled_translation_z 0x0
|
|
1938
|
+
int dimen m3_btn_elevated_btn_elevation 0x0
|
|
1939
|
+
int dimen m3_btn_elevation 0x0
|
|
1940
|
+
int dimen m3_btn_icon_btn_padding_left 0x0
|
|
1941
|
+
int dimen m3_btn_icon_btn_padding_right 0x0
|
|
1942
|
+
int dimen m3_btn_icon_only_default_padding 0x0
|
|
1943
|
+
int dimen m3_btn_icon_only_default_size 0x0
|
|
1944
|
+
int dimen m3_btn_icon_only_icon_padding 0x0
|
|
1945
|
+
int dimen m3_btn_icon_only_min_width 0x0
|
|
1946
|
+
int dimen m3_btn_inset 0x0
|
|
1947
|
+
int dimen m3_btn_max_width 0x0
|
|
1948
|
+
int dimen m3_btn_padding_bottom 0x0
|
|
1949
|
+
int dimen m3_btn_padding_left 0x0
|
|
1950
|
+
int dimen m3_btn_padding_right 0x0
|
|
1951
|
+
int dimen m3_btn_padding_top 0x0
|
|
1952
|
+
int dimen m3_btn_stroke_size 0x0
|
|
1953
|
+
int dimen m3_btn_text_btn_icon_padding_left 0x0
|
|
1954
|
+
int dimen m3_btn_text_btn_icon_padding_right 0x0
|
|
1955
|
+
int dimen m3_btn_text_btn_padding_left 0x0
|
|
1956
|
+
int dimen m3_btn_text_btn_padding_right 0x0
|
|
1957
|
+
int dimen m3_btn_translation_z_base 0x0
|
|
1958
|
+
int dimen m3_btn_translation_z_hovered 0x0
|
|
1959
|
+
int dimen m3_card_dragged_z 0x0
|
|
1960
|
+
int dimen m3_card_elevated_dragged_z 0x0
|
|
1961
|
+
int dimen m3_card_elevated_elevation 0x0
|
|
1962
|
+
int dimen m3_card_elevated_hovered_z 0x0
|
|
1963
|
+
int dimen m3_card_elevation 0x0
|
|
1964
|
+
int dimen m3_card_hovered_z 0x0
|
|
1965
|
+
int dimen m3_card_stroke_width 0x0
|
|
1966
|
+
int dimen m3_chip_checked_hovered_translation_z 0x0
|
|
1967
|
+
int dimen m3_chip_corner_size 0x0
|
|
1968
|
+
int dimen m3_chip_disabled_translation_z 0x0
|
|
1969
|
+
int dimen m3_chip_dragged_translation_z 0x0
|
|
1970
|
+
int dimen m3_chip_elevated_elevation 0x0
|
|
1971
|
+
int dimen m3_chip_hovered_translation_z 0x0
|
|
1972
|
+
int dimen m3_chip_icon_size 0x0
|
|
1973
|
+
int dimen m3_datepicker_elevation 0x0
|
|
1974
|
+
int dimen m3_divider_heavy_thickness 0x0
|
|
1975
|
+
int dimen m3_extended_fab_bottom_padding 0x0
|
|
1976
|
+
int dimen m3_extended_fab_end_padding 0x0
|
|
1977
|
+
int dimen m3_extended_fab_icon_padding 0x0
|
|
1978
|
+
int dimen m3_extended_fab_min_height 0x0
|
|
1979
|
+
int dimen m3_extended_fab_start_padding 0x0
|
|
1980
|
+
int dimen m3_extended_fab_top_padding 0x0
|
|
1981
|
+
int dimen m3_fab_border_width 0x0
|
|
1982
|
+
int dimen m3_fab_corner_size 0x0
|
|
1983
|
+
int dimen m3_fab_translation_z_hovered_focused 0x0
|
|
1984
|
+
int dimen m3_fab_translation_z_pressed 0x0
|
|
1985
|
+
int dimen m3_large_fab_max_image_size 0x0
|
|
1986
|
+
int dimen m3_large_fab_size 0x0
|
|
1987
|
+
int dimen m3_menu_elevation 0x0
|
|
1988
|
+
int dimen m3_navigation_drawer_layout_corner_size 0x0
|
|
1989
|
+
int dimen m3_navigation_item_horizontal_padding 0x0
|
|
1990
|
+
int dimen m3_navigation_item_icon_padding 0x0
|
|
1991
|
+
int dimen m3_navigation_item_shape_inset_bottom 0x0
|
|
1992
|
+
int dimen m3_navigation_item_shape_inset_end 0x0
|
|
1993
|
+
int dimen m3_navigation_item_shape_inset_start 0x0
|
|
1994
|
+
int dimen m3_navigation_item_shape_inset_top 0x0
|
|
1995
|
+
int dimen m3_navigation_item_vertical_padding 0x0
|
|
1996
|
+
int dimen m3_navigation_menu_divider_horizontal_padding 0x0
|
|
1997
|
+
int dimen m3_navigation_menu_headline_horizontal_padding 0x0
|
|
1998
|
+
int dimen m3_navigation_rail_default_width 0x0
|
|
1999
|
+
int dimen m3_navigation_rail_item_active_indicator_height 0x0
|
|
2000
|
+
int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x0
|
|
2001
|
+
int dimen m3_navigation_rail_item_active_indicator_width 0x0
|
|
2002
|
+
int dimen m3_navigation_rail_item_min_height 0x0
|
|
2003
|
+
int dimen m3_navigation_rail_item_padding_bottom 0x0
|
|
2004
|
+
int dimen m3_navigation_rail_item_padding_top 0x0
|
|
2005
|
+
int dimen m3_ripple_default_alpha 0x0
|
|
2006
|
+
int dimen m3_ripple_focused_alpha 0x0
|
|
2007
|
+
int dimen m3_ripple_hovered_alpha 0x0
|
|
2008
|
+
int dimen m3_ripple_pressed_alpha 0x0
|
|
2009
|
+
int dimen m3_ripple_selectable_pressed_alpha 0x0
|
|
2010
|
+
int dimen m3_slider_thumb_elevation 0x0
|
|
2011
|
+
int dimen m3_snackbar_action_text_color_alpha 0x0
|
|
2012
|
+
int dimen m3_snackbar_margin 0x0
|
|
2013
|
+
int dimen m3_sys_elevation_level0 0x0
|
|
2014
|
+
int dimen m3_sys_elevation_level1 0x0
|
|
2015
|
+
int dimen m3_sys_elevation_level2 0x0
|
|
2016
|
+
int dimen m3_sys_elevation_level3 0x0
|
|
2017
|
+
int dimen m3_sys_elevation_level4 0x0
|
|
2018
|
+
int dimen m3_sys_elevation_level5 0x0
|
|
2019
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
|
|
2020
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
|
|
2021
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
|
|
2022
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
|
|
2023
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
|
|
2024
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
|
|
2025
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
|
|
2026
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
|
|
2027
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
|
|
2028
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
|
|
2029
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
|
|
2030
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
|
|
2031
|
+
int dimen m3_sys_motion_easing_legacy_control_x1 0x0
|
|
2032
|
+
int dimen m3_sys_motion_easing_legacy_control_x2 0x0
|
|
2033
|
+
int dimen m3_sys_motion_easing_legacy_control_y1 0x0
|
|
2034
|
+
int dimen m3_sys_motion_easing_legacy_control_y2 0x0
|
|
2035
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
|
|
2036
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
|
|
2037
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
|
|
2038
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
|
|
2039
|
+
int dimen m3_sys_motion_easing_linear_control_x1 0x0
|
|
2040
|
+
int dimen m3_sys_motion_easing_linear_control_x2 0x0
|
|
2041
|
+
int dimen m3_sys_motion_easing_linear_control_y1 0x0
|
|
2042
|
+
int dimen m3_sys_motion_easing_linear_control_y2 0x0
|
|
2043
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
|
|
2044
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
|
|
2045
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
|
|
2046
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
|
|
2047
|
+
int dimen m3_sys_motion_easing_standard_control_x1 0x0
|
|
2048
|
+
int dimen m3_sys_motion_easing_standard_control_x2 0x0
|
|
2049
|
+
int dimen m3_sys_motion_easing_standard_control_y1 0x0
|
|
2050
|
+
int dimen m3_sys_motion_easing_standard_control_y2 0x0
|
|
2051
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
|
|
2052
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
|
|
2053
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
|
|
2054
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
|
|
2055
|
+
int dimen m3_sys_state_dragged_state_layer_opacity 0x0
|
|
2056
|
+
int dimen m3_sys_state_focus_state_layer_opacity 0x0
|
|
2057
|
+
int dimen m3_sys_state_hover_state_layer_opacity 0x0
|
|
2058
|
+
int dimen m3_sys_state_pressed_state_layer_opacity 0x0
|
|
2059
|
+
int dimen m3_timepicker_display_stroke_width 0x0
|
|
2060
|
+
int dimen m3_timepicker_window_elevation 0x0
|
|
1373
2061
|
int dimen material_bottom_sheet_max_width 0x0
|
|
1374
2062
|
int dimen material_clock_display_padding 0x0
|
|
1375
2063
|
int dimen material_clock_face_margin_top 0x0
|
|
1376
2064
|
int dimen material_clock_hand_center_dot_radius 0x0
|
|
1377
2065
|
int dimen material_clock_hand_padding 0x0
|
|
1378
2066
|
int dimen material_clock_hand_stroke_width 0x0
|
|
2067
|
+
int dimen material_clock_number_text_padding 0x0
|
|
1379
2068
|
int dimen material_clock_number_text_size 0x0
|
|
1380
2069
|
int dimen material_clock_period_toggle_height 0x0
|
|
1381
2070
|
int dimen material_clock_period_toggle_margin_left 0x0
|
|
@@ -1384,7 +2073,9 @@ int dimen material_clock_size 0x0
|
|
|
1384
2073
|
int dimen material_cursor_inset_bottom 0x0
|
|
1385
2074
|
int dimen material_cursor_inset_top 0x0
|
|
1386
2075
|
int dimen material_cursor_width 0x0
|
|
2076
|
+
int dimen material_divider_thickness 0x0
|
|
1387
2077
|
int dimen material_emphasis_disabled 0x0
|
|
2078
|
+
int dimen material_emphasis_disabled_background 0x0
|
|
1388
2079
|
int dimen material_emphasis_high_type 0x0
|
|
1389
2080
|
int dimen material_emphasis_medium 0x0
|
|
1390
2081
|
int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
|
|
@@ -1397,6 +2088,8 @@ int dimen material_helper_text_default_padding_top 0x0
|
|
|
1397
2088
|
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
1398
2089
|
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
1399
2090
|
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
2091
|
+
int dimen material_text_size_dp 0x0
|
|
2092
|
+
int dimen material_text_size_sp 0x0
|
|
1400
2093
|
int dimen material_text_view_test_line_height 0x0
|
|
1401
2094
|
int dimen material_text_view_test_line_height_override 0x0
|
|
1402
2095
|
int dimen material_textinput_default_width 0x0
|
|
@@ -1498,7 +2191,6 @@ int dimen mtrl_card_elevation 0x0
|
|
|
1498
2191
|
int dimen mtrl_card_spacing 0x0
|
|
1499
2192
|
int dimen mtrl_chip_pressed_translation_z 0x0
|
|
1500
2193
|
int dimen mtrl_chip_text_size 0x0
|
|
1501
|
-
int dimen mtrl_edittext_rectangle_top_offset 0x0
|
|
1502
2194
|
int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
|
|
1503
2195
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
|
|
1504
2196
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
|
|
@@ -1615,6 +2307,7 @@ int dimen notification_small_icon_size_as_large 0x0
|
|
|
1615
2307
|
int dimen notification_subtext_size 0x0
|
|
1616
2308
|
int dimen notification_top_pad 0x0
|
|
1617
2309
|
int dimen notification_top_pad_large_text 0x0
|
|
2310
|
+
int dimen test_dimen 0x0
|
|
1618
2311
|
int dimen test_mtrl_calendar_day_cornerSize 0x0
|
|
1619
2312
|
int dimen test_navigation_bar_active_item_max_width 0x0
|
|
1620
2313
|
int dimen test_navigation_bar_active_item_min_width 0x0
|
|
@@ -1704,15 +2397,20 @@ int drawable abc_seekbar_tick_mark_material 0x0
|
|
|
1704
2397
|
int drawable abc_seekbar_track_material 0x0
|
|
1705
2398
|
int drawable abc_spinner_mtrl_am_alpha 0x0
|
|
1706
2399
|
int drawable abc_spinner_textfield_background_material 0x0
|
|
2400
|
+
int drawable abc_star_black_48dp 0x0
|
|
2401
|
+
int drawable abc_star_half_black_48dp 0x0
|
|
1707
2402
|
int drawable abc_switch_thumb_material 0x0
|
|
1708
2403
|
int drawable abc_switch_track_mtrl_alpha 0x0
|
|
1709
2404
|
int drawable abc_tab_indicator_material 0x0
|
|
1710
2405
|
int drawable abc_tab_indicator_mtrl_alpha 0x0
|
|
1711
2406
|
int drawable abc_text_cursor_material 0x0
|
|
2407
|
+
int drawable abc_text_select_handle_left_mtrl 0x0
|
|
1712
2408
|
int drawable abc_text_select_handle_left_mtrl_dark 0x0
|
|
1713
2409
|
int drawable abc_text_select_handle_left_mtrl_light 0x0
|
|
2410
|
+
int drawable abc_text_select_handle_middle_mtrl 0x0
|
|
1714
2411
|
int drawable abc_text_select_handle_middle_mtrl_dark 0x0
|
|
1715
2412
|
int drawable abc_text_select_handle_middle_mtrl_light 0x0
|
|
2413
|
+
int drawable abc_text_select_handle_right_mtrl 0x0
|
|
1716
2414
|
int drawable abc_text_select_handle_right_mtrl_dark 0x0
|
|
1717
2415
|
int drawable abc_text_select_handle_right_mtrl_light 0x0
|
|
1718
2416
|
int drawable abc_textfield_activated_mtrl_alpha 0x0
|
|
@@ -1739,10 +2437,21 @@ int drawable design_password_eye 0x0
|
|
|
1739
2437
|
int drawable design_snackbar_background 0x0
|
|
1740
2438
|
int drawable ic_clock_black_24dp 0x0
|
|
1741
2439
|
int drawable ic_keyboard_black_24dp 0x0
|
|
2440
|
+
int drawable ic_m3_chip_check 0x0
|
|
2441
|
+
int drawable ic_m3_chip_checked_circle 0x0
|
|
2442
|
+
int drawable ic_m3_chip_close 0x0
|
|
1742
2443
|
int drawable ic_mtrl_checked_circle 0x0
|
|
1743
2444
|
int drawable ic_mtrl_chip_checked_black 0x0
|
|
1744
2445
|
int drawable ic_mtrl_chip_checked_circle 0x0
|
|
1745
2446
|
int drawable ic_mtrl_chip_close_circle 0x0
|
|
2447
|
+
int drawable m3_appbar_background 0x0
|
|
2448
|
+
int drawable m3_popupmenu_background_overlay 0x0
|
|
2449
|
+
int drawable m3_radiobutton_ripple 0x0
|
|
2450
|
+
int drawable m3_selection_control_ripple 0x0
|
|
2451
|
+
int drawable m3_tabs_background 0x0
|
|
2452
|
+
int drawable m3_tabs_line_indicator 0x0
|
|
2453
|
+
int drawable m3_tabs_rounded_line_indicator 0x0
|
|
2454
|
+
int drawable m3_tabs_transparent_background 0x0
|
|
1746
2455
|
int drawable material_cursor_drawable 0x0
|
|
1747
2456
|
int drawable material_ic_calendar_black_24dp 0x0
|
|
1748
2457
|
int drawable material_ic_clear_black_24dp 0x0
|
|
@@ -1761,7 +2470,7 @@ int drawable mtrl_ic_cancel 0x0
|
|
|
1761
2470
|
int drawable mtrl_ic_error 0x0
|
|
1762
2471
|
int drawable mtrl_navigation_bar_item_background 0x0
|
|
1763
2472
|
int drawable mtrl_popupmenu_background 0x0
|
|
1764
|
-
int drawable
|
|
2473
|
+
int drawable mtrl_popupmenu_background_overlay 0x0
|
|
1765
2474
|
int drawable mtrl_tabs_default_indicator 0x0
|
|
1766
2475
|
int drawable navigation_empty_icon 0x0
|
|
1767
2476
|
int drawable notification_action_background 0x0
|
|
@@ -1778,6 +2487,7 @@ int drawable notification_tile_bg 0x0
|
|
|
1778
2487
|
int drawable notify_panel_notification_icon_bg 0x0
|
|
1779
2488
|
int drawable redbox_top_border_background 0x0
|
|
1780
2489
|
int drawable test_custom_background 0x0
|
|
2490
|
+
int drawable test_level_drawable 0x0
|
|
1781
2491
|
int drawable tooltip_frame_dark 0x0
|
|
1782
2492
|
int drawable tooltip_frame_light 0x0
|
|
1783
2493
|
int drawable userleap_rounded_corners 0x0
|
|
@@ -1826,6 +2536,7 @@ int id accessibility_custom_action_8 0x0
|
|
|
1826
2536
|
int id accessibility_custom_action_9 0x0
|
|
1827
2537
|
int id accessibility_hint 0x0
|
|
1828
2538
|
int id accessibility_label 0x0
|
|
2539
|
+
int id accessibility_links 0x0
|
|
1829
2540
|
int id accessibility_role 0x0
|
|
1830
2541
|
int id accessibility_state 0x0
|
|
1831
2542
|
int id accessibility_value 0x0
|
|
@@ -1887,6 +2598,7 @@ int id chronometer 0x0
|
|
|
1887
2598
|
int id circle_center 0x0
|
|
1888
2599
|
int id clear_text 0x0
|
|
1889
2600
|
int id clockwise 0x0
|
|
2601
|
+
int id compress 0x0
|
|
1890
2602
|
int id confirm_button 0x0
|
|
1891
2603
|
int id container 0x0
|
|
1892
2604
|
int id content 0x0
|
|
@@ -1917,11 +2629,15 @@ int id dragLeft 0x0
|
|
|
1917
2629
|
int id dragRight 0x0
|
|
1918
2630
|
int id dragStart 0x0
|
|
1919
2631
|
int id dragUp 0x0
|
|
2632
|
+
int id dropdown_editable 0x0
|
|
1920
2633
|
int id dropdown_menu 0x0
|
|
2634
|
+
int id dropdown_noneditable 0x0
|
|
1921
2635
|
int id easeIn 0x0
|
|
1922
2636
|
int id easeInOut 0x0
|
|
1923
2637
|
int id easeOut 0x0
|
|
1924
2638
|
int id edit_query 0x0
|
|
2639
|
+
int id edittext_dropdown_editable 0x0
|
|
2640
|
+
int id edittext_dropdown_noneditable 0x0
|
|
1925
2641
|
int id elastic 0x0
|
|
1926
2642
|
int id end 0x0
|
|
1927
2643
|
int id endToStart 0x0
|
|
@@ -1941,6 +2657,8 @@ int id floating 0x0
|
|
|
1941
2657
|
int id focusCrop 0x0
|
|
1942
2658
|
int id forever 0x0
|
|
1943
2659
|
int id fps_text 0x0
|
|
2660
|
+
int id fragment_container_view_tag 0x0
|
|
2661
|
+
int id fullscreen_header 0x0
|
|
1944
2662
|
int id ghost_view 0x0
|
|
1945
2663
|
int id ghost_view_holder 0x0
|
|
1946
2664
|
int id gone 0x0
|
|
@@ -1958,10 +2676,15 @@ int id info 0x0
|
|
|
1958
2676
|
int id invisible 0x0
|
|
1959
2677
|
int id inward 0x0
|
|
1960
2678
|
int id italic 0x0
|
|
2679
|
+
int id item1 0x0
|
|
2680
|
+
int id item2 0x0
|
|
2681
|
+
int id item3 0x0
|
|
2682
|
+
int id item4 0x0
|
|
1961
2683
|
int id item_touch_helper_previous_elevation 0x0
|
|
1962
2684
|
int id jumpToEnd 0x0
|
|
1963
2685
|
int id jumpToStart 0x0
|
|
1964
2686
|
int id labeled 0x0
|
|
2687
|
+
int id labelled_by 0x0
|
|
1965
2688
|
int id layout 0x0
|
|
1966
2689
|
int id left 0x0
|
|
1967
2690
|
int id leftToRight 0x0
|
|
@@ -1990,6 +2713,7 @@ int id material_timepicker_mode_button 0x0
|
|
|
1990
2713
|
int id material_timepicker_ok_button 0x0
|
|
1991
2714
|
int id material_timepicker_view 0x0
|
|
1992
2715
|
int id material_value_index 0x0
|
|
2716
|
+
int id matrix 0x0
|
|
1993
2717
|
int id message 0x0
|
|
1994
2718
|
int id middle 0x0
|
|
1995
2719
|
int id mini 0x0
|
|
@@ -2024,6 +2748,8 @@ int id mtrl_picker_text_input_range_start 0x0
|
|
|
2024
2748
|
int id mtrl_picker_title_text 0x0
|
|
2025
2749
|
int id mtrl_view_tag_bottom_padding 0x0
|
|
2026
2750
|
int id multiply 0x0
|
|
2751
|
+
int id navigation_bar_item_active_indicator_view 0x0
|
|
2752
|
+
int id navigation_bar_item_icon_container 0x0
|
|
2027
2753
|
int id navigation_bar_item_icon_view 0x0
|
|
2028
2754
|
int id navigation_bar_item_labels_group 0x0
|
|
2029
2755
|
int id navigation_bar_item_large_label_view 0x0
|
|
@@ -2049,6 +2775,9 @@ int id path 0x0
|
|
|
2049
2775
|
int id pathRelative 0x0
|
|
2050
2776
|
int id percent 0x0
|
|
2051
2777
|
int id pin 0x0
|
|
2778
|
+
int id pointer_enter 0x0
|
|
2779
|
+
int id pointer_leave 0x0
|
|
2780
|
+
int id pointer_move 0x0
|
|
2052
2781
|
int id position 0x0
|
|
2053
2782
|
int id postLayout 0x0
|
|
2054
2783
|
int id progress_circular 0x0
|
|
@@ -2100,6 +2829,7 @@ int id slide 0x0
|
|
|
2100
2829
|
int id snackbar_action 0x0
|
|
2101
2830
|
int id snackbar_text 0x0
|
|
2102
2831
|
int id spacer 0x0
|
|
2832
|
+
int id special_effects_controller_view_tag 0x0
|
|
2103
2833
|
int id spline 0x0
|
|
2104
2834
|
int id split_action_bar 0x0
|
|
2105
2835
|
int id spread 0x0
|
|
@@ -2171,7 +2901,11 @@ int id up 0x0
|
|
|
2171
2901
|
int id view_offset_helper 0x0
|
|
2172
2902
|
int id view_tag_instance_handle 0x0
|
|
2173
2903
|
int id view_tag_native_id 0x0
|
|
2904
|
+
int id view_tree_lifecycle_owner 0x0
|
|
2905
|
+
int id view_tree_saved_state_registry_owner 0x0
|
|
2906
|
+
int id view_tree_view_model_store_owner 0x0
|
|
2174
2907
|
int id visible 0x0
|
|
2908
|
+
int id visible_removing_fragment_view_tag 0x0
|
|
2175
2909
|
int id withinBounds 0x0
|
|
2176
2910
|
int id wrap 0x0
|
|
2177
2911
|
int id wrap_content 0x0
|
|
@@ -2185,6 +2919,28 @@ int integer config_tooltipAnimTime 0x0
|
|
|
2185
2919
|
int integer design_snackbar_text_max_lines 0x0
|
|
2186
2920
|
int integer design_tab_indicator_anim_duration_ms 0x0
|
|
2187
2921
|
int integer hide_password_duration 0x0
|
|
2922
|
+
int integer m3_btn_anim_delay_ms 0x0
|
|
2923
|
+
int integer m3_btn_anim_duration_ms 0x0
|
|
2924
|
+
int integer m3_card_anim_delay_ms 0x0
|
|
2925
|
+
int integer m3_card_anim_duration_ms 0x0
|
|
2926
|
+
int integer m3_chip_anim_duration 0x0
|
|
2927
|
+
int integer m3_sys_motion_duration_100 0x0
|
|
2928
|
+
int integer m3_sys_motion_duration_1000 0x0
|
|
2929
|
+
int integer m3_sys_motion_duration_150 0x0
|
|
2930
|
+
int integer m3_sys_motion_duration_200 0x0
|
|
2931
|
+
int integer m3_sys_motion_duration_250 0x0
|
|
2932
|
+
int integer m3_sys_motion_duration_300 0x0
|
|
2933
|
+
int integer m3_sys_motion_duration_350 0x0
|
|
2934
|
+
int integer m3_sys_motion_duration_400 0x0
|
|
2935
|
+
int integer m3_sys_motion_duration_450 0x0
|
|
2936
|
+
int integer m3_sys_motion_duration_50 0x0
|
|
2937
|
+
int integer m3_sys_motion_duration_500 0x0
|
|
2938
|
+
int integer m3_sys_motion_duration_550 0x0
|
|
2939
|
+
int integer m3_sys_motion_duration_600 0x0
|
|
2940
|
+
int integer m3_sys_motion_duration_700 0x0
|
|
2941
|
+
int integer m3_sys_motion_duration_800 0x0
|
|
2942
|
+
int integer m3_sys_motion_duration_900 0x0
|
|
2943
|
+
int integer m3_sys_motion_path 0x0
|
|
2188
2944
|
int integer material_motion_duration_long_1 0x0
|
|
2189
2945
|
int integer material_motion_duration_long_2 0x0
|
|
2190
2946
|
int integer material_motion_duration_medium_1 0x0
|
|
@@ -2202,6 +2958,9 @@ int integer mtrl_card_anim_delay_ms 0x0
|
|
|
2202
2958
|
int integer mtrl_card_anim_duration_ms 0x0
|
|
2203
2959
|
int integer mtrl_chip_anim_duration 0x0
|
|
2204
2960
|
int integer mtrl_tab_indicator_anim_duration_ms 0x0
|
|
2961
|
+
int integer mtrl_view_gone 0x0
|
|
2962
|
+
int integer mtrl_view_invisible 0x0
|
|
2963
|
+
int integer mtrl_view_visible 0x0
|
|
2205
2964
|
int integer react_native_dev_server_port 0x0
|
|
2206
2965
|
int integer react_native_inspector_proxy_port 0x0
|
|
2207
2966
|
int integer show_password_duration 0x0
|
|
@@ -2264,6 +3023,10 @@ int layout design_text_input_end_icon 0x0
|
|
|
2264
3023
|
int layout design_text_input_start_icon 0x0
|
|
2265
3024
|
int layout dev_loading_view 0x0
|
|
2266
3025
|
int layout fps_view 0x0
|
|
3026
|
+
int layout m3_alert_dialog 0x0
|
|
3027
|
+
int layout m3_alert_dialog_actions 0x0
|
|
3028
|
+
int layout m3_alert_dialog_title 0x0
|
|
3029
|
+
int layout m3_auto_complete_simple_item 0x0
|
|
2267
3030
|
int layout material_chip_input_combo 0x0
|
|
2268
3031
|
int layout material_clock_display 0x0
|
|
2269
3032
|
int layout material_clock_display_divider 0x0
|
|
@@ -2284,6 +3047,7 @@ int layout mtrl_alert_dialog_title 0x0
|
|
|
2284
3047
|
int layout mtrl_alert_select_dialog_item 0x0
|
|
2285
3048
|
int layout mtrl_alert_select_dialog_multichoice 0x0
|
|
2286
3049
|
int layout mtrl_alert_select_dialog_singlechoice 0x0
|
|
3050
|
+
int layout mtrl_auto_complete_simple_item 0x0
|
|
2287
3051
|
int layout mtrl_calendar_day 0x0
|
|
2288
3052
|
int layout mtrl_calendar_day_of_week 0x0
|
|
2289
3053
|
int layout mtrl_calendar_days_of_week 0x0
|
|
@@ -2324,6 +3088,7 @@ int layout test_action_chip 0x0
|
|
|
2324
3088
|
int layout test_chip_zero_corner_radius 0x0
|
|
2325
3089
|
int layout test_design_checkbox 0x0
|
|
2326
3090
|
int layout test_design_radiobutton 0x0
|
|
3091
|
+
int layout test_exposed_dropdown_menu 0x0
|
|
2327
3092
|
int layout test_navigation_bar_item_layout 0x0
|
|
2328
3093
|
int layout test_reflow_chipgroup 0x0
|
|
2329
3094
|
int layout test_toolbar 0x0
|
|
@@ -2336,6 +3101,8 @@ int layout text_view_with_line_height_from_style 0x0
|
|
|
2336
3101
|
int layout text_view_with_theme_line_height 0x0
|
|
2337
3102
|
int layout text_view_without_line_height 0x0
|
|
2338
3103
|
int layout userleap_fragment_webview 0x0
|
|
3104
|
+
int menu example_menu 0x0
|
|
3105
|
+
int menu example_menu2 0x0
|
|
2339
3106
|
int plurals mtrl_badge_content_description 0x0
|
|
2340
3107
|
int string abc_action_bar_home_description 0x0
|
|
2341
3108
|
int string abc_action_bar_up_description 0x0
|
|
@@ -2345,18 +3112,6 @@ int string abc_activity_chooser_view_see_all 0x0
|
|
|
2345
3112
|
int string abc_activitychooserview_choose_application 0x0
|
|
2346
3113
|
int string abc_capital_off 0x0
|
|
2347
3114
|
int string abc_capital_on 0x0
|
|
2348
|
-
int string abc_font_family_body_1_material 0x0
|
|
2349
|
-
int string abc_font_family_body_2_material 0x0
|
|
2350
|
-
int string abc_font_family_button_material 0x0
|
|
2351
|
-
int string abc_font_family_caption_material 0x0
|
|
2352
|
-
int string abc_font_family_display_1_material 0x0
|
|
2353
|
-
int string abc_font_family_display_2_material 0x0
|
|
2354
|
-
int string abc_font_family_display_3_material 0x0
|
|
2355
|
-
int string abc_font_family_display_4_material 0x0
|
|
2356
|
-
int string abc_font_family_headline_material 0x0
|
|
2357
|
-
int string abc_font_family_menu_material 0x0
|
|
2358
|
-
int string abc_font_family_subhead_material 0x0
|
|
2359
|
-
int string abc_font_family_title_material 0x0
|
|
2360
3115
|
int string abc_menu_alt_shortcut_label 0x0
|
|
2361
3116
|
int string abc_menu_ctrl_shortcut_label 0x0
|
|
2362
3117
|
int string abc_menu_delete_shortcut_label 0x0
|
|
@@ -2426,7 +3181,23 @@ int string icon_content_description 0x0
|
|
|
2426
3181
|
int string image_description 0x0
|
|
2427
3182
|
int string imagebutton_description 0x0
|
|
2428
3183
|
int string item_view_role_description 0x0
|
|
3184
|
+
int string label 0x0
|
|
2429
3185
|
int string link_description 0x0
|
|
3186
|
+
int string m3_ref_typeface_brand_medium 0x0
|
|
3187
|
+
int string m3_ref_typeface_brand_regular 0x0
|
|
3188
|
+
int string m3_ref_typeface_plain_medium 0x0
|
|
3189
|
+
int string m3_ref_typeface_plain_regular 0x0
|
|
3190
|
+
int string m3_sys_motion_easing_emphasized 0x0
|
|
3191
|
+
int string m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3192
|
+
int string m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
3193
|
+
int string m3_sys_motion_easing_emphasized_path_data 0x0
|
|
3194
|
+
int string m3_sys_motion_easing_legacy 0x0
|
|
3195
|
+
int string m3_sys_motion_easing_legacy_accelerate 0x0
|
|
3196
|
+
int string m3_sys_motion_easing_legacy_decelerate 0x0
|
|
3197
|
+
int string m3_sys_motion_easing_linear 0x0
|
|
3198
|
+
int string m3_sys_motion_easing_standard 0x0
|
|
3199
|
+
int string m3_sys_motion_easing_standard_accelerate 0x0
|
|
3200
|
+
int string m3_sys_motion_easing_standard_decelerate 0x0
|
|
2430
3201
|
int string material_clock_display_divider 0x0
|
|
2431
3202
|
int string material_clock_toggle_content_description 0x0
|
|
2432
3203
|
int string material_hour_selection 0x0
|
|
@@ -2485,6 +3256,7 @@ int string mtrl_picker_toggle_to_calendar_input_mode 0x0
|
|
|
2485
3256
|
int string mtrl_picker_toggle_to_day_selection 0x0
|
|
2486
3257
|
int string mtrl_picker_toggle_to_text_input_mode 0x0
|
|
2487
3258
|
int string mtrl_picker_toggle_to_year_selection 0x0
|
|
3259
|
+
int string mtrl_timepicker_confirm 0x0
|
|
2488
3260
|
int string password_toggle_content_description 0x0
|
|
2489
3261
|
int string path_password_eye 0x0
|
|
2490
3262
|
int string path_password_eye_mask_strike_through 0x0
|
|
@@ -2588,6 +3360,10 @@ int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
|
|
|
2588
3360
|
int style Base_ThemeOverlay_AppCompat_Dialog 0x0
|
|
2589
3361
|
int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
|
|
2590
3362
|
int style Base_ThemeOverlay_AppCompat_Light 0x0
|
|
3363
|
+
int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x0
|
|
3364
|
+
int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
3365
|
+
int style Base_ThemeOverlay_Material3_Dialog 0x0
|
|
3366
|
+
int style Base_ThemeOverlay_Material3_TextInputEditText 0x0
|
|
2591
3367
|
int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
2592
3368
|
int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
2593
3369
|
int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
|
|
@@ -2607,6 +3383,12 @@ int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
|
|
|
2607
3383
|
int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
|
|
2608
3384
|
int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
|
|
2609
3385
|
int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
|
|
3386
|
+
int style Base_Theme_Material3_Dark 0x0
|
|
3387
|
+
int style Base_Theme_Material3_Dark_BottomSheetDialog 0x0
|
|
3388
|
+
int style Base_Theme_Material3_Dark_Dialog 0x0
|
|
3389
|
+
int style Base_Theme_Material3_Light 0x0
|
|
3390
|
+
int style Base_Theme_Material3_Light_BottomSheetDialog 0x0
|
|
3391
|
+
int style Base_Theme_Material3_Light_Dialog 0x0
|
|
2610
3392
|
int style Base_Theme_MaterialComponents 0x0
|
|
2611
3393
|
int style Base_Theme_MaterialComponents_Bridge 0x0
|
|
2612
3394
|
int style Base_Theme_MaterialComponents_CompactMenu 0x0
|
|
@@ -2626,10 +3408,17 @@ int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
|
|
|
2626
3408
|
int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
2627
3409
|
int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
|
|
2628
3410
|
int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
|
|
3411
|
+
int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
2629
3412
|
int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
2630
3413
|
int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
2631
3414
|
int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
2632
3415
|
int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
3416
|
+
int style Base_V14_Theme_Material3_Dark 0x0
|
|
3417
|
+
int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x0
|
|
3418
|
+
int style Base_V14_Theme_Material3_Dark_Dialog 0x0
|
|
3419
|
+
int style Base_V14_Theme_Material3_Light 0x0
|
|
3420
|
+
int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x0
|
|
3421
|
+
int style Base_V14_Theme_Material3_Light_Dialog 0x0
|
|
2633
3422
|
int style Base_V14_Theme_MaterialComponents 0x0
|
|
2634
3423
|
int style Base_V14_Theme_MaterialComponents_Bridge 0x0
|
|
2635
3424
|
int style Base_V14_Theme_MaterialComponents_Dialog 0x0
|
|
@@ -2640,6 +3429,7 @@ int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
|
|
|
2640
3429
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
|
|
2641
3430
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
2642
3431
|
int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
|
|
3432
|
+
int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
2643
3433
|
int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
2644
3434
|
int style Base_V21_Theme_AppCompat 0x0
|
|
2645
3435
|
int style Base_V21_Theme_AppCompat_Dialog 0x0
|
|
@@ -2653,6 +3443,10 @@ int style Base_V22_Theme_AppCompat 0x0
|
|
|
2653
3443
|
int style Base_V22_Theme_AppCompat_Light 0x0
|
|
2654
3444
|
int style Base_V23_Theme_AppCompat 0x0
|
|
2655
3445
|
int style Base_V23_Theme_AppCompat_Light 0x0
|
|
3446
|
+
int style Base_V24_Theme_Material3_Dark 0x0
|
|
3447
|
+
int style Base_V24_Theme_Material3_Dark_Dialog 0x0
|
|
3448
|
+
int style Base_V24_Theme_Material3_Light 0x0
|
|
3449
|
+
int style Base_V24_Theme_Material3_Light_Dialog 0x0
|
|
2656
3450
|
int style Base_V26_Theme_AppCompat 0x0
|
|
2657
3451
|
int style Base_V26_Theme_AppCompat_Light 0x0
|
|
2658
3452
|
int style Base_V26_Widget_AppCompat_Toolbar 0x0
|
|
@@ -2725,9 +3519,28 @@ int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
|
|
|
2725
3519
|
int style Base_Widget_AppCompat_Toolbar 0x0
|
|
2726
3520
|
int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
|
|
2727
3521
|
int style Base_Widget_Design_TabLayout 0x0
|
|
3522
|
+
int style Base_Widget_Material3_ActionBar_Solid 0x0
|
|
3523
|
+
int style Base_Widget_Material3_ActionMode 0x0
|
|
3524
|
+
int style Base_Widget_Material3_CardView 0x0
|
|
3525
|
+
int style Base_Widget_Material3_Chip 0x0
|
|
3526
|
+
int style Base_Widget_Material3_CollapsingToolbar 0x0
|
|
3527
|
+
int style Base_Widget_Material3_CompoundButton_CheckBox 0x0
|
|
3528
|
+
int style Base_Widget_Material3_CompoundButton_RadioButton 0x0
|
|
3529
|
+
int style Base_Widget_Material3_CompoundButton_Switch 0x0
|
|
3530
|
+
int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
|
|
3531
|
+
int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
|
|
3532
|
+
int style Base_Widget_Material3_FloatingActionButton 0x0
|
|
3533
|
+
int style Base_Widget_Material3_FloatingActionButton_Large 0x0
|
|
3534
|
+
int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
|
|
3535
|
+
int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
|
|
3536
|
+
int style Base_Widget_Material3_Snackbar 0x0
|
|
3537
|
+
int style Base_Widget_Material3_TabLayout 0x0
|
|
3538
|
+
int style Base_Widget_Material3_TabLayout_OnSurface 0x0
|
|
3539
|
+
int style Base_Widget_Material3_TabLayout_Secondary 0x0
|
|
2728
3540
|
int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
2729
3541
|
int style Base_Widget_MaterialComponents_CheckedTextView 0x0
|
|
2730
3542
|
int style Base_Widget_MaterialComponents_Chip 0x0
|
|
3543
|
+
int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
|
|
2731
3544
|
int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
|
|
2732
3545
|
int style Base_Widget_MaterialComponents_PopupMenu 0x0
|
|
2733
3546
|
int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
|
|
@@ -2746,6 +3559,15 @@ int style CardView_Light 0x0
|
|
|
2746
3559
|
int style DialogAnimationFade 0x0
|
|
2747
3560
|
int style DialogAnimationSlide 0x0
|
|
2748
3561
|
int style EmptyTheme 0x0
|
|
3562
|
+
int style MaterialAlertDialog_Material3 0x0
|
|
3563
|
+
int style MaterialAlertDialog_Material3_Body_Text 0x0
|
|
3564
|
+
int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x0
|
|
3565
|
+
int style MaterialAlertDialog_Material3_Title_Icon 0x0
|
|
3566
|
+
int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x0
|
|
3567
|
+
int style MaterialAlertDialog_Material3_Title_Panel 0x0
|
|
3568
|
+
int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x0
|
|
3569
|
+
int style MaterialAlertDialog_Material3_Title_Text 0x0
|
|
3570
|
+
int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x0
|
|
2749
3571
|
int style MaterialAlertDialog_MaterialComponents 0x0
|
|
2750
3572
|
int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
|
|
2751
3573
|
int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
|
|
@@ -2792,6 +3614,12 @@ int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x0
|
|
|
2792
3614
|
int style ShapeAppearanceOverlay_BottomRightCut 0x0
|
|
2793
3615
|
int style ShapeAppearanceOverlay_Cut 0x0
|
|
2794
3616
|
int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
|
|
3617
|
+
int style ShapeAppearanceOverlay_Material3_Button 0x0
|
|
3618
|
+
int style ShapeAppearanceOverlay_Material3_Chip 0x0
|
|
3619
|
+
int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
|
|
3620
|
+
int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
|
|
3621
|
+
int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x0
|
|
3622
|
+
int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
|
|
2795
3623
|
int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
|
|
2796
3624
|
int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
|
|
2797
3625
|
int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
|
|
@@ -2802,6 +3630,29 @@ int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
2802
3630
|
int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
|
|
2803
3631
|
int style ShapeAppearanceOverlay_TopLeftCut 0x0
|
|
2804
3632
|
int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
|
|
3633
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
|
|
3634
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
|
|
3635
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
|
|
3636
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
|
|
3637
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
|
|
3638
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
|
|
3639
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
|
|
3640
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
|
|
3641
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
|
|
3642
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
|
|
3643
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
|
|
3644
|
+
int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
|
|
3645
|
+
int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
|
|
3646
|
+
int style ShapeAppearance_Material3_Corner_Full 0x0
|
|
3647
|
+
int style ShapeAppearance_Material3_Corner_Large 0x0
|
|
3648
|
+
int style ShapeAppearance_Material3_Corner_Medium 0x0
|
|
3649
|
+
int style ShapeAppearance_Material3_Corner_None 0x0
|
|
3650
|
+
int style ShapeAppearance_Material3_Corner_Small 0x0
|
|
3651
|
+
int style ShapeAppearance_Material3_LargeComponent 0x0
|
|
3652
|
+
int style ShapeAppearance_Material3_MediumComponent 0x0
|
|
3653
|
+
int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
|
|
3654
|
+
int style ShapeAppearance_Material3_SmallComponent 0x0
|
|
3655
|
+
int style ShapeAppearance_Material3_Tooltip 0x0
|
|
2805
3656
|
int style ShapeAppearance_MaterialComponents 0x0
|
|
2806
3657
|
int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
|
|
2807
3658
|
int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
|
|
@@ -2885,6 +3736,39 @@ int style TextAppearance_Design_Prefix 0x0
|
|
|
2885
3736
|
int style TextAppearance_Design_Snackbar_Message 0x0
|
|
2886
3737
|
int style TextAppearance_Design_Suffix 0x0
|
|
2887
3738
|
int style TextAppearance_Design_Tab 0x0
|
|
3739
|
+
int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
|
|
3740
|
+
int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
|
|
3741
|
+
int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
|
|
3742
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
|
|
3743
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
|
|
3744
|
+
int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
|
|
3745
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
|
|
3746
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
|
|
3747
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
|
|
3748
|
+
int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
|
|
3749
|
+
int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
|
|
3750
|
+
int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
|
|
3751
|
+
int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
|
|
3752
|
+
int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
|
|
3753
|
+
int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
|
|
3754
|
+
int style TextAppearance_Material3_ActionBar_Subtitle 0x0
|
|
3755
|
+
int style TextAppearance_Material3_ActionBar_Title 0x0
|
|
3756
|
+
int style TextAppearance_Material3_BodyLarge 0x0
|
|
3757
|
+
int style TextAppearance_Material3_BodyMedium 0x0
|
|
3758
|
+
int style TextAppearance_Material3_BodySmall 0x0
|
|
3759
|
+
int style TextAppearance_Material3_DisplayLarge 0x0
|
|
3760
|
+
int style TextAppearance_Material3_DisplayMedium 0x0
|
|
3761
|
+
int style TextAppearance_Material3_DisplaySmall 0x0
|
|
3762
|
+
int style TextAppearance_Material3_HeadlineLarge 0x0
|
|
3763
|
+
int style TextAppearance_Material3_HeadlineMedium 0x0
|
|
3764
|
+
int style TextAppearance_Material3_HeadlineSmall 0x0
|
|
3765
|
+
int style TextAppearance_Material3_LabelLarge 0x0
|
|
3766
|
+
int style TextAppearance_Material3_LabelMedium 0x0
|
|
3767
|
+
int style TextAppearance_Material3_LabelSmall 0x0
|
|
3768
|
+
int style TextAppearance_Material3_MaterialTimePicker_Title 0x0
|
|
3769
|
+
int style TextAppearance_Material3_TitleLarge 0x0
|
|
3770
|
+
int style TextAppearance_Material3_TitleMedium 0x0
|
|
3771
|
+
int style TextAppearance_Material3_TitleSmall 0x0
|
|
2888
3772
|
int style TextAppearance_MaterialComponents_Badge 0x0
|
|
2889
3773
|
int style TextAppearance_MaterialComponents_Body1 0x0
|
|
2890
3774
|
int style TextAppearance_MaterialComponents_Body2 0x0
|
|
@@ -2902,6 +3786,9 @@ int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
|
2902
3786
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
2903
3787
|
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
2904
3788
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
3789
|
+
int style TextAppearance_Test_NoTextSize 0x0
|
|
3790
|
+
int style TextAppearance_Test_UsesDp 0x0
|
|
3791
|
+
int style TextAppearance_Test_UsesSP 0x0
|
|
2905
3792
|
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
|
|
2906
3793
|
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
|
|
2907
3794
|
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
|
|
@@ -2917,6 +3804,55 @@ int style ThemeOverlay_AppCompat_Dialog 0x0
|
|
|
2917
3804
|
int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
|
|
2918
3805
|
int style ThemeOverlay_AppCompat_Light 0x0
|
|
2919
3806
|
int style ThemeOverlay_Design_TextInputEditText 0x0
|
|
3807
|
+
int style ThemeOverlay_Material3 0x0
|
|
3808
|
+
int style ThemeOverlay_Material3_ActionBar 0x0
|
|
3809
|
+
int style ThemeOverlay_Material3_AutoCompleteTextView 0x0
|
|
3810
|
+
int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x0
|
|
3811
|
+
int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
|
|
3812
|
+
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
|
|
3813
|
+
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
|
|
3814
|
+
int style ThemeOverlay_Material3_BottomAppBar 0x0
|
|
3815
|
+
int style ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
3816
|
+
int style ThemeOverlay_Material3_Button 0x0
|
|
3817
|
+
int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
|
|
3818
|
+
int style ThemeOverlay_Material3_Button_TextButton 0x0
|
|
3819
|
+
int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
|
|
3820
|
+
int style ThemeOverlay_Material3_Button_TonalButton 0x0
|
|
3821
|
+
int style ThemeOverlay_Material3_Chip 0x0
|
|
3822
|
+
int style ThemeOverlay_Material3_Chip_Assist 0x0
|
|
3823
|
+
int style ThemeOverlay_Material3_Dark 0x0
|
|
3824
|
+
int style ThemeOverlay_Material3_Dark_ActionBar 0x0
|
|
3825
|
+
int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x0
|
|
3826
|
+
int style ThemeOverlay_Material3_Dialog 0x0
|
|
3827
|
+
int style ThemeOverlay_Material3_Dialog_Alert 0x0
|
|
3828
|
+
int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
|
|
3829
|
+
int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
|
|
3830
|
+
int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
|
|
3831
|
+
int style ThemeOverlay_Material3_DynamicColors_Light 0x0
|
|
3832
|
+
int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
|
|
3833
|
+
int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
|
|
3834
|
+
int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
|
|
3835
|
+
int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
|
|
3836
|
+
int style ThemeOverlay_Material3_HarmonizedColors 0x0
|
|
3837
|
+
int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
|
|
3838
|
+
int style ThemeOverlay_Material3_Light 0x0
|
|
3839
|
+
int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
|
|
3840
|
+
int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
|
|
3841
|
+
int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x0
|
|
3842
|
+
int style ThemeOverlay_Material3_MaterialCalendar 0x0
|
|
3843
|
+
int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x0
|
|
3844
|
+
int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x0
|
|
3845
|
+
int style ThemeOverlay_Material3_MaterialTimePicker 0x0
|
|
3846
|
+
int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
|
|
3847
|
+
int style ThemeOverlay_Material3_NavigationView 0x0
|
|
3848
|
+
int style ThemeOverlay_Material3_Snackbar 0x0
|
|
3849
|
+
int style ThemeOverlay_Material3_TextInputEditText 0x0
|
|
3850
|
+
int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x0
|
|
3851
|
+
int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x0
|
|
3852
|
+
int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x0
|
|
3853
|
+
int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x0
|
|
3854
|
+
int style ThemeOverlay_Material3_Toolbar_Surface 0x0
|
|
3855
|
+
int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x0
|
|
2920
3856
|
int style ThemeOverlay_MaterialComponents 0x0
|
|
2921
3857
|
int style ThemeOverlay_MaterialComponents_ActionBar 0x0
|
|
2922
3858
|
int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
|
|
@@ -2953,6 +3889,8 @@ int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
|
|
|
2953
3889
|
int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
|
|
2954
3890
|
int style ThemeOverlay_MaterialComponents_TimePicker 0x0
|
|
2955
3891
|
int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
|
|
3892
|
+
int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
|
|
3893
|
+
int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x0
|
|
2956
3894
|
int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
|
|
2957
3895
|
int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
|
|
2958
3896
|
int style Theme_AppCompat 0x0
|
|
@@ -2990,6 +3928,30 @@ int style Theme_Design_NoActionBar 0x0
|
|
|
2990
3928
|
int style Theme_FullScreenDialog 0x0
|
|
2991
3929
|
int style Theme_FullScreenDialogAnimatedFade 0x0
|
|
2992
3930
|
int style Theme_FullScreenDialogAnimatedSlide 0x0
|
|
3931
|
+
int style Theme_Material3_Dark 0x0
|
|
3932
|
+
int style Theme_Material3_Dark_BottomSheetDialog 0x0
|
|
3933
|
+
int style Theme_Material3_Dark_Dialog 0x0
|
|
3934
|
+
int style Theme_Material3_Dark_DialogWhenLarge 0x0
|
|
3935
|
+
int style Theme_Material3_Dark_Dialog_Alert 0x0
|
|
3936
|
+
int style Theme_Material3_Dark_Dialog_MinWidth 0x0
|
|
3937
|
+
int style Theme_Material3_Dark_NoActionBar 0x0
|
|
3938
|
+
int style Theme_Material3_DayNight 0x0
|
|
3939
|
+
int style Theme_Material3_DayNight_BottomSheetDialog 0x0
|
|
3940
|
+
int style Theme_Material3_DayNight_Dialog 0x0
|
|
3941
|
+
int style Theme_Material3_DayNight_DialogWhenLarge 0x0
|
|
3942
|
+
int style Theme_Material3_DayNight_Dialog_Alert 0x0
|
|
3943
|
+
int style Theme_Material3_DayNight_Dialog_MinWidth 0x0
|
|
3944
|
+
int style Theme_Material3_DayNight_NoActionBar 0x0
|
|
3945
|
+
int style Theme_Material3_DynamicColors_Dark 0x0
|
|
3946
|
+
int style Theme_Material3_DynamicColors_DayNight 0x0
|
|
3947
|
+
int style Theme_Material3_DynamicColors_Light 0x0
|
|
3948
|
+
int style Theme_Material3_Light 0x0
|
|
3949
|
+
int style Theme_Material3_Light_BottomSheetDialog 0x0
|
|
3950
|
+
int style Theme_Material3_Light_Dialog 0x0
|
|
3951
|
+
int style Theme_Material3_Light_DialogWhenLarge 0x0
|
|
3952
|
+
int style Theme_Material3_Light_Dialog_Alert 0x0
|
|
3953
|
+
int style Theme_Material3_Light_Dialog_MinWidth 0x0
|
|
3954
|
+
int style Theme_Material3_Light_NoActionBar 0x0
|
|
2993
3955
|
int style Theme_MaterialComponents 0x0
|
|
2994
3956
|
int style Theme_MaterialComponents_BottomSheetDialog 0x0
|
|
2995
3957
|
int style Theme_MaterialComponents_Bridge 0x0
|
|
@@ -3133,10 +4095,147 @@ int style Widget_Design_Snackbar 0x0
|
|
|
3133
4095
|
int style Widget_Design_TabLayout 0x0
|
|
3134
4096
|
int style Widget_Design_TextInputEditText 0x0
|
|
3135
4097
|
int style Widget_Design_TextInputLayout 0x0
|
|
4098
|
+
int style Widget_Material3_ActionBar_Solid 0x0
|
|
4099
|
+
int style Widget_Material3_ActionMode 0x0
|
|
4100
|
+
int style Widget_Material3_AppBarLayout 0x0
|
|
4101
|
+
int style Widget_Material3_AutoCompleteTextView_FilledBox 0x0
|
|
4102
|
+
int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
|
|
4103
|
+
int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
|
|
4104
|
+
int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
|
|
4105
|
+
int style Widget_Material3_Badge 0x0
|
|
4106
|
+
int style Widget_Material3_BottomAppBar 0x0
|
|
4107
|
+
int style Widget_Material3_BottomNavigationView 0x0
|
|
4108
|
+
int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
|
|
4109
|
+
int style Widget_Material3_BottomSheet 0x0
|
|
4110
|
+
int style Widget_Material3_BottomSheet_Modal 0x0
|
|
4111
|
+
int style Widget_Material3_Button 0x0
|
|
4112
|
+
int style Widget_Material3_Button_ElevatedButton 0x0
|
|
4113
|
+
int style Widget_Material3_Button_ElevatedButton_Icon 0x0
|
|
4114
|
+
int style Widget_Material3_Button_Icon 0x0
|
|
4115
|
+
int style Widget_Material3_Button_IconButton 0x0
|
|
4116
|
+
int style Widget_Material3_Button_OutlinedButton 0x0
|
|
4117
|
+
int style Widget_Material3_Button_OutlinedButton_Icon 0x0
|
|
4118
|
+
int style Widget_Material3_Button_TextButton 0x0
|
|
4119
|
+
int style Widget_Material3_Button_TextButton_Dialog 0x0
|
|
4120
|
+
int style Widget_Material3_Button_TextButton_Dialog_Flush 0x0
|
|
4121
|
+
int style Widget_Material3_Button_TextButton_Dialog_Icon 0x0
|
|
4122
|
+
int style Widget_Material3_Button_TextButton_Icon 0x0
|
|
4123
|
+
int style Widget_Material3_Button_TextButton_Snackbar 0x0
|
|
4124
|
+
int style Widget_Material3_Button_TonalButton 0x0
|
|
4125
|
+
int style Widget_Material3_Button_TonalButton_Icon 0x0
|
|
4126
|
+
int style Widget_Material3_Button_UnelevatedButton 0x0
|
|
4127
|
+
int style Widget_Material3_CardView_Elevated 0x0
|
|
4128
|
+
int style Widget_Material3_CardView_Filled 0x0
|
|
4129
|
+
int style Widget_Material3_CardView_Outlined 0x0
|
|
4130
|
+
int style Widget_Material3_CheckedTextView 0x0
|
|
4131
|
+
int style Widget_Material3_ChipGroup 0x0
|
|
4132
|
+
int style Widget_Material3_Chip_Assist 0x0
|
|
4133
|
+
int style Widget_Material3_Chip_Assist_Elevated 0x0
|
|
4134
|
+
int style Widget_Material3_Chip_Filter 0x0
|
|
4135
|
+
int style Widget_Material3_Chip_Filter_Elevated 0x0
|
|
4136
|
+
int style Widget_Material3_Chip_Input 0x0
|
|
4137
|
+
int style Widget_Material3_Chip_Input_Elevated 0x0
|
|
4138
|
+
int style Widget_Material3_Chip_Input_Icon 0x0
|
|
4139
|
+
int style Widget_Material3_Chip_Input_Icon_Elevated 0x0
|
|
4140
|
+
int style Widget_Material3_Chip_Suggestion 0x0
|
|
4141
|
+
int style Widget_Material3_Chip_Suggestion_Elevated 0x0
|
|
4142
|
+
int style Widget_Material3_CircularProgressIndicator 0x0
|
|
4143
|
+
int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x0
|
|
4144
|
+
int style Widget_Material3_CircularProgressIndicator_Medium 0x0
|
|
4145
|
+
int style Widget_Material3_CircularProgressIndicator_Small 0x0
|
|
4146
|
+
int style Widget_Material3_CollapsingToolbar 0x0
|
|
4147
|
+
int style Widget_Material3_CollapsingToolbar_Large 0x0
|
|
4148
|
+
int style Widget_Material3_CollapsingToolbar_Medium 0x0
|
|
4149
|
+
int style Widget_Material3_CompoundButton_CheckBox 0x0
|
|
4150
|
+
int style Widget_Material3_CompoundButton_RadioButton 0x0
|
|
4151
|
+
int style Widget_Material3_CompoundButton_Switch 0x0
|
|
4152
|
+
int style Widget_Material3_DrawerLayout 0x0
|
|
4153
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x0
|
|
4154
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x0
|
|
4155
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x0
|
|
4156
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x0
|
|
4157
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x0
|
|
4158
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x0
|
|
4159
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x0
|
|
4160
|
+
int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x0
|
|
4161
|
+
int style Widget_Material3_FloatingActionButton_Large_Primary 0x0
|
|
4162
|
+
int style Widget_Material3_FloatingActionButton_Large_Secondary 0x0
|
|
4163
|
+
int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
|
|
4164
|
+
int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
|
|
4165
|
+
int style Widget_Material3_FloatingActionButton_Primary 0x0
|
|
4166
|
+
int style Widget_Material3_FloatingActionButton_Secondary 0x0
|
|
4167
|
+
int style Widget_Material3_FloatingActionButton_Surface 0x0
|
|
4168
|
+
int style Widget_Material3_FloatingActionButton_Tertiary 0x0
|
|
4169
|
+
int style Widget_Material3_Light_ActionBar_Solid 0x0
|
|
4170
|
+
int style Widget_Material3_LinearProgressIndicator 0x0
|
|
4171
|
+
int style Widget_Material3_MaterialCalendar 0x0
|
|
4172
|
+
int style Widget_Material3_MaterialCalendar_Day 0x0
|
|
4173
|
+
int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x0
|
|
4174
|
+
int style Widget_Material3_MaterialCalendar_DayTextView 0x0
|
|
4175
|
+
int style Widget_Material3_MaterialCalendar_Day_Invalid 0x0
|
|
4176
|
+
int style Widget_Material3_MaterialCalendar_Day_Selected 0x0
|
|
4177
|
+
int style Widget_Material3_MaterialCalendar_Day_Today 0x0
|
|
4178
|
+
int style Widget_Material3_MaterialCalendar_Fullscreen 0x0
|
|
4179
|
+
int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x0
|
|
4180
|
+
int style Widget_Material3_MaterialCalendar_HeaderDivider 0x0
|
|
4181
|
+
int style Widget_Material3_MaterialCalendar_HeaderLayout 0x0
|
|
4182
|
+
int style Widget_Material3_MaterialCalendar_HeaderSelection 0x0
|
|
4183
|
+
int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x0
|
|
4184
|
+
int style Widget_Material3_MaterialCalendar_HeaderTitle 0x0
|
|
4185
|
+
int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x0
|
|
4186
|
+
int style Widget_Material3_MaterialCalendar_Item 0x0
|
|
4187
|
+
int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x0
|
|
4188
|
+
int style Widget_Material3_MaterialCalendar_MonthTextView 0x0
|
|
4189
|
+
int style Widget_Material3_MaterialCalendar_Year 0x0
|
|
4190
|
+
int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x0
|
|
4191
|
+
int style Widget_Material3_MaterialCalendar_Year_Selected 0x0
|
|
4192
|
+
int style Widget_Material3_MaterialCalendar_Year_Today 0x0
|
|
4193
|
+
int style Widget_Material3_MaterialDivider 0x0
|
|
4194
|
+
int style Widget_Material3_MaterialDivider_Heavy 0x0
|
|
4195
|
+
int style Widget_Material3_MaterialTimePicker 0x0
|
|
4196
|
+
int style Widget_Material3_MaterialTimePicker_Button 0x0
|
|
4197
|
+
int style Widget_Material3_MaterialTimePicker_Clock 0x0
|
|
4198
|
+
int style Widget_Material3_MaterialTimePicker_Display 0x0
|
|
4199
|
+
int style Widget_Material3_MaterialTimePicker_Display_Divider 0x0
|
|
4200
|
+
int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x0
|
|
4201
|
+
int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
|
|
4202
|
+
int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x0
|
|
4203
|
+
int style Widget_Material3_MaterialTimePicker_ImageButton 0x0
|
|
4204
|
+
int style Widget_Material3_NavigationRailView 0x0
|
|
4205
|
+
int style Widget_Material3_NavigationRailView_ActiveIndicator 0x0
|
|
4206
|
+
int style Widget_Material3_NavigationView 0x0
|
|
4207
|
+
int style Widget_Material3_PopupMenu 0x0
|
|
4208
|
+
int style Widget_Material3_PopupMenu_ContextMenu 0x0
|
|
4209
|
+
int style Widget_Material3_PopupMenu_ListPopupWindow 0x0
|
|
4210
|
+
int style Widget_Material3_PopupMenu_Overflow 0x0
|
|
4211
|
+
int style Widget_Material3_Slider 0x0
|
|
4212
|
+
int style Widget_Material3_Snackbar 0x0
|
|
4213
|
+
int style Widget_Material3_Snackbar_FullWidth 0x0
|
|
4214
|
+
int style Widget_Material3_Snackbar_TextView 0x0
|
|
4215
|
+
int style Widget_Material3_TabLayout 0x0
|
|
4216
|
+
int style Widget_Material3_TabLayout_OnSurface 0x0
|
|
4217
|
+
int style Widget_Material3_TabLayout_Secondary 0x0
|
|
4218
|
+
int style Widget_Material3_TextInputEditText_FilledBox 0x0
|
|
4219
|
+
int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x0
|
|
4220
|
+
int style Widget_Material3_TextInputEditText_OutlinedBox 0x0
|
|
4221
|
+
int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x0
|
|
4222
|
+
int style Widget_Material3_TextInputLayout_FilledBox 0x0
|
|
4223
|
+
int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x0
|
|
4224
|
+
int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
|
|
4225
|
+
int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
|
|
4226
|
+
int style Widget_Material3_TextInputLayout_OutlinedBox 0x0
|
|
4227
|
+
int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x0
|
|
4228
|
+
int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
|
|
4229
|
+
int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
|
|
4230
|
+
int style Widget_Material3_Toolbar 0x0
|
|
4231
|
+
int style Widget_Material3_Toolbar_OnSurface 0x0
|
|
4232
|
+
int style Widget_Material3_Toolbar_Surface 0x0
|
|
4233
|
+
int style Widget_Material3_Tooltip 0x0
|
|
3136
4234
|
int style Widget_MaterialComponents_ActionBar_Primary 0x0
|
|
3137
4235
|
int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
|
|
3138
4236
|
int style Widget_MaterialComponents_ActionBar_Solid 0x0
|
|
3139
4237
|
int style Widget_MaterialComponents_ActionBar_Surface 0x0
|
|
4238
|
+
int style Widget_MaterialComponents_ActionMode 0x0
|
|
3140
4239
|
int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
|
|
3141
4240
|
int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
|
|
3142
4241
|
int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
|
|
@@ -3188,6 +4287,7 @@ int style Widget_MaterialComponents_LinearProgressIndicator 0x0
|
|
|
3188
4287
|
int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
|
|
3189
4288
|
int style Widget_MaterialComponents_MaterialCalendar 0x0
|
|
3190
4289
|
int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
|
|
4290
|
+
int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x0
|
|
3191
4291
|
int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
|
|
3192
4292
|
int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
|
|
3193
4293
|
int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
|
|
@@ -3208,6 +4308,7 @@ int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
3208
4308
|
int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
|
|
3209
4309
|
int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
|
|
3210
4310
|
int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
|
|
4311
|
+
int style Widget_MaterialComponents_MaterialDivider 0x0
|
|
3211
4312
|
int style Widget_MaterialComponents_NavigationRailView 0x0
|
|
3212
4313
|
int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
|
|
3213
4314
|
int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
|
|
@@ -3244,7 +4345,10 @@ int style Widget_MaterialComponents_TimePicker 0x0
|
|
|
3244
4345
|
int style Widget_MaterialComponents_TimePicker_Button 0x0
|
|
3245
4346
|
int style Widget_MaterialComponents_TimePicker_Clock 0x0
|
|
3246
4347
|
int style Widget_MaterialComponents_TimePicker_Display 0x0
|
|
4348
|
+
int style Widget_MaterialComponents_TimePicker_Display_Divider 0x0
|
|
4349
|
+
int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x0
|
|
3247
4350
|
int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
|
|
4351
|
+
int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x0
|
|
3248
4352
|
int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
|
|
3249
4353
|
int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
|
|
3250
4354
|
int style Widget_MaterialComponents_Toolbar 0x0
|
|
@@ -3340,9 +4444,11 @@ int styleable AppBarLayoutStates_state_collapsed 0
|
|
|
3340
4444
|
int styleable AppBarLayoutStates_state_collapsible 1
|
|
3341
4445
|
int styleable AppBarLayoutStates_state_liftable 2
|
|
3342
4446
|
int styleable AppBarLayoutStates_state_lifted 3
|
|
3343
|
-
int[] styleable AppBarLayout_Layout { 0x0, 0x0 }
|
|
3344
|
-
int styleable
|
|
3345
|
-
int styleable
|
|
4447
|
+
int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
|
|
4448
|
+
int styleable AppBarLayout_Layout_layout_scrollEffect 0
|
|
4449
|
+
int styleable AppBarLayout_Layout_layout_scrollFlags 1
|
|
4450
|
+
int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
|
|
4451
|
+
int[] styleable AppCompatEmojiHelper { }
|
|
3346
4452
|
int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
|
|
3347
4453
|
int styleable AppCompatImageView_android_src 0
|
|
3348
4454
|
int styleable AppCompatImageView_srcCompat 1
|
|
@@ -3361,7 +4467,7 @@ int styleable AppCompatTextHelper_android_drawableRight 3
|
|
|
3361
4467
|
int styleable AppCompatTextHelper_android_drawableStart 4
|
|
3362
4468
|
int styleable AppCompatTextHelper_android_drawableTop 5
|
|
3363
4469
|
int styleable AppCompatTextHelper_android_textAppearance 6
|
|
3364
|
-
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4470
|
+
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3365
4471
|
int styleable AppCompatTextView_android_textAppearance 0
|
|
3366
4472
|
int styleable AppCompatTextView_autoSizeMaxTextSize 1
|
|
3367
4473
|
int styleable AppCompatTextView_autoSizeMinTextSize 2
|
|
@@ -3376,14 +4482,15 @@ int styleable AppCompatTextView_drawableStartCompat 10
|
|
|
3376
4482
|
int styleable AppCompatTextView_drawableTint 11
|
|
3377
4483
|
int styleable AppCompatTextView_drawableTintMode 12
|
|
3378
4484
|
int styleable AppCompatTextView_drawableTopCompat 13
|
|
3379
|
-
int styleable
|
|
3380
|
-
int styleable
|
|
3381
|
-
int styleable
|
|
3382
|
-
int styleable
|
|
3383
|
-
int styleable
|
|
3384
|
-
int styleable
|
|
3385
|
-
int styleable
|
|
3386
|
-
int
|
|
4485
|
+
int styleable AppCompatTextView_emojiCompatEnabled 14
|
|
4486
|
+
int styleable AppCompatTextView_firstBaselineToTopHeight 15
|
|
4487
|
+
int styleable AppCompatTextView_fontFamily 16
|
|
4488
|
+
int styleable AppCompatTextView_fontVariationSettings 17
|
|
4489
|
+
int styleable AppCompatTextView_lastBaselineToBottomHeight 18
|
|
4490
|
+
int styleable AppCompatTextView_lineHeight 19
|
|
4491
|
+
int styleable AppCompatTextView_textAllCaps 20
|
|
4492
|
+
int styleable AppCompatTextView_textLocale 21
|
|
4493
|
+
int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3387
4494
|
int styleable AppCompatTheme_actionBarDivider 0
|
|
3388
4495
|
int styleable AppCompatTheme_actionBarItemBackground 1
|
|
3389
4496
|
int styleable AppCompatTheme_actionBarPopupTheme 2
|
|
@@ -3401,114 +4508,116 @@ int styleable AppCompatTheme_actionMenuTextAppearance 13
|
|
|
3401
4508
|
int styleable AppCompatTheme_actionMenuTextColor 14
|
|
3402
4509
|
int styleable AppCompatTheme_actionModeBackground 15
|
|
3403
4510
|
int styleable AppCompatTheme_actionModeCloseButtonStyle 16
|
|
3404
|
-
int styleable
|
|
3405
|
-
int styleable
|
|
3406
|
-
int styleable
|
|
3407
|
-
int styleable
|
|
3408
|
-
int styleable
|
|
3409
|
-
int styleable
|
|
3410
|
-
int styleable
|
|
3411
|
-
int styleable
|
|
3412
|
-
int styleable
|
|
3413
|
-
int styleable
|
|
3414
|
-
int styleable
|
|
3415
|
-
int styleable
|
|
3416
|
-
int styleable
|
|
3417
|
-
int styleable
|
|
3418
|
-
int styleable
|
|
3419
|
-
int styleable
|
|
3420
|
-
int styleable
|
|
3421
|
-
int styleable
|
|
3422
|
-
int styleable
|
|
3423
|
-
int styleable
|
|
3424
|
-
int styleable
|
|
3425
|
-
int styleable
|
|
3426
|
-
int styleable
|
|
3427
|
-
int styleable
|
|
3428
|
-
int styleable
|
|
3429
|
-
int styleable
|
|
3430
|
-
int styleable
|
|
3431
|
-
int styleable
|
|
3432
|
-
int styleable
|
|
3433
|
-
int styleable
|
|
3434
|
-
int styleable
|
|
3435
|
-
int styleable
|
|
3436
|
-
int styleable
|
|
3437
|
-
int styleable
|
|
3438
|
-
int styleable
|
|
3439
|
-
int styleable
|
|
3440
|
-
int styleable
|
|
3441
|
-
int styleable
|
|
3442
|
-
int styleable
|
|
3443
|
-
int styleable
|
|
3444
|
-
int styleable
|
|
3445
|
-
int styleable
|
|
3446
|
-
int styleable
|
|
3447
|
-
int styleable
|
|
3448
|
-
int styleable
|
|
3449
|
-
int styleable
|
|
3450
|
-
int styleable
|
|
3451
|
-
int styleable
|
|
3452
|
-
int styleable
|
|
3453
|
-
int styleable
|
|
3454
|
-
int styleable
|
|
3455
|
-
int styleable
|
|
3456
|
-
int styleable
|
|
3457
|
-
int styleable
|
|
3458
|
-
int styleable
|
|
3459
|
-
int styleable
|
|
3460
|
-
int styleable
|
|
3461
|
-
int styleable
|
|
3462
|
-
int styleable
|
|
3463
|
-
int styleable
|
|
3464
|
-
int styleable
|
|
3465
|
-
int styleable
|
|
3466
|
-
int styleable
|
|
3467
|
-
int styleable
|
|
3468
|
-
int styleable
|
|
3469
|
-
int styleable
|
|
3470
|
-
int styleable
|
|
3471
|
-
int styleable
|
|
3472
|
-
int styleable
|
|
3473
|
-
int styleable
|
|
3474
|
-
int styleable
|
|
3475
|
-
int styleable
|
|
3476
|
-
int styleable
|
|
3477
|
-
int styleable
|
|
3478
|
-
int styleable
|
|
3479
|
-
int styleable
|
|
3480
|
-
int styleable
|
|
3481
|
-
int styleable
|
|
3482
|
-
int styleable
|
|
3483
|
-
int styleable
|
|
3484
|
-
int styleable
|
|
3485
|
-
int styleable
|
|
3486
|
-
int styleable
|
|
3487
|
-
int styleable
|
|
3488
|
-
int styleable
|
|
3489
|
-
int styleable
|
|
3490
|
-
int styleable
|
|
3491
|
-
int styleable
|
|
3492
|
-
int styleable
|
|
3493
|
-
int styleable
|
|
3494
|
-
int styleable
|
|
3495
|
-
int styleable
|
|
3496
|
-
int styleable
|
|
3497
|
-
int styleable
|
|
3498
|
-
int styleable
|
|
3499
|
-
int styleable
|
|
3500
|
-
int styleable
|
|
3501
|
-
int styleable
|
|
3502
|
-
int styleable
|
|
3503
|
-
int styleable
|
|
3504
|
-
int styleable
|
|
3505
|
-
int styleable
|
|
3506
|
-
int styleable
|
|
3507
|
-
int styleable
|
|
3508
|
-
int styleable
|
|
3509
|
-
int styleable
|
|
3510
|
-
int styleable
|
|
3511
|
-
int styleable
|
|
4511
|
+
int styleable AppCompatTheme_actionModeCloseContentDescription 17
|
|
4512
|
+
int styleable AppCompatTheme_actionModeCloseDrawable 18
|
|
4513
|
+
int styleable AppCompatTheme_actionModeCopyDrawable 19
|
|
4514
|
+
int styleable AppCompatTheme_actionModeCutDrawable 20
|
|
4515
|
+
int styleable AppCompatTheme_actionModeFindDrawable 21
|
|
4516
|
+
int styleable AppCompatTheme_actionModePasteDrawable 22
|
|
4517
|
+
int styleable AppCompatTheme_actionModePopupWindowStyle 23
|
|
4518
|
+
int styleable AppCompatTheme_actionModeSelectAllDrawable 24
|
|
4519
|
+
int styleable AppCompatTheme_actionModeShareDrawable 25
|
|
4520
|
+
int styleable AppCompatTheme_actionModeSplitBackground 26
|
|
4521
|
+
int styleable AppCompatTheme_actionModeStyle 27
|
|
4522
|
+
int styleable AppCompatTheme_actionModeTheme 28
|
|
4523
|
+
int styleable AppCompatTheme_actionModeWebSearchDrawable 29
|
|
4524
|
+
int styleable AppCompatTheme_actionOverflowButtonStyle 30
|
|
4525
|
+
int styleable AppCompatTheme_actionOverflowMenuStyle 31
|
|
4526
|
+
int styleable AppCompatTheme_activityChooserViewStyle 32
|
|
4527
|
+
int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
|
|
4528
|
+
int styleable AppCompatTheme_alertDialogCenterButtons 34
|
|
4529
|
+
int styleable AppCompatTheme_alertDialogStyle 35
|
|
4530
|
+
int styleable AppCompatTheme_alertDialogTheme 36
|
|
4531
|
+
int styleable AppCompatTheme_android_windowAnimationStyle 37
|
|
4532
|
+
int styleable AppCompatTheme_android_windowIsFloating 38
|
|
4533
|
+
int styleable AppCompatTheme_autoCompleteTextViewStyle 39
|
|
4534
|
+
int styleable AppCompatTheme_borderlessButtonStyle 40
|
|
4535
|
+
int styleable AppCompatTheme_buttonBarButtonStyle 41
|
|
4536
|
+
int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
|
|
4537
|
+
int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
|
|
4538
|
+
int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
|
|
4539
|
+
int styleable AppCompatTheme_buttonBarStyle 45
|
|
4540
|
+
int styleable AppCompatTheme_buttonStyle 46
|
|
4541
|
+
int styleable AppCompatTheme_buttonStyleSmall 47
|
|
4542
|
+
int styleable AppCompatTheme_checkboxStyle 48
|
|
4543
|
+
int styleable AppCompatTheme_checkedTextViewStyle 49
|
|
4544
|
+
int styleable AppCompatTheme_colorAccent 50
|
|
4545
|
+
int styleable AppCompatTheme_colorBackgroundFloating 51
|
|
4546
|
+
int styleable AppCompatTheme_colorButtonNormal 52
|
|
4547
|
+
int styleable AppCompatTheme_colorControlActivated 53
|
|
4548
|
+
int styleable AppCompatTheme_colorControlHighlight 54
|
|
4549
|
+
int styleable AppCompatTheme_colorControlNormal 55
|
|
4550
|
+
int styleable AppCompatTheme_colorError 56
|
|
4551
|
+
int styleable AppCompatTheme_colorPrimary 57
|
|
4552
|
+
int styleable AppCompatTheme_colorPrimaryDark 58
|
|
4553
|
+
int styleable AppCompatTheme_colorSwitchThumbNormal 59
|
|
4554
|
+
int styleable AppCompatTheme_controlBackground 60
|
|
4555
|
+
int styleable AppCompatTheme_dialogCornerRadius 61
|
|
4556
|
+
int styleable AppCompatTheme_dialogPreferredPadding 62
|
|
4557
|
+
int styleable AppCompatTheme_dialogTheme 63
|
|
4558
|
+
int styleable AppCompatTheme_dividerHorizontal 64
|
|
4559
|
+
int styleable AppCompatTheme_dividerVertical 65
|
|
4560
|
+
int styleable AppCompatTheme_dropDownListViewStyle 66
|
|
4561
|
+
int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
|
|
4562
|
+
int styleable AppCompatTheme_editTextBackground 68
|
|
4563
|
+
int styleable AppCompatTheme_editTextColor 69
|
|
4564
|
+
int styleable AppCompatTheme_editTextStyle 70
|
|
4565
|
+
int styleable AppCompatTheme_homeAsUpIndicator 71
|
|
4566
|
+
int styleable AppCompatTheme_imageButtonStyle 72
|
|
4567
|
+
int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
|
|
4568
|
+
int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
|
|
4569
|
+
int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
|
|
4570
|
+
int styleable AppCompatTheme_listDividerAlertDialog 76
|
|
4571
|
+
int styleable AppCompatTheme_listMenuViewStyle 77
|
|
4572
|
+
int styleable AppCompatTheme_listPopupWindowStyle 78
|
|
4573
|
+
int styleable AppCompatTheme_listPreferredItemHeight 79
|
|
4574
|
+
int styleable AppCompatTheme_listPreferredItemHeightLarge 80
|
|
4575
|
+
int styleable AppCompatTheme_listPreferredItemHeightSmall 81
|
|
4576
|
+
int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
|
|
4577
|
+
int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
|
|
4578
|
+
int styleable AppCompatTheme_listPreferredItemPaddingRight 84
|
|
4579
|
+
int styleable AppCompatTheme_listPreferredItemPaddingStart 85
|
|
4580
|
+
int styleable AppCompatTheme_panelBackground 86
|
|
4581
|
+
int styleable AppCompatTheme_panelMenuListTheme 87
|
|
4582
|
+
int styleable AppCompatTheme_panelMenuListWidth 88
|
|
4583
|
+
int styleable AppCompatTheme_popupMenuStyle 89
|
|
4584
|
+
int styleable AppCompatTheme_popupWindowStyle 90
|
|
4585
|
+
int styleable AppCompatTheme_radioButtonStyle 91
|
|
4586
|
+
int styleable AppCompatTheme_ratingBarStyle 92
|
|
4587
|
+
int styleable AppCompatTheme_ratingBarStyleIndicator 93
|
|
4588
|
+
int styleable AppCompatTheme_ratingBarStyleSmall 94
|
|
4589
|
+
int styleable AppCompatTheme_searchViewStyle 95
|
|
4590
|
+
int styleable AppCompatTheme_seekBarStyle 96
|
|
4591
|
+
int styleable AppCompatTheme_selectableItemBackground 97
|
|
4592
|
+
int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
|
|
4593
|
+
int styleable AppCompatTheme_spinnerDropDownItemStyle 99
|
|
4594
|
+
int styleable AppCompatTheme_spinnerStyle 100
|
|
4595
|
+
int styleable AppCompatTheme_switchStyle 101
|
|
4596
|
+
int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
|
|
4597
|
+
int styleable AppCompatTheme_textAppearanceListItem 103
|
|
4598
|
+
int styleable AppCompatTheme_textAppearanceListItemSecondary 104
|
|
4599
|
+
int styleable AppCompatTheme_textAppearanceListItemSmall 105
|
|
4600
|
+
int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
|
|
4601
|
+
int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
|
|
4602
|
+
int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
|
|
4603
|
+
int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
|
|
4604
|
+
int styleable AppCompatTheme_textColorAlertDialogListItem 110
|
|
4605
|
+
int styleable AppCompatTheme_textColorSearchUrl 111
|
|
4606
|
+
int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
|
|
4607
|
+
int styleable AppCompatTheme_toolbarStyle 113
|
|
4608
|
+
int styleable AppCompatTheme_tooltipForegroundColor 114
|
|
4609
|
+
int styleable AppCompatTheme_tooltipFrameBackground 115
|
|
4610
|
+
int styleable AppCompatTheme_viewInflaterClass 116
|
|
4611
|
+
int styleable AppCompatTheme_windowActionBar 117
|
|
4612
|
+
int styleable AppCompatTheme_windowActionBarOverlay 118
|
|
4613
|
+
int styleable AppCompatTheme_windowActionModeOverlay 119
|
|
4614
|
+
int styleable AppCompatTheme_windowFixedHeightMajor 120
|
|
4615
|
+
int styleable AppCompatTheme_windowFixedHeightMinor 121
|
|
4616
|
+
int styleable AppCompatTheme_windowFixedWidthMajor 122
|
|
4617
|
+
int styleable AppCompatTheme_windowFixedWidthMinor 123
|
|
4618
|
+
int styleable AppCompatTheme_windowMinWidthMajor 124
|
|
4619
|
+
int styleable AppCompatTheme_windowMinWidthMinor 125
|
|
4620
|
+
int styleable AppCompatTheme_windowNoTitle 126
|
|
3512
4621
|
int[] styleable Autofill_InlineSuggestion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3513
4622
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0
|
|
3514
4623
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1
|
|
@@ -3516,14 +4625,19 @@ int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2
|
|
|
3516
4625
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3
|
|
3517
4626
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4
|
|
3518
4627
|
int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5
|
|
3519
|
-
int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4628
|
+
int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3520
4629
|
int styleable Badge_backgroundColor 0
|
|
3521
4630
|
int styleable Badge_badgeGravity 1
|
|
3522
|
-
int styleable
|
|
3523
|
-
int styleable
|
|
3524
|
-
int styleable
|
|
3525
|
-
int styleable
|
|
3526
|
-
int styleable
|
|
4631
|
+
int styleable Badge_badgeRadius 2
|
|
4632
|
+
int styleable Badge_badgeTextColor 3
|
|
4633
|
+
int styleable Badge_badgeWidePadding 4
|
|
4634
|
+
int styleable Badge_badgeWithTextRadius 5
|
|
4635
|
+
int styleable Badge_horizontalOffset 6
|
|
4636
|
+
int styleable Badge_horizontalOffsetWithText 7
|
|
4637
|
+
int styleable Badge_maxCharacterCount 8
|
|
4638
|
+
int styleable Badge_number 9
|
|
4639
|
+
int styleable Badge_verticalOffset 10
|
|
4640
|
+
int styleable Badge_verticalOffsetWithText 11
|
|
3527
4641
|
int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3528
4642
|
int styleable BaseProgressIndicator_android_indeterminate 0
|
|
3529
4643
|
int styleable BaseProgressIndicator_hideAnimationBehavior 1
|
|
@@ -3534,7 +4648,7 @@ int styleable BaseProgressIndicator_showDelay 5
|
|
|
3534
4648
|
int styleable BaseProgressIndicator_trackColor 6
|
|
3535
4649
|
int styleable BaseProgressIndicator_trackCornerRadius 7
|
|
3536
4650
|
int styleable BaseProgressIndicator_trackThickness 8
|
|
3537
|
-
int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4651
|
+
int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3538
4652
|
int styleable BottomAppBar_backgroundTint 0
|
|
3539
4653
|
int styleable BottomAppBar_elevation 1
|
|
3540
4654
|
int styleable BottomAppBar_fabAlignmentMode 2
|
|
@@ -3543,32 +4657,41 @@ int styleable BottomAppBar_fabCradleMargin 4
|
|
|
3543
4657
|
int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
|
|
3544
4658
|
int styleable BottomAppBar_fabCradleVerticalOffset 6
|
|
3545
4659
|
int styleable BottomAppBar_hideOnScroll 7
|
|
3546
|
-
int styleable
|
|
3547
|
-
int styleable
|
|
3548
|
-
int styleable
|
|
3549
|
-
int
|
|
3550
|
-
int styleable
|
|
3551
|
-
int
|
|
4660
|
+
int styleable BottomAppBar_navigationIconTint 8
|
|
4661
|
+
int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
|
|
4662
|
+
int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
|
|
4663
|
+
int styleable BottomAppBar_paddingRightSystemWindowInsets 11
|
|
4664
|
+
int[] styleable BottomNavigationView { 0x1010140, 0x0 }
|
|
4665
|
+
int styleable BottomNavigationView_android_minHeight 0
|
|
4666
|
+
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
|
|
4667
|
+
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3552
4668
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
3553
|
-
int styleable
|
|
3554
|
-
int styleable
|
|
3555
|
-
int styleable
|
|
3556
|
-
int styleable
|
|
3557
|
-
int styleable
|
|
3558
|
-
int styleable
|
|
3559
|
-
int styleable
|
|
3560
|
-
int styleable
|
|
3561
|
-
int styleable
|
|
3562
|
-
int styleable
|
|
3563
|
-
int styleable
|
|
3564
|
-
int styleable
|
|
3565
|
-
int styleable
|
|
3566
|
-
int styleable
|
|
3567
|
-
int styleable
|
|
3568
|
-
int styleable
|
|
3569
|
-
int styleable
|
|
4669
|
+
int styleable BottomSheetBehavior_Layout_android_maxHeight 1
|
|
4670
|
+
int styleable BottomSheetBehavior_Layout_android_maxWidth 2
|
|
4671
|
+
int styleable BottomSheetBehavior_Layout_backgroundTint 3
|
|
4672
|
+
int styleable BottomSheetBehavior_Layout_behavior_draggable 4
|
|
4673
|
+
int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
|
|
4674
|
+
int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
|
|
4675
|
+
int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
|
|
4676
|
+
int styleable BottomSheetBehavior_Layout_behavior_hideable 8
|
|
4677
|
+
int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
|
|
4678
|
+
int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
|
|
4679
|
+
int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
|
|
4680
|
+
int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
|
|
4681
|
+
int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
|
|
4682
|
+
int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
|
|
4683
|
+
int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
|
|
4684
|
+
int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
|
|
4685
|
+
int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
|
|
4686
|
+
int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
|
|
4687
|
+
int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
|
|
4688
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearance 20
|
|
4689
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
|
|
3570
4690
|
int[] styleable ButtonBarLayout { 0x0 }
|
|
3571
4691
|
int styleable ButtonBarLayout_allowStacking 0
|
|
4692
|
+
int[] styleable Capability { 0x0, 0x0 }
|
|
4693
|
+
int styleable Capability_queryPatterns 0
|
|
4694
|
+
int styleable Capability_shortcutMatchRequired 1
|
|
3572
4695
|
int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3573
4696
|
int styleable CardView_android_minHeight 0
|
|
3574
4697
|
int styleable CardView_android_minWidth 1
|
|
@@ -3583,6 +4706,11 @@ int styleable CardView_contentPaddingBottom 9
|
|
|
3583
4706
|
int styleable CardView_contentPaddingLeft 10
|
|
3584
4707
|
int styleable CardView_contentPaddingRight 11
|
|
3585
4708
|
int styleable CardView_contentPaddingTop 12
|
|
4709
|
+
int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
|
|
4710
|
+
int styleable CheckedTextView_android_checkMark 0
|
|
4711
|
+
int styleable CheckedTextView_checkMarkCompat 1
|
|
4712
|
+
int styleable CheckedTextView_checkMarkTint 2
|
|
4713
|
+
int styleable CheckedTextView_checkMarkTintMode 3
|
|
3586
4714
|
int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3587
4715
|
int styleable Chip_android_checkable 0
|
|
3588
4716
|
int styleable Chip_android_ellipsize 1
|
|
@@ -3645,34 +4773,39 @@ int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
|
|
|
3645
4773
|
int styleable ClockHandView_clockHandColor 0
|
|
3646
4774
|
int styleable ClockHandView_materialCircleRadius 1
|
|
3647
4775
|
int styleable ClockHandView_selectorSize 2
|
|
3648
|
-
int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4776
|
+
int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3649
4777
|
int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
|
|
3650
4778
|
int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
|
|
3651
|
-
int styleable
|
|
3652
|
-
int styleable
|
|
3653
|
-
int styleable
|
|
3654
|
-
int styleable
|
|
3655
|
-
int styleable
|
|
3656
|
-
int styleable
|
|
3657
|
-
int styleable
|
|
3658
|
-
int styleable
|
|
3659
|
-
int styleable
|
|
3660
|
-
int styleable
|
|
3661
|
-
int styleable
|
|
3662
|
-
int styleable
|
|
3663
|
-
int styleable
|
|
3664
|
-
int styleable
|
|
3665
|
-
int styleable
|
|
3666
|
-
int styleable
|
|
3667
|
-
int styleable
|
|
3668
|
-
int styleable
|
|
4779
|
+
int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
|
|
4780
|
+
int styleable CollapsingToolbarLayout_contentScrim 3
|
|
4781
|
+
int styleable CollapsingToolbarLayout_expandedTitleGravity 4
|
|
4782
|
+
int styleable CollapsingToolbarLayout_expandedTitleMargin 5
|
|
4783
|
+
int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
|
|
4784
|
+
int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
|
|
4785
|
+
int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
|
|
4786
|
+
int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
|
|
4787
|
+
int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
|
|
4788
|
+
int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
|
|
4789
|
+
int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
|
|
4790
|
+
int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
|
|
4791
|
+
int styleable CollapsingToolbarLayout_maxLines 14
|
|
4792
|
+
int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
|
|
4793
|
+
int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
|
|
4794
|
+
int styleable CollapsingToolbarLayout_statusBarScrim 17
|
|
4795
|
+
int styleable CollapsingToolbarLayout_title 18
|
|
4796
|
+
int styleable CollapsingToolbarLayout_titleCollapseMode 19
|
|
4797
|
+
int styleable CollapsingToolbarLayout_titleEnabled 20
|
|
4798
|
+
int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
|
|
4799
|
+
int styleable CollapsingToolbarLayout_toolbarId 22
|
|
3669
4800
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
3670
4801
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
3671
4802
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
3672
|
-
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
|
|
4803
|
+
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
|
|
3673
4804
|
int styleable ColorStateListItem_alpha 0
|
|
3674
4805
|
int styleable ColorStateListItem_android_alpha 1
|
|
3675
4806
|
int styleable ColorStateListItem_android_color 2
|
|
4807
|
+
int styleable ColorStateListItem_android_lStar 3
|
|
4808
|
+
int styleable ColorStateListItem_lStar 4
|
|
3676
4809
|
int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
|
|
3677
4810
|
int styleable CompoundButton_android_button 0
|
|
3678
4811
|
int styleable CompoundButton_buttonCompat 1
|
|
@@ -4024,6 +5157,8 @@ int styleable DrawerArrowToggle_drawableSize 4
|
|
|
4024
5157
|
int styleable DrawerArrowToggle_gapBetweenBars 5
|
|
4025
5158
|
int styleable DrawerArrowToggle_spinBars 6
|
|
4026
5159
|
int styleable DrawerArrowToggle_thickness 7
|
|
5160
|
+
int[] styleable DrawerLayout { 0x0 }
|
|
5161
|
+
int styleable DrawerLayout_elevation 0
|
|
4027
5162
|
int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4028
5163
|
int styleable ExtendedFloatingActionButton_collapsedSize 0
|
|
4029
5164
|
int styleable ExtendedFloatingActionButton_elevation 1
|
|
@@ -4080,6 +5215,13 @@ int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
|
|
|
4080
5215
|
int styleable ForegroundLinearLayout_android_foreground 0
|
|
4081
5216
|
int styleable ForegroundLinearLayout_android_foregroundGravity 1
|
|
4082
5217
|
int styleable ForegroundLinearLayout_foregroundInsidePadding 2
|
|
5218
|
+
int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
|
|
5219
|
+
int styleable Fragment_android_id 0
|
|
5220
|
+
int styleable Fragment_android_name 1
|
|
5221
|
+
int styleable Fragment_android_tag 2
|
|
5222
|
+
int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
|
|
5223
|
+
int styleable FragmentContainerView_android_name 0
|
|
5224
|
+
int styleable FragmentContainerView_android_tag 1
|
|
4083
5225
|
int[] styleable GenericDraweeHierarchy { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4084
5226
|
int styleable GenericDraweeHierarchy_actualImageScaleType 0
|
|
4085
5227
|
int styleable GenericDraweeHierarchy_backgroundImage 1
|
|
@@ -4136,11 +5278,14 @@ int styleable ImageFilterView_round 5
|
|
|
4136
5278
|
int styleable ImageFilterView_roundPercent 6
|
|
4137
5279
|
int styleable ImageFilterView_saturation 7
|
|
4138
5280
|
int styleable ImageFilterView_warmth 8
|
|
4139
|
-
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0 }
|
|
4140
|
-
int styleable
|
|
4141
|
-
int styleable
|
|
4142
|
-
int styleable
|
|
4143
|
-
int styleable
|
|
5281
|
+
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5282
|
+
int styleable Insets_marginLeftSystemWindowInsets 0
|
|
5283
|
+
int styleable Insets_marginRightSystemWindowInsets 1
|
|
5284
|
+
int styleable Insets_marginTopSystemWindowInsets 2
|
|
5285
|
+
int styleable Insets_paddingBottomSystemWindowInsets 3
|
|
5286
|
+
int styleable Insets_paddingLeftSystemWindowInsets 4
|
|
5287
|
+
int styleable Insets_paddingRightSystemWindowInsets 5
|
|
5288
|
+
int styleable Insets_paddingTopSystemWindowInsets 6
|
|
4144
5289
|
int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4145
5290
|
int styleable KeyAttribute_android_alpha 0
|
|
4146
5291
|
int styleable KeyAttribute_android_elevation 1
|
|
@@ -4320,14 +5465,17 @@ int styleable MaterialAlertDialog_backgroundInsetBottom 0
|
|
|
4320
5465
|
int styleable MaterialAlertDialog_backgroundInsetEnd 1
|
|
4321
5466
|
int styleable MaterialAlertDialog_backgroundInsetStart 2
|
|
4322
5467
|
int styleable MaterialAlertDialog_backgroundInsetTop 3
|
|
4323
|
-
int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5468
|
+
int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4324
5469
|
int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
|
|
4325
|
-
int styleable
|
|
4326
|
-
int styleable
|
|
4327
|
-
int styleable
|
|
4328
|
-
int styleable
|
|
4329
|
-
int
|
|
5470
|
+
int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
|
|
5471
|
+
int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
|
|
5472
|
+
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
|
|
5473
|
+
int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
|
|
5474
|
+
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
|
|
5475
|
+
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
|
|
4330
5476
|
int styleable MaterialAutoCompleteTextView_android_inputType 0
|
|
5477
|
+
int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
|
|
5478
|
+
int styleable MaterialAutoCompleteTextView_simpleItems 2
|
|
4331
5479
|
int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4332
5480
|
int styleable MaterialButton_android_background 0
|
|
4333
5481
|
int styleable MaterialButton_android_checkable 1
|
|
@@ -4376,22 +5524,30 @@ int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
|
|
|
4376
5524
|
int styleable MaterialCalendarItem_itemStrokeColor 7
|
|
4377
5525
|
int styleable MaterialCalendarItem_itemStrokeWidth 8
|
|
4378
5526
|
int styleable MaterialCalendarItem_itemTextColor 9
|
|
4379
|
-
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5527
|
+
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4380
5528
|
int styleable MaterialCardView_android_checkable 0
|
|
4381
5529
|
int styleable MaterialCardView_cardForegroundColor 1
|
|
4382
5530
|
int styleable MaterialCardView_checkedIcon 2
|
|
4383
|
-
int styleable
|
|
4384
|
-
int styleable
|
|
4385
|
-
int styleable
|
|
4386
|
-
int styleable
|
|
4387
|
-
int styleable
|
|
4388
|
-
int styleable
|
|
4389
|
-
int styleable
|
|
4390
|
-
int styleable
|
|
4391
|
-
int styleable
|
|
4392
|
-
int
|
|
5531
|
+
int styleable MaterialCardView_checkedIconGravity 3
|
|
5532
|
+
int styleable MaterialCardView_checkedIconMargin 4
|
|
5533
|
+
int styleable MaterialCardView_checkedIconSize 5
|
|
5534
|
+
int styleable MaterialCardView_checkedIconTint 6
|
|
5535
|
+
int styleable MaterialCardView_rippleColor 7
|
|
5536
|
+
int styleable MaterialCardView_shapeAppearance 8
|
|
5537
|
+
int styleable MaterialCardView_shapeAppearanceOverlay 9
|
|
5538
|
+
int styleable MaterialCardView_state_dragged 10
|
|
5539
|
+
int styleable MaterialCardView_strokeColor 11
|
|
5540
|
+
int styleable MaterialCardView_strokeWidth 12
|
|
5541
|
+
int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
|
|
4393
5542
|
int styleable MaterialCheckBox_buttonTint 0
|
|
4394
|
-
int styleable
|
|
5543
|
+
int styleable MaterialCheckBox_centerIfNoTextEnabled 1
|
|
5544
|
+
int styleable MaterialCheckBox_useMaterialThemeColors 2
|
|
5545
|
+
int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5546
|
+
int styleable MaterialDivider_dividerColor 0
|
|
5547
|
+
int styleable MaterialDivider_dividerInsetEnd 1
|
|
5548
|
+
int styleable MaterialDivider_dividerInsetStart 2
|
|
5549
|
+
int styleable MaterialDivider_dividerThickness 3
|
|
5550
|
+
int styleable MaterialDivider_lastItemDecorated 4
|
|
4395
5551
|
int[] styleable MaterialRadioButton { 0x0, 0x0 }
|
|
4396
5552
|
int styleable MaterialRadioButton_buttonTint 0
|
|
4397
5553
|
int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
@@ -4409,10 +5565,12 @@ int styleable MaterialTextView_lineHeight 2
|
|
|
4409
5565
|
int[] styleable MaterialTimePicker { 0x0, 0x0 }
|
|
4410
5566
|
int styleable MaterialTimePicker_clockIcon 0
|
|
4411
5567
|
int styleable MaterialTimePicker_keyboardIcon 1
|
|
4412
|
-
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
|
|
4413
|
-
int styleable
|
|
4414
|
-
int styleable
|
|
4415
|
-
int styleable
|
|
5568
|
+
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5569
|
+
int styleable MaterialToolbar_logoAdjustViewBounds 0
|
|
5570
|
+
int styleable MaterialToolbar_logoScaleType 1
|
|
5571
|
+
int styleable MaterialToolbar_navigationIconTint 2
|
|
5572
|
+
int styleable MaterialToolbar_subtitleCentered 3
|
|
5573
|
+
int styleable MaterialToolbar_titleCentered 4
|
|
4416
5574
|
int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
|
|
4417
5575
|
int styleable MenuGroup_android_checkableBehavior 0
|
|
4418
5576
|
int styleable MenuGroup_android_enabled 1
|
|
@@ -4485,45 +5643,69 @@ int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
|
|
|
4485
5643
|
int styleable MotionTelltales_telltales_tailColor 0
|
|
4486
5644
|
int styleable MotionTelltales_telltales_tailScale 1
|
|
4487
5645
|
int styleable MotionTelltales_telltales_velocityMode 2
|
|
4488
|
-
int[] styleable
|
|
5646
|
+
int[] styleable NavigationBarActiveIndicator { 0x10101a5, 0x1010155, 0x1010159, 0x0, 0x0 }
|
|
5647
|
+
int styleable NavigationBarActiveIndicator_android_color 0
|
|
5648
|
+
int styleable NavigationBarActiveIndicator_android_height 1
|
|
5649
|
+
int styleable NavigationBarActiveIndicator_android_width 2
|
|
5650
|
+
int styleable NavigationBarActiveIndicator_marginHorizontal 3
|
|
5651
|
+
int styleable NavigationBarActiveIndicator_shapeAppearance 4
|
|
5652
|
+
int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4489
5653
|
int styleable NavigationBarView_backgroundTint 0
|
|
4490
5654
|
int styleable NavigationBarView_elevation 1
|
|
4491
|
-
int styleable
|
|
4492
|
-
int styleable
|
|
4493
|
-
int styleable
|
|
4494
|
-
int styleable
|
|
4495
|
-
int styleable
|
|
4496
|
-
int styleable
|
|
4497
|
-
int styleable
|
|
4498
|
-
int styleable
|
|
4499
|
-
int styleable
|
|
4500
|
-
int
|
|
5655
|
+
int styleable NavigationBarView_itemActiveIndicatorStyle 2
|
|
5656
|
+
int styleable NavigationBarView_itemBackground 3
|
|
5657
|
+
int styleable NavigationBarView_itemIconSize 4
|
|
5658
|
+
int styleable NavigationBarView_itemIconTint 5
|
|
5659
|
+
int styleable NavigationBarView_itemPaddingBottom 6
|
|
5660
|
+
int styleable NavigationBarView_itemPaddingTop 7
|
|
5661
|
+
int styleable NavigationBarView_itemRippleColor 8
|
|
5662
|
+
int styleable NavigationBarView_itemTextAppearanceActive 9
|
|
5663
|
+
int styleable NavigationBarView_itemTextAppearanceInactive 10
|
|
5664
|
+
int styleable NavigationBarView_itemTextColor 11
|
|
5665
|
+
int styleable NavigationBarView_labelVisibilityMode 12
|
|
5666
|
+
int styleable NavigationBarView_menu 13
|
|
5667
|
+
int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4501
5668
|
int styleable NavigationRailView_headerLayout 0
|
|
4502
|
-
int styleable
|
|
4503
|
-
int
|
|
5669
|
+
int styleable NavigationRailView_itemMinHeight 1
|
|
5670
|
+
int styleable NavigationRailView_menuGravity 2
|
|
5671
|
+
int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
|
|
5672
|
+
int styleable NavigationRailView_paddingTopSystemWindowInsets 4
|
|
5673
|
+
int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4504
5674
|
int styleable NavigationView_android_background 0
|
|
4505
5675
|
int styleable NavigationView_android_fitsSystemWindows 1
|
|
4506
|
-
int styleable
|
|
4507
|
-
int styleable
|
|
4508
|
-
int styleable
|
|
4509
|
-
int styleable
|
|
4510
|
-
int styleable
|
|
4511
|
-
int styleable
|
|
4512
|
-
int styleable
|
|
4513
|
-
int styleable
|
|
4514
|
-
int styleable
|
|
4515
|
-
int styleable
|
|
4516
|
-
int styleable
|
|
4517
|
-
int styleable
|
|
4518
|
-
int styleable
|
|
4519
|
-
int styleable
|
|
4520
|
-
int styleable
|
|
4521
|
-
int styleable
|
|
4522
|
-
int styleable
|
|
4523
|
-
int styleable
|
|
4524
|
-
int styleable
|
|
4525
|
-
int styleable
|
|
4526
|
-
int styleable
|
|
5676
|
+
int styleable NavigationView_android_layout_gravity 2
|
|
5677
|
+
int styleable NavigationView_android_maxWidth 3
|
|
5678
|
+
int styleable NavigationView_bottomInsetScrimEnabled 4
|
|
5679
|
+
int styleable NavigationView_dividerInsetEnd 5
|
|
5680
|
+
int styleable NavigationView_dividerInsetStart 6
|
|
5681
|
+
int styleable NavigationView_drawerLayoutCornerSize 7
|
|
5682
|
+
int styleable NavigationView_elevation 8
|
|
5683
|
+
int styleable NavigationView_headerLayout 9
|
|
5684
|
+
int styleable NavigationView_itemBackground 10
|
|
5685
|
+
int styleable NavigationView_itemHorizontalPadding 11
|
|
5686
|
+
int styleable NavigationView_itemIconPadding 12
|
|
5687
|
+
int styleable NavigationView_itemIconSize 13
|
|
5688
|
+
int styleable NavigationView_itemIconTint 14
|
|
5689
|
+
int styleable NavigationView_itemMaxLines 15
|
|
5690
|
+
int styleable NavigationView_itemRippleColor 16
|
|
5691
|
+
int styleable NavigationView_itemShapeAppearance 17
|
|
5692
|
+
int styleable NavigationView_itemShapeAppearanceOverlay 18
|
|
5693
|
+
int styleable NavigationView_itemShapeFillColor 19
|
|
5694
|
+
int styleable NavigationView_itemShapeInsetBottom 20
|
|
5695
|
+
int styleable NavigationView_itemShapeInsetEnd 21
|
|
5696
|
+
int styleable NavigationView_itemShapeInsetStart 22
|
|
5697
|
+
int styleable NavigationView_itemShapeInsetTop 23
|
|
5698
|
+
int styleable NavigationView_itemTextAppearance 24
|
|
5699
|
+
int styleable NavigationView_itemTextColor 25
|
|
5700
|
+
int styleable NavigationView_itemVerticalPadding 26
|
|
5701
|
+
int styleable NavigationView_menu 27
|
|
5702
|
+
int styleable NavigationView_shapeAppearance 28
|
|
5703
|
+
int styleable NavigationView_shapeAppearanceOverlay 29
|
|
5704
|
+
int styleable NavigationView_subheaderColor 30
|
|
5705
|
+
int styleable NavigationView_subheaderInsetEnd 31
|
|
5706
|
+
int styleable NavigationView_subheaderInsetStart 32
|
|
5707
|
+
int styleable NavigationView_subheaderTextAppearance 33
|
|
5708
|
+
int styleable NavigationView_topInsetScrimEnabled 34
|
|
4527
5709
|
int[] styleable OnClick { 0x0, 0x0 }
|
|
4528
5710
|
int styleable OnClick_clickAction 0
|
|
4529
5711
|
int styleable OnClick_targetId 1
|
|
@@ -4773,72 +5955,74 @@ int styleable TextAppearance_textAllCaps 14
|
|
|
4773
5955
|
int styleable TextAppearance_textLocale 15
|
|
4774
5956
|
int[] styleable TextInputEditText { 0x0 }
|
|
4775
5957
|
int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
|
|
4776
|
-
int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x101011f, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5958
|
+
int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4777
5959
|
int styleable TextInputLayout_android_enabled 0
|
|
4778
5960
|
int styleable TextInputLayout_android_hint 1
|
|
4779
|
-
int styleable
|
|
4780
|
-
int styleable
|
|
4781
|
-
int styleable
|
|
4782
|
-
int styleable
|
|
4783
|
-
int styleable
|
|
4784
|
-
int styleable
|
|
4785
|
-
int styleable
|
|
4786
|
-
int styleable
|
|
4787
|
-
int styleable
|
|
4788
|
-
int styleable
|
|
4789
|
-
int styleable
|
|
4790
|
-
int styleable
|
|
4791
|
-
int styleable
|
|
4792
|
-
int styleable
|
|
4793
|
-
int styleable
|
|
4794
|
-
int styleable
|
|
4795
|
-
int styleable
|
|
4796
|
-
int styleable
|
|
4797
|
-
int styleable
|
|
4798
|
-
int styleable
|
|
4799
|
-
int styleable
|
|
4800
|
-
int styleable
|
|
4801
|
-
int styleable
|
|
4802
|
-
int styleable
|
|
4803
|
-
int styleable
|
|
4804
|
-
int styleable
|
|
4805
|
-
int styleable
|
|
4806
|
-
int styleable
|
|
4807
|
-
int styleable
|
|
4808
|
-
int styleable
|
|
4809
|
-
int styleable
|
|
4810
|
-
int styleable
|
|
4811
|
-
int styleable
|
|
4812
|
-
int styleable
|
|
4813
|
-
int styleable
|
|
4814
|
-
int styleable
|
|
4815
|
-
int styleable
|
|
4816
|
-
int styleable
|
|
4817
|
-
int styleable
|
|
4818
|
-
int styleable
|
|
4819
|
-
int styleable
|
|
4820
|
-
int styleable
|
|
4821
|
-
int styleable
|
|
4822
|
-
int styleable
|
|
4823
|
-
int styleable
|
|
4824
|
-
int styleable
|
|
4825
|
-
int styleable
|
|
4826
|
-
int styleable
|
|
4827
|
-
int styleable
|
|
4828
|
-
int styleable
|
|
4829
|
-
int styleable
|
|
4830
|
-
int styleable
|
|
4831
|
-
int styleable
|
|
4832
|
-
int styleable
|
|
4833
|
-
int styleable
|
|
4834
|
-
int styleable
|
|
4835
|
-
int styleable
|
|
4836
|
-
int styleable
|
|
4837
|
-
int styleable
|
|
4838
|
-
int styleable
|
|
4839
|
-
int styleable
|
|
4840
|
-
int styleable
|
|
4841
|
-
int styleable
|
|
5961
|
+
int styleable TextInputLayout_android_maxEms 2
|
|
5962
|
+
int styleable TextInputLayout_android_maxWidth 3
|
|
5963
|
+
int styleable TextInputLayout_android_minEms 4
|
|
5964
|
+
int styleable TextInputLayout_android_minWidth 5
|
|
5965
|
+
int styleable TextInputLayout_android_textColorHint 6
|
|
5966
|
+
int styleable TextInputLayout_boxBackgroundColor 7
|
|
5967
|
+
int styleable TextInputLayout_boxBackgroundMode 8
|
|
5968
|
+
int styleable TextInputLayout_boxCollapsedPaddingTop 9
|
|
5969
|
+
int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
|
|
5970
|
+
int styleable TextInputLayout_boxCornerRadiusBottomStart 11
|
|
5971
|
+
int styleable TextInputLayout_boxCornerRadiusTopEnd 12
|
|
5972
|
+
int styleable TextInputLayout_boxCornerRadiusTopStart 13
|
|
5973
|
+
int styleable TextInputLayout_boxStrokeColor 14
|
|
5974
|
+
int styleable TextInputLayout_boxStrokeErrorColor 15
|
|
5975
|
+
int styleable TextInputLayout_boxStrokeWidth 16
|
|
5976
|
+
int styleable TextInputLayout_boxStrokeWidthFocused 17
|
|
5977
|
+
int styleable TextInputLayout_counterEnabled 18
|
|
5978
|
+
int styleable TextInputLayout_counterMaxLength 19
|
|
5979
|
+
int styleable TextInputLayout_counterOverflowTextAppearance 20
|
|
5980
|
+
int styleable TextInputLayout_counterOverflowTextColor 21
|
|
5981
|
+
int styleable TextInputLayout_counterTextAppearance 22
|
|
5982
|
+
int styleable TextInputLayout_counterTextColor 23
|
|
5983
|
+
int styleable TextInputLayout_endIconCheckable 24
|
|
5984
|
+
int styleable TextInputLayout_endIconContentDescription 25
|
|
5985
|
+
int styleable TextInputLayout_endIconDrawable 26
|
|
5986
|
+
int styleable TextInputLayout_endIconMode 27
|
|
5987
|
+
int styleable TextInputLayout_endIconTint 28
|
|
5988
|
+
int styleable TextInputLayout_endIconTintMode 29
|
|
5989
|
+
int styleable TextInputLayout_errorContentDescription 30
|
|
5990
|
+
int styleable TextInputLayout_errorEnabled 31
|
|
5991
|
+
int styleable TextInputLayout_errorIconDrawable 32
|
|
5992
|
+
int styleable TextInputLayout_errorIconTint 33
|
|
5993
|
+
int styleable TextInputLayout_errorIconTintMode 34
|
|
5994
|
+
int styleable TextInputLayout_errorTextAppearance 35
|
|
5995
|
+
int styleable TextInputLayout_errorTextColor 36
|
|
5996
|
+
int styleable TextInputLayout_expandedHintEnabled 37
|
|
5997
|
+
int styleable TextInputLayout_helperText 38
|
|
5998
|
+
int styleable TextInputLayout_helperTextEnabled 39
|
|
5999
|
+
int styleable TextInputLayout_helperTextTextAppearance 40
|
|
6000
|
+
int styleable TextInputLayout_helperTextTextColor 41
|
|
6001
|
+
int styleable TextInputLayout_hintAnimationEnabled 42
|
|
6002
|
+
int styleable TextInputLayout_hintEnabled 43
|
|
6003
|
+
int styleable TextInputLayout_hintTextAppearance 44
|
|
6004
|
+
int styleable TextInputLayout_hintTextColor 45
|
|
6005
|
+
int styleable TextInputLayout_passwordToggleContentDescription 46
|
|
6006
|
+
int styleable TextInputLayout_passwordToggleDrawable 47
|
|
6007
|
+
int styleable TextInputLayout_passwordToggleEnabled 48
|
|
6008
|
+
int styleable TextInputLayout_passwordToggleTint 49
|
|
6009
|
+
int styleable TextInputLayout_passwordToggleTintMode 50
|
|
6010
|
+
int styleable TextInputLayout_placeholderText 51
|
|
6011
|
+
int styleable TextInputLayout_placeholderTextAppearance 52
|
|
6012
|
+
int styleable TextInputLayout_placeholderTextColor 53
|
|
6013
|
+
int styleable TextInputLayout_prefixText 54
|
|
6014
|
+
int styleable TextInputLayout_prefixTextAppearance 55
|
|
6015
|
+
int styleable TextInputLayout_prefixTextColor 56
|
|
6016
|
+
int styleable TextInputLayout_shapeAppearance 57
|
|
6017
|
+
int styleable TextInputLayout_shapeAppearanceOverlay 58
|
|
6018
|
+
int styleable TextInputLayout_startIconCheckable 59
|
|
6019
|
+
int styleable TextInputLayout_startIconContentDescription 60
|
|
6020
|
+
int styleable TextInputLayout_startIconDrawable 61
|
|
6021
|
+
int styleable TextInputLayout_startIconTint 62
|
|
6022
|
+
int styleable TextInputLayout_startIconTintMode 63
|
|
6023
|
+
int styleable TextInputLayout_suffixText 64
|
|
6024
|
+
int styleable TextInputLayout_suffixTextAppearance 65
|
|
6025
|
+
int styleable TextInputLayout_suffixTextColor 66
|
|
4842
6026
|
int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
|
|
4843
6027
|
int styleable ThemeEnforcement_android_textAppearance 0
|
|
4844
6028
|
int styleable ThemeEnforcement_enforceMaterialTheme 1
|
|
@@ -4874,14 +6058,15 @@ int styleable Toolbar_titleMarginTop 26
|
|
|
4874
6058
|
int styleable Toolbar_titleMargins 27
|
|
4875
6059
|
int styleable Toolbar_titleTextAppearance 28
|
|
4876
6060
|
int styleable Toolbar_titleTextColor 29
|
|
4877
|
-
int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x0 }
|
|
6061
|
+
int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x1010098, 0x0 }
|
|
4878
6062
|
int styleable Tooltip_android_layout_margin 0
|
|
4879
6063
|
int styleable Tooltip_android_minHeight 1
|
|
4880
6064
|
int styleable Tooltip_android_minWidth 2
|
|
4881
6065
|
int styleable Tooltip_android_padding 3
|
|
4882
6066
|
int styleable Tooltip_android_text 4
|
|
4883
6067
|
int styleable Tooltip_android_textAppearance 5
|
|
4884
|
-
int styleable
|
|
6068
|
+
int styleable Tooltip_android_textColor 6
|
|
6069
|
+
int styleable Tooltip_backgroundTint 7
|
|
4885
6070
|
int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
|
|
4886
6071
|
int styleable Transform_android_elevation 0
|
|
4887
6072
|
int styleable Transform_android_rotation 1
|