react-native-userleap 2.8.2 → 2.8.4
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/index.d.ts +7 -7
- package/package.json +4 -3
- package/android/.DS_Store +0 -0
- package/android/src/.DS_Store +0 -0
- package/android/src/main/.DS_Store +0 -0
|
@@ -33,16 +33,35 @@ anim design_bottom_sheet_slide_in
|
|
|
33
33
|
anim design_bottom_sheet_slide_out
|
|
34
34
|
anim design_snackbar_in
|
|
35
35
|
anim design_snackbar_out
|
|
36
|
+
anim fragment_close_enter
|
|
37
|
+
anim fragment_close_exit
|
|
38
|
+
anim fragment_fade_enter
|
|
39
|
+
anim fragment_fade_exit
|
|
40
|
+
anim fragment_fast_out_extra_slow_in
|
|
41
|
+
anim fragment_open_enter
|
|
42
|
+
anim fragment_open_exit
|
|
36
43
|
anim mtrl_bottom_sheet_slide_in
|
|
37
44
|
anim mtrl_bottom_sheet_slide_out
|
|
38
45
|
anim mtrl_card_lowers_interpolator
|
|
39
46
|
animator design_appbar_state_list_animator
|
|
40
47
|
animator design_fab_hide_motion_spec
|
|
41
48
|
animator design_fab_show_motion_spec
|
|
49
|
+
animator fragment_close_enter
|
|
50
|
+
animator fragment_close_exit
|
|
51
|
+
animator fragment_fade_enter
|
|
52
|
+
animator fragment_fade_exit
|
|
53
|
+
animator fragment_open_enter
|
|
54
|
+
animator fragment_open_exit
|
|
42
55
|
animator linear_indeterminate_line1_head_interpolator
|
|
43
56
|
animator linear_indeterminate_line1_tail_interpolator
|
|
44
57
|
animator linear_indeterminate_line2_head_interpolator
|
|
45
58
|
animator linear_indeterminate_line2_tail_interpolator
|
|
59
|
+
animator m3_btn_elevated_btn_state_list_anim
|
|
60
|
+
animator m3_btn_state_list_anim
|
|
61
|
+
animator m3_card_elevated_state_list_anim
|
|
62
|
+
animator m3_card_state_list_anim
|
|
63
|
+
animator m3_chip_state_list_anim
|
|
64
|
+
animator m3_elevated_chip_state_list_anim
|
|
46
65
|
animator mtrl_btn_state_list_anim
|
|
47
66
|
animator mtrl_btn_unelevated_state_list_anim
|
|
48
67
|
animator mtrl_card_state_list_anim
|
|
@@ -74,6 +93,7 @@ attr actionMenuTextAppearance
|
|
|
74
93
|
attr actionMenuTextColor
|
|
75
94
|
attr actionModeBackground
|
|
76
95
|
attr actionModeCloseButtonStyle
|
|
96
|
+
attr actionModeCloseContentDescription
|
|
77
97
|
attr actionModeCloseDrawable
|
|
78
98
|
attr actionModeCopyDrawable
|
|
79
99
|
attr actionModeCutDrawable
|
|
@@ -84,6 +104,7 @@ attr actionModeSelectAllDrawable
|
|
|
84
104
|
attr actionModeShareDrawable
|
|
85
105
|
attr actionModeSplitBackground
|
|
86
106
|
attr actionModeStyle
|
|
107
|
+
attr actionModeTheme
|
|
87
108
|
attr actionModeWebSearchDrawable
|
|
88
109
|
attr actionOverflowButtonStyle
|
|
89
110
|
attr actionOverflowMenuStyle
|
|
@@ -135,8 +156,11 @@ attr backgroundStacked
|
|
|
135
156
|
attr backgroundTint
|
|
136
157
|
attr backgroundTintMode
|
|
137
158
|
attr badgeGravity
|
|
159
|
+
attr badgeRadius
|
|
138
160
|
attr badgeStyle
|
|
139
161
|
attr badgeTextColor
|
|
162
|
+
attr badgeWidePadding
|
|
163
|
+
attr badgeWithTextRadius
|
|
140
164
|
attr barLength
|
|
141
165
|
attr barrierAllowsGoneWidgets
|
|
142
166
|
attr barrierDirection
|
|
@@ -155,6 +179,7 @@ attr behavior_skipCollapsed
|
|
|
155
179
|
attr borderWidth
|
|
156
180
|
attr borderlessButtonStyle
|
|
157
181
|
attr bottomAppBarStyle
|
|
182
|
+
attr bottomInsetScrimEnabled
|
|
158
183
|
attr bottomNavigationStyle
|
|
159
184
|
attr bottomSheetDialogTheme
|
|
160
185
|
attr bottomSheetStyle
|
|
@@ -191,12 +216,17 @@ attr cardMaxElevation
|
|
|
191
216
|
attr cardPreventCornerOverlap
|
|
192
217
|
attr cardUseCompatPadding
|
|
193
218
|
attr cardViewStyle
|
|
219
|
+
attr centerIfNoTextEnabled
|
|
194
220
|
attr chainUseRtl
|
|
221
|
+
attr checkMarkCompat
|
|
222
|
+
attr checkMarkTint
|
|
223
|
+
attr checkMarkTintMode
|
|
195
224
|
attr checkboxStyle
|
|
196
225
|
attr checkedButton
|
|
197
226
|
attr checkedChip
|
|
198
227
|
attr checkedIcon
|
|
199
228
|
attr checkedIconEnabled
|
|
229
|
+
attr checkedIconGravity
|
|
200
230
|
attr checkedIconMargin
|
|
201
231
|
attr checkedIconSize
|
|
202
232
|
attr checkedIconTint
|
|
@@ -242,29 +272,52 @@ attr collapseIcon
|
|
|
242
272
|
attr collapsedSize
|
|
243
273
|
attr collapsedTitleGravity
|
|
244
274
|
attr collapsedTitleTextAppearance
|
|
275
|
+
attr collapsedTitleTextColor
|
|
276
|
+
attr collapsingToolbarLayoutLargeSize
|
|
277
|
+
attr collapsingToolbarLayoutLargeStyle
|
|
278
|
+
attr collapsingToolbarLayoutMediumSize
|
|
279
|
+
attr collapsingToolbarLayoutMediumStyle
|
|
245
280
|
attr collapsingToolbarLayoutStyle
|
|
246
281
|
attr color
|
|
247
282
|
attr colorAccent
|
|
248
283
|
attr colorBackgroundFloating
|
|
249
284
|
attr colorButtonNormal
|
|
285
|
+
attr colorContainer
|
|
250
286
|
attr colorControlActivated
|
|
251
287
|
attr colorControlHighlight
|
|
252
288
|
attr colorControlNormal
|
|
253
289
|
attr colorError
|
|
290
|
+
attr colorErrorContainer
|
|
254
291
|
attr colorOnBackground
|
|
292
|
+
attr colorOnContainer
|
|
255
293
|
attr colorOnError
|
|
294
|
+
attr colorOnErrorContainer
|
|
256
295
|
attr colorOnPrimary
|
|
296
|
+
attr colorOnPrimaryContainer
|
|
257
297
|
attr colorOnPrimarySurface
|
|
258
298
|
attr colorOnSecondary
|
|
299
|
+
attr colorOnSecondaryContainer
|
|
259
300
|
attr colorOnSurface
|
|
301
|
+
attr colorOnSurfaceInverse
|
|
302
|
+
attr colorOnSurfaceVariant
|
|
303
|
+
attr colorOnTertiary
|
|
304
|
+
attr colorOnTertiaryContainer
|
|
305
|
+
attr colorOutline
|
|
260
306
|
attr colorPrimary
|
|
307
|
+
attr colorPrimaryContainer
|
|
261
308
|
attr colorPrimaryDark
|
|
309
|
+
attr colorPrimaryInverse
|
|
262
310
|
attr colorPrimarySurface
|
|
263
311
|
attr colorPrimaryVariant
|
|
264
312
|
attr colorSecondary
|
|
313
|
+
attr colorSecondaryContainer
|
|
265
314
|
attr colorSecondaryVariant
|
|
266
315
|
attr colorSurface
|
|
316
|
+
attr colorSurfaceInverse
|
|
317
|
+
attr colorSurfaceVariant
|
|
267
318
|
attr colorSwitchThumbNormal
|
|
319
|
+
attr colorTertiary
|
|
320
|
+
attr colorTertiaryContainer
|
|
268
321
|
attr commitIcon
|
|
269
322
|
attr constraintSet
|
|
270
323
|
attr constraintSetEnd
|
|
@@ -334,8 +387,12 @@ attr dialogPreferredPadding
|
|
|
334
387
|
attr dialogTheme
|
|
335
388
|
attr displayOptions
|
|
336
389
|
attr divider
|
|
390
|
+
attr dividerColor
|
|
337
391
|
attr dividerHorizontal
|
|
392
|
+
attr dividerInsetEnd
|
|
393
|
+
attr dividerInsetStart
|
|
338
394
|
attr dividerPadding
|
|
395
|
+
attr dividerThickness
|
|
339
396
|
attr dividerVertical
|
|
340
397
|
attr dragDirection
|
|
341
398
|
attr dragScale
|
|
@@ -351,15 +408,20 @@ attr drawableTint
|
|
|
351
408
|
attr drawableTintMode
|
|
352
409
|
attr drawableTopCompat
|
|
353
410
|
attr drawerArrowStyle
|
|
411
|
+
attr drawerLayoutCornerSize
|
|
412
|
+
attr drawerLayoutStyle
|
|
354
413
|
attr dropDownListViewStyle
|
|
355
414
|
attr dropdownListPreferredItemHeight
|
|
356
415
|
attr duration
|
|
416
|
+
attr dynamicColorThemeOverlay
|
|
357
417
|
attr editTextBackground
|
|
358
418
|
attr editTextColor
|
|
359
419
|
attr editTextStyle
|
|
360
420
|
attr elevation
|
|
421
|
+
attr elevationOverlayAccentColor
|
|
361
422
|
attr elevationOverlayColor
|
|
362
423
|
attr elevationOverlayEnabled
|
|
424
|
+
attr emojiCompatEnabled
|
|
363
425
|
attr enableEdgeToEdge
|
|
364
426
|
attr endIconCheckable
|
|
365
427
|
attr endIconContentDescription
|
|
@@ -387,8 +449,13 @@ attr expandedTitleMarginEnd
|
|
|
387
449
|
attr expandedTitleMarginStart
|
|
388
450
|
attr expandedTitleMarginTop
|
|
389
451
|
attr expandedTitleTextAppearance
|
|
452
|
+
attr expandedTitleTextColor
|
|
390
453
|
attr extendMotionSpec
|
|
454
|
+
attr extendedFloatingActionButtonPrimaryStyle
|
|
455
|
+
attr extendedFloatingActionButtonSecondaryStyle
|
|
391
456
|
attr extendedFloatingActionButtonStyle
|
|
457
|
+
attr extendedFloatingActionButtonSurfaceStyle
|
|
458
|
+
attr extendedFloatingActionButtonTertiaryStyle
|
|
392
459
|
attr extraMultilineHeightEnabled
|
|
393
460
|
attr fabAlignmentMode
|
|
394
461
|
attr fabAnimationMode
|
|
@@ -406,7 +473,16 @@ attr fastScrollHorizontalTrackDrawable
|
|
|
406
473
|
attr fastScrollVerticalThumbDrawable
|
|
407
474
|
attr fastScrollVerticalTrackDrawable
|
|
408
475
|
attr firstBaselineToTopHeight
|
|
476
|
+
attr floatingActionButtonLargePrimaryStyle
|
|
477
|
+
attr floatingActionButtonLargeSecondaryStyle
|
|
478
|
+
attr floatingActionButtonLargeStyle
|
|
479
|
+
attr floatingActionButtonLargeSurfaceStyle
|
|
480
|
+
attr floatingActionButtonLargeTertiaryStyle
|
|
481
|
+
attr floatingActionButtonPrimaryStyle
|
|
482
|
+
attr floatingActionButtonSecondaryStyle
|
|
409
483
|
attr floatingActionButtonStyle
|
|
484
|
+
attr floatingActionButtonSurfaceStyle
|
|
485
|
+
attr floatingActionButtonTertiaryStyle
|
|
410
486
|
attr flow_firstHorizontalBias
|
|
411
487
|
attr flow_firstHorizontalStyle
|
|
412
488
|
attr flow_firstVerticalBias
|
|
@@ -463,6 +539,7 @@ attr hintTextColor
|
|
|
463
539
|
attr homeAsUpIndicator
|
|
464
540
|
attr homeLayout
|
|
465
541
|
attr horizontalOffset
|
|
542
|
+
attr horizontalOffsetWithText
|
|
466
543
|
attr hoveredFocusedTranslationZ
|
|
467
544
|
attr icon
|
|
468
545
|
attr iconEndPadding
|
|
@@ -485,7 +562,9 @@ attr initialActivityCount
|
|
|
485
562
|
attr insetForeground
|
|
486
563
|
attr isAutofillInlineSuggestionTheme
|
|
487
564
|
attr isLightTheme
|
|
565
|
+
attr isMaterial3Theme
|
|
488
566
|
attr isMaterialTheme
|
|
567
|
+
attr itemActiveIndicatorStyle
|
|
489
568
|
attr itemBackground
|
|
490
569
|
attr itemFillColor
|
|
491
570
|
attr itemHorizontalPadding
|
|
@@ -494,7 +573,10 @@ attr itemIconPadding
|
|
|
494
573
|
attr itemIconSize
|
|
495
574
|
attr itemIconTint
|
|
496
575
|
attr itemMaxLines
|
|
576
|
+
attr itemMinHeight
|
|
497
577
|
attr itemPadding
|
|
578
|
+
attr itemPaddingBottom
|
|
579
|
+
attr itemPaddingTop
|
|
498
580
|
attr itemRippleColor
|
|
499
581
|
attr itemShapeAppearance
|
|
500
582
|
attr itemShapeAppearanceOverlay
|
|
@@ -510,13 +592,16 @@ attr itemTextAppearance
|
|
|
510
592
|
attr itemTextAppearanceActive
|
|
511
593
|
attr itemTextAppearanceInactive
|
|
512
594
|
attr itemTextColor
|
|
595
|
+
attr itemVerticalPadding
|
|
513
596
|
attr keyPositionType
|
|
514
597
|
attr keyboardIcon
|
|
515
598
|
attr keylines
|
|
599
|
+
attr lStar
|
|
516
600
|
attr labelBehavior
|
|
517
601
|
attr labelStyle
|
|
518
602
|
attr labelVisibilityMode
|
|
519
603
|
attr lastBaselineToBottomHeight
|
|
604
|
+
attr lastItemDecorated
|
|
520
605
|
attr layout
|
|
521
606
|
attr layoutDescription
|
|
522
607
|
attr layoutDuringTransition
|
|
@@ -580,6 +665,7 @@ attr layout_goneMarginTop
|
|
|
580
665
|
attr layout_insetEdge
|
|
581
666
|
attr layout_keyline
|
|
582
667
|
attr layout_optimizationLevel
|
|
668
|
+
attr layout_scrollEffect
|
|
583
669
|
attr layout_scrollFlags
|
|
584
670
|
attr layout_scrollInterpolator
|
|
585
671
|
attr liftOnScroll
|
|
@@ -604,8 +690,15 @@ attr listPreferredItemPaddingLeft
|
|
|
604
690
|
attr listPreferredItemPaddingRight
|
|
605
691
|
attr listPreferredItemPaddingStart
|
|
606
692
|
attr logo
|
|
693
|
+
attr logoAdjustViewBounds
|
|
607
694
|
attr logoDescription
|
|
695
|
+
attr logoScaleType
|
|
696
|
+
attr marginHorizontal
|
|
697
|
+
attr marginLeftSystemWindowInsets
|
|
698
|
+
attr marginRightSystemWindowInsets
|
|
699
|
+
attr marginTopSystemWindowInsets
|
|
608
700
|
attr materialAlertDialogBodyTextStyle
|
|
701
|
+
attr materialAlertDialogButtonSpacerVisibility
|
|
609
702
|
attr materialAlertDialogTheme
|
|
610
703
|
attr materialAlertDialogTitleIconStyle
|
|
611
704
|
attr materialAlertDialogTitlePanelStyle
|
|
@@ -614,6 +707,7 @@ attr materialButtonOutlinedStyle
|
|
|
614
707
|
attr materialButtonStyle
|
|
615
708
|
attr materialButtonToggleGroupStyle
|
|
616
709
|
attr materialCalendarDay
|
|
710
|
+
attr materialCalendarDayOfWeekLabel
|
|
617
711
|
attr materialCalendarFullscreenTheme
|
|
618
712
|
attr materialCalendarHeaderCancelButton
|
|
619
713
|
attr materialCalendarHeaderConfirmButton
|
|
@@ -627,12 +721,19 @@ attr materialCalendarMonthNavigationButton
|
|
|
627
721
|
attr materialCalendarStyle
|
|
628
722
|
attr materialCalendarTheme
|
|
629
723
|
attr materialCalendarYearNavigationButton
|
|
724
|
+
attr materialCardViewElevatedStyle
|
|
725
|
+
attr materialCardViewFilledStyle
|
|
726
|
+
attr materialCardViewOutlinedStyle
|
|
630
727
|
attr materialCardViewStyle
|
|
631
728
|
attr materialCircleRadius
|
|
632
729
|
attr materialClockStyle
|
|
730
|
+
attr materialDisplayDividerStyle
|
|
731
|
+
attr materialDividerHeavyStyle
|
|
732
|
+
attr materialDividerStyle
|
|
633
733
|
attr materialThemeOverlay
|
|
634
734
|
attr materialTimePickerStyle
|
|
635
735
|
attr materialTimePickerTheme
|
|
736
|
+
attr materialTimePickerTitleStyle
|
|
636
737
|
attr maxAcceleration
|
|
637
738
|
attr maxActionInlineWidth
|
|
638
739
|
attr maxButtonHeight
|
|
@@ -685,6 +786,7 @@ attr navigationMode
|
|
|
685
786
|
attr navigationRailStyle
|
|
686
787
|
attr navigationViewStyle
|
|
687
788
|
attr nestedScrollFlags
|
|
789
|
+
attr nestedScrollViewStyle
|
|
688
790
|
attr nestedScrollable
|
|
689
791
|
attr number
|
|
690
792
|
attr numericModifiers
|
|
@@ -744,6 +846,7 @@ attr progressBarPadding
|
|
|
744
846
|
attr progressBarStyle
|
|
745
847
|
attr queryBackground
|
|
746
848
|
attr queryHint
|
|
849
|
+
attr queryPatterns
|
|
747
850
|
attr radioButtonStyle
|
|
748
851
|
attr rangeFillColor
|
|
749
852
|
attr ratingBarStyle
|
|
@@ -791,6 +894,7 @@ attr shapeAppearanceLargeComponent
|
|
|
791
894
|
attr shapeAppearanceMediumComponent
|
|
792
895
|
attr shapeAppearanceOverlay
|
|
793
896
|
attr shapeAppearanceSmallComponent
|
|
897
|
+
attr shortcutMatchRequired
|
|
794
898
|
attr showAnimationBehavior
|
|
795
899
|
attr showAsAction
|
|
796
900
|
attr showDelay
|
|
@@ -800,6 +904,8 @@ attr showPaths
|
|
|
800
904
|
attr showText
|
|
801
905
|
attr showTitle
|
|
802
906
|
attr shrinkMotionSpec
|
|
907
|
+
attr simpleItemLayout
|
|
908
|
+
attr simpleItems
|
|
803
909
|
attr singleChoiceItemLayout
|
|
804
910
|
attr singleLine
|
|
805
911
|
attr singleSelection
|
|
@@ -833,6 +939,10 @@ attr statusBarScrim
|
|
|
833
939
|
attr strokeColor
|
|
834
940
|
attr strokeWidth
|
|
835
941
|
attr subMenuArrow
|
|
942
|
+
attr subheaderColor
|
|
943
|
+
attr subheaderInsetEnd
|
|
944
|
+
attr subheaderInsetStart
|
|
945
|
+
attr subheaderTextAppearance
|
|
836
946
|
attr submitBackground
|
|
837
947
|
attr subtitle
|
|
838
948
|
attr subtitleCentered
|
|
@@ -869,6 +979,7 @@ attr tabPaddingEnd
|
|
|
869
979
|
attr tabPaddingStart
|
|
870
980
|
attr tabPaddingTop
|
|
871
981
|
attr tabRippleColor
|
|
982
|
+
attr tabSecondaryStyle
|
|
872
983
|
attr tabSelectedTextColor
|
|
873
984
|
attr tabStyle
|
|
874
985
|
attr tabTextAppearance
|
|
@@ -881,14 +992,26 @@ attr telltales_velocityMode
|
|
|
881
992
|
attr textAllCaps
|
|
882
993
|
attr textAppearanceBody1
|
|
883
994
|
attr textAppearanceBody2
|
|
995
|
+
attr textAppearanceBodyLarge
|
|
996
|
+
attr textAppearanceBodyMedium
|
|
997
|
+
attr textAppearanceBodySmall
|
|
884
998
|
attr textAppearanceButton
|
|
885
999
|
attr textAppearanceCaption
|
|
1000
|
+
attr textAppearanceDisplayLarge
|
|
1001
|
+
attr textAppearanceDisplayMedium
|
|
1002
|
+
attr textAppearanceDisplaySmall
|
|
886
1003
|
attr textAppearanceHeadline1
|
|
887
1004
|
attr textAppearanceHeadline2
|
|
888
1005
|
attr textAppearanceHeadline3
|
|
889
1006
|
attr textAppearanceHeadline4
|
|
890
1007
|
attr textAppearanceHeadline5
|
|
891
1008
|
attr textAppearanceHeadline6
|
|
1009
|
+
attr textAppearanceHeadlineLarge
|
|
1010
|
+
attr textAppearanceHeadlineMedium
|
|
1011
|
+
attr textAppearanceHeadlineSmall
|
|
1012
|
+
attr textAppearanceLabelLarge
|
|
1013
|
+
attr textAppearanceLabelMedium
|
|
1014
|
+
attr textAppearanceLabelSmall
|
|
892
1015
|
attr textAppearanceLargePopupMenu
|
|
893
1016
|
attr textAppearanceLineHeightEnabled
|
|
894
1017
|
attr textAppearanceListItem
|
|
@@ -901,10 +1024,19 @@ attr textAppearanceSearchResultTitle
|
|
|
901
1024
|
attr textAppearanceSmallPopupMenu
|
|
902
1025
|
attr textAppearanceSubtitle1
|
|
903
1026
|
attr textAppearanceSubtitle2
|
|
1027
|
+
attr textAppearanceTitleLarge
|
|
1028
|
+
attr textAppearanceTitleMedium
|
|
1029
|
+
attr textAppearanceTitleSmall
|
|
904
1030
|
attr textColorAlertDialogListItem
|
|
905
1031
|
attr textColorSearchUrl
|
|
906
1032
|
attr textEndPadding
|
|
1033
|
+
attr textInputFilledDenseStyle
|
|
1034
|
+
attr textInputFilledExposedDropdownMenuStyle
|
|
1035
|
+
attr textInputFilledStyle
|
|
907
1036
|
attr textInputLayoutFocusedRectEnabled
|
|
1037
|
+
attr textInputOutlinedDenseStyle
|
|
1038
|
+
attr textInputOutlinedExposedDropdownMenuStyle
|
|
1039
|
+
attr textInputOutlinedStyle
|
|
908
1040
|
attr textInputStyle
|
|
909
1041
|
attr textLocale
|
|
910
1042
|
attr textStartPadding
|
|
@@ -938,16 +1070,19 @@ attr titleMarginEnd
|
|
|
938
1070
|
attr titleMarginStart
|
|
939
1071
|
attr titleMarginTop
|
|
940
1072
|
attr titleMargins
|
|
1073
|
+
attr titlePositionInterpolator
|
|
941
1074
|
attr titleTextAppearance
|
|
942
1075
|
attr titleTextColor
|
|
943
1076
|
attr titleTextStyle
|
|
944
1077
|
attr toolbarId
|
|
945
1078
|
attr toolbarNavigationButtonStyle
|
|
946
1079
|
attr toolbarStyle
|
|
1080
|
+
attr toolbarSurfaceStyle
|
|
947
1081
|
attr tooltipForegroundColor
|
|
948
1082
|
attr tooltipFrameBackground
|
|
949
1083
|
attr tooltipStyle
|
|
950
1084
|
attr tooltipText
|
|
1085
|
+
attr topInsetScrimEnabled
|
|
951
1086
|
attr touchAnchorId
|
|
952
1087
|
attr touchAnchorSide
|
|
953
1088
|
attr touchRegionId
|
|
@@ -973,6 +1108,7 @@ attr useCompatPadding
|
|
|
973
1108
|
attr useMaterialThemeColors
|
|
974
1109
|
attr values
|
|
975
1110
|
attr verticalOffset
|
|
1111
|
+
attr verticalOffsetWithText
|
|
976
1112
|
attr viewAspectRatio
|
|
977
1113
|
attr viewInflaterClass
|
|
978
1114
|
attr visibilityMode
|
|
@@ -1009,7 +1145,6 @@ color abc_decor_view_status_guard
|
|
|
1009
1145
|
color abc_decor_view_status_guard_light
|
|
1010
1146
|
color abc_hint_foreground_material_dark
|
|
1011
1147
|
color abc_hint_foreground_material_light
|
|
1012
|
-
color abc_input_method_navigation_guard
|
|
1013
1148
|
color abc_primary_text_disable_only_material_dark
|
|
1014
1149
|
color abc_primary_text_disable_only_material_light
|
|
1015
1150
|
color abc_primary_text_material_dark
|
|
@@ -1097,12 +1232,396 @@ color foreground_material_dark
|
|
|
1097
1232
|
color foreground_material_light
|
|
1098
1233
|
color highlighted_text_material_dark
|
|
1099
1234
|
color highlighted_text_material_light
|
|
1235
|
+
color m3_appbar_overlay_color
|
|
1236
|
+
color m3_assist_chip_icon_tint_color
|
|
1237
|
+
color m3_assist_chip_stroke_color
|
|
1238
|
+
color m3_button_background_color_selector
|
|
1239
|
+
color m3_button_foreground_color_selector
|
|
1240
|
+
color m3_button_outline_color_selector
|
|
1241
|
+
color m3_button_ripple_color
|
|
1242
|
+
color m3_button_ripple_color_selector
|
|
1243
|
+
color m3_calendar_item_disabled_text
|
|
1244
|
+
color m3_calendar_item_stroke_color
|
|
1245
|
+
color m3_card_foreground_color
|
|
1246
|
+
color m3_card_ripple_color
|
|
1247
|
+
color m3_card_stroke_color
|
|
1248
|
+
color m3_chip_assist_text_color
|
|
1249
|
+
color m3_chip_background_color
|
|
1250
|
+
color m3_chip_ripple_color
|
|
1251
|
+
color m3_chip_stroke_color
|
|
1252
|
+
color m3_chip_text_color
|
|
1253
|
+
color m3_dark_default_color_primary_text
|
|
1254
|
+
color m3_dark_default_color_secondary_text
|
|
1255
|
+
color m3_dark_highlighted_text
|
|
1256
|
+
color m3_dark_hint_foreground
|
|
1257
|
+
color m3_dark_primary_text_disable_only
|
|
1258
|
+
color m3_default_color_primary_text
|
|
1259
|
+
color m3_default_color_secondary_text
|
|
1260
|
+
color m3_dynamic_dark_default_color_primary_text
|
|
1261
|
+
color m3_dynamic_dark_default_color_secondary_text
|
|
1262
|
+
color m3_dynamic_dark_highlighted_text
|
|
1263
|
+
color m3_dynamic_dark_hint_foreground
|
|
1264
|
+
color m3_dynamic_dark_primary_text_disable_only
|
|
1265
|
+
color m3_dynamic_default_color_primary_text
|
|
1266
|
+
color m3_dynamic_default_color_secondary_text
|
|
1267
|
+
color m3_dynamic_highlighted_text
|
|
1268
|
+
color m3_dynamic_hint_foreground
|
|
1269
|
+
color m3_dynamic_primary_text_disable_only
|
|
1270
|
+
color m3_elevated_chip_background_color
|
|
1271
|
+
color m3_highlighted_text
|
|
1272
|
+
color m3_hint_foreground
|
|
1273
|
+
color m3_navigation_bar_item_with_indicator_icon_tint
|
|
1274
|
+
color m3_navigation_bar_item_with_indicator_label_tint
|
|
1275
|
+
color m3_navigation_bar_ripple_color_selector
|
|
1276
|
+
color m3_navigation_item_background_color
|
|
1277
|
+
color m3_navigation_item_icon_tint
|
|
1278
|
+
color m3_navigation_item_ripple_color
|
|
1279
|
+
color m3_navigation_item_text_color
|
|
1280
|
+
color m3_popupmenu_overlay_color
|
|
1281
|
+
color m3_primary_text_disable_only
|
|
1282
|
+
color m3_radiobutton_ripple_tint
|
|
1283
|
+
color m3_ref_palette_black
|
|
1284
|
+
color m3_ref_palette_dynamic_neutral0
|
|
1285
|
+
color m3_ref_palette_dynamic_neutral10
|
|
1286
|
+
color m3_ref_palette_dynamic_neutral100
|
|
1287
|
+
color m3_ref_palette_dynamic_neutral20
|
|
1288
|
+
color m3_ref_palette_dynamic_neutral30
|
|
1289
|
+
color m3_ref_palette_dynamic_neutral40
|
|
1290
|
+
color m3_ref_palette_dynamic_neutral50
|
|
1291
|
+
color m3_ref_palette_dynamic_neutral60
|
|
1292
|
+
color m3_ref_palette_dynamic_neutral70
|
|
1293
|
+
color m3_ref_palette_dynamic_neutral80
|
|
1294
|
+
color m3_ref_palette_dynamic_neutral90
|
|
1295
|
+
color m3_ref_palette_dynamic_neutral95
|
|
1296
|
+
color m3_ref_palette_dynamic_neutral99
|
|
1297
|
+
color m3_ref_palette_dynamic_neutral_variant0
|
|
1298
|
+
color m3_ref_palette_dynamic_neutral_variant10
|
|
1299
|
+
color m3_ref_palette_dynamic_neutral_variant100
|
|
1300
|
+
color m3_ref_palette_dynamic_neutral_variant20
|
|
1301
|
+
color m3_ref_palette_dynamic_neutral_variant30
|
|
1302
|
+
color m3_ref_palette_dynamic_neutral_variant40
|
|
1303
|
+
color m3_ref_palette_dynamic_neutral_variant50
|
|
1304
|
+
color m3_ref_palette_dynamic_neutral_variant60
|
|
1305
|
+
color m3_ref_palette_dynamic_neutral_variant70
|
|
1306
|
+
color m3_ref_palette_dynamic_neutral_variant80
|
|
1307
|
+
color m3_ref_palette_dynamic_neutral_variant90
|
|
1308
|
+
color m3_ref_palette_dynamic_neutral_variant95
|
|
1309
|
+
color m3_ref_palette_dynamic_neutral_variant99
|
|
1310
|
+
color m3_ref_palette_dynamic_primary0
|
|
1311
|
+
color m3_ref_palette_dynamic_primary10
|
|
1312
|
+
color m3_ref_palette_dynamic_primary100
|
|
1313
|
+
color m3_ref_palette_dynamic_primary20
|
|
1314
|
+
color m3_ref_palette_dynamic_primary30
|
|
1315
|
+
color m3_ref_palette_dynamic_primary40
|
|
1316
|
+
color m3_ref_palette_dynamic_primary50
|
|
1317
|
+
color m3_ref_palette_dynamic_primary60
|
|
1318
|
+
color m3_ref_palette_dynamic_primary70
|
|
1319
|
+
color m3_ref_palette_dynamic_primary80
|
|
1320
|
+
color m3_ref_palette_dynamic_primary90
|
|
1321
|
+
color m3_ref_palette_dynamic_primary95
|
|
1322
|
+
color m3_ref_palette_dynamic_primary99
|
|
1323
|
+
color m3_ref_palette_dynamic_secondary0
|
|
1324
|
+
color m3_ref_palette_dynamic_secondary10
|
|
1325
|
+
color m3_ref_palette_dynamic_secondary100
|
|
1326
|
+
color m3_ref_palette_dynamic_secondary20
|
|
1327
|
+
color m3_ref_palette_dynamic_secondary30
|
|
1328
|
+
color m3_ref_palette_dynamic_secondary40
|
|
1329
|
+
color m3_ref_palette_dynamic_secondary50
|
|
1330
|
+
color m3_ref_palette_dynamic_secondary60
|
|
1331
|
+
color m3_ref_palette_dynamic_secondary70
|
|
1332
|
+
color m3_ref_palette_dynamic_secondary80
|
|
1333
|
+
color m3_ref_palette_dynamic_secondary90
|
|
1334
|
+
color m3_ref_palette_dynamic_secondary95
|
|
1335
|
+
color m3_ref_palette_dynamic_secondary99
|
|
1336
|
+
color m3_ref_palette_dynamic_tertiary0
|
|
1337
|
+
color m3_ref_palette_dynamic_tertiary10
|
|
1338
|
+
color m3_ref_palette_dynamic_tertiary100
|
|
1339
|
+
color m3_ref_palette_dynamic_tertiary20
|
|
1340
|
+
color m3_ref_palette_dynamic_tertiary30
|
|
1341
|
+
color m3_ref_palette_dynamic_tertiary40
|
|
1342
|
+
color m3_ref_palette_dynamic_tertiary50
|
|
1343
|
+
color m3_ref_palette_dynamic_tertiary60
|
|
1344
|
+
color m3_ref_palette_dynamic_tertiary70
|
|
1345
|
+
color m3_ref_palette_dynamic_tertiary80
|
|
1346
|
+
color m3_ref_palette_dynamic_tertiary90
|
|
1347
|
+
color m3_ref_palette_dynamic_tertiary95
|
|
1348
|
+
color m3_ref_palette_dynamic_tertiary99
|
|
1349
|
+
color m3_ref_palette_error0
|
|
1350
|
+
color m3_ref_palette_error10
|
|
1351
|
+
color m3_ref_palette_error100
|
|
1352
|
+
color m3_ref_palette_error20
|
|
1353
|
+
color m3_ref_palette_error30
|
|
1354
|
+
color m3_ref_palette_error40
|
|
1355
|
+
color m3_ref_palette_error50
|
|
1356
|
+
color m3_ref_palette_error60
|
|
1357
|
+
color m3_ref_palette_error70
|
|
1358
|
+
color m3_ref_palette_error80
|
|
1359
|
+
color m3_ref_palette_error90
|
|
1360
|
+
color m3_ref_palette_error95
|
|
1361
|
+
color m3_ref_palette_error99
|
|
1362
|
+
color m3_ref_palette_neutral0
|
|
1363
|
+
color m3_ref_palette_neutral10
|
|
1364
|
+
color m3_ref_palette_neutral100
|
|
1365
|
+
color m3_ref_palette_neutral20
|
|
1366
|
+
color m3_ref_palette_neutral30
|
|
1367
|
+
color m3_ref_palette_neutral40
|
|
1368
|
+
color m3_ref_palette_neutral50
|
|
1369
|
+
color m3_ref_palette_neutral60
|
|
1370
|
+
color m3_ref_palette_neutral70
|
|
1371
|
+
color m3_ref_palette_neutral80
|
|
1372
|
+
color m3_ref_palette_neutral90
|
|
1373
|
+
color m3_ref_palette_neutral95
|
|
1374
|
+
color m3_ref_palette_neutral99
|
|
1375
|
+
color m3_ref_palette_neutral_variant0
|
|
1376
|
+
color m3_ref_palette_neutral_variant10
|
|
1377
|
+
color m3_ref_palette_neutral_variant100
|
|
1378
|
+
color m3_ref_palette_neutral_variant20
|
|
1379
|
+
color m3_ref_palette_neutral_variant30
|
|
1380
|
+
color m3_ref_palette_neutral_variant40
|
|
1381
|
+
color m3_ref_palette_neutral_variant50
|
|
1382
|
+
color m3_ref_palette_neutral_variant60
|
|
1383
|
+
color m3_ref_palette_neutral_variant70
|
|
1384
|
+
color m3_ref_palette_neutral_variant80
|
|
1385
|
+
color m3_ref_palette_neutral_variant90
|
|
1386
|
+
color m3_ref_palette_neutral_variant95
|
|
1387
|
+
color m3_ref_palette_neutral_variant99
|
|
1388
|
+
color m3_ref_palette_primary0
|
|
1389
|
+
color m3_ref_palette_primary10
|
|
1390
|
+
color m3_ref_palette_primary100
|
|
1391
|
+
color m3_ref_palette_primary20
|
|
1392
|
+
color m3_ref_palette_primary30
|
|
1393
|
+
color m3_ref_palette_primary40
|
|
1394
|
+
color m3_ref_palette_primary50
|
|
1395
|
+
color m3_ref_palette_primary60
|
|
1396
|
+
color m3_ref_palette_primary70
|
|
1397
|
+
color m3_ref_palette_primary80
|
|
1398
|
+
color m3_ref_palette_primary90
|
|
1399
|
+
color m3_ref_palette_primary95
|
|
1400
|
+
color m3_ref_palette_primary99
|
|
1401
|
+
color m3_ref_palette_secondary0
|
|
1402
|
+
color m3_ref_palette_secondary10
|
|
1403
|
+
color m3_ref_palette_secondary100
|
|
1404
|
+
color m3_ref_palette_secondary20
|
|
1405
|
+
color m3_ref_palette_secondary30
|
|
1406
|
+
color m3_ref_palette_secondary40
|
|
1407
|
+
color m3_ref_palette_secondary50
|
|
1408
|
+
color m3_ref_palette_secondary60
|
|
1409
|
+
color m3_ref_palette_secondary70
|
|
1410
|
+
color m3_ref_palette_secondary80
|
|
1411
|
+
color m3_ref_palette_secondary90
|
|
1412
|
+
color m3_ref_palette_secondary95
|
|
1413
|
+
color m3_ref_palette_secondary99
|
|
1414
|
+
color m3_ref_palette_tertiary0
|
|
1415
|
+
color m3_ref_palette_tertiary10
|
|
1416
|
+
color m3_ref_palette_tertiary100
|
|
1417
|
+
color m3_ref_palette_tertiary20
|
|
1418
|
+
color m3_ref_palette_tertiary30
|
|
1419
|
+
color m3_ref_palette_tertiary40
|
|
1420
|
+
color m3_ref_palette_tertiary50
|
|
1421
|
+
color m3_ref_palette_tertiary60
|
|
1422
|
+
color m3_ref_palette_tertiary70
|
|
1423
|
+
color m3_ref_palette_tertiary80
|
|
1424
|
+
color m3_ref_palette_tertiary90
|
|
1425
|
+
color m3_ref_palette_tertiary95
|
|
1426
|
+
color m3_ref_palette_tertiary99
|
|
1427
|
+
color m3_ref_palette_white
|
|
1428
|
+
color m3_selection_control_button_tint
|
|
1429
|
+
color m3_selection_control_ripple_color_selector
|
|
1430
|
+
color m3_slider_active_track_color
|
|
1431
|
+
color m3_slider_halo_color
|
|
1432
|
+
color m3_slider_inactive_track_color
|
|
1433
|
+
color m3_slider_thumb_color
|
|
1434
|
+
color m3_switch_thumb_tint
|
|
1435
|
+
color m3_switch_track_tint
|
|
1436
|
+
color m3_sys_color_dark_background
|
|
1437
|
+
color m3_sys_color_dark_error
|
|
1438
|
+
color m3_sys_color_dark_error_container
|
|
1439
|
+
color m3_sys_color_dark_inverse_on_surface
|
|
1440
|
+
color m3_sys_color_dark_inverse_primary
|
|
1441
|
+
color m3_sys_color_dark_inverse_surface
|
|
1442
|
+
color m3_sys_color_dark_on_background
|
|
1443
|
+
color m3_sys_color_dark_on_error
|
|
1444
|
+
color m3_sys_color_dark_on_error_container
|
|
1445
|
+
color m3_sys_color_dark_on_primary
|
|
1446
|
+
color m3_sys_color_dark_on_primary_container
|
|
1447
|
+
color m3_sys_color_dark_on_secondary
|
|
1448
|
+
color m3_sys_color_dark_on_secondary_container
|
|
1449
|
+
color m3_sys_color_dark_on_surface
|
|
1450
|
+
color m3_sys_color_dark_on_surface_variant
|
|
1451
|
+
color m3_sys_color_dark_on_tertiary
|
|
1452
|
+
color m3_sys_color_dark_on_tertiary_container
|
|
1453
|
+
color m3_sys_color_dark_outline
|
|
1454
|
+
color m3_sys_color_dark_primary
|
|
1455
|
+
color m3_sys_color_dark_primary_container
|
|
1456
|
+
color m3_sys_color_dark_secondary
|
|
1457
|
+
color m3_sys_color_dark_secondary_container
|
|
1458
|
+
color m3_sys_color_dark_surface
|
|
1459
|
+
color m3_sys_color_dark_surface_variant
|
|
1460
|
+
color m3_sys_color_dark_tertiary
|
|
1461
|
+
color m3_sys_color_dark_tertiary_container
|
|
1462
|
+
color m3_sys_color_dynamic_dark_background
|
|
1463
|
+
color m3_sys_color_dynamic_dark_inverse_on_surface
|
|
1464
|
+
color m3_sys_color_dynamic_dark_inverse_primary
|
|
1465
|
+
color m3_sys_color_dynamic_dark_inverse_surface
|
|
1466
|
+
color m3_sys_color_dynamic_dark_on_background
|
|
1467
|
+
color m3_sys_color_dynamic_dark_on_primary
|
|
1468
|
+
color m3_sys_color_dynamic_dark_on_primary_container
|
|
1469
|
+
color m3_sys_color_dynamic_dark_on_secondary
|
|
1470
|
+
color m3_sys_color_dynamic_dark_on_secondary_container
|
|
1471
|
+
color m3_sys_color_dynamic_dark_on_surface
|
|
1472
|
+
color m3_sys_color_dynamic_dark_on_surface_variant
|
|
1473
|
+
color m3_sys_color_dynamic_dark_on_tertiary
|
|
1474
|
+
color m3_sys_color_dynamic_dark_on_tertiary_container
|
|
1475
|
+
color m3_sys_color_dynamic_dark_outline
|
|
1476
|
+
color m3_sys_color_dynamic_dark_primary
|
|
1477
|
+
color m3_sys_color_dynamic_dark_primary_container
|
|
1478
|
+
color m3_sys_color_dynamic_dark_secondary
|
|
1479
|
+
color m3_sys_color_dynamic_dark_secondary_container
|
|
1480
|
+
color m3_sys_color_dynamic_dark_surface
|
|
1481
|
+
color m3_sys_color_dynamic_dark_surface_variant
|
|
1482
|
+
color m3_sys_color_dynamic_dark_tertiary
|
|
1483
|
+
color m3_sys_color_dynamic_dark_tertiary_container
|
|
1484
|
+
color m3_sys_color_dynamic_light_background
|
|
1485
|
+
color m3_sys_color_dynamic_light_inverse_on_surface
|
|
1486
|
+
color m3_sys_color_dynamic_light_inverse_primary
|
|
1487
|
+
color m3_sys_color_dynamic_light_inverse_surface
|
|
1488
|
+
color m3_sys_color_dynamic_light_on_background
|
|
1489
|
+
color m3_sys_color_dynamic_light_on_primary
|
|
1490
|
+
color m3_sys_color_dynamic_light_on_primary_container
|
|
1491
|
+
color m3_sys_color_dynamic_light_on_secondary
|
|
1492
|
+
color m3_sys_color_dynamic_light_on_secondary_container
|
|
1493
|
+
color m3_sys_color_dynamic_light_on_surface
|
|
1494
|
+
color m3_sys_color_dynamic_light_on_surface_variant
|
|
1495
|
+
color m3_sys_color_dynamic_light_on_tertiary
|
|
1496
|
+
color m3_sys_color_dynamic_light_on_tertiary_container
|
|
1497
|
+
color m3_sys_color_dynamic_light_outline
|
|
1498
|
+
color m3_sys_color_dynamic_light_primary
|
|
1499
|
+
color m3_sys_color_dynamic_light_primary_container
|
|
1500
|
+
color m3_sys_color_dynamic_light_secondary
|
|
1501
|
+
color m3_sys_color_dynamic_light_secondary_container
|
|
1502
|
+
color m3_sys_color_dynamic_light_surface
|
|
1503
|
+
color m3_sys_color_dynamic_light_surface_variant
|
|
1504
|
+
color m3_sys_color_dynamic_light_tertiary
|
|
1505
|
+
color m3_sys_color_dynamic_light_tertiary_container
|
|
1506
|
+
color m3_sys_color_light_background
|
|
1507
|
+
color m3_sys_color_light_error
|
|
1508
|
+
color m3_sys_color_light_error_container
|
|
1509
|
+
color m3_sys_color_light_inverse_on_surface
|
|
1510
|
+
color m3_sys_color_light_inverse_primary
|
|
1511
|
+
color m3_sys_color_light_inverse_surface
|
|
1512
|
+
color m3_sys_color_light_on_background
|
|
1513
|
+
color m3_sys_color_light_on_error
|
|
1514
|
+
color m3_sys_color_light_on_error_container
|
|
1515
|
+
color m3_sys_color_light_on_primary
|
|
1516
|
+
color m3_sys_color_light_on_primary_container
|
|
1517
|
+
color m3_sys_color_light_on_secondary
|
|
1518
|
+
color m3_sys_color_light_on_secondary_container
|
|
1519
|
+
color m3_sys_color_light_on_surface
|
|
1520
|
+
color m3_sys_color_light_on_surface_variant
|
|
1521
|
+
color m3_sys_color_light_on_tertiary
|
|
1522
|
+
color m3_sys_color_light_on_tertiary_container
|
|
1523
|
+
color m3_sys_color_light_outline
|
|
1524
|
+
color m3_sys_color_light_primary
|
|
1525
|
+
color m3_sys_color_light_primary_container
|
|
1526
|
+
color m3_sys_color_light_secondary
|
|
1527
|
+
color m3_sys_color_light_secondary_container
|
|
1528
|
+
color m3_sys_color_light_surface
|
|
1529
|
+
color m3_sys_color_light_surface_variant
|
|
1530
|
+
color m3_sys_color_light_tertiary
|
|
1531
|
+
color m3_sys_color_light_tertiary_container
|
|
1532
|
+
color m3_tabs_icon_color
|
|
1533
|
+
color m3_tabs_ripple_color
|
|
1534
|
+
color m3_text_button_background_color_selector
|
|
1535
|
+
color m3_text_button_foreground_color_selector
|
|
1536
|
+
color m3_text_button_ripple_color_selector
|
|
1537
|
+
color m3_textfield_filled_background_color
|
|
1538
|
+
color m3_textfield_indicator_text_color
|
|
1539
|
+
color m3_textfield_input_text_color
|
|
1540
|
+
color m3_textfield_label_color
|
|
1541
|
+
color m3_textfield_stroke_color
|
|
1542
|
+
color m3_timepicker_button_background_color
|
|
1543
|
+
color m3_timepicker_button_ripple_color
|
|
1544
|
+
color m3_timepicker_button_text_color
|
|
1545
|
+
color m3_timepicker_clock_text_color
|
|
1546
|
+
color m3_timepicker_display_background_color
|
|
1547
|
+
color m3_timepicker_display_ripple_color
|
|
1548
|
+
color m3_timepicker_display_stroke_color
|
|
1549
|
+
color m3_timepicker_display_text_color
|
|
1550
|
+
color m3_timepicker_secondary_text_button_ripple_color
|
|
1551
|
+
color m3_timepicker_secondary_text_button_text_color
|
|
1552
|
+
color m3_tonal_button_ripple_color_selector
|
|
1100
1553
|
color material_blue_grey_800
|
|
1101
1554
|
color material_blue_grey_900
|
|
1102
1555
|
color material_blue_grey_950
|
|
1103
1556
|
color material_cursor_color
|
|
1104
1557
|
color material_deep_teal_200
|
|
1105
1558
|
color material_deep_teal_500
|
|
1559
|
+
color material_divider_color
|
|
1560
|
+
color material_dynamic_neutral0
|
|
1561
|
+
color material_dynamic_neutral10
|
|
1562
|
+
color material_dynamic_neutral100
|
|
1563
|
+
color material_dynamic_neutral20
|
|
1564
|
+
color material_dynamic_neutral30
|
|
1565
|
+
color material_dynamic_neutral40
|
|
1566
|
+
color material_dynamic_neutral50
|
|
1567
|
+
color material_dynamic_neutral60
|
|
1568
|
+
color material_dynamic_neutral70
|
|
1569
|
+
color material_dynamic_neutral80
|
|
1570
|
+
color material_dynamic_neutral90
|
|
1571
|
+
color material_dynamic_neutral95
|
|
1572
|
+
color material_dynamic_neutral99
|
|
1573
|
+
color material_dynamic_neutral_variant0
|
|
1574
|
+
color material_dynamic_neutral_variant10
|
|
1575
|
+
color material_dynamic_neutral_variant100
|
|
1576
|
+
color material_dynamic_neutral_variant20
|
|
1577
|
+
color material_dynamic_neutral_variant30
|
|
1578
|
+
color material_dynamic_neutral_variant40
|
|
1579
|
+
color material_dynamic_neutral_variant50
|
|
1580
|
+
color material_dynamic_neutral_variant60
|
|
1581
|
+
color material_dynamic_neutral_variant70
|
|
1582
|
+
color material_dynamic_neutral_variant80
|
|
1583
|
+
color material_dynamic_neutral_variant90
|
|
1584
|
+
color material_dynamic_neutral_variant95
|
|
1585
|
+
color material_dynamic_neutral_variant99
|
|
1586
|
+
color material_dynamic_primary0
|
|
1587
|
+
color material_dynamic_primary10
|
|
1588
|
+
color material_dynamic_primary100
|
|
1589
|
+
color material_dynamic_primary20
|
|
1590
|
+
color material_dynamic_primary30
|
|
1591
|
+
color material_dynamic_primary40
|
|
1592
|
+
color material_dynamic_primary50
|
|
1593
|
+
color material_dynamic_primary60
|
|
1594
|
+
color material_dynamic_primary70
|
|
1595
|
+
color material_dynamic_primary80
|
|
1596
|
+
color material_dynamic_primary90
|
|
1597
|
+
color material_dynamic_primary95
|
|
1598
|
+
color material_dynamic_primary99
|
|
1599
|
+
color material_dynamic_secondary0
|
|
1600
|
+
color material_dynamic_secondary10
|
|
1601
|
+
color material_dynamic_secondary100
|
|
1602
|
+
color material_dynamic_secondary20
|
|
1603
|
+
color material_dynamic_secondary30
|
|
1604
|
+
color material_dynamic_secondary40
|
|
1605
|
+
color material_dynamic_secondary50
|
|
1606
|
+
color material_dynamic_secondary60
|
|
1607
|
+
color material_dynamic_secondary70
|
|
1608
|
+
color material_dynamic_secondary80
|
|
1609
|
+
color material_dynamic_secondary90
|
|
1610
|
+
color material_dynamic_secondary95
|
|
1611
|
+
color material_dynamic_secondary99
|
|
1612
|
+
color material_dynamic_tertiary0
|
|
1613
|
+
color material_dynamic_tertiary10
|
|
1614
|
+
color material_dynamic_tertiary100
|
|
1615
|
+
color material_dynamic_tertiary20
|
|
1616
|
+
color material_dynamic_tertiary30
|
|
1617
|
+
color material_dynamic_tertiary40
|
|
1618
|
+
color material_dynamic_tertiary50
|
|
1619
|
+
color material_dynamic_tertiary60
|
|
1620
|
+
color material_dynamic_tertiary70
|
|
1621
|
+
color material_dynamic_tertiary80
|
|
1622
|
+
color material_dynamic_tertiary90
|
|
1623
|
+
color material_dynamic_tertiary95
|
|
1624
|
+
color material_dynamic_tertiary99
|
|
1106
1625
|
color material_grey_100
|
|
1107
1626
|
color material_grey_300
|
|
1108
1627
|
color material_grey_50
|
|
@@ -1110,6 +1629,10 @@ color material_grey_600
|
|
|
1110
1629
|
color material_grey_800
|
|
1111
1630
|
color material_grey_850
|
|
1112
1631
|
color material_grey_900
|
|
1632
|
+
color material_harmonized_color_error
|
|
1633
|
+
color material_harmonized_color_error_container
|
|
1634
|
+
color material_harmonized_color_on_error
|
|
1635
|
+
color material_harmonized_color_on_error_container
|
|
1113
1636
|
color material_on_background_disabled
|
|
1114
1637
|
color material_on_background_emphasis_high_type
|
|
1115
1638
|
color material_on_background_emphasis_medium
|
|
@@ -1205,6 +1728,7 @@ color switch_thumb_material_dark
|
|
|
1205
1728
|
color switch_thumb_material_light
|
|
1206
1729
|
color switch_thumb_normal_material_dark
|
|
1207
1730
|
color switch_thumb_normal_material_light
|
|
1731
|
+
color test_color
|
|
1208
1732
|
color test_mtrl_calendar_day
|
|
1209
1733
|
color test_mtrl_calendar_day_selected
|
|
1210
1734
|
color tooltip_background_dark
|
|
@@ -1275,6 +1799,9 @@ dimen abc_search_view_preferred_width
|
|
|
1275
1799
|
dimen abc_seekbar_track_background_height_material
|
|
1276
1800
|
dimen abc_seekbar_track_progress_height_material
|
|
1277
1801
|
dimen abc_select_dialog_padding_start_material
|
|
1802
|
+
dimen abc_star_big
|
|
1803
|
+
dimen abc_star_medium
|
|
1804
|
+
dimen abc_star_small
|
|
1278
1805
|
dimen abc_switch_padding
|
|
1279
1806
|
dimen abc_text_size_body_1_material
|
|
1280
1807
|
dimen abc_text_size_body_2_material
|
|
@@ -1308,6 +1835,7 @@ dimen compat_button_padding_vertical_material
|
|
|
1308
1835
|
dimen compat_control_corner_material
|
|
1309
1836
|
dimen compat_notification_large_icon_max_height
|
|
1310
1837
|
dimen compat_notification_large_icon_max_width
|
|
1838
|
+
dimen def_drawer_elevation
|
|
1311
1839
|
dimen default_dimension
|
|
1312
1840
|
dimen design_appbar_elevation
|
|
1313
1841
|
dimen design_bottom_navigation_active_item_max_width
|
|
@@ -1337,6 +1865,7 @@ dimen design_navigation_icon_padding
|
|
|
1337
1865
|
dimen design_navigation_icon_size
|
|
1338
1866
|
dimen design_navigation_item_horizontal_padding
|
|
1339
1867
|
dimen design_navigation_item_icon_padding
|
|
1868
|
+
dimen design_navigation_item_vertical_padding
|
|
1340
1869
|
dimen design_navigation_max_width
|
|
1341
1870
|
dimen design_navigation_padding_bottom
|
|
1342
1871
|
dimen design_navigation_separator_vertical_padding
|
|
@@ -1371,12 +1900,172 @@ dimen hint_pressed_alpha_material_light
|
|
|
1371
1900
|
dimen item_touch_helper_max_drag_scroll_per_frame
|
|
1372
1901
|
dimen item_touch_helper_swipe_escape_max_velocity
|
|
1373
1902
|
dimen item_touch_helper_swipe_escape_velocity
|
|
1903
|
+
dimen m3_alert_dialog_action_bottom_padding
|
|
1904
|
+
dimen m3_alert_dialog_action_top_padding
|
|
1905
|
+
dimen m3_alert_dialog_corner_size
|
|
1906
|
+
dimen m3_alert_dialog_elevation
|
|
1907
|
+
dimen m3_alert_dialog_icon_margin
|
|
1908
|
+
dimen m3_alert_dialog_icon_size
|
|
1909
|
+
dimen m3_alert_dialog_title_bottom_margin
|
|
1910
|
+
dimen m3_appbar_expanded_title_margin_bottom
|
|
1911
|
+
dimen m3_appbar_expanded_title_margin_horizontal
|
|
1912
|
+
dimen m3_appbar_scrim_height_trigger
|
|
1913
|
+
dimen m3_appbar_scrim_height_trigger_large
|
|
1914
|
+
dimen m3_appbar_scrim_height_trigger_medium
|
|
1915
|
+
dimen m3_appbar_size_compact
|
|
1916
|
+
dimen m3_appbar_size_large
|
|
1917
|
+
dimen m3_appbar_size_medium
|
|
1918
|
+
dimen m3_badge_horizontal_offset
|
|
1919
|
+
dimen m3_badge_radius
|
|
1920
|
+
dimen m3_badge_vertical_offset
|
|
1921
|
+
dimen m3_badge_with_text_horizontal_offset
|
|
1922
|
+
dimen m3_badge_with_text_radius
|
|
1923
|
+
dimen m3_badge_with_text_vertical_offset
|
|
1924
|
+
dimen m3_bottom_nav_item_active_indicator_height
|
|
1925
|
+
dimen m3_bottom_nav_item_active_indicator_margin_horizontal
|
|
1926
|
+
dimen m3_bottom_nav_item_active_indicator_width
|
|
1927
|
+
dimen m3_bottom_nav_item_padding_bottom
|
|
1928
|
+
dimen m3_bottom_nav_item_padding_top
|
|
1929
|
+
dimen m3_bottom_nav_min_height
|
|
1930
|
+
dimen m3_bottom_sheet_elevation
|
|
1931
|
+
dimen m3_bottom_sheet_modal_elevation
|
|
1932
|
+
dimen m3_bottomappbar_fab_cradle_margin
|
|
1933
|
+
dimen m3_bottomappbar_fab_cradle_rounded_corner_radius
|
|
1934
|
+
dimen m3_bottomappbar_fab_cradle_vertical_offset
|
|
1935
|
+
dimen m3_btn_dialog_btn_min_width
|
|
1936
|
+
dimen m3_btn_dialog_btn_spacing
|
|
1937
|
+
dimen m3_btn_disabled_elevation
|
|
1938
|
+
dimen m3_btn_disabled_translation_z
|
|
1939
|
+
dimen m3_btn_elevated_btn_elevation
|
|
1940
|
+
dimen m3_btn_elevation
|
|
1941
|
+
dimen m3_btn_icon_btn_padding_left
|
|
1942
|
+
dimen m3_btn_icon_btn_padding_right
|
|
1943
|
+
dimen m3_btn_icon_only_default_padding
|
|
1944
|
+
dimen m3_btn_icon_only_default_size
|
|
1945
|
+
dimen m3_btn_icon_only_icon_padding
|
|
1946
|
+
dimen m3_btn_icon_only_min_width
|
|
1947
|
+
dimen m3_btn_inset
|
|
1948
|
+
dimen m3_btn_max_width
|
|
1949
|
+
dimen m3_btn_padding_bottom
|
|
1950
|
+
dimen m3_btn_padding_left
|
|
1951
|
+
dimen m3_btn_padding_right
|
|
1952
|
+
dimen m3_btn_padding_top
|
|
1953
|
+
dimen m3_btn_stroke_size
|
|
1954
|
+
dimen m3_btn_text_btn_icon_padding_left
|
|
1955
|
+
dimen m3_btn_text_btn_icon_padding_right
|
|
1956
|
+
dimen m3_btn_text_btn_padding_left
|
|
1957
|
+
dimen m3_btn_text_btn_padding_right
|
|
1958
|
+
dimen m3_btn_translation_z_base
|
|
1959
|
+
dimen m3_btn_translation_z_hovered
|
|
1960
|
+
dimen m3_card_dragged_z
|
|
1961
|
+
dimen m3_card_elevated_dragged_z
|
|
1962
|
+
dimen m3_card_elevated_elevation
|
|
1963
|
+
dimen m3_card_elevated_hovered_z
|
|
1964
|
+
dimen m3_card_elevation
|
|
1965
|
+
dimen m3_card_hovered_z
|
|
1966
|
+
dimen m3_card_stroke_width
|
|
1967
|
+
dimen m3_chip_checked_hovered_translation_z
|
|
1968
|
+
dimen m3_chip_corner_size
|
|
1969
|
+
dimen m3_chip_disabled_translation_z
|
|
1970
|
+
dimen m3_chip_dragged_translation_z
|
|
1971
|
+
dimen m3_chip_elevated_elevation
|
|
1972
|
+
dimen m3_chip_hovered_translation_z
|
|
1973
|
+
dimen m3_chip_icon_size
|
|
1974
|
+
dimen m3_datepicker_elevation
|
|
1975
|
+
dimen m3_divider_heavy_thickness
|
|
1976
|
+
dimen m3_extended_fab_bottom_padding
|
|
1977
|
+
dimen m3_extended_fab_end_padding
|
|
1978
|
+
dimen m3_extended_fab_icon_padding
|
|
1979
|
+
dimen m3_extended_fab_min_height
|
|
1980
|
+
dimen m3_extended_fab_start_padding
|
|
1981
|
+
dimen m3_extended_fab_top_padding
|
|
1982
|
+
dimen m3_fab_border_width
|
|
1983
|
+
dimen m3_fab_corner_size
|
|
1984
|
+
dimen m3_fab_translation_z_hovered_focused
|
|
1985
|
+
dimen m3_fab_translation_z_pressed
|
|
1986
|
+
dimen m3_large_fab_max_image_size
|
|
1987
|
+
dimen m3_large_fab_size
|
|
1988
|
+
dimen m3_menu_elevation
|
|
1989
|
+
dimen m3_navigation_drawer_layout_corner_size
|
|
1990
|
+
dimen m3_navigation_item_horizontal_padding
|
|
1991
|
+
dimen m3_navigation_item_icon_padding
|
|
1992
|
+
dimen m3_navigation_item_shape_inset_bottom
|
|
1993
|
+
dimen m3_navigation_item_shape_inset_end
|
|
1994
|
+
dimen m3_navigation_item_shape_inset_start
|
|
1995
|
+
dimen m3_navigation_item_shape_inset_top
|
|
1996
|
+
dimen m3_navigation_item_vertical_padding
|
|
1997
|
+
dimen m3_navigation_menu_divider_horizontal_padding
|
|
1998
|
+
dimen m3_navigation_menu_headline_horizontal_padding
|
|
1999
|
+
dimen m3_navigation_rail_default_width
|
|
2000
|
+
dimen m3_navigation_rail_item_active_indicator_height
|
|
2001
|
+
dimen m3_navigation_rail_item_active_indicator_margin_horizontal
|
|
2002
|
+
dimen m3_navigation_rail_item_active_indicator_width
|
|
2003
|
+
dimen m3_navigation_rail_item_min_height
|
|
2004
|
+
dimen m3_navigation_rail_item_padding_bottom
|
|
2005
|
+
dimen m3_navigation_rail_item_padding_top
|
|
2006
|
+
dimen m3_ripple_default_alpha
|
|
2007
|
+
dimen m3_ripple_focused_alpha
|
|
2008
|
+
dimen m3_ripple_hovered_alpha
|
|
2009
|
+
dimen m3_ripple_pressed_alpha
|
|
2010
|
+
dimen m3_ripple_selectable_pressed_alpha
|
|
2011
|
+
dimen m3_slider_thumb_elevation
|
|
2012
|
+
dimen m3_snackbar_action_text_color_alpha
|
|
2013
|
+
dimen m3_snackbar_margin
|
|
2014
|
+
dimen m3_sys_elevation_level0
|
|
2015
|
+
dimen m3_sys_elevation_level1
|
|
2016
|
+
dimen m3_sys_elevation_level2
|
|
2017
|
+
dimen m3_sys_elevation_level3
|
|
2018
|
+
dimen m3_sys_elevation_level4
|
|
2019
|
+
dimen m3_sys_elevation_level5
|
|
2020
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
|
|
2021
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
|
|
2022
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
|
|
2023
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
|
|
2024
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
|
|
2025
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
|
|
2026
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
|
|
2027
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
|
|
2028
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x1
|
|
2029
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x2
|
|
2030
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y1
|
|
2031
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y2
|
|
2032
|
+
dimen m3_sys_motion_easing_legacy_control_x1
|
|
2033
|
+
dimen m3_sys_motion_easing_legacy_control_x2
|
|
2034
|
+
dimen m3_sys_motion_easing_legacy_control_y1
|
|
2035
|
+
dimen m3_sys_motion_easing_legacy_control_y2
|
|
2036
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x1
|
|
2037
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x2
|
|
2038
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y1
|
|
2039
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y2
|
|
2040
|
+
dimen m3_sys_motion_easing_linear_control_x1
|
|
2041
|
+
dimen m3_sys_motion_easing_linear_control_x2
|
|
2042
|
+
dimen m3_sys_motion_easing_linear_control_y1
|
|
2043
|
+
dimen m3_sys_motion_easing_linear_control_y2
|
|
2044
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x1
|
|
2045
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x2
|
|
2046
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y1
|
|
2047
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y2
|
|
2048
|
+
dimen m3_sys_motion_easing_standard_control_x1
|
|
2049
|
+
dimen m3_sys_motion_easing_standard_control_x2
|
|
2050
|
+
dimen m3_sys_motion_easing_standard_control_y1
|
|
2051
|
+
dimen m3_sys_motion_easing_standard_control_y2
|
|
2052
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x1
|
|
2053
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x2
|
|
2054
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y1
|
|
2055
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y2
|
|
2056
|
+
dimen m3_sys_state_dragged_state_layer_opacity
|
|
2057
|
+
dimen m3_sys_state_focus_state_layer_opacity
|
|
2058
|
+
dimen m3_sys_state_hover_state_layer_opacity
|
|
2059
|
+
dimen m3_sys_state_pressed_state_layer_opacity
|
|
2060
|
+
dimen m3_timepicker_display_stroke_width
|
|
2061
|
+
dimen m3_timepicker_window_elevation
|
|
1374
2062
|
dimen material_bottom_sheet_max_width
|
|
1375
2063
|
dimen material_clock_display_padding
|
|
1376
2064
|
dimen material_clock_face_margin_top
|
|
1377
2065
|
dimen material_clock_hand_center_dot_radius
|
|
1378
2066
|
dimen material_clock_hand_padding
|
|
1379
2067
|
dimen material_clock_hand_stroke_width
|
|
2068
|
+
dimen material_clock_number_text_padding
|
|
1380
2069
|
dimen material_clock_number_text_size
|
|
1381
2070
|
dimen material_clock_period_toggle_height
|
|
1382
2071
|
dimen material_clock_period_toggle_margin_left
|
|
@@ -1385,7 +2074,9 @@ dimen material_clock_size
|
|
|
1385
2074
|
dimen material_cursor_inset_bottom
|
|
1386
2075
|
dimen material_cursor_inset_top
|
|
1387
2076
|
dimen material_cursor_width
|
|
2077
|
+
dimen material_divider_thickness
|
|
1388
2078
|
dimen material_emphasis_disabled
|
|
2079
|
+
dimen material_emphasis_disabled_background
|
|
1389
2080
|
dimen material_emphasis_high_type
|
|
1390
2081
|
dimen material_emphasis_medium
|
|
1391
2082
|
dimen material_filled_edittext_font_1_3_padding_bottom
|
|
@@ -1398,6 +2089,8 @@ dimen material_helper_text_default_padding_top
|
|
|
1398
2089
|
dimen material_helper_text_font_1_3_padding_horizontal
|
|
1399
2090
|
dimen material_helper_text_font_1_3_padding_top
|
|
1400
2091
|
dimen material_input_text_to_prefix_suffix_padding
|
|
2092
|
+
dimen material_text_size_dp
|
|
2093
|
+
dimen material_text_size_sp
|
|
1401
2094
|
dimen material_text_view_test_line_height
|
|
1402
2095
|
dimen material_text_view_test_line_height_override
|
|
1403
2096
|
dimen material_textinput_default_width
|
|
@@ -1499,7 +2192,6 @@ dimen mtrl_card_elevation
|
|
|
1499
2192
|
dimen mtrl_card_spacing
|
|
1500
2193
|
dimen mtrl_chip_pressed_translation_z
|
|
1501
2194
|
dimen mtrl_chip_text_size
|
|
1502
|
-
dimen mtrl_edittext_rectangle_top_offset
|
|
1503
2195
|
dimen mtrl_exposed_dropdown_menu_popup_elevation
|
|
1504
2196
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
|
|
1505
2197
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
|
|
@@ -1616,6 +2308,7 @@ dimen notification_small_icon_size_as_large
|
|
|
1616
2308
|
dimen notification_subtext_size
|
|
1617
2309
|
dimen notification_top_pad
|
|
1618
2310
|
dimen notification_top_pad_large_text
|
|
2311
|
+
dimen test_dimen
|
|
1619
2312
|
dimen test_mtrl_calendar_day_cornerSize
|
|
1620
2313
|
dimen test_navigation_bar_active_item_max_width
|
|
1621
2314
|
dimen test_navigation_bar_active_item_min_width
|
|
@@ -1705,15 +2398,20 @@ drawable abc_seekbar_tick_mark_material
|
|
|
1705
2398
|
drawable abc_seekbar_track_material
|
|
1706
2399
|
drawable abc_spinner_mtrl_am_alpha
|
|
1707
2400
|
drawable abc_spinner_textfield_background_material
|
|
2401
|
+
drawable abc_star_black_48dp
|
|
2402
|
+
drawable abc_star_half_black_48dp
|
|
1708
2403
|
drawable abc_switch_thumb_material
|
|
1709
2404
|
drawable abc_switch_track_mtrl_alpha
|
|
1710
2405
|
drawable abc_tab_indicator_material
|
|
1711
2406
|
drawable abc_tab_indicator_mtrl_alpha
|
|
1712
2407
|
drawable abc_text_cursor_material
|
|
2408
|
+
drawable abc_text_select_handle_left_mtrl
|
|
1713
2409
|
drawable abc_text_select_handle_left_mtrl_dark
|
|
1714
2410
|
drawable abc_text_select_handle_left_mtrl_light
|
|
2411
|
+
drawable abc_text_select_handle_middle_mtrl
|
|
1715
2412
|
drawable abc_text_select_handle_middle_mtrl_dark
|
|
1716
2413
|
drawable abc_text_select_handle_middle_mtrl_light
|
|
2414
|
+
drawable abc_text_select_handle_right_mtrl
|
|
1717
2415
|
drawable abc_text_select_handle_right_mtrl_dark
|
|
1718
2416
|
drawable abc_text_select_handle_right_mtrl_light
|
|
1719
2417
|
drawable abc_textfield_activated_mtrl_alpha
|
|
@@ -1740,10 +2438,21 @@ drawable design_password_eye
|
|
|
1740
2438
|
drawable design_snackbar_background
|
|
1741
2439
|
drawable ic_clock_black_24dp
|
|
1742
2440
|
drawable ic_keyboard_black_24dp
|
|
2441
|
+
drawable ic_m3_chip_check
|
|
2442
|
+
drawable ic_m3_chip_checked_circle
|
|
2443
|
+
drawable ic_m3_chip_close
|
|
1743
2444
|
drawable ic_mtrl_checked_circle
|
|
1744
2445
|
drawable ic_mtrl_chip_checked_black
|
|
1745
2446
|
drawable ic_mtrl_chip_checked_circle
|
|
1746
2447
|
drawable ic_mtrl_chip_close_circle
|
|
2448
|
+
drawable m3_appbar_background
|
|
2449
|
+
drawable m3_popupmenu_background_overlay
|
|
2450
|
+
drawable m3_radiobutton_ripple
|
|
2451
|
+
drawable m3_selection_control_ripple
|
|
2452
|
+
drawable m3_tabs_background
|
|
2453
|
+
drawable m3_tabs_line_indicator
|
|
2454
|
+
drawable m3_tabs_rounded_line_indicator
|
|
2455
|
+
drawable m3_tabs_transparent_background
|
|
1747
2456
|
drawable material_cursor_drawable
|
|
1748
2457
|
drawable material_ic_calendar_black_24dp
|
|
1749
2458
|
drawable material_ic_clear_black_24dp
|
|
@@ -1762,7 +2471,7 @@ drawable mtrl_ic_cancel
|
|
|
1762
2471
|
drawable mtrl_ic_error
|
|
1763
2472
|
drawable mtrl_navigation_bar_item_background
|
|
1764
2473
|
drawable mtrl_popupmenu_background
|
|
1765
|
-
drawable
|
|
2474
|
+
drawable mtrl_popupmenu_background_overlay
|
|
1766
2475
|
drawable mtrl_tabs_default_indicator
|
|
1767
2476
|
drawable navigation_empty_icon
|
|
1768
2477
|
drawable notification_action_background
|
|
@@ -1779,6 +2488,7 @@ drawable notification_tile_bg
|
|
|
1779
2488
|
drawable notify_panel_notification_icon_bg
|
|
1780
2489
|
drawable redbox_top_border_background
|
|
1781
2490
|
drawable test_custom_background
|
|
2491
|
+
drawable test_level_drawable
|
|
1782
2492
|
drawable tooltip_frame_dark
|
|
1783
2493
|
drawable tooltip_frame_light
|
|
1784
2494
|
drawable userleap_rounded_corners
|
|
@@ -1827,6 +2537,7 @@ id accessibility_custom_action_8
|
|
|
1827
2537
|
id accessibility_custom_action_9
|
|
1828
2538
|
id accessibility_hint
|
|
1829
2539
|
id accessibility_label
|
|
2540
|
+
id accessibility_links
|
|
1830
2541
|
id accessibility_role
|
|
1831
2542
|
id accessibility_state
|
|
1832
2543
|
id accessibility_value
|
|
@@ -1888,6 +2599,7 @@ id chronometer
|
|
|
1888
2599
|
id circle_center
|
|
1889
2600
|
id clear_text
|
|
1890
2601
|
id clockwise
|
|
2602
|
+
id compress
|
|
1891
2603
|
id confirm_button
|
|
1892
2604
|
id container
|
|
1893
2605
|
id content
|
|
@@ -1918,11 +2630,15 @@ id dragLeft
|
|
|
1918
2630
|
id dragRight
|
|
1919
2631
|
id dragStart
|
|
1920
2632
|
id dragUp
|
|
2633
|
+
id dropdown_editable
|
|
1921
2634
|
id dropdown_menu
|
|
2635
|
+
id dropdown_noneditable
|
|
1922
2636
|
id easeIn
|
|
1923
2637
|
id easeInOut
|
|
1924
2638
|
id easeOut
|
|
1925
2639
|
id edit_query
|
|
2640
|
+
id edittext_dropdown_editable
|
|
2641
|
+
id edittext_dropdown_noneditable
|
|
1926
2642
|
id elastic
|
|
1927
2643
|
id end
|
|
1928
2644
|
id endToStart
|
|
@@ -1942,6 +2658,8 @@ id floating
|
|
|
1942
2658
|
id focusCrop
|
|
1943
2659
|
id forever
|
|
1944
2660
|
id fps_text
|
|
2661
|
+
id fragment_container_view_tag
|
|
2662
|
+
id fullscreen_header
|
|
1945
2663
|
id ghost_view
|
|
1946
2664
|
id ghost_view_holder
|
|
1947
2665
|
id gone
|
|
@@ -1959,10 +2677,15 @@ id info
|
|
|
1959
2677
|
id invisible
|
|
1960
2678
|
id inward
|
|
1961
2679
|
id italic
|
|
2680
|
+
id item1
|
|
2681
|
+
id item2
|
|
2682
|
+
id item3
|
|
2683
|
+
id item4
|
|
1962
2684
|
id item_touch_helper_previous_elevation
|
|
1963
2685
|
id jumpToEnd
|
|
1964
2686
|
id jumpToStart
|
|
1965
2687
|
id labeled
|
|
2688
|
+
id labelled_by
|
|
1966
2689
|
id layout
|
|
1967
2690
|
id left
|
|
1968
2691
|
id leftToRight
|
|
@@ -1991,6 +2714,7 @@ id material_timepicker_mode_button
|
|
|
1991
2714
|
id material_timepicker_ok_button
|
|
1992
2715
|
id material_timepicker_view
|
|
1993
2716
|
id material_value_index
|
|
2717
|
+
id matrix
|
|
1994
2718
|
id message
|
|
1995
2719
|
id middle
|
|
1996
2720
|
id mini
|
|
@@ -2025,6 +2749,8 @@ id mtrl_picker_text_input_range_start
|
|
|
2025
2749
|
id mtrl_picker_title_text
|
|
2026
2750
|
id mtrl_view_tag_bottom_padding
|
|
2027
2751
|
id multiply
|
|
2752
|
+
id navigation_bar_item_active_indicator_view
|
|
2753
|
+
id navigation_bar_item_icon_container
|
|
2028
2754
|
id navigation_bar_item_icon_view
|
|
2029
2755
|
id navigation_bar_item_labels_group
|
|
2030
2756
|
id navigation_bar_item_large_label_view
|
|
@@ -2050,6 +2776,9 @@ id path
|
|
|
2050
2776
|
id pathRelative
|
|
2051
2777
|
id percent
|
|
2052
2778
|
id pin
|
|
2779
|
+
id pointer_enter
|
|
2780
|
+
id pointer_leave
|
|
2781
|
+
id pointer_move
|
|
2053
2782
|
id position
|
|
2054
2783
|
id postLayout
|
|
2055
2784
|
id progress_circular
|
|
@@ -2101,6 +2830,7 @@ id slide
|
|
|
2101
2830
|
id snackbar_action
|
|
2102
2831
|
id snackbar_text
|
|
2103
2832
|
id spacer
|
|
2833
|
+
id special_effects_controller_view_tag
|
|
2104
2834
|
id spline
|
|
2105
2835
|
id split_action_bar
|
|
2106
2836
|
id spread
|
|
@@ -2172,7 +2902,11 @@ id up
|
|
|
2172
2902
|
id view_offset_helper
|
|
2173
2903
|
id view_tag_instance_handle
|
|
2174
2904
|
id view_tag_native_id
|
|
2905
|
+
id view_tree_lifecycle_owner
|
|
2906
|
+
id view_tree_saved_state_registry_owner
|
|
2907
|
+
id view_tree_view_model_store_owner
|
|
2175
2908
|
id visible
|
|
2909
|
+
id visible_removing_fragment_view_tag
|
|
2176
2910
|
id withinBounds
|
|
2177
2911
|
id wrap
|
|
2178
2912
|
id wrap_content
|
|
@@ -2186,6 +2920,28 @@ integer config_tooltipAnimTime
|
|
|
2186
2920
|
integer design_snackbar_text_max_lines
|
|
2187
2921
|
integer design_tab_indicator_anim_duration_ms
|
|
2188
2922
|
integer hide_password_duration
|
|
2923
|
+
integer m3_btn_anim_delay_ms
|
|
2924
|
+
integer m3_btn_anim_duration_ms
|
|
2925
|
+
integer m3_card_anim_delay_ms
|
|
2926
|
+
integer m3_card_anim_duration_ms
|
|
2927
|
+
integer m3_chip_anim_duration
|
|
2928
|
+
integer m3_sys_motion_duration_100
|
|
2929
|
+
integer m3_sys_motion_duration_1000
|
|
2930
|
+
integer m3_sys_motion_duration_150
|
|
2931
|
+
integer m3_sys_motion_duration_200
|
|
2932
|
+
integer m3_sys_motion_duration_250
|
|
2933
|
+
integer m3_sys_motion_duration_300
|
|
2934
|
+
integer m3_sys_motion_duration_350
|
|
2935
|
+
integer m3_sys_motion_duration_400
|
|
2936
|
+
integer m3_sys_motion_duration_450
|
|
2937
|
+
integer m3_sys_motion_duration_50
|
|
2938
|
+
integer m3_sys_motion_duration_500
|
|
2939
|
+
integer m3_sys_motion_duration_550
|
|
2940
|
+
integer m3_sys_motion_duration_600
|
|
2941
|
+
integer m3_sys_motion_duration_700
|
|
2942
|
+
integer m3_sys_motion_duration_800
|
|
2943
|
+
integer m3_sys_motion_duration_900
|
|
2944
|
+
integer m3_sys_motion_path
|
|
2189
2945
|
integer material_motion_duration_long_1
|
|
2190
2946
|
integer material_motion_duration_long_2
|
|
2191
2947
|
integer material_motion_duration_medium_1
|
|
@@ -2203,6 +2959,9 @@ integer mtrl_card_anim_delay_ms
|
|
|
2203
2959
|
integer mtrl_card_anim_duration_ms
|
|
2204
2960
|
integer mtrl_chip_anim_duration
|
|
2205
2961
|
integer mtrl_tab_indicator_anim_duration_ms
|
|
2962
|
+
integer mtrl_view_gone
|
|
2963
|
+
integer mtrl_view_invisible
|
|
2964
|
+
integer mtrl_view_visible
|
|
2206
2965
|
integer react_native_dev_server_port
|
|
2207
2966
|
integer react_native_inspector_proxy_port
|
|
2208
2967
|
integer show_password_duration
|
|
@@ -2265,6 +3024,10 @@ layout design_text_input_end_icon
|
|
|
2265
3024
|
layout design_text_input_start_icon
|
|
2266
3025
|
layout dev_loading_view
|
|
2267
3026
|
layout fps_view
|
|
3027
|
+
layout m3_alert_dialog
|
|
3028
|
+
layout m3_alert_dialog_actions
|
|
3029
|
+
layout m3_alert_dialog_title
|
|
3030
|
+
layout m3_auto_complete_simple_item
|
|
2268
3031
|
layout material_chip_input_combo
|
|
2269
3032
|
layout material_clock_display
|
|
2270
3033
|
layout material_clock_display_divider
|
|
@@ -2285,6 +3048,7 @@ layout mtrl_alert_dialog_title
|
|
|
2285
3048
|
layout mtrl_alert_select_dialog_item
|
|
2286
3049
|
layout mtrl_alert_select_dialog_multichoice
|
|
2287
3050
|
layout mtrl_alert_select_dialog_singlechoice
|
|
3051
|
+
layout mtrl_auto_complete_simple_item
|
|
2288
3052
|
layout mtrl_calendar_day
|
|
2289
3053
|
layout mtrl_calendar_day_of_week
|
|
2290
3054
|
layout mtrl_calendar_days_of_week
|
|
@@ -2325,6 +3089,7 @@ layout test_action_chip
|
|
|
2325
3089
|
layout test_chip_zero_corner_radius
|
|
2326
3090
|
layout test_design_checkbox
|
|
2327
3091
|
layout test_design_radiobutton
|
|
3092
|
+
layout test_exposed_dropdown_menu
|
|
2328
3093
|
layout test_navigation_bar_item_layout
|
|
2329
3094
|
layout test_reflow_chipgroup
|
|
2330
3095
|
layout test_toolbar
|
|
@@ -2337,6 +3102,8 @@ layout text_view_with_line_height_from_style
|
|
|
2337
3102
|
layout text_view_with_theme_line_height
|
|
2338
3103
|
layout text_view_without_line_height
|
|
2339
3104
|
layout userleap_fragment_webview
|
|
3105
|
+
menu example_menu
|
|
3106
|
+
menu example_menu2
|
|
2340
3107
|
plurals mtrl_badge_content_description
|
|
2341
3108
|
string abc_action_bar_home_description
|
|
2342
3109
|
string abc_action_bar_up_description
|
|
@@ -2346,18 +3113,6 @@ string abc_activity_chooser_view_see_all
|
|
|
2346
3113
|
string abc_activitychooserview_choose_application
|
|
2347
3114
|
string abc_capital_off
|
|
2348
3115
|
string abc_capital_on
|
|
2349
|
-
string abc_font_family_body_1_material
|
|
2350
|
-
string abc_font_family_body_2_material
|
|
2351
|
-
string abc_font_family_button_material
|
|
2352
|
-
string abc_font_family_caption_material
|
|
2353
|
-
string abc_font_family_display_1_material
|
|
2354
|
-
string abc_font_family_display_2_material
|
|
2355
|
-
string abc_font_family_display_3_material
|
|
2356
|
-
string abc_font_family_display_4_material
|
|
2357
|
-
string abc_font_family_headline_material
|
|
2358
|
-
string abc_font_family_menu_material
|
|
2359
|
-
string abc_font_family_subhead_material
|
|
2360
|
-
string abc_font_family_title_material
|
|
2361
3116
|
string abc_menu_alt_shortcut_label
|
|
2362
3117
|
string abc_menu_ctrl_shortcut_label
|
|
2363
3118
|
string abc_menu_delete_shortcut_label
|
|
@@ -2427,7 +3182,23 @@ string icon_content_description
|
|
|
2427
3182
|
string image_description
|
|
2428
3183
|
string imagebutton_description
|
|
2429
3184
|
string item_view_role_description
|
|
3185
|
+
string label
|
|
2430
3186
|
string link_description
|
|
3187
|
+
string m3_ref_typeface_brand_medium
|
|
3188
|
+
string m3_ref_typeface_brand_regular
|
|
3189
|
+
string m3_ref_typeface_plain_medium
|
|
3190
|
+
string m3_ref_typeface_plain_regular
|
|
3191
|
+
string m3_sys_motion_easing_emphasized
|
|
3192
|
+
string m3_sys_motion_easing_emphasized_accelerate
|
|
3193
|
+
string m3_sys_motion_easing_emphasized_decelerate
|
|
3194
|
+
string m3_sys_motion_easing_emphasized_path_data
|
|
3195
|
+
string m3_sys_motion_easing_legacy
|
|
3196
|
+
string m3_sys_motion_easing_legacy_accelerate
|
|
3197
|
+
string m3_sys_motion_easing_legacy_decelerate
|
|
3198
|
+
string m3_sys_motion_easing_linear
|
|
3199
|
+
string m3_sys_motion_easing_standard
|
|
3200
|
+
string m3_sys_motion_easing_standard_accelerate
|
|
3201
|
+
string m3_sys_motion_easing_standard_decelerate
|
|
2431
3202
|
string material_clock_display_divider
|
|
2432
3203
|
string material_clock_toggle_content_description
|
|
2433
3204
|
string material_hour_selection
|
|
@@ -2486,6 +3257,7 @@ string mtrl_picker_toggle_to_calendar_input_mode
|
|
|
2486
3257
|
string mtrl_picker_toggle_to_day_selection
|
|
2487
3258
|
string mtrl_picker_toggle_to_text_input_mode
|
|
2488
3259
|
string mtrl_picker_toggle_to_year_selection
|
|
3260
|
+
string mtrl_timepicker_confirm
|
|
2489
3261
|
string password_toggle_content_description
|
|
2490
3262
|
string path_password_eye
|
|
2491
3263
|
string path_password_eye_mask_strike_through
|
|
@@ -2589,6 +3361,10 @@ style Base_ThemeOverlay_AppCompat_Dark_ActionBar
|
|
|
2589
3361
|
style Base_ThemeOverlay_AppCompat_Dialog
|
|
2590
3362
|
style Base_ThemeOverlay_AppCompat_Dialog_Alert
|
|
2591
3363
|
style Base_ThemeOverlay_AppCompat_Light
|
|
3364
|
+
style Base_ThemeOverlay_Material3_AutoCompleteTextView
|
|
3365
|
+
style Base_ThemeOverlay_Material3_BottomSheetDialog
|
|
3366
|
+
style Base_ThemeOverlay_Material3_Dialog
|
|
3367
|
+
style Base_ThemeOverlay_Material3_TextInputEditText
|
|
2592
3368
|
style Base_ThemeOverlay_MaterialComponents_Dialog
|
|
2593
3369
|
style Base_ThemeOverlay_MaterialComponents_Dialog_Alert
|
|
2594
3370
|
style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
|
|
@@ -2608,6 +3384,12 @@ style Base_Theme_AppCompat_Light_DialogWhenLarge
|
|
|
2608
3384
|
style Base_Theme_AppCompat_Light_Dialog_Alert
|
|
2609
3385
|
style Base_Theme_AppCompat_Light_Dialog_FixedSize
|
|
2610
3386
|
style Base_Theme_AppCompat_Light_Dialog_MinWidth
|
|
3387
|
+
style Base_Theme_Material3_Dark
|
|
3388
|
+
style Base_Theme_Material3_Dark_BottomSheetDialog
|
|
3389
|
+
style Base_Theme_Material3_Dark_Dialog
|
|
3390
|
+
style Base_Theme_Material3_Light
|
|
3391
|
+
style Base_Theme_Material3_Light_BottomSheetDialog
|
|
3392
|
+
style Base_Theme_Material3_Light_Dialog
|
|
2611
3393
|
style Base_Theme_MaterialComponents
|
|
2612
3394
|
style Base_Theme_MaterialComponents_Bridge
|
|
2613
3395
|
style Base_Theme_MaterialComponents_CompactMenu
|
|
@@ -2627,10 +3409,17 @@ style Base_Theme_MaterialComponents_Light_Dialog_Alert
|
|
|
2627
3409
|
style Base_Theme_MaterialComponents_Light_Dialog_Bridge
|
|
2628
3410
|
style Base_Theme_MaterialComponents_Light_Dialog_FixedSize
|
|
2629
3411
|
style Base_Theme_MaterialComponents_Light_Dialog_MinWidth
|
|
3412
|
+
style Base_V14_ThemeOverlay_Material3_BottomSheetDialog
|
|
2630
3413
|
style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog
|
|
2631
3414
|
style Base_V14_ThemeOverlay_MaterialComponents_Dialog
|
|
2632
3415
|
style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
|
|
2633
3416
|
style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
|
|
3417
|
+
style Base_V14_Theme_Material3_Dark
|
|
3418
|
+
style Base_V14_Theme_Material3_Dark_BottomSheetDialog
|
|
3419
|
+
style Base_V14_Theme_Material3_Dark_Dialog
|
|
3420
|
+
style Base_V14_Theme_Material3_Light
|
|
3421
|
+
style Base_V14_Theme_Material3_Light_BottomSheetDialog
|
|
3422
|
+
style Base_V14_Theme_Material3_Light_Dialog
|
|
2634
3423
|
style Base_V14_Theme_MaterialComponents
|
|
2635
3424
|
style Base_V14_Theme_MaterialComponents_Bridge
|
|
2636
3425
|
style Base_V14_Theme_MaterialComponents_Dialog
|
|
@@ -2641,6 +3430,7 @@ style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge
|
|
|
2641
3430
|
style Base_V14_Theme_MaterialComponents_Light_Dialog
|
|
2642
3431
|
style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge
|
|
2643
3432
|
style Base_V21_ThemeOverlay_AppCompat_Dialog
|
|
3433
|
+
style Base_V21_ThemeOverlay_Material3_BottomSheetDialog
|
|
2644
3434
|
style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog
|
|
2645
3435
|
style Base_V21_Theme_AppCompat
|
|
2646
3436
|
style Base_V21_Theme_AppCompat_Dialog
|
|
@@ -2654,6 +3444,10 @@ style Base_V22_Theme_AppCompat
|
|
|
2654
3444
|
style Base_V22_Theme_AppCompat_Light
|
|
2655
3445
|
style Base_V23_Theme_AppCompat
|
|
2656
3446
|
style Base_V23_Theme_AppCompat_Light
|
|
3447
|
+
style Base_V24_Theme_Material3_Dark
|
|
3448
|
+
style Base_V24_Theme_Material3_Dark_Dialog
|
|
3449
|
+
style Base_V24_Theme_Material3_Light
|
|
3450
|
+
style Base_V24_Theme_Material3_Light_Dialog
|
|
2657
3451
|
style Base_V26_Theme_AppCompat
|
|
2658
3452
|
style Base_V26_Theme_AppCompat_Light
|
|
2659
3453
|
style Base_V26_Widget_AppCompat_Toolbar
|
|
@@ -2726,9 +3520,28 @@ style Base_Widget_AppCompat_TextView_SpinnerItem
|
|
|
2726
3520
|
style Base_Widget_AppCompat_Toolbar
|
|
2727
3521
|
style Base_Widget_AppCompat_Toolbar_Button_Navigation
|
|
2728
3522
|
style Base_Widget_Design_TabLayout
|
|
3523
|
+
style Base_Widget_Material3_ActionBar_Solid
|
|
3524
|
+
style Base_Widget_Material3_ActionMode
|
|
3525
|
+
style Base_Widget_Material3_CardView
|
|
3526
|
+
style Base_Widget_Material3_Chip
|
|
3527
|
+
style Base_Widget_Material3_CollapsingToolbar
|
|
3528
|
+
style Base_Widget_Material3_CompoundButton_CheckBox
|
|
3529
|
+
style Base_Widget_Material3_CompoundButton_RadioButton
|
|
3530
|
+
style Base_Widget_Material3_CompoundButton_Switch
|
|
3531
|
+
style Base_Widget_Material3_ExtendedFloatingActionButton
|
|
3532
|
+
style Base_Widget_Material3_ExtendedFloatingActionButton_Icon
|
|
3533
|
+
style Base_Widget_Material3_FloatingActionButton
|
|
3534
|
+
style Base_Widget_Material3_FloatingActionButton_Large
|
|
3535
|
+
style Base_Widget_Material3_Light_ActionBar_Solid
|
|
3536
|
+
style Base_Widget_Material3_MaterialCalendar_NavigationButton
|
|
3537
|
+
style Base_Widget_Material3_Snackbar
|
|
3538
|
+
style Base_Widget_Material3_TabLayout
|
|
3539
|
+
style Base_Widget_Material3_TabLayout_OnSurface
|
|
3540
|
+
style Base_Widget_Material3_TabLayout_Secondary
|
|
2729
3541
|
style Base_Widget_MaterialComponents_AutoCompleteTextView
|
|
2730
3542
|
style Base_Widget_MaterialComponents_CheckedTextView
|
|
2731
3543
|
style Base_Widget_MaterialComponents_Chip
|
|
3544
|
+
style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
|
|
2732
3545
|
style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
|
|
2733
3546
|
style Base_Widget_MaterialComponents_PopupMenu
|
|
2734
3547
|
style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
|
|
@@ -2747,6 +3560,15 @@ style CardView_Light
|
|
|
2747
3560
|
style DialogAnimationFade
|
|
2748
3561
|
style DialogAnimationSlide
|
|
2749
3562
|
style EmptyTheme
|
|
3563
|
+
style MaterialAlertDialog_Material3
|
|
3564
|
+
style MaterialAlertDialog_Material3_Body_Text
|
|
3565
|
+
style MaterialAlertDialog_Material3_Body_Text_CenterStacked
|
|
3566
|
+
style MaterialAlertDialog_Material3_Title_Icon
|
|
3567
|
+
style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
|
|
3568
|
+
style MaterialAlertDialog_Material3_Title_Panel
|
|
3569
|
+
style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
|
|
3570
|
+
style MaterialAlertDialog_Material3_Title_Text
|
|
3571
|
+
style MaterialAlertDialog_Material3_Title_Text_CenterStacked
|
|
2750
3572
|
style MaterialAlertDialog_MaterialComponents
|
|
2751
3573
|
style MaterialAlertDialog_MaterialComponents_Body_Text
|
|
2752
3574
|
style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar
|
|
@@ -2793,6 +3615,12 @@ style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize
|
|
|
2793
3615
|
style ShapeAppearanceOverlay_BottomRightCut
|
|
2794
3616
|
style ShapeAppearanceOverlay_Cut
|
|
2795
3617
|
style ShapeAppearanceOverlay_DifferentCornerSize
|
|
3618
|
+
style ShapeAppearanceOverlay_Material3_Button
|
|
3619
|
+
style ShapeAppearanceOverlay_Material3_Chip
|
|
3620
|
+
style ShapeAppearanceOverlay_Material3_FloatingActionButton
|
|
3621
|
+
style ShapeAppearanceOverlay_Material3_NavigationView_Item
|
|
3622
|
+
style ShapeAppearanceOverlay_Material3_TextField_Filled
|
|
3623
|
+
style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
|
|
2796
3624
|
style ShapeAppearanceOverlay_MaterialComponents_BottomSheet
|
|
2797
3625
|
style ShapeAppearanceOverlay_MaterialComponents_Chip
|
|
2798
3626
|
style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton
|
|
@@ -2803,6 +3631,29 @@ style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
|
|
|
2803
3631
|
style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
|
|
2804
3632
|
style ShapeAppearanceOverlay_TopLeftCut
|
|
2805
3633
|
style ShapeAppearanceOverlay_TopRightDifferentCornerSize
|
|
3634
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
|
|
3635
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top
|
|
3636
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
|
|
3637
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top
|
|
3638
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Full
|
|
3639
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large
|
|
3640
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_End
|
|
3641
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top
|
|
3642
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Medium
|
|
3643
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_None
|
|
3644
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Small
|
|
3645
|
+
style ShapeAppearance_Material3_Corner_ExtraLarge
|
|
3646
|
+
style ShapeAppearance_Material3_Corner_ExtraSmall
|
|
3647
|
+
style ShapeAppearance_Material3_Corner_Full
|
|
3648
|
+
style ShapeAppearance_Material3_Corner_Large
|
|
3649
|
+
style ShapeAppearance_Material3_Corner_Medium
|
|
3650
|
+
style ShapeAppearance_Material3_Corner_None
|
|
3651
|
+
style ShapeAppearance_Material3_Corner_Small
|
|
3652
|
+
style ShapeAppearance_Material3_LargeComponent
|
|
3653
|
+
style ShapeAppearance_Material3_MediumComponent
|
|
3654
|
+
style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
|
|
3655
|
+
style ShapeAppearance_Material3_SmallComponent
|
|
3656
|
+
style ShapeAppearance_Material3_Tooltip
|
|
2806
3657
|
style ShapeAppearance_MaterialComponents
|
|
2807
3658
|
style ShapeAppearance_MaterialComponents_LargeComponent
|
|
2808
3659
|
style ShapeAppearance_MaterialComponents_MediumComponent
|
|
@@ -2886,6 +3737,39 @@ style TextAppearance_Design_Prefix
|
|
|
2886
3737
|
style TextAppearance_Design_Snackbar_Message
|
|
2887
3738
|
style TextAppearance_Design_Suffix
|
|
2888
3739
|
style TextAppearance_Design_Tab
|
|
3740
|
+
style TextAppearance_M3_Sys_Typescale_BodyLarge
|
|
3741
|
+
style TextAppearance_M3_Sys_Typescale_BodyMedium
|
|
3742
|
+
style TextAppearance_M3_Sys_Typescale_BodySmall
|
|
3743
|
+
style TextAppearance_M3_Sys_Typescale_DisplayLarge
|
|
3744
|
+
style TextAppearance_M3_Sys_Typescale_DisplayMedium
|
|
3745
|
+
style TextAppearance_M3_Sys_Typescale_DisplaySmall
|
|
3746
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineLarge
|
|
3747
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineMedium
|
|
3748
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineSmall
|
|
3749
|
+
style TextAppearance_M3_Sys_Typescale_LabelLarge
|
|
3750
|
+
style TextAppearance_M3_Sys_Typescale_LabelMedium
|
|
3751
|
+
style TextAppearance_M3_Sys_Typescale_LabelSmall
|
|
3752
|
+
style TextAppearance_M3_Sys_Typescale_TitleLarge
|
|
3753
|
+
style TextAppearance_M3_Sys_Typescale_TitleMedium
|
|
3754
|
+
style TextAppearance_M3_Sys_Typescale_TitleSmall
|
|
3755
|
+
style TextAppearance_Material3_ActionBar_Subtitle
|
|
3756
|
+
style TextAppearance_Material3_ActionBar_Title
|
|
3757
|
+
style TextAppearance_Material3_BodyLarge
|
|
3758
|
+
style TextAppearance_Material3_BodyMedium
|
|
3759
|
+
style TextAppearance_Material3_BodySmall
|
|
3760
|
+
style TextAppearance_Material3_DisplayLarge
|
|
3761
|
+
style TextAppearance_Material3_DisplayMedium
|
|
3762
|
+
style TextAppearance_Material3_DisplaySmall
|
|
3763
|
+
style TextAppearance_Material3_HeadlineLarge
|
|
3764
|
+
style TextAppearance_Material3_HeadlineMedium
|
|
3765
|
+
style TextAppearance_Material3_HeadlineSmall
|
|
3766
|
+
style TextAppearance_Material3_LabelLarge
|
|
3767
|
+
style TextAppearance_Material3_LabelMedium
|
|
3768
|
+
style TextAppearance_Material3_LabelSmall
|
|
3769
|
+
style TextAppearance_Material3_MaterialTimePicker_Title
|
|
3770
|
+
style TextAppearance_Material3_TitleLarge
|
|
3771
|
+
style TextAppearance_Material3_TitleMedium
|
|
3772
|
+
style TextAppearance_Material3_TitleSmall
|
|
2889
3773
|
style TextAppearance_MaterialComponents_Badge
|
|
2890
3774
|
style TextAppearance_MaterialComponents_Body1
|
|
2891
3775
|
style TextAppearance_MaterialComponents_Body2
|
|
@@ -2903,6 +3787,9 @@ style TextAppearance_MaterialComponents_Subtitle1
|
|
|
2903
3787
|
style TextAppearance_MaterialComponents_Subtitle2
|
|
2904
3788
|
style TextAppearance_MaterialComponents_TimePicker_Title
|
|
2905
3789
|
style TextAppearance_MaterialComponents_Tooltip
|
|
3790
|
+
style TextAppearance_Test_NoTextSize
|
|
3791
|
+
style TextAppearance_Test_UsesDp
|
|
3792
|
+
style TextAppearance_Test_UsesSP
|
|
2906
3793
|
style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
|
|
2907
3794
|
style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
|
|
2908
3795
|
style TextAppearance_Widget_AppCompat_Toolbar_Title
|
|
@@ -2918,6 +3805,55 @@ style ThemeOverlay_AppCompat_Dialog
|
|
|
2918
3805
|
style ThemeOverlay_AppCompat_Dialog_Alert
|
|
2919
3806
|
style ThemeOverlay_AppCompat_Light
|
|
2920
3807
|
style ThemeOverlay_Design_TextInputEditText
|
|
3808
|
+
style ThemeOverlay_Material3
|
|
3809
|
+
style ThemeOverlay_Material3_ActionBar
|
|
3810
|
+
style ThemeOverlay_Material3_AutoCompleteTextView
|
|
3811
|
+
style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
|
|
3812
|
+
style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
|
|
3813
|
+
style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
|
|
3814
|
+
style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
|
|
3815
|
+
style ThemeOverlay_Material3_BottomAppBar
|
|
3816
|
+
style ThemeOverlay_Material3_BottomSheetDialog
|
|
3817
|
+
style ThemeOverlay_Material3_Button
|
|
3818
|
+
style ThemeOverlay_Material3_Button_ElevatedButton
|
|
3819
|
+
style ThemeOverlay_Material3_Button_TextButton
|
|
3820
|
+
style ThemeOverlay_Material3_Button_TextButton_Snackbar
|
|
3821
|
+
style ThemeOverlay_Material3_Button_TonalButton
|
|
3822
|
+
style ThemeOverlay_Material3_Chip
|
|
3823
|
+
style ThemeOverlay_Material3_Chip_Assist
|
|
3824
|
+
style ThemeOverlay_Material3_Dark
|
|
3825
|
+
style ThemeOverlay_Material3_Dark_ActionBar
|
|
3826
|
+
style ThemeOverlay_Material3_DayNight_BottomSheetDialog
|
|
3827
|
+
style ThemeOverlay_Material3_Dialog
|
|
3828
|
+
style ThemeOverlay_Material3_Dialog_Alert
|
|
3829
|
+
style ThemeOverlay_Material3_Dialog_Alert_Framework
|
|
3830
|
+
style ThemeOverlay_Material3_DynamicColors_Dark
|
|
3831
|
+
style ThemeOverlay_Material3_DynamicColors_DayNight
|
|
3832
|
+
style ThemeOverlay_Material3_DynamicColors_Light
|
|
3833
|
+
style ThemeOverlay_Material3_FloatingActionButton_Primary
|
|
3834
|
+
style ThemeOverlay_Material3_FloatingActionButton_Secondary
|
|
3835
|
+
style ThemeOverlay_Material3_FloatingActionButton_Surface
|
|
3836
|
+
style ThemeOverlay_Material3_FloatingActionButton_Tertiary
|
|
3837
|
+
style ThemeOverlay_Material3_HarmonizedColors
|
|
3838
|
+
style ThemeOverlay_Material3_HarmonizedColors_Empty
|
|
3839
|
+
style ThemeOverlay_Material3_Light
|
|
3840
|
+
style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
|
|
3841
|
+
style ThemeOverlay_Material3_MaterialAlertDialog
|
|
3842
|
+
style ThemeOverlay_Material3_MaterialAlertDialog_Centered
|
|
3843
|
+
style ThemeOverlay_Material3_MaterialCalendar
|
|
3844
|
+
style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
|
|
3845
|
+
style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton
|
|
3846
|
+
style ThemeOverlay_Material3_MaterialTimePicker
|
|
3847
|
+
style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
|
|
3848
|
+
style ThemeOverlay_Material3_NavigationView
|
|
3849
|
+
style ThemeOverlay_Material3_Snackbar
|
|
3850
|
+
style ThemeOverlay_Material3_TextInputEditText
|
|
3851
|
+
style ThemeOverlay_Material3_TextInputEditText_FilledBox
|
|
3852
|
+
style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
|
|
3853
|
+
style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
|
|
3854
|
+
style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
|
|
3855
|
+
style ThemeOverlay_Material3_Toolbar_Surface
|
|
3856
|
+
style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon
|
|
2921
3857
|
style ThemeOverlay_MaterialComponents
|
|
2922
3858
|
style ThemeOverlay_MaterialComponents_ActionBar
|
|
2923
3859
|
style ThemeOverlay_MaterialComponents_ActionBar_Primary
|
|
@@ -2954,6 +3890,8 @@ style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox
|
|
|
2954
3890
|
style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense
|
|
2955
3891
|
style ThemeOverlay_MaterialComponents_TimePicker
|
|
2956
3892
|
style ThemeOverlay_MaterialComponents_TimePicker_Display
|
|
3893
|
+
style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText
|
|
3894
|
+
style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary
|
|
2957
3895
|
style ThemeOverlay_MaterialComponents_Toolbar_Primary
|
|
2958
3896
|
style ThemeOverlay_MaterialComponents_Toolbar_Surface
|
|
2959
3897
|
style Theme_AppCompat
|
|
@@ -2991,6 +3929,30 @@ style Theme_Design_NoActionBar
|
|
|
2991
3929
|
style Theme_FullScreenDialog
|
|
2992
3930
|
style Theme_FullScreenDialogAnimatedFade
|
|
2993
3931
|
style Theme_FullScreenDialogAnimatedSlide
|
|
3932
|
+
style Theme_Material3_Dark
|
|
3933
|
+
style Theme_Material3_Dark_BottomSheetDialog
|
|
3934
|
+
style Theme_Material3_Dark_Dialog
|
|
3935
|
+
style Theme_Material3_Dark_DialogWhenLarge
|
|
3936
|
+
style Theme_Material3_Dark_Dialog_Alert
|
|
3937
|
+
style Theme_Material3_Dark_Dialog_MinWidth
|
|
3938
|
+
style Theme_Material3_Dark_NoActionBar
|
|
3939
|
+
style Theme_Material3_DayNight
|
|
3940
|
+
style Theme_Material3_DayNight_BottomSheetDialog
|
|
3941
|
+
style Theme_Material3_DayNight_Dialog
|
|
3942
|
+
style Theme_Material3_DayNight_DialogWhenLarge
|
|
3943
|
+
style Theme_Material3_DayNight_Dialog_Alert
|
|
3944
|
+
style Theme_Material3_DayNight_Dialog_MinWidth
|
|
3945
|
+
style Theme_Material3_DayNight_NoActionBar
|
|
3946
|
+
style Theme_Material3_DynamicColors_Dark
|
|
3947
|
+
style Theme_Material3_DynamicColors_DayNight
|
|
3948
|
+
style Theme_Material3_DynamicColors_Light
|
|
3949
|
+
style Theme_Material3_Light
|
|
3950
|
+
style Theme_Material3_Light_BottomSheetDialog
|
|
3951
|
+
style Theme_Material3_Light_Dialog
|
|
3952
|
+
style Theme_Material3_Light_DialogWhenLarge
|
|
3953
|
+
style Theme_Material3_Light_Dialog_Alert
|
|
3954
|
+
style Theme_Material3_Light_Dialog_MinWidth
|
|
3955
|
+
style Theme_Material3_Light_NoActionBar
|
|
2994
3956
|
style Theme_MaterialComponents
|
|
2995
3957
|
style Theme_MaterialComponents_BottomSheetDialog
|
|
2996
3958
|
style Theme_MaterialComponents_Bridge
|
|
@@ -3134,10 +4096,147 @@ style Widget_Design_Snackbar
|
|
|
3134
4096
|
style Widget_Design_TabLayout
|
|
3135
4097
|
style Widget_Design_TextInputEditText
|
|
3136
4098
|
style Widget_Design_TextInputLayout
|
|
4099
|
+
style Widget_Material3_ActionBar_Solid
|
|
4100
|
+
style Widget_Material3_ActionMode
|
|
4101
|
+
style Widget_Material3_AppBarLayout
|
|
4102
|
+
style Widget_Material3_AutoCompleteTextView_FilledBox
|
|
4103
|
+
style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
|
|
4104
|
+
style Widget_Material3_AutoCompleteTextView_OutlinedBox
|
|
4105
|
+
style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
|
|
4106
|
+
style Widget_Material3_Badge
|
|
4107
|
+
style Widget_Material3_BottomAppBar
|
|
4108
|
+
style Widget_Material3_BottomNavigationView
|
|
4109
|
+
style Widget_Material3_BottomNavigationView_ActiveIndicator
|
|
4110
|
+
style Widget_Material3_BottomSheet
|
|
4111
|
+
style Widget_Material3_BottomSheet_Modal
|
|
4112
|
+
style Widget_Material3_Button
|
|
4113
|
+
style Widget_Material3_Button_ElevatedButton
|
|
4114
|
+
style Widget_Material3_Button_ElevatedButton_Icon
|
|
4115
|
+
style Widget_Material3_Button_Icon
|
|
4116
|
+
style Widget_Material3_Button_IconButton
|
|
4117
|
+
style Widget_Material3_Button_OutlinedButton
|
|
4118
|
+
style Widget_Material3_Button_OutlinedButton_Icon
|
|
4119
|
+
style Widget_Material3_Button_TextButton
|
|
4120
|
+
style Widget_Material3_Button_TextButton_Dialog
|
|
4121
|
+
style Widget_Material3_Button_TextButton_Dialog_Flush
|
|
4122
|
+
style Widget_Material3_Button_TextButton_Dialog_Icon
|
|
4123
|
+
style Widget_Material3_Button_TextButton_Icon
|
|
4124
|
+
style Widget_Material3_Button_TextButton_Snackbar
|
|
4125
|
+
style Widget_Material3_Button_TonalButton
|
|
4126
|
+
style Widget_Material3_Button_TonalButton_Icon
|
|
4127
|
+
style Widget_Material3_Button_UnelevatedButton
|
|
4128
|
+
style Widget_Material3_CardView_Elevated
|
|
4129
|
+
style Widget_Material3_CardView_Filled
|
|
4130
|
+
style Widget_Material3_CardView_Outlined
|
|
4131
|
+
style Widget_Material3_CheckedTextView
|
|
4132
|
+
style Widget_Material3_ChipGroup
|
|
4133
|
+
style Widget_Material3_Chip_Assist
|
|
4134
|
+
style Widget_Material3_Chip_Assist_Elevated
|
|
4135
|
+
style Widget_Material3_Chip_Filter
|
|
4136
|
+
style Widget_Material3_Chip_Filter_Elevated
|
|
4137
|
+
style Widget_Material3_Chip_Input
|
|
4138
|
+
style Widget_Material3_Chip_Input_Elevated
|
|
4139
|
+
style Widget_Material3_Chip_Input_Icon
|
|
4140
|
+
style Widget_Material3_Chip_Input_Icon_Elevated
|
|
4141
|
+
style Widget_Material3_Chip_Suggestion
|
|
4142
|
+
style Widget_Material3_Chip_Suggestion_Elevated
|
|
4143
|
+
style Widget_Material3_CircularProgressIndicator
|
|
4144
|
+
style Widget_Material3_CircularProgressIndicator_ExtraSmall
|
|
4145
|
+
style Widget_Material3_CircularProgressIndicator_Medium
|
|
4146
|
+
style Widget_Material3_CircularProgressIndicator_Small
|
|
4147
|
+
style Widget_Material3_CollapsingToolbar
|
|
4148
|
+
style Widget_Material3_CollapsingToolbar_Large
|
|
4149
|
+
style Widget_Material3_CollapsingToolbar_Medium
|
|
4150
|
+
style Widget_Material3_CompoundButton_CheckBox
|
|
4151
|
+
style Widget_Material3_CompoundButton_RadioButton
|
|
4152
|
+
style Widget_Material3_CompoundButton_Switch
|
|
4153
|
+
style Widget_Material3_DrawerLayout
|
|
4154
|
+
style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
|
|
4155
|
+
style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
|
|
4156
|
+
style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
|
|
4157
|
+
style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
|
|
4158
|
+
style Widget_Material3_ExtendedFloatingActionButton_Primary
|
|
4159
|
+
style Widget_Material3_ExtendedFloatingActionButton_Secondary
|
|
4160
|
+
style Widget_Material3_ExtendedFloatingActionButton_Surface
|
|
4161
|
+
style Widget_Material3_ExtendedFloatingActionButton_Tertiary
|
|
4162
|
+
style Widget_Material3_FloatingActionButton_Large_Primary
|
|
4163
|
+
style Widget_Material3_FloatingActionButton_Large_Secondary
|
|
4164
|
+
style Widget_Material3_FloatingActionButton_Large_Surface
|
|
4165
|
+
style Widget_Material3_FloatingActionButton_Large_Tertiary
|
|
4166
|
+
style Widget_Material3_FloatingActionButton_Primary
|
|
4167
|
+
style Widget_Material3_FloatingActionButton_Secondary
|
|
4168
|
+
style Widget_Material3_FloatingActionButton_Surface
|
|
4169
|
+
style Widget_Material3_FloatingActionButton_Tertiary
|
|
4170
|
+
style Widget_Material3_Light_ActionBar_Solid
|
|
4171
|
+
style Widget_Material3_LinearProgressIndicator
|
|
4172
|
+
style Widget_Material3_MaterialCalendar
|
|
4173
|
+
style Widget_Material3_MaterialCalendar_Day
|
|
4174
|
+
style Widget_Material3_MaterialCalendar_DayOfWeekLabel
|
|
4175
|
+
style Widget_Material3_MaterialCalendar_DayTextView
|
|
4176
|
+
style Widget_Material3_MaterialCalendar_Day_Invalid
|
|
4177
|
+
style Widget_Material3_MaterialCalendar_Day_Selected
|
|
4178
|
+
style Widget_Material3_MaterialCalendar_Day_Today
|
|
4179
|
+
style Widget_Material3_MaterialCalendar_Fullscreen
|
|
4180
|
+
style Widget_Material3_MaterialCalendar_HeaderCancelButton
|
|
4181
|
+
style Widget_Material3_MaterialCalendar_HeaderDivider
|
|
4182
|
+
style Widget_Material3_MaterialCalendar_HeaderLayout
|
|
4183
|
+
style Widget_Material3_MaterialCalendar_HeaderSelection
|
|
4184
|
+
style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen
|
|
4185
|
+
style Widget_Material3_MaterialCalendar_HeaderTitle
|
|
4186
|
+
style Widget_Material3_MaterialCalendar_HeaderToggleButton
|
|
4187
|
+
style Widget_Material3_MaterialCalendar_Item
|
|
4188
|
+
style Widget_Material3_MaterialCalendar_MonthNavigationButton
|
|
4189
|
+
style Widget_Material3_MaterialCalendar_MonthTextView
|
|
4190
|
+
style Widget_Material3_MaterialCalendar_Year
|
|
4191
|
+
style Widget_Material3_MaterialCalendar_YearNavigationButton
|
|
4192
|
+
style Widget_Material3_MaterialCalendar_Year_Selected
|
|
4193
|
+
style Widget_Material3_MaterialCalendar_Year_Today
|
|
4194
|
+
style Widget_Material3_MaterialDivider
|
|
4195
|
+
style Widget_Material3_MaterialDivider_Heavy
|
|
4196
|
+
style Widget_Material3_MaterialTimePicker
|
|
4197
|
+
style Widget_Material3_MaterialTimePicker_Button
|
|
4198
|
+
style Widget_Material3_MaterialTimePicker_Clock
|
|
4199
|
+
style Widget_Material3_MaterialTimePicker_Display
|
|
4200
|
+
style Widget_Material3_MaterialTimePicker_Display_Divider
|
|
4201
|
+
style Widget_Material3_MaterialTimePicker_Display_HelperText
|
|
4202
|
+
style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
|
|
4203
|
+
style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
|
|
4204
|
+
style Widget_Material3_MaterialTimePicker_ImageButton
|
|
4205
|
+
style Widget_Material3_NavigationRailView
|
|
4206
|
+
style Widget_Material3_NavigationRailView_ActiveIndicator
|
|
4207
|
+
style Widget_Material3_NavigationView
|
|
4208
|
+
style Widget_Material3_PopupMenu
|
|
4209
|
+
style Widget_Material3_PopupMenu_ContextMenu
|
|
4210
|
+
style Widget_Material3_PopupMenu_ListPopupWindow
|
|
4211
|
+
style Widget_Material3_PopupMenu_Overflow
|
|
4212
|
+
style Widget_Material3_Slider
|
|
4213
|
+
style Widget_Material3_Snackbar
|
|
4214
|
+
style Widget_Material3_Snackbar_FullWidth
|
|
4215
|
+
style Widget_Material3_Snackbar_TextView
|
|
4216
|
+
style Widget_Material3_TabLayout
|
|
4217
|
+
style Widget_Material3_TabLayout_OnSurface
|
|
4218
|
+
style Widget_Material3_TabLayout_Secondary
|
|
4219
|
+
style Widget_Material3_TextInputEditText_FilledBox
|
|
4220
|
+
style Widget_Material3_TextInputEditText_FilledBox_Dense
|
|
4221
|
+
style Widget_Material3_TextInputEditText_OutlinedBox
|
|
4222
|
+
style Widget_Material3_TextInputEditText_OutlinedBox_Dense
|
|
4223
|
+
style Widget_Material3_TextInputLayout_FilledBox
|
|
4224
|
+
style Widget_Material3_TextInputLayout_FilledBox_Dense
|
|
4225
|
+
style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
|
|
4226
|
+
style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
|
|
4227
|
+
style Widget_Material3_TextInputLayout_OutlinedBox
|
|
4228
|
+
style Widget_Material3_TextInputLayout_OutlinedBox_Dense
|
|
4229
|
+
style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
|
|
4230
|
+
style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
|
|
4231
|
+
style Widget_Material3_Toolbar
|
|
4232
|
+
style Widget_Material3_Toolbar_OnSurface
|
|
4233
|
+
style Widget_Material3_Toolbar_Surface
|
|
4234
|
+
style Widget_Material3_Tooltip
|
|
3137
4235
|
style Widget_MaterialComponents_ActionBar_Primary
|
|
3138
4236
|
style Widget_MaterialComponents_ActionBar_PrimarySurface
|
|
3139
4237
|
style Widget_MaterialComponents_ActionBar_Solid
|
|
3140
4238
|
style Widget_MaterialComponents_ActionBar_Surface
|
|
4239
|
+
style Widget_MaterialComponents_ActionMode
|
|
3141
4240
|
style Widget_MaterialComponents_AppBarLayout_Primary
|
|
3142
4241
|
style Widget_MaterialComponents_AppBarLayout_PrimarySurface
|
|
3143
4242
|
style Widget_MaterialComponents_AppBarLayout_Surface
|
|
@@ -3189,6 +4288,7 @@ style Widget_MaterialComponents_LinearProgressIndicator
|
|
|
3189
4288
|
style Widget_MaterialComponents_MaterialButtonToggleGroup
|
|
3190
4289
|
style Widget_MaterialComponents_MaterialCalendar
|
|
3191
4290
|
style Widget_MaterialComponents_MaterialCalendar_Day
|
|
4291
|
+
style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel
|
|
3192
4292
|
style Widget_MaterialComponents_MaterialCalendar_DayTextView
|
|
3193
4293
|
style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
|
|
3194
4294
|
style Widget_MaterialComponents_MaterialCalendar_Day_Selected
|
|
@@ -3209,6 +4309,7 @@ style Widget_MaterialComponents_MaterialCalendar_Year
|
|
|
3209
4309
|
style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton
|
|
3210
4310
|
style Widget_MaterialComponents_MaterialCalendar_Year_Selected
|
|
3211
4311
|
style Widget_MaterialComponents_MaterialCalendar_Year_Today
|
|
4312
|
+
style Widget_MaterialComponents_MaterialDivider
|
|
3212
4313
|
style Widget_MaterialComponents_NavigationRailView
|
|
3213
4314
|
style Widget_MaterialComponents_NavigationRailView_Colored
|
|
3214
4315
|
style Widget_MaterialComponents_NavigationRailView_Colored_Compact
|
|
@@ -3245,7 +4346,10 @@ style Widget_MaterialComponents_TimePicker
|
|
|
3245
4346
|
style Widget_MaterialComponents_TimePicker_Button
|
|
3246
4347
|
style Widget_MaterialComponents_TimePicker_Clock
|
|
3247
4348
|
style Widget_MaterialComponents_TimePicker_Display
|
|
4349
|
+
style Widget_MaterialComponents_TimePicker_Display_Divider
|
|
4350
|
+
style Widget_MaterialComponents_TimePicker_Display_HelperText
|
|
3248
4351
|
style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
|
|
4352
|
+
style Widget_MaterialComponents_TimePicker_Display_TextInputLayout
|
|
3249
4353
|
style Widget_MaterialComponents_TimePicker_ImageButton
|
|
3250
4354
|
style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance
|
|
3251
4355
|
style Widget_MaterialComponents_Toolbar
|
|
@@ -3270,28 +4374,31 @@ styleable AnimatedStateListDrawableItem android_drawable android_id
|
|
|
3270
4374
|
styleable AnimatedStateListDrawableTransition android_drawable android_fromId android_reversible android_toId
|
|
3271
4375
|
styleable AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
|
|
3272
4376
|
styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
|
|
3273
|
-
styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator
|
|
4377
|
+
styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
|
|
4378
|
+
styleable AppCompatEmojiHelper
|
|
3274
4379
|
styleable AppCompatImageView android_src srcCompat tint tintMode
|
|
3275
4380
|
styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
|
|
3276
4381
|
styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
|
|
3277
|
-
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
3278
|
-
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
4382
|
+
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
4383
|
+
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
3279
4384
|
styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme
|
|
3280
|
-
styleable Badge backgroundColor badgeGravity badgeTextColor horizontalOffset maxCharacterCount number verticalOffset
|
|
4385
|
+
styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
|
|
3281
4386
|
styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
|
|
3282
|
-
styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
|
|
3283
|
-
styleable BottomNavigationView itemHorizontalTranslationEnabled
|
|
3284
|
-
styleable BottomSheetBehavior_Layout android_elevation android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
4387
|
+
styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
|
|
4388
|
+
styleable BottomNavigationView android_minHeight itemHorizontalTranslationEnabled
|
|
4389
|
+
styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
3285
4390
|
styleable ButtonBarLayout allowStacking
|
|
4391
|
+
styleable Capability queryPatterns shortcutMatchRequired
|
|
3286
4392
|
styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
|
|
4393
|
+
styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
|
|
3287
4394
|
styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor android_textSize checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
|
|
3288
4395
|
styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
|
|
3289
4396
|
styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
|
|
3290
4397
|
styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
|
|
3291
4398
|
styleable ClockHandView clockHandColor materialCircleRadius selectorSize
|
|
3292
|
-
styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled toolbarId
|
|
4399
|
+
styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator toolbarId
|
|
3293
4400
|
styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
|
|
3294
|
-
styleable ColorStateListItem alpha android_alpha android_color
|
|
4401
|
+
styleable ColorStateListItem alpha android_alpha android_color android_lStar lStar
|
|
3295
4402
|
styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
|
|
3296
4403
|
styleable Constraint android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode
|
|
3297
4404
|
styleable ConstraintLayout_Layout android_elevation android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_visibility barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
|
|
@@ -3301,6 +4408,7 @@ styleable CoordinatorLayout keylines statusBarBackground
|
|
|
3301
4408
|
styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
|
|
3302
4409
|
styleable CustomAttribute attributeName customBoolean customColorDrawableValue customColorValue customDimension customFloatValue customIntegerValue customPixelDimension customStringValue
|
|
3303
4410
|
styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
|
|
4411
|
+
styleable DrawerLayout elevation
|
|
3304
4412
|
styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec
|
|
3305
4413
|
styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink
|
|
3306
4414
|
styleable FloatingActionButton android_enabled backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding
|
|
@@ -3309,11 +4417,13 @@ styleable FlowLayout itemSpacing lineSpacing
|
|
|
3309
4417
|
styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
|
|
3310
4418
|
styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex
|
|
3311
4419
|
styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
|
|
4420
|
+
styleable Fragment android_id android_name android_tag
|
|
4421
|
+
styleable FragmentContainerView android_name android_tag
|
|
3312
4422
|
styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
|
|
3313
4423
|
styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type
|
|
3314
4424
|
styleable GradientColorItem android_color android_offset
|
|
3315
4425
|
styleable ImageFilterView altSrc brightness contrast crossfade overlay round roundPercent saturation warmth
|
|
3316
|
-
styleable Insets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
|
|
4426
|
+
styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
|
|
3317
4427
|
styleable KeyAttribute android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate
|
|
3318
4428
|
styleable KeyCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod waveShape waveVariesBy
|
|
3319
4429
|
styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
|
|
@@ -3325,20 +4435,21 @@ styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_height
|
|
|
3325
4435
|
styleable LinearProgressIndicator indeterminateAnimationType indicatorDirectionLinear
|
|
3326
4436
|
styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
|
|
3327
4437
|
styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
|
|
3328
|
-
styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
|
|
3329
|
-
styleable MaterialAutoCompleteTextView android_inputType
|
|
4438
|
+
styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
|
|
4439
|
+
styleable MaterialAutoCompleteTextView android_inputType simpleItemLayout simpleItems
|
|
3330
4440
|
styleable MaterialButton android_background android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
|
|
3331
4441
|
styleable MaterialButtonToggleGroup checkedButton selectionRequired singleSelection
|
|
3332
4442
|
styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
|
|
3333
4443
|
styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
|
|
3334
|
-
styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
|
|
3335
|
-
styleable MaterialCheckBox buttonTint useMaterialThemeColors
|
|
4444
|
+
styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
|
|
4445
|
+
styleable MaterialCheckBox buttonTint centerIfNoTextEnabled useMaterialThemeColors
|
|
4446
|
+
styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
|
|
3336
4447
|
styleable MaterialRadioButton buttonTint useMaterialThemeColors
|
|
3337
4448
|
styleable MaterialShape shapeAppearance shapeAppearanceOverlay
|
|
3338
4449
|
styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
|
|
3339
4450
|
styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
|
|
3340
4451
|
styleable MaterialTimePicker clockIcon keyboardIcon
|
|
3341
|
-
styleable MaterialToolbar navigationIconTint subtitleCentered titleCentered
|
|
4452
|
+
styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
|
|
3342
4453
|
styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible
|
|
3343
4454
|
styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
|
|
3344
4455
|
styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow
|
|
@@ -3348,9 +4459,10 @@ styleable MotionHelper onHide onShow
|
|
|
3348
4459
|
styleable MotionLayout applyMotionScene currentState layoutDescription motionDebug motionProgress showPaths
|
|
3349
4460
|
styleable MotionScene defaultDuration layoutDuringTransition
|
|
3350
4461
|
styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
|
|
3351
|
-
styleable
|
|
3352
|
-
styleable
|
|
3353
|
-
styleable
|
|
4462
|
+
styleable NavigationBarActiveIndicator android_color android_height android_width marginHorizontal shapeAppearance
|
|
4463
|
+
styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
|
|
4464
|
+
styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
|
|
4465
|
+
styleable NavigationView android_background android_fitsSystemWindows android_layout_gravity android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
|
|
3354
4466
|
styleable OnClick clickAction targetId
|
|
3355
4467
|
styleable OnSwipe dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp touchAnchorId touchAnchorSide touchRegionId
|
|
3356
4468
|
styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
|
|
@@ -3380,10 +4492,10 @@ styleable TabItem android_icon android_layout android_text
|
|
|
3380
4492
|
styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
|
|
3381
4493
|
styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
|
|
3382
4494
|
styleable TextInputEditText textInputLayoutFocusedRectEnabled
|
|
3383
|
-
styleable TextInputLayout android_enabled android_hint android_maxWidth android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
|
|
4495
|
+
styleable TextInputLayout android_enabled android_hint android_maxEms android_maxWidth android_minEms android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
|
|
3384
4496
|
styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
|
|
3385
4497
|
styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
|
|
3386
|
-
styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance backgroundTint
|
|
4498
|
+
styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance android_textColor backgroundTint
|
|
3387
4499
|
styleable Transform android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ
|
|
3388
4500
|
styleable Transition android_id autoTransition constraintSetEnd constraintSetStart duration layoutDuringTransition motionInterpolator pathMotionArc staggered transitionDisable transitionFlags
|
|
3389
4501
|
styleable Variant constraints region_heightLessThan region_heightMoreThan region_widthLessThan region_widthMoreThan
|