@selligent-marketing-cloud/selligent-react-native 2.10.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +1 -1
- 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 +332 -86
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +1 -1
- package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/Settings.class +0 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +1 -1
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +1 -1
- 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 +277 -70
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +4 -4
- package/android/libs/sdk-release.aar +0 -0
- package/android/src/main/java/com/selligent/ButtonBroadcastEventDataParser.java +1 -1
- package/android/src/main/java/com/selligent/RNSelligent.java +1 -1
- package/android/src/main/java/com/selligent/SMSettingsFactory.java +0 -1
- package/android/src/main/java/com/selligent/Settings.java +0 -8
- package/package.json +3 -3
|
@@ -32,13 +32,11 @@ int anim design_bottom_sheet_slide_in 0x0
|
|
|
32
32
|
int anim design_bottom_sheet_slide_out 0x0
|
|
33
33
|
int anim design_snackbar_in 0x0
|
|
34
34
|
int anim design_snackbar_out 0x0
|
|
35
|
-
int anim fragment_close_enter 0x0
|
|
36
|
-
int anim fragment_close_exit 0x0
|
|
37
|
-
int anim fragment_fade_enter 0x0
|
|
38
|
-
int anim fragment_fade_exit 0x0
|
|
39
35
|
int anim fragment_fast_out_extra_slow_in 0x0
|
|
40
|
-
int anim
|
|
41
|
-
int anim
|
|
36
|
+
int anim linear_indeterminate_line1_head_interpolator 0x0
|
|
37
|
+
int anim linear_indeterminate_line1_tail_interpolator 0x0
|
|
38
|
+
int anim linear_indeterminate_line2_head_interpolator 0x0
|
|
39
|
+
int anim linear_indeterminate_line2_tail_interpolator 0x0
|
|
42
40
|
int anim mtrl_bottom_sheet_slide_in 0x0
|
|
43
41
|
int anim mtrl_bottom_sheet_slide_out 0x0
|
|
44
42
|
int anim mtrl_card_lowers_interpolator 0x0
|
|
@@ -61,6 +59,9 @@ int animator m3_card_elevated_state_list_anim 0x0
|
|
|
61
59
|
int animator m3_card_state_list_anim 0x0
|
|
62
60
|
int animator m3_chip_state_list_anim 0x0
|
|
63
61
|
int animator m3_elevated_chip_state_list_anim 0x0
|
|
62
|
+
int animator m3_extended_fab_hide_motion_spec 0x0
|
|
63
|
+
int animator m3_extended_fab_show_motion_spec 0x0
|
|
64
|
+
int animator m3_extended_fab_state_list_animator 0x0
|
|
64
65
|
int animator mtrl_btn_state_list_anim 0x0
|
|
65
66
|
int animator mtrl_btn_unelevated_state_list_anim 0x0
|
|
66
67
|
int animator mtrl_card_state_list_anim 0x0
|
|
@@ -182,6 +183,7 @@ int attr bottomAppBarStyle 0x0
|
|
|
182
183
|
int attr bottomInsetScrimEnabled 0x0
|
|
183
184
|
int attr bottomNavigationStyle 0x0
|
|
184
185
|
int attr bottomSheetDialogTheme 0x0
|
|
186
|
+
int attr bottomSheetDragHandleStyle 0x0
|
|
185
187
|
int attr bottomSheetStyle 0x0
|
|
186
188
|
int attr boxBackgroundColor 0x0
|
|
187
189
|
int attr boxBackgroundMode 0x0
|
|
@@ -202,7 +204,10 @@ int attr buttonBarPositiveButtonStyle 0x0
|
|
|
202
204
|
int attr buttonBarStyle 0x0
|
|
203
205
|
int attr buttonCompat 0x0
|
|
204
206
|
int attr buttonGravity 0x0
|
|
207
|
+
int attr buttonIcon 0x0
|
|
205
208
|
int attr buttonIconDimen 0x0
|
|
209
|
+
int attr buttonIconTint 0x0
|
|
210
|
+
int attr buttonIconTintMode 0x0
|
|
206
211
|
int attr buttonPanelSideLayout 0x0
|
|
207
212
|
int attr buttonSize 0x0
|
|
208
213
|
int attr buttonStyle 0x0
|
|
@@ -239,6 +244,7 @@ int attr checkedIconMargin 0x0
|
|
|
239
244
|
int attr checkedIconSize 0x0
|
|
240
245
|
int attr checkedIconTint 0x0
|
|
241
246
|
int attr checkedIconVisible 0x0
|
|
247
|
+
int attr checkedState 0x0
|
|
242
248
|
int attr checkedTextViewStyle 0x0
|
|
243
249
|
int attr chipBackgroundColor 0x0
|
|
244
250
|
int attr chipCornerRadius 0x0
|
|
@@ -299,6 +305,7 @@ int attr colorError 0x0
|
|
|
299
305
|
int attr colorErrorContainer 0x0
|
|
300
306
|
int attr colorOnBackground 0x0
|
|
301
307
|
int attr colorOnContainer 0x0
|
|
308
|
+
int attr colorOnContainerUnchecked 0x0
|
|
302
309
|
int attr colorOnError 0x0
|
|
303
310
|
int attr colorOnErrorContainer 0x0
|
|
304
311
|
int attr colorOnPrimary 0x0
|
|
@@ -442,11 +449,13 @@ int attr endIconTintMode 0x0
|
|
|
442
449
|
int attr enforceMaterialTheme 0x0
|
|
443
450
|
int attr enforceTextAppearance 0x0
|
|
444
451
|
int attr ensureMinTouchTargetSize 0x0
|
|
452
|
+
int attr errorAccessibilityLabel 0x0
|
|
445
453
|
int attr errorContentDescription 0x0
|
|
446
454
|
int attr errorEnabled 0x0
|
|
447
455
|
int attr errorIconDrawable 0x0
|
|
448
456
|
int attr errorIconTint 0x0
|
|
449
457
|
int attr errorIconTintMode 0x0
|
|
458
|
+
int attr errorShown 0x0
|
|
450
459
|
int attr errorTextAppearance 0x0
|
|
451
460
|
int attr errorTextColor 0x0
|
|
452
461
|
int attr expandActivityOverflowButtonDrawable 0x0
|
|
@@ -468,6 +477,8 @@ int attr extendedFloatingActionButtonSurfaceStyle 0x0
|
|
|
468
477
|
int attr extendedFloatingActionButtonTertiaryStyle 0x0
|
|
469
478
|
int attr extraMultilineHeightEnabled 0x0
|
|
470
479
|
int attr fabAlignmentMode 0x0
|
|
480
|
+
int attr fabAlignmentModeEndMargin 0x0
|
|
481
|
+
int attr fabAnchorMode 0x0
|
|
471
482
|
int attr fabAnimationMode 0x0
|
|
472
483
|
int attr fabCradleMargin 0x0
|
|
473
484
|
int attr fabCradleRoundedCornerRadius 0x0
|
|
@@ -490,6 +501,11 @@ int attr floatingActionButtonLargeSurfaceStyle 0x0
|
|
|
490
501
|
int attr floatingActionButtonLargeTertiaryStyle 0x0
|
|
491
502
|
int attr floatingActionButtonPrimaryStyle 0x0
|
|
492
503
|
int attr floatingActionButtonSecondaryStyle 0x0
|
|
504
|
+
int attr floatingActionButtonSmallPrimaryStyle 0x0
|
|
505
|
+
int attr floatingActionButtonSmallSecondaryStyle 0x0
|
|
506
|
+
int attr floatingActionButtonSmallStyle 0x0
|
|
507
|
+
int attr floatingActionButtonSmallSurfaceStyle 0x0
|
|
508
|
+
int attr floatingActionButtonSmallTertiaryStyle 0x0
|
|
493
509
|
int attr floatingActionButtonStyle 0x0
|
|
494
510
|
int attr floatingActionButtonSurfaceStyle 0x0
|
|
495
511
|
int attr floatingActionButtonTertiaryStyle 0x0
|
|
@@ -574,6 +590,7 @@ int attr initialActivityCount 0x0
|
|
|
574
590
|
int attr insetForeground 0x0
|
|
575
591
|
int attr isAutofillInlineSuggestionTheme 0x0
|
|
576
592
|
int attr isLightTheme 0x0
|
|
593
|
+
int attr isMaterial3DynamicColorApplied 0x0
|
|
577
594
|
int attr isMaterial3Theme 0x0
|
|
578
595
|
int attr isMaterialTheme 0x0
|
|
579
596
|
int attr itemActiveIndicatorStyle 0x0
|
|
@@ -749,6 +766,11 @@ int attr materialClockStyle 0x0
|
|
|
749
766
|
int attr materialDisplayDividerStyle 0x0
|
|
750
767
|
int attr materialDividerHeavyStyle 0x0
|
|
751
768
|
int attr materialDividerStyle 0x0
|
|
769
|
+
int attr materialIconButtonFilledStyle 0x0
|
|
770
|
+
int attr materialIconButtonFilledTonalStyle 0x0
|
|
771
|
+
int attr materialIconButtonOutlinedStyle 0x0
|
|
772
|
+
int attr materialIconButtonStyle 0x0
|
|
773
|
+
int attr materialSwitchStyle 0x0
|
|
752
774
|
int attr materialThemeOverlay 0x0
|
|
753
775
|
int attr materialTimePickerStyle 0x0
|
|
754
776
|
int attr materialTimePickerTheme 0x0
|
|
@@ -764,6 +786,7 @@ int attr maxVelocity 0x0
|
|
|
764
786
|
int attr maxWidth 0x0
|
|
765
787
|
int attr measureWithLargestChild 0x0
|
|
766
788
|
int attr menu 0x0
|
|
789
|
+
int attr menuAlignmentMode 0x0
|
|
767
790
|
int attr menuGravity 0x0
|
|
768
791
|
int attr minHeight 0x0
|
|
769
792
|
int attr minHideDelay 0x0
|
|
@@ -777,17 +800,34 @@ int attr mock_labelColor 0x0
|
|
|
777
800
|
int attr mock_showDiagonals 0x0
|
|
778
801
|
int attr mock_showLabel 0x0
|
|
779
802
|
int attr motionDebug 0x0
|
|
803
|
+
int attr motionDurationExtraLong1 0x0
|
|
804
|
+
int attr motionDurationExtraLong2 0x0
|
|
805
|
+
int attr motionDurationExtraLong3 0x0
|
|
806
|
+
int attr motionDurationExtraLong4 0x0
|
|
780
807
|
int attr motionDurationLong1 0x0
|
|
781
808
|
int attr motionDurationLong2 0x0
|
|
809
|
+
int attr motionDurationLong3 0x0
|
|
810
|
+
int attr motionDurationLong4 0x0
|
|
782
811
|
int attr motionDurationMedium1 0x0
|
|
783
812
|
int attr motionDurationMedium2 0x0
|
|
813
|
+
int attr motionDurationMedium3 0x0
|
|
814
|
+
int attr motionDurationMedium4 0x0
|
|
784
815
|
int attr motionDurationShort1 0x0
|
|
785
816
|
int attr motionDurationShort2 0x0
|
|
817
|
+
int attr motionDurationShort3 0x0
|
|
818
|
+
int attr motionDurationShort4 0x0
|
|
786
819
|
int attr motionEasingAccelerated 0x0
|
|
787
820
|
int attr motionEasingDecelerated 0x0
|
|
788
821
|
int attr motionEasingEmphasized 0x0
|
|
822
|
+
int attr motionEasingEmphasizedAccelerateInterpolator 0x0
|
|
823
|
+
int attr motionEasingEmphasizedDecelerateInterpolator 0x0
|
|
824
|
+
int attr motionEasingEmphasizedInterpolator 0x0
|
|
789
825
|
int attr motionEasingLinear 0x0
|
|
826
|
+
int attr motionEasingLinearInterpolator 0x0
|
|
790
827
|
int attr motionEasingStandard 0x0
|
|
828
|
+
int attr motionEasingStandardAccelerateInterpolator 0x0
|
|
829
|
+
int attr motionEasingStandardDecelerateInterpolator 0x0
|
|
830
|
+
int attr motionEasingStandardInterpolator 0x0
|
|
791
831
|
int attr motionInterpolator 0x0
|
|
792
832
|
int attr motionPath 0x0
|
|
793
833
|
int attr motionPathRotate 0x0
|
|
@@ -876,6 +916,7 @@ int attr region_heightLessThan 0x0
|
|
|
876
916
|
int attr region_heightMoreThan 0x0
|
|
877
917
|
int attr region_widthLessThan 0x0
|
|
878
918
|
int attr region_widthMoreThan 0x0
|
|
919
|
+
int attr removeEmbeddedFabElevation 0x0
|
|
879
920
|
int attr retryImage 0x0
|
|
880
921
|
int attr retryImageScaleType 0x0
|
|
881
922
|
int attr reverseLayout 0x0
|
|
@@ -910,10 +951,16 @@ int attr selectableItemBackgroundBorderless 0x0
|
|
|
910
951
|
int attr selectionRequired 0x0
|
|
911
952
|
int attr selectorSize 0x0
|
|
912
953
|
int attr shapeAppearance 0x0
|
|
954
|
+
int attr shapeAppearanceCornerExtraLarge 0x0
|
|
955
|
+
int attr shapeAppearanceCornerExtraSmall 0x0
|
|
956
|
+
int attr shapeAppearanceCornerLarge 0x0
|
|
957
|
+
int attr shapeAppearanceCornerMedium 0x0
|
|
958
|
+
int attr shapeAppearanceCornerSmall 0x0
|
|
913
959
|
int attr shapeAppearanceLargeComponent 0x0
|
|
914
960
|
int attr shapeAppearanceMediumComponent 0x0
|
|
915
961
|
int attr shapeAppearanceOverlay 0x0
|
|
916
962
|
int attr shapeAppearanceSmallComponent 0x0
|
|
963
|
+
int attr shapeCornerFamily 0x0
|
|
917
964
|
int attr shortcutMatchRequired 0x0
|
|
918
965
|
int attr showAnimationBehavior 0x0
|
|
919
966
|
int attr showAsAction 0x0
|
|
@@ -925,6 +972,8 @@ int attr showText 0x0
|
|
|
925
972
|
int attr showTitle 0x0
|
|
926
973
|
int attr shrinkMotionSpec 0x0
|
|
927
974
|
int attr simpleItemLayout 0x0
|
|
975
|
+
int attr simpleItemSelectedColor 0x0
|
|
976
|
+
int attr simpleItemSelectedRippleColor 0x0
|
|
928
977
|
int attr simpleItems 0x0
|
|
929
978
|
int attr singleChoiceItemLayout 0x0
|
|
930
979
|
int attr singleLine 0x0
|
|
@@ -951,8 +1000,11 @@ int attr state_above_anchor 0x0
|
|
|
951
1000
|
int attr state_collapsed 0x0
|
|
952
1001
|
int attr state_collapsible 0x0
|
|
953
1002
|
int attr state_dragged 0x0
|
|
1003
|
+
int attr state_error 0x0
|
|
1004
|
+
int attr state_indeterminate 0x0
|
|
954
1005
|
int attr state_liftable 0x0
|
|
955
1006
|
int attr state_lifted 0x0
|
|
1007
|
+
int attr state_with_icon 0x0
|
|
956
1008
|
int attr statusBarBackground 0x0
|
|
957
1009
|
int attr statusBarForeground 0x0
|
|
958
1010
|
int attr statusBarScrim 0x0
|
|
@@ -973,6 +1025,7 @@ int attr suffixText 0x0
|
|
|
973
1025
|
int attr suffixTextAppearance 0x0
|
|
974
1026
|
int attr suffixTextColor 0x0
|
|
975
1027
|
int attr suggestionRowLayout 0x0
|
|
1028
|
+
int attr swipeRefreshLayoutProgressSpinnerBackgroundColor 0x0
|
|
976
1029
|
int attr switchMinWidth 0x0
|
|
977
1030
|
int attr switchPadding 0x0
|
|
978
1031
|
int attr switchStyle 0x0
|
|
@@ -1065,6 +1118,9 @@ int attr themeLineHeight 0x0
|
|
|
1065
1118
|
int attr thickness 0x0
|
|
1066
1119
|
int attr thumbColor 0x0
|
|
1067
1120
|
int attr thumbElevation 0x0
|
|
1121
|
+
int attr thumbIcon 0x0
|
|
1122
|
+
int attr thumbIconTint 0x0
|
|
1123
|
+
int attr thumbIconTintMode 0x0
|
|
1068
1124
|
int attr thumbRadius 0x0
|
|
1069
1125
|
int attr thumbStrokeColor 0x0
|
|
1070
1126
|
int attr thumbStrokeWidth 0x0
|
|
@@ -1093,7 +1149,9 @@ int attr titleMargins 0x0
|
|
|
1093
1149
|
int attr titlePositionInterpolator 0x0
|
|
1094
1150
|
int attr titleTextAppearance 0x0
|
|
1095
1151
|
int attr titleTextColor 0x0
|
|
1152
|
+
int attr titleTextEllipsize 0x0
|
|
1096
1153
|
int attr titleTextStyle 0x0
|
|
1154
|
+
int attr toggleCheckedStateOnClick 0x0
|
|
1097
1155
|
int attr toolbarId 0x0
|
|
1098
1156
|
int attr toolbarNavigationButtonStyle 0x0
|
|
1099
1157
|
int attr toolbarStyle 0x0
|
|
@@ -1111,6 +1169,9 @@ int attr trackColor 0x0
|
|
|
1111
1169
|
int attr trackColorActive 0x0
|
|
1112
1170
|
int attr trackColorInactive 0x0
|
|
1113
1171
|
int attr trackCornerRadius 0x0
|
|
1172
|
+
int attr trackDecoration 0x0
|
|
1173
|
+
int attr trackDecorationTint 0x0
|
|
1174
|
+
int attr trackDecorationTintMode 0x0
|
|
1114
1175
|
int attr trackHeight 0x0
|
|
1115
1176
|
int attr trackThickness 0x0
|
|
1116
1177
|
int attr trackTint 0x0
|
|
@@ -1294,6 +1355,8 @@ int color m3_calendar_item_stroke_color 0x0
|
|
|
1294
1355
|
int color m3_card_foreground_color 0x0
|
|
1295
1356
|
int color m3_card_ripple_color 0x0
|
|
1296
1357
|
int color m3_card_stroke_color 0x0
|
|
1358
|
+
int color m3_checkbox_button_icon_tint 0x0
|
|
1359
|
+
int color m3_checkbox_button_tint 0x0
|
|
1297
1360
|
int color m3_chip_assist_text_color 0x0
|
|
1298
1361
|
int color m3_chip_background_color 0x0
|
|
1299
1362
|
int color m3_chip_ripple_color 0x0
|
|
@@ -1316,9 +1379,15 @@ int color m3_dynamic_default_color_secondary_text 0x0
|
|
|
1316
1379
|
int color m3_dynamic_highlighted_text 0x0
|
|
1317
1380
|
int color m3_dynamic_hint_foreground 0x0
|
|
1318
1381
|
int color m3_dynamic_primary_text_disable_only 0x0
|
|
1382
|
+
int color m3_efab_ripple_color_selector 0x0
|
|
1319
1383
|
int color m3_elevated_chip_background_color 0x0
|
|
1384
|
+
int color m3_fab_efab_background_color_selector 0x0
|
|
1385
|
+
int color m3_fab_efab_foreground_color_selector 0x0
|
|
1386
|
+
int color m3_fab_ripple_color_selector 0x0
|
|
1387
|
+
int color m3_filled_icon_button_container_color_selector 0x0
|
|
1320
1388
|
int color m3_highlighted_text 0x0
|
|
1321
1389
|
int color m3_hint_foreground 0x0
|
|
1390
|
+
int color m3_icon_button_icon_color_selector 0x0
|
|
1322
1391
|
int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
|
|
1323
1392
|
int color m3_navigation_bar_item_with_indicator_label_tint 0x0
|
|
1324
1393
|
int color m3_navigation_bar_ripple_color_selector 0x0
|
|
@@ -1328,6 +1397,7 @@ int color m3_navigation_item_ripple_color 0x0
|
|
|
1328
1397
|
int color m3_navigation_item_text_color 0x0
|
|
1329
1398
|
int color m3_popupmenu_overlay_color 0x0
|
|
1330
1399
|
int color m3_primary_text_disable_only 0x0
|
|
1400
|
+
int color m3_radiobutton_button_tint 0x0
|
|
1331
1401
|
int color m3_radiobutton_ripple_tint 0x0
|
|
1332
1402
|
int color m3_ref_palette_black 0x0
|
|
1333
1403
|
int color m3_ref_palette_dynamic_neutral0 0x0
|
|
@@ -1474,8 +1544,8 @@ int color m3_ref_palette_tertiary90 0x0
|
|
|
1474
1544
|
int color m3_ref_palette_tertiary95 0x0
|
|
1475
1545
|
int color m3_ref_palette_tertiary99 0x0
|
|
1476
1546
|
int color m3_ref_palette_white 0x0
|
|
1477
|
-
int color m3_selection_control_button_tint 0x0
|
|
1478
1547
|
int color m3_selection_control_ripple_color_selector 0x0
|
|
1548
|
+
int color m3_simple_item_ripple_color 0x0
|
|
1479
1549
|
int color m3_slider_active_track_color 0x0
|
|
1480
1550
|
int color m3_slider_halo_color 0x0
|
|
1481
1551
|
int color m3_slider_inactive_track_color 0x0
|
|
@@ -1703,6 +1773,10 @@ int color material_timepicker_button_stroke 0x0
|
|
|
1703
1773
|
int color material_timepicker_clock_text_color 0x0
|
|
1704
1774
|
int color material_timepicker_clockface 0x0
|
|
1705
1775
|
int color material_timepicker_modebutton_tint 0x0
|
|
1776
|
+
int color mtrl_bottom_nav_colored_item_tint 0x0
|
|
1777
|
+
int color mtrl_bottom_nav_colored_ripple_color 0x0
|
|
1778
|
+
int color mtrl_bottom_nav_item_tint 0x0
|
|
1779
|
+
int color mtrl_bottom_nav_ripple_color 0x0
|
|
1706
1780
|
int color mtrl_btn_bg_color_selector 0x0
|
|
1707
1781
|
int color mtrl_btn_ripple_color 0x0
|
|
1708
1782
|
int color mtrl_btn_stroke_color_selector 0x0
|
|
@@ -1743,6 +1817,10 @@ int color mtrl_outlined_icon_tint 0x0
|
|
|
1743
1817
|
int color mtrl_outlined_stroke_color 0x0
|
|
1744
1818
|
int color mtrl_popupmenu_overlay_color 0x0
|
|
1745
1819
|
int color mtrl_scrim_color 0x0
|
|
1820
|
+
int color mtrl_switch_thumb_icon_tint 0x0
|
|
1821
|
+
int color mtrl_switch_thumb_tint 0x0
|
|
1822
|
+
int color mtrl_switch_track_decoration_tint 0x0
|
|
1823
|
+
int color mtrl_switch_track_tint 0x0
|
|
1746
1824
|
int color mtrl_tabs_colored_ripple_color 0x0
|
|
1747
1825
|
int color mtrl_tabs_icon_color_selector 0x0
|
|
1748
1826
|
int color mtrl_tabs_icon_color_selector_colored 0x0
|
|
@@ -1785,16 +1863,12 @@ int color switch_thumb_material_dark 0x0
|
|
|
1785
1863
|
int color switch_thumb_material_light 0x0
|
|
1786
1864
|
int color switch_thumb_normal_material_dark 0x0
|
|
1787
1865
|
int color switch_thumb_normal_material_light 0x0
|
|
1788
|
-
int color test_color 0x0
|
|
1789
1866
|
int color test_mtrl_calendar_day 0x0
|
|
1790
1867
|
int color test_mtrl_calendar_day_selected 0x0
|
|
1791
1868
|
int color tooltip_background_dark 0x0
|
|
1792
1869
|
int color tooltip_background_light 0x0
|
|
1793
1870
|
int color upsdk_blue_text_007dff 0x0
|
|
1794
1871
|
int color upsdk_category_button_select_pressed 0x0
|
|
1795
|
-
int color upsdk_color_gray_1 0x0
|
|
1796
|
-
int color upsdk_color_gray_10 0x0
|
|
1797
|
-
int color upsdk_color_gray_7 0x0
|
|
1798
1872
|
int color upsdk_white 0x0
|
|
1799
1873
|
int dimen abc_action_bar_content_inset_material 0x0
|
|
1800
1874
|
int dimen abc_action_bar_content_inset_with_nav 0x0
|
|
@@ -1987,11 +2061,15 @@ int dimen m3_bottom_nav_item_active_indicator_width 0x0
|
|
|
1987
2061
|
int dimen m3_bottom_nav_item_padding_bottom 0x0
|
|
1988
2062
|
int dimen m3_bottom_nav_item_padding_top 0x0
|
|
1989
2063
|
int dimen m3_bottom_nav_min_height 0x0
|
|
2064
|
+
int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x0
|
|
1990
2065
|
int dimen m3_bottom_sheet_elevation 0x0
|
|
1991
2066
|
int dimen m3_bottom_sheet_modal_elevation 0x0
|
|
1992
2067
|
int dimen m3_bottomappbar_fab_cradle_margin 0x0
|
|
1993
2068
|
int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
|
|
1994
2069
|
int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
|
|
2070
|
+
int dimen m3_bottomappbar_fab_end_margin 0x0
|
|
2071
|
+
int dimen m3_bottomappbar_height 0x0
|
|
2072
|
+
int dimen m3_bottomappbar_horizontal_padding 0x0
|
|
1995
2073
|
int dimen m3_btn_dialog_btn_min_width 0x0
|
|
1996
2074
|
int dimen m3_btn_dialog_btn_spacing 0x0
|
|
1997
2075
|
int dimen m3_btn_disabled_elevation 0x0
|
|
@@ -2031,8 +2109,48 @@ int dimen m3_chip_dragged_translation_z 0x0
|
|
|
2031
2109
|
int dimen m3_chip_elevated_elevation 0x0
|
|
2032
2110
|
int dimen m3_chip_hovered_translation_z 0x0
|
|
2033
2111
|
int dimen m3_chip_icon_size 0x0
|
|
2112
|
+
int dimen m3_comp_bottom_app_bar_container_elevation 0x0
|
|
2113
|
+
int dimen m3_comp_bottom_app_bar_container_height 0x0
|
|
2114
|
+
int dimen m3_comp_extended_fab_primary_container_elevation 0x0
|
|
2115
|
+
int dimen m3_comp_extended_fab_primary_container_height 0x0
|
|
2116
|
+
int dimen m3_comp_extended_fab_primary_focus_container_elevation 0x0
|
|
2117
|
+
int dimen m3_comp_extended_fab_primary_focus_state_layer_opacity 0x0
|
|
2118
|
+
int dimen m3_comp_extended_fab_primary_hover_container_elevation 0x0
|
|
2119
|
+
int dimen m3_comp_extended_fab_primary_hover_state_layer_opacity 0x0
|
|
2120
|
+
int dimen m3_comp_extended_fab_primary_icon_size 0x0
|
|
2121
|
+
int dimen m3_comp_extended_fab_primary_pressed_container_elevation 0x0
|
|
2122
|
+
int dimen m3_comp_extended_fab_primary_pressed_state_layer_opacity 0x0
|
|
2123
|
+
int dimen m3_comp_fab_primary_container_elevation 0x0
|
|
2124
|
+
int dimen m3_comp_fab_primary_container_height 0x0
|
|
2125
|
+
int dimen m3_comp_fab_primary_focus_state_layer_opacity 0x0
|
|
2126
|
+
int dimen m3_comp_fab_primary_hover_container_elevation 0x0
|
|
2127
|
+
int dimen m3_comp_fab_primary_hover_state_layer_opacity 0x0
|
|
2128
|
+
int dimen m3_comp_fab_primary_icon_size 0x0
|
|
2129
|
+
int dimen m3_comp_fab_primary_large_container_height 0x0
|
|
2130
|
+
int dimen m3_comp_fab_primary_large_icon_size 0x0
|
|
2131
|
+
int dimen m3_comp_fab_primary_pressed_container_elevation 0x0
|
|
2132
|
+
int dimen m3_comp_fab_primary_pressed_state_layer_opacity 0x0
|
|
2133
|
+
int dimen m3_comp_fab_primary_small_container_height 0x0
|
|
2134
|
+
int dimen m3_comp_fab_primary_small_icon_size 0x0
|
|
2135
|
+
int dimen m3_comp_switch_disabled_handle_elevation 0x0
|
|
2136
|
+
int dimen m3_comp_switch_disabled_handle_opacity 0x0
|
|
2137
|
+
int dimen m3_comp_switch_disabled_selected_handle_opacity 0x0
|
|
2138
|
+
int dimen m3_comp_switch_disabled_selected_icon_opacity 0x0
|
|
2139
|
+
int dimen m3_comp_switch_disabled_track_opacity 0x0
|
|
2140
|
+
int dimen m3_comp_switch_disabled_unselected_handle_opacity 0x0
|
|
2141
|
+
int dimen m3_comp_switch_disabled_unselected_icon_opacity 0x0
|
|
2142
|
+
int dimen m3_comp_switch_handle_elevation 0x0
|
|
2143
|
+
int dimen m3_comp_switch_selected_focus_state_layer_opacity 0x0
|
|
2144
|
+
int dimen m3_comp_switch_selected_hover_state_layer_opacity 0x0
|
|
2145
|
+
int dimen m3_comp_switch_selected_pressed_state_layer_opacity 0x0
|
|
2146
|
+
int dimen m3_comp_switch_track_height 0x0
|
|
2147
|
+
int dimen m3_comp_switch_track_width 0x0
|
|
2148
|
+
int dimen m3_comp_switch_unselected_focus_state_layer_opacity 0x0
|
|
2149
|
+
int dimen m3_comp_switch_unselected_hover_state_layer_opacity 0x0
|
|
2150
|
+
int dimen m3_comp_switch_unselected_pressed_state_layer_opacity 0x0
|
|
2034
2151
|
int dimen m3_datepicker_elevation 0x0
|
|
2035
2152
|
int dimen m3_divider_heavy_thickness 0x0
|
|
2153
|
+
int dimen m3_exposed_dropdown_menu_popup_elevation 0x0
|
|
2036
2154
|
int dimen m3_extended_fab_bottom_padding 0x0
|
|
2037
2155
|
int dimen m3_extended_fab_end_padding 0x0
|
|
2038
2156
|
int dimen m3_extended_fab_icon_padding 0x0
|
|
@@ -2068,7 +2186,11 @@ int dimen m3_ripple_focused_alpha 0x0
|
|
|
2068
2186
|
int dimen m3_ripple_hovered_alpha 0x0
|
|
2069
2187
|
int dimen m3_ripple_pressed_alpha 0x0
|
|
2070
2188
|
int dimen m3_ripple_selectable_pressed_alpha 0x0
|
|
2189
|
+
int dimen m3_simple_item_color_hovered_alpha 0x0
|
|
2190
|
+
int dimen m3_simple_item_color_selected_alpha 0x0
|
|
2071
2191
|
int dimen m3_slider_thumb_elevation 0x0
|
|
2192
|
+
int dimen m3_small_fab_max_image_size 0x0
|
|
2193
|
+
int dimen m3_small_fab_size 0x0
|
|
2072
2194
|
int dimen m3_snackbar_action_text_color_alpha 0x0
|
|
2073
2195
|
int dimen m3_snackbar_margin 0x0
|
|
2074
2196
|
int dimen m3_sys_elevation_level0 0x0
|
|
@@ -2152,13 +2274,12 @@ int dimen material_helper_text_default_padding_top 0x0
|
|
|
2152
2274
|
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
2153
2275
|
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
2154
2276
|
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
2155
|
-
int dimen material_text_size_dp 0x0
|
|
2156
|
-
int dimen material_text_size_sp 0x0
|
|
2157
2277
|
int dimen material_text_view_test_line_height 0x0
|
|
2158
2278
|
int dimen material_text_view_test_line_height_override 0x0
|
|
2159
2279
|
int dimen material_textinput_default_width 0x0
|
|
2160
2280
|
int dimen material_textinput_max_width 0x0
|
|
2161
2281
|
int dimen material_textinput_min_width 0x0
|
|
2282
|
+
int dimen material_time_input_padding_bottom 0x0
|
|
2162
2283
|
int dimen material_time_picker_minimum_screen_height 0x0
|
|
2163
2284
|
int dimen material_time_picker_minimum_screen_width 0x0
|
|
2164
2285
|
int dimen material_timepicker_dialog_buttons_margin_top 0x0
|
|
@@ -2255,6 +2376,7 @@ int dimen mtrl_card_elevation 0x0
|
|
|
2255
2376
|
int dimen mtrl_card_spacing 0x0
|
|
2256
2377
|
int dimen mtrl_chip_pressed_translation_z 0x0
|
|
2257
2378
|
int dimen mtrl_chip_text_size 0x0
|
|
2379
|
+
int dimen mtrl_edittext_rectangle_top_offset 0x0
|
|
2258
2380
|
int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
|
|
2259
2381
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
|
|
2260
2382
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
|
|
@@ -2339,7 +2461,11 @@ int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
|
|
|
2339
2461
|
int dimen mtrl_snackbar_margin 0x0
|
|
2340
2462
|
int dimen mtrl_snackbar_message_margin_horizontal 0x0
|
|
2341
2463
|
int dimen mtrl_snackbar_padding_horizontal 0x0
|
|
2464
|
+
int dimen mtrl_switch_text_padding 0x0
|
|
2342
2465
|
int dimen mtrl_switch_thumb_elevation 0x0
|
|
2466
|
+
int dimen mtrl_switch_thumb_size 0x0
|
|
2467
|
+
int dimen mtrl_switch_track_height 0x0
|
|
2468
|
+
int dimen mtrl_switch_track_width 0x0
|
|
2343
2469
|
int dimen mtrl_textinput_box_corner_radius_medium 0x0
|
|
2344
2470
|
int dimen mtrl_textinput_box_corner_radius_small 0x0
|
|
2345
2471
|
int dimen mtrl_textinput_box_label_cutout_padding 0x0
|
|
@@ -2385,19 +2511,7 @@ int dimen subtitle_corner_radius 0x0
|
|
|
2385
2511
|
int dimen subtitle_outline_width 0x0
|
|
2386
2512
|
int dimen subtitle_shadow_offset 0x0
|
|
2387
2513
|
int dimen subtitle_shadow_radius 0x0
|
|
2388
|
-
int dimen test_dimen 0x0
|
|
2389
2514
|
int dimen test_mtrl_calendar_day_cornerSize 0x0
|
|
2390
|
-
int dimen test_navigation_bar_active_item_max_width 0x0
|
|
2391
|
-
int dimen test_navigation_bar_active_item_min_width 0x0
|
|
2392
|
-
int dimen test_navigation_bar_active_text_size 0x0
|
|
2393
|
-
int dimen test_navigation_bar_elevation 0x0
|
|
2394
|
-
int dimen test_navigation_bar_height 0x0
|
|
2395
|
-
int dimen test_navigation_bar_icon_size 0x0
|
|
2396
|
-
int dimen test_navigation_bar_item_max_width 0x0
|
|
2397
|
-
int dimen test_navigation_bar_item_min_width 0x0
|
|
2398
|
-
int dimen test_navigation_bar_label_padding 0x0
|
|
2399
|
-
int dimen test_navigation_bar_shadow_height 0x0
|
|
2400
|
-
int dimen test_navigation_bar_text_size 0x0
|
|
2401
2515
|
int dimen tooltip_corner_radius 0x0
|
|
2402
2516
|
int dimen tooltip_horizontal_padding 0x0
|
|
2403
2517
|
int dimen tooltip_margin 0x0
|
|
@@ -2406,11 +2520,6 @@ int dimen tooltip_precise_anchor_threshold 0x0
|
|
|
2406
2520
|
int dimen tooltip_vertical_padding 0x0
|
|
2407
2521
|
int dimen tooltip_y_offset_non_touch 0x0
|
|
2408
2522
|
int dimen tooltip_y_offset_touch 0x0
|
|
2409
|
-
int dimen upsdk_margin_l 0x0
|
|
2410
|
-
int dimen upsdk_margin_m 0x0
|
|
2411
|
-
int dimen upsdk_margin_xs 0x0
|
|
2412
|
-
int dimen upsdk_master_body_2 0x0
|
|
2413
|
-
int dimen upsdk_master_subtitle 0x0
|
|
2414
2523
|
int drawable abc_ab_share_pack_mtrl_alpha 0x0
|
|
2415
2524
|
int drawable abc_action_bar_item_background_material 0x0
|
|
2416
2525
|
int drawable abc_btn_borderless_material 0x0
|
|
@@ -2532,6 +2641,7 @@ int drawable common_google_signin_btn_text_light 0x0
|
|
|
2532
2641
|
int drawable common_google_signin_btn_text_light_focused 0x0
|
|
2533
2642
|
int drawable common_google_signin_btn_text_light_normal 0x0
|
|
2534
2643
|
int drawable common_google_signin_btn_text_light_normal_background 0x0
|
|
2644
|
+
int drawable design_bottom_navigation_item_background 0x0
|
|
2535
2645
|
int drawable design_fab_background 0x0
|
|
2536
2646
|
int drawable design_ic_visibility 0x0
|
|
2537
2647
|
int drawable design_ic_visibility_off 0x0
|
|
@@ -2567,15 +2677,43 @@ int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
|
|
|
2567
2677
|
int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
|
|
2568
2678
|
int drawable material_ic_menu_arrow_down_black_24dp 0x0
|
|
2569
2679
|
int drawable material_ic_menu_arrow_up_black_24dp 0x0
|
|
2680
|
+
int drawable mtrl_bottomsheet_drag_handle 0x0
|
|
2681
|
+
int drawable mtrl_checkbox_button 0x0
|
|
2682
|
+
int drawable mtrl_checkbox_button_checked_unchecked 0x0
|
|
2683
|
+
int drawable mtrl_checkbox_button_icon 0x0
|
|
2684
|
+
int drawable mtrl_checkbox_button_icon_checked_indeterminate 0x0
|
|
2685
|
+
int drawable mtrl_checkbox_button_icon_checked_unchecked 0x0
|
|
2686
|
+
int drawable mtrl_checkbox_button_icon_indeterminate_checked 0x0
|
|
2687
|
+
int drawable mtrl_checkbox_button_icon_indeterminate_unchecked 0x0
|
|
2688
|
+
int drawable mtrl_checkbox_button_icon_unchecked_checked 0x0
|
|
2689
|
+
int drawable mtrl_checkbox_button_icon_unchecked_indeterminate 0x0
|
|
2690
|
+
int drawable mtrl_checkbox_button_unchecked_checked 0x0
|
|
2570
2691
|
int drawable mtrl_dialog_background 0x0
|
|
2571
2692
|
int drawable mtrl_dropdown_arrow 0x0
|
|
2572
2693
|
int drawable mtrl_ic_arrow_drop_down 0x0
|
|
2573
2694
|
int drawable mtrl_ic_arrow_drop_up 0x0
|
|
2574
2695
|
int drawable mtrl_ic_cancel 0x0
|
|
2696
|
+
int drawable mtrl_ic_check_mark 0x0
|
|
2697
|
+
int drawable mtrl_ic_checkbox_checked 0x0
|
|
2698
|
+
int drawable mtrl_ic_checkbox_unchecked 0x0
|
|
2575
2699
|
int drawable mtrl_ic_error 0x0
|
|
2700
|
+
int drawable mtrl_ic_indeterminate 0x0
|
|
2576
2701
|
int drawable mtrl_navigation_bar_item_background 0x0
|
|
2577
2702
|
int drawable mtrl_popupmenu_background 0x0
|
|
2703
|
+
int drawable mtrl_popupmenu_background_dark 0x0
|
|
2578
2704
|
int drawable mtrl_popupmenu_background_overlay 0x0
|
|
2705
|
+
int drawable mtrl_switch_thumb 0x0
|
|
2706
|
+
int drawable mtrl_switch_thumb_checked 0x0
|
|
2707
|
+
int drawable mtrl_switch_thumb_checked_pressed 0x0
|
|
2708
|
+
int drawable mtrl_switch_thumb_checked_unchecked 0x0
|
|
2709
|
+
int drawable mtrl_switch_thumb_pressed 0x0
|
|
2710
|
+
int drawable mtrl_switch_thumb_pressed_checked 0x0
|
|
2711
|
+
int drawable mtrl_switch_thumb_pressed_unchecked 0x0
|
|
2712
|
+
int drawable mtrl_switch_thumb_unchecked 0x0
|
|
2713
|
+
int drawable mtrl_switch_thumb_unchecked_checked 0x0
|
|
2714
|
+
int drawable mtrl_switch_thumb_unchecked_pressed 0x0
|
|
2715
|
+
int drawable mtrl_switch_track 0x0
|
|
2716
|
+
int drawable mtrl_switch_track_decoration 0x0
|
|
2579
2717
|
int drawable mtrl_tabs_default_indicator 0x0
|
|
2580
2718
|
int drawable navigation_empty_icon 0x0
|
|
2581
2719
|
int drawable notification_action_background 0x0
|
|
@@ -2743,6 +2881,7 @@ int id contiguous 0x0
|
|
|
2743
2881
|
int id coordinator 0x0
|
|
2744
2882
|
int id cos 0x0
|
|
2745
2883
|
int id counterclockwise 0x0
|
|
2884
|
+
int id cradle 0x0
|
|
2746
2885
|
int id custom 0x0
|
|
2747
2886
|
int id customPanel 0x0
|
|
2748
2887
|
int id cut 0x0
|
|
@@ -2768,16 +2907,13 @@ int id dragLeft 0x0
|
|
|
2768
2907
|
int id dragRight 0x0
|
|
2769
2908
|
int id dragStart 0x0
|
|
2770
2909
|
int id dragUp 0x0
|
|
2771
|
-
int id dropdown_editable 0x0
|
|
2772
2910
|
int id dropdown_menu 0x0
|
|
2773
|
-
int id dropdown_noneditable 0x0
|
|
2774
2911
|
int id easeIn 0x0
|
|
2775
2912
|
int id easeInOut 0x0
|
|
2776
2913
|
int id easeOut 0x0
|
|
2777
2914
|
int id edit_query 0x0
|
|
2778
|
-
int id edittext_dropdown_editable 0x0
|
|
2779
|
-
int id edittext_dropdown_noneditable 0x0
|
|
2780
2915
|
int id elastic 0x0
|
|
2916
|
+
int id embed 0x0
|
|
2781
2917
|
int id enable_service_text 0x0
|
|
2782
2918
|
int id end 0x0
|
|
2783
2919
|
int id endToStart 0x0
|
|
@@ -2819,6 +2955,7 @@ int id ignore 0x0
|
|
|
2819
2955
|
int id ignoreRequest 0x0
|
|
2820
2956
|
int id image 0x0
|
|
2821
2957
|
int id imgView 0x0
|
|
2958
|
+
int id indeterminate 0x0
|
|
2822
2959
|
int id info 0x0
|
|
2823
2960
|
int id invisible 0x0
|
|
2824
2961
|
int id inward 0x0
|
|
@@ -2830,8 +2967,10 @@ int id item4 0x0
|
|
|
2830
2967
|
int id item_touch_helper_previous_elevation 0x0
|
|
2831
2968
|
int id jumpToEnd 0x0
|
|
2832
2969
|
int id jumpToStart 0x0
|
|
2970
|
+
int id labelGroup 0x0
|
|
2833
2971
|
int id labeled 0x0
|
|
2834
2972
|
int id labelled_by 0x0
|
|
2973
|
+
int id largeLabel 0x0
|
|
2835
2974
|
int id latestProductCardView 0x0
|
|
2836
2975
|
int id layout 0x0
|
|
2837
2976
|
int id left 0x0
|
|
@@ -2843,6 +2982,7 @@ int id linear 0x0
|
|
|
2843
2982
|
int id listMode 0x0
|
|
2844
2983
|
int id list_item 0x0
|
|
2845
2984
|
int id map 0x0
|
|
2985
|
+
int id marquee 0x0
|
|
2846
2986
|
int id masked 0x0
|
|
2847
2987
|
int id material_clock_display 0x0
|
|
2848
2988
|
int id material_clock_face 0x0
|
|
@@ -2939,14 +3079,10 @@ int id place_autocomplete_search_input 0x0
|
|
|
2939
3079
|
int id place_autocomplete_separator 0x0
|
|
2940
3080
|
int id plot_console_web_view 0x0
|
|
2941
3081
|
int id plot_nearby_fragment 0x0
|
|
2942
|
-
int id
|
|
2943
|
-
int id pointer_enter_capture 0x0
|
|
2944
|
-
int id pointer_leave 0x0
|
|
2945
|
-
int id pointer_leave_capture 0x0
|
|
2946
|
-
int id pointer_move 0x0
|
|
2947
|
-
int id pointer_move_capture 0x0
|
|
3082
|
+
int id pointer_events 0x0
|
|
2948
3083
|
int id position 0x0
|
|
2949
3084
|
int id postLayout 0x0
|
|
3085
|
+
int id pressed 0x0
|
|
2950
3086
|
int id progress_circular 0x0
|
|
2951
3087
|
int id progress_horizontal 0x0
|
|
2952
3088
|
int id radio 0x0
|
|
@@ -3018,6 +3154,7 @@ int id sm_mapView_container 0x0
|
|
|
3018
3154
|
int id sm_no_permission 0x0
|
|
3019
3155
|
int id sm_responseView_container 0x0
|
|
3020
3156
|
int id sm_view_container 0x0
|
|
3157
|
+
int id smallLabel 0x0
|
|
3021
3158
|
int id snackbar_action 0x0
|
|
3022
3159
|
int id snackbar_text 0x0
|
|
3023
3160
|
int id spacer 0x0
|
|
@@ -3105,11 +3242,13 @@ int id view_offset_helper 0x0
|
|
|
3105
3242
|
int id view_tag_instance_handle 0x0
|
|
3106
3243
|
int id view_tag_native_id 0x0
|
|
3107
3244
|
int id view_tree_lifecycle_owner 0x0
|
|
3245
|
+
int id view_tree_on_back_pressed_dispatcher_owner 0x0
|
|
3108
3246
|
int id view_tree_saved_state_registry_owner 0x0
|
|
3109
3247
|
int id view_tree_view_model_store_owner 0x0
|
|
3110
3248
|
int id visible 0x0
|
|
3111
3249
|
int id visible_removing_fragment_view_tag 0x0
|
|
3112
3250
|
int id wide 0x0
|
|
3251
|
+
int id with_icon 0x0
|
|
3113
3252
|
int id withinBounds 0x0
|
|
3114
3253
|
int id wrap 0x0
|
|
3115
3254
|
int id wrap_content 0x0
|
|
@@ -3145,7 +3284,22 @@ int integer m3_sys_motion_duration_600 0x0
|
|
|
3145
3284
|
int integer m3_sys_motion_duration_700 0x0
|
|
3146
3285
|
int integer m3_sys_motion_duration_800 0x0
|
|
3147
3286
|
int integer m3_sys_motion_duration_900 0x0
|
|
3148
|
-
int integer
|
|
3287
|
+
int integer m3_sys_motion_duration_extra_long1 0x0
|
|
3288
|
+
int integer m3_sys_motion_duration_extra_long2 0x0
|
|
3289
|
+
int integer m3_sys_motion_duration_extra_long3 0x0
|
|
3290
|
+
int integer m3_sys_motion_duration_extra_long4 0x0
|
|
3291
|
+
int integer m3_sys_motion_duration_long1 0x0
|
|
3292
|
+
int integer m3_sys_motion_duration_long2 0x0
|
|
3293
|
+
int integer m3_sys_motion_duration_long3 0x0
|
|
3294
|
+
int integer m3_sys_motion_duration_long4 0x0
|
|
3295
|
+
int integer m3_sys_motion_duration_medium1 0x0
|
|
3296
|
+
int integer m3_sys_motion_duration_medium2 0x0
|
|
3297
|
+
int integer m3_sys_motion_duration_medium3 0x0
|
|
3298
|
+
int integer m3_sys_motion_duration_medium4 0x0
|
|
3299
|
+
int integer m3_sys_motion_duration_short1 0x0
|
|
3300
|
+
int integer m3_sys_motion_duration_short2 0x0
|
|
3301
|
+
int integer m3_sys_motion_duration_short3 0x0
|
|
3302
|
+
int integer m3_sys_motion_duration_short4 0x0
|
|
3149
3303
|
int integer material_motion_duration_long_1 0x0
|
|
3150
3304
|
int integer material_motion_duration_long_2 0x0
|
|
3151
3305
|
int integer material_motion_duration_medium_1 0x0
|
|
@@ -3162,6 +3316,14 @@ int integer mtrl_calendar_year_selector_span 0x0
|
|
|
3162
3316
|
int integer mtrl_card_anim_delay_ms 0x0
|
|
3163
3317
|
int integer mtrl_card_anim_duration_ms 0x0
|
|
3164
3318
|
int integer mtrl_chip_anim_duration 0x0
|
|
3319
|
+
int integer mtrl_switch_thumb_motion_duration 0x0
|
|
3320
|
+
int integer mtrl_switch_thumb_post_morphing_duration 0x0
|
|
3321
|
+
int integer mtrl_switch_thumb_pre_morphing_duration 0x0
|
|
3322
|
+
int integer mtrl_switch_thumb_pressed_duration 0x0
|
|
3323
|
+
int integer mtrl_switch_thumb_viewport_center_coordinate 0x0
|
|
3324
|
+
int integer mtrl_switch_thumb_viewport_size 0x0
|
|
3325
|
+
int integer mtrl_switch_track_viewport_height 0x0
|
|
3326
|
+
int integer mtrl_switch_track_viewport_width 0x0
|
|
3165
3327
|
int integer mtrl_tab_indicator_anim_duration_ms 0x0
|
|
3166
3328
|
int integer mtrl_view_gone 0x0
|
|
3167
3329
|
int integer mtrl_view_invisible 0x0
|
|
@@ -3182,6 +3344,13 @@ int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
|
|
|
3182
3344
|
int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
|
|
3183
3345
|
int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
|
|
3184
3346
|
int interpolator fast_out_slow_in 0x0
|
|
3347
|
+
int interpolator m3_sys_motion_easing_emphasized 0x0
|
|
3348
|
+
int interpolator m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3349
|
+
int interpolator m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
3350
|
+
int interpolator m3_sys_motion_easing_linear 0x0
|
|
3351
|
+
int interpolator m3_sys_motion_easing_standard 0x0
|
|
3352
|
+
int interpolator m3_sys_motion_easing_standard_accelerate 0x0
|
|
3353
|
+
int interpolator m3_sys_motion_easing_standard_decelerate 0x0
|
|
3185
3354
|
int interpolator mtrl_fast_out_linear_in 0x0
|
|
3186
3355
|
int interpolator mtrl_fast_out_slow_in 0x0
|
|
3187
3356
|
int interpolator mtrl_linear 0x0
|
|
@@ -3328,8 +3497,6 @@ int layout test_action_chip 0x0
|
|
|
3328
3497
|
int layout test_chip_zero_corner_radius 0x0
|
|
3329
3498
|
int layout test_design_checkbox 0x0
|
|
3330
3499
|
int layout test_design_radiobutton 0x0
|
|
3331
|
-
int layout test_exposed_dropdown_menu 0x0
|
|
3332
|
-
int layout test_navigation_bar_item_layout 0x0
|
|
3333
3500
|
int layout test_reflow_chipgroup 0x0
|
|
3334
3501
|
int layout test_toolbar 0x0
|
|
3335
3502
|
int layout test_toolbar_custom_background 0x0
|
|
@@ -3349,6 +3516,7 @@ int menu menu_notification 0x0
|
|
|
3349
3516
|
int menu menu_sell_base 0x0
|
|
3350
3517
|
int menu menu_view 0x0
|
|
3351
3518
|
int plurals mtrl_badge_content_description 0x0
|
|
3519
|
+
int raw firebase_common_keep 0x0
|
|
3352
3520
|
int string abc_action_bar_home_description 0x0
|
|
3353
3521
|
int string abc_action_bar_up_description 0x0
|
|
3354
3522
|
int string abc_action_menu_overflow_description 0x0
|
|
@@ -3378,14 +3546,17 @@ int string abc_shareactionprovider_share_with_application 0x0
|
|
|
3378
3546
|
int string abc_toolbar_collapse_description 0x0
|
|
3379
3547
|
int string action_back_label 0x0
|
|
3380
3548
|
int string action_forward_label 0x0
|
|
3381
|
-
int string ag_sdk_cbg_root 0x0
|
|
3382
3549
|
int string alert_description 0x0
|
|
3383
3550
|
int string androidx_startup 0x0
|
|
3384
3551
|
int string app_icon_sticky_notification_description 0x0
|
|
3385
3552
|
int string app_name 0x0
|
|
3386
3553
|
int string appbar_scrolling_view_behavior 0x0
|
|
3387
3554
|
int string bottom_sheet_behavior 0x0
|
|
3555
|
+
int string bottomsheet_action_collapse 0x0
|
|
3556
|
+
int string bottomsheet_action_expand 0x0
|
|
3388
3557
|
int string bottomsheet_action_expand_halfway 0x0
|
|
3558
|
+
int string bottomsheet_drag_handle_clicked 0x0
|
|
3559
|
+
int string bottomsheet_drag_handle_content_description 0x0
|
|
3389
3560
|
int string button_ok 0x0
|
|
3390
3561
|
int string catalyst_change_bundle_location 0x0
|
|
3391
3562
|
int string catalyst_copy_button 0x0
|
|
@@ -3441,6 +3612,7 @@ int string common_google_play_services_wear_update_text 0x0
|
|
|
3441
3612
|
int string common_open_on_phone 0x0
|
|
3442
3613
|
int string common_signin_button_text 0x0
|
|
3443
3614
|
int string common_signin_button_text_long 0x0
|
|
3615
|
+
int string error_a11y_label 0x0
|
|
3444
3616
|
int string error_icon_content_description 0x0
|
|
3445
3617
|
int string exposed_dropdown_menu_content_description 0x0
|
|
3446
3618
|
int string fab_transformation_scrim_behavior 0x0
|
|
@@ -3451,13 +3623,12 @@ int string header_description 0x0
|
|
|
3451
3623
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
3452
3624
|
int string hms_abort 0x0
|
|
3453
3625
|
int string hms_abort_message 0x0
|
|
3626
|
+
int string hms_apk_not_installed_hints 0x0
|
|
3454
3627
|
int string hms_base_google 0x0
|
|
3455
3628
|
int string hms_base_vmall 0x0
|
|
3456
3629
|
int string hms_bindfaildlg_message 0x0
|
|
3457
3630
|
int string hms_bindfaildlg_title 0x0
|
|
3458
3631
|
int string hms_cancel 0x0
|
|
3459
|
-
int string hms_cancel_after_cancel 0x0
|
|
3460
|
-
int string hms_cancel_install_message 0x0
|
|
3461
3632
|
int string hms_check_failure 0x0
|
|
3462
3633
|
int string hms_check_no_update 0x0
|
|
3463
3634
|
int string hms_checking 0x0
|
|
@@ -3470,7 +3641,6 @@ int string hms_downloading_loading 0x0
|
|
|
3470
3641
|
int string hms_downloading_new 0x0
|
|
3471
3642
|
int string hms_gamebox_name 0x0
|
|
3472
3643
|
int string hms_install 0x0
|
|
3473
|
-
int string hms_install_after_cancel 0x0
|
|
3474
3644
|
int string hms_install_message 0x0
|
|
3475
3645
|
int string hms_is_spoof 0x0
|
|
3476
3646
|
int string hms_push_channel 0x0
|
|
@@ -3488,12 +3658,7 @@ int string icon_content_description 0x0
|
|
|
3488
3658
|
int string image_description 0x0
|
|
3489
3659
|
int string imagebutton_description 0x0
|
|
3490
3660
|
int string item_view_role_description 0x0
|
|
3491
|
-
int string label 0x0
|
|
3492
3661
|
int string link_description 0x0
|
|
3493
|
-
int string m3_ref_typeface_brand_medium 0x0
|
|
3494
|
-
int string m3_ref_typeface_brand_regular 0x0
|
|
3495
|
-
int string m3_ref_typeface_plain_medium 0x0
|
|
3496
|
-
int string m3_ref_typeface_plain_regular 0x0
|
|
3497
3662
|
int string m3_sys_motion_easing_emphasized 0x0
|
|
3498
3663
|
int string m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3499
3664
|
int string m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
@@ -3529,6 +3694,17 @@ int string menu_description 0x0
|
|
|
3529
3694
|
int string menubar_description 0x0
|
|
3530
3695
|
int string menuitem_description 0x0
|
|
3531
3696
|
int string mtrl_badge_numberless_content_description 0x0
|
|
3697
|
+
int string mtrl_checkbox_button_icon_path_checked 0x0
|
|
3698
|
+
int string mtrl_checkbox_button_icon_path_group_name 0x0
|
|
3699
|
+
int string mtrl_checkbox_button_icon_path_indeterminate 0x0
|
|
3700
|
+
int string mtrl_checkbox_button_icon_path_name 0x0
|
|
3701
|
+
int string mtrl_checkbox_button_path_checked 0x0
|
|
3702
|
+
int string mtrl_checkbox_button_path_group_name 0x0
|
|
3703
|
+
int string mtrl_checkbox_button_path_name 0x0
|
|
3704
|
+
int string mtrl_checkbox_button_path_unchecked 0x0
|
|
3705
|
+
int string mtrl_checkbox_state_description_checked 0x0
|
|
3706
|
+
int string mtrl_checkbox_state_description_indeterminate 0x0
|
|
3707
|
+
int string mtrl_checkbox_state_description_unchecked 0x0
|
|
3532
3708
|
int string mtrl_chip_close_icon_content_description 0x0
|
|
3533
3709
|
int string mtrl_exceed_max_badge_number_content_description 0x0
|
|
3534
3710
|
int string mtrl_exceed_max_badge_number_suffix 0x0
|
|
@@ -3563,6 +3739,15 @@ int string mtrl_picker_toggle_to_calendar_input_mode 0x0
|
|
|
3563
3739
|
int string mtrl_picker_toggle_to_day_selection 0x0
|
|
3564
3740
|
int string mtrl_picker_toggle_to_text_input_mode 0x0
|
|
3565
3741
|
int string mtrl_picker_toggle_to_year_selection 0x0
|
|
3742
|
+
int string mtrl_switch_thumb_group_name 0x0
|
|
3743
|
+
int string mtrl_switch_thumb_path_checked 0x0
|
|
3744
|
+
int string mtrl_switch_thumb_path_morphing 0x0
|
|
3745
|
+
int string mtrl_switch_thumb_path_name 0x0
|
|
3746
|
+
int string mtrl_switch_thumb_path_pressed 0x0
|
|
3747
|
+
int string mtrl_switch_thumb_path_unchecked 0x0
|
|
3748
|
+
int string mtrl_switch_track_decoration_path 0x0
|
|
3749
|
+
int string mtrl_switch_track_path 0x0
|
|
3750
|
+
int string mtrl_timepicker_cancel 0x0
|
|
3566
3751
|
int string mtrl_timepicker_confirm 0x0
|
|
3567
3752
|
int string password_toggle_content_description 0x0
|
|
3568
3753
|
int string path_password_eye 0x0
|
|
@@ -3602,10 +3787,8 @@ int string title_activity_view 0x0
|
|
|
3602
3787
|
int string toolbar_description 0x0
|
|
3603
3788
|
int string upsdk_app_dl_installing 0x0
|
|
3604
3789
|
int string upsdk_app_download_info_new 0x0
|
|
3605
|
-
int string upsdk_app_download_installing 0x0
|
|
3606
3790
|
int string upsdk_app_size 0x0
|
|
3607
3791
|
int string upsdk_app_version 0x0
|
|
3608
|
-
int string upsdk_appstore_install 0x0
|
|
3609
3792
|
int string upsdk_cancel 0x0
|
|
3610
3793
|
int string upsdk_checking_update_prompt 0x0
|
|
3611
3794
|
int string upsdk_choice_update 0x0
|
|
@@ -3613,7 +3796,6 @@ int string upsdk_connect_server_fail_prompt_toast 0x0
|
|
|
3613
3796
|
int string upsdk_detail 0x0
|
|
3614
3797
|
int string upsdk_getting_message_fail_prompt_toast 0x0
|
|
3615
3798
|
int string upsdk_install 0x0
|
|
3616
|
-
int string upsdk_mobile_dld_warn 0x0
|
|
3617
3799
|
int string upsdk_no_available_network_prompt_toast 0x0
|
|
3618
3800
|
int string upsdk_ota_app_name 0x0
|
|
3619
3801
|
int string upsdk_ota_cancel 0x0
|
|
@@ -3776,6 +3958,7 @@ int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
|
|
|
3776
3958
|
int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
|
|
3777
3959
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
|
|
3778
3960
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
3961
|
+
int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
3779
3962
|
int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
|
|
3780
3963
|
int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
3781
3964
|
int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
@@ -3879,6 +4062,7 @@ int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
|
|
|
3879
4062
|
int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
|
|
3880
4063
|
int style Base_Widget_Material3_FloatingActionButton 0x0
|
|
3881
4064
|
int style Base_Widget_Material3_FloatingActionButton_Large 0x0
|
|
4065
|
+
int style Base_Widget_Material3_FloatingActionButton_Small 0x0
|
|
3882
4066
|
int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
|
|
3883
4067
|
int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
|
|
3884
4068
|
int style Base_Widget_Material3_Snackbar 0x0
|
|
@@ -3991,9 +4175,12 @@ int style ShapeAppearanceOverlay_Cut 0x0
|
|
|
3991
4175
|
int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
|
|
3992
4176
|
int style ShapeAppearanceOverlay_Material3_Button 0x0
|
|
3993
4177
|
int style ShapeAppearanceOverlay_Material3_Chip 0x0
|
|
4178
|
+
int style ShapeAppearanceOverlay_Material3_Corner_Bottom 0x0
|
|
4179
|
+
int style ShapeAppearanceOverlay_Material3_Corner_Left 0x0
|
|
4180
|
+
int style ShapeAppearanceOverlay_Material3_Corner_Right 0x0
|
|
4181
|
+
int style ShapeAppearanceOverlay_Material3_Corner_Top 0x0
|
|
3994
4182
|
int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
|
|
3995
4183
|
int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
|
|
3996
|
-
int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x0
|
|
3997
4184
|
int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
|
|
3998
4185
|
int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
|
|
3999
4186
|
int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
|
|
@@ -4005,14 +4192,14 @@ int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
4005
4192
|
int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
|
|
4006
4193
|
int style ShapeAppearanceOverlay_TopLeftCut 0x0
|
|
4007
4194
|
int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
|
|
4195
|
+
int style ShapeAppearance_M3_Comp_BottomAppBar_Container_Shape 0x0
|
|
4196
|
+
int style ShapeAppearance_M3_Comp_Switch_Handle_Shape 0x0
|
|
4197
|
+
int style ShapeAppearance_M3_Comp_Switch_StateLayer_Shape 0x0
|
|
4198
|
+
int style ShapeAppearance_M3_Comp_Switch_Track_Shape 0x0
|
|
4008
4199
|
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
|
|
4009
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
|
|
4010
4200
|
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
|
|
4011
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
|
|
4012
4201
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
|
|
4013
4202
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
|
|
4014
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
|
|
4015
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
|
|
4016
4203
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
|
|
4017
4204
|
int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
|
|
4018
4205
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
|
|
@@ -4166,9 +4353,6 @@ int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
|
4166
4353
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
4167
4354
|
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
4168
4355
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
4169
|
-
int style TextAppearance_Test_NoTextSize 0x0
|
|
4170
|
-
int style TextAppearance_Test_UsesDp 0x0
|
|
4171
|
-
int style TextAppearance_Test_UsesSP 0x0
|
|
4172
4356
|
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
|
|
4173
4357
|
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
|
|
4174
4358
|
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
|
|
@@ -4192,9 +4376,13 @@ int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
|
|
|
4192
4376
|
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
|
|
4193
4377
|
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
|
|
4194
4378
|
int style ThemeOverlay_Material3_BottomAppBar 0x0
|
|
4379
|
+
int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x0
|
|
4195
4380
|
int style ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
4196
4381
|
int style ThemeOverlay_Material3_Button 0x0
|
|
4197
4382
|
int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
|
|
4383
|
+
int style ThemeOverlay_Material3_Button_IconButton 0x0
|
|
4384
|
+
int style ThemeOverlay_Material3_Button_IconButton_Filled 0x0
|
|
4385
|
+
int style ThemeOverlay_Material3_Button_IconButton_Filled_Tonal 0x0
|
|
4198
4386
|
int style ThemeOverlay_Material3_Button_TextButton 0x0
|
|
4199
4387
|
int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
|
|
4200
4388
|
int style ThemeOverlay_Material3_Button_TonalButton 0x0
|
|
@@ -4209,6 +4397,10 @@ int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
|
|
|
4209
4397
|
int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
|
|
4210
4398
|
int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
|
|
4211
4399
|
int style ThemeOverlay_Material3_DynamicColors_Light 0x0
|
|
4400
|
+
int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Primary 0x0
|
|
4401
|
+
int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Secondary 0x0
|
|
4402
|
+
int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Surface 0x0
|
|
4403
|
+
int style ThemeOverlay_Material3_ExtendedFloatingActionButton_Tertiary 0x0
|
|
4212
4404
|
int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
|
|
4213
4405
|
int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
|
|
4214
4406
|
int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
|
|
@@ -4252,6 +4444,7 @@ int style ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
|
4252
4444
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
4253
4445
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
|
|
4254
4446
|
int style ThemeOverlay_MaterialComponents_Light 0x0
|
|
4447
|
+
int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x0
|
|
4255
4448
|
int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
|
|
4256
4449
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
4257
4450
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
|
|
@@ -4485,15 +4678,21 @@ int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
|
|
|
4485
4678
|
int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
|
|
4486
4679
|
int style Widget_Material3_Badge 0x0
|
|
4487
4680
|
int style Widget_Material3_BottomAppBar 0x0
|
|
4681
|
+
int style Widget_Material3_BottomAppBar_Button_Navigation 0x0
|
|
4682
|
+
int style Widget_Material3_BottomAppBar_Legacy 0x0
|
|
4488
4683
|
int style Widget_Material3_BottomNavigationView 0x0
|
|
4489
4684
|
int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
|
|
4490
4685
|
int style Widget_Material3_BottomSheet 0x0
|
|
4686
|
+
int style Widget_Material3_BottomSheet_DragHandle 0x0
|
|
4491
4687
|
int style Widget_Material3_BottomSheet_Modal 0x0
|
|
4492
4688
|
int style Widget_Material3_Button 0x0
|
|
4493
4689
|
int style Widget_Material3_Button_ElevatedButton 0x0
|
|
4494
4690
|
int style Widget_Material3_Button_ElevatedButton_Icon 0x0
|
|
4495
4691
|
int style Widget_Material3_Button_Icon 0x0
|
|
4496
4692
|
int style Widget_Material3_Button_IconButton 0x0
|
|
4693
|
+
int style Widget_Material3_Button_IconButton_Filled 0x0
|
|
4694
|
+
int style Widget_Material3_Button_IconButton_Filled_Tonal 0x0
|
|
4695
|
+
int style Widget_Material3_Button_IconButton_Outlined 0x0
|
|
4497
4696
|
int style Widget_Material3_Button_OutlinedButton 0x0
|
|
4498
4697
|
int style Widget_Material3_Button_OutlinedButton_Icon 0x0
|
|
4499
4698
|
int style Widget_Material3_Button_TextButton 0x0
|
|
@@ -4528,6 +4727,7 @@ int style Widget_Material3_CollapsingToolbar 0x0
|
|
|
4528
4727
|
int style Widget_Material3_CollapsingToolbar_Large 0x0
|
|
4529
4728
|
int style Widget_Material3_CollapsingToolbar_Medium 0x0
|
|
4530
4729
|
int style Widget_Material3_CompoundButton_CheckBox 0x0
|
|
4730
|
+
int style Widget_Material3_CompoundButton_MaterialSwitch 0x0
|
|
4531
4731
|
int style Widget_Material3_CompoundButton_RadioButton 0x0
|
|
4532
4732
|
int style Widget_Material3_CompoundButton_Switch 0x0
|
|
4533
4733
|
int style Widget_Material3_DrawerLayout 0x0
|
|
@@ -4545,6 +4745,10 @@ int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
|
|
|
4545
4745
|
int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
|
|
4546
4746
|
int style Widget_Material3_FloatingActionButton_Primary 0x0
|
|
4547
4747
|
int style Widget_Material3_FloatingActionButton_Secondary 0x0
|
|
4748
|
+
int style Widget_Material3_FloatingActionButton_Small_Primary 0x0
|
|
4749
|
+
int style Widget_Material3_FloatingActionButton_Small_Secondary 0x0
|
|
4750
|
+
int style Widget_Material3_FloatingActionButton_Small_Surface 0x0
|
|
4751
|
+
int style Widget_Material3_FloatingActionButton_Small_Tertiary 0x0
|
|
4548
4752
|
int style Widget_Material3_FloatingActionButton_Surface 0x0
|
|
4549
4753
|
int style Widget_Material3_FloatingActionButton_Tertiary 0x0
|
|
4550
4754
|
int style Widget_Material3_Light_ActionBar_Solid 0x0
|
|
@@ -5027,22 +5231,37 @@ int styleable BaseProgressIndicator_showDelay 5
|
|
|
5027
5231
|
int styleable BaseProgressIndicator_trackColor 6
|
|
5028
5232
|
int styleable BaseProgressIndicator_trackCornerRadius 7
|
|
5029
5233
|
int styleable BaseProgressIndicator_trackThickness 8
|
|
5030
|
-
int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5234
|
+
int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5031
5235
|
int styleable BottomAppBar_backgroundTint 0
|
|
5032
5236
|
int styleable BottomAppBar_elevation 1
|
|
5033
5237
|
int styleable BottomAppBar_fabAlignmentMode 2
|
|
5034
|
-
int styleable
|
|
5035
|
-
int styleable
|
|
5036
|
-
int styleable
|
|
5037
|
-
int styleable
|
|
5038
|
-
int styleable
|
|
5039
|
-
int styleable
|
|
5040
|
-
int styleable
|
|
5041
|
-
int styleable
|
|
5042
|
-
int styleable
|
|
5043
|
-
int
|
|
5238
|
+
int styleable BottomAppBar_fabAlignmentModeEndMargin 3
|
|
5239
|
+
int styleable BottomAppBar_fabAnchorMode 4
|
|
5240
|
+
int styleable BottomAppBar_fabAnimationMode 5
|
|
5241
|
+
int styleable BottomAppBar_fabCradleMargin 6
|
|
5242
|
+
int styleable BottomAppBar_fabCradleRoundedCornerRadius 7
|
|
5243
|
+
int styleable BottomAppBar_fabCradleVerticalOffset 8
|
|
5244
|
+
int styleable BottomAppBar_hideOnScroll 9
|
|
5245
|
+
int styleable BottomAppBar_menuAlignmentMode 10
|
|
5246
|
+
int styleable BottomAppBar_navigationIconTint 11
|
|
5247
|
+
int styleable BottomAppBar_paddingBottomSystemWindowInsets 12
|
|
5248
|
+
int styleable BottomAppBar_paddingLeftSystemWindowInsets 13
|
|
5249
|
+
int styleable BottomAppBar_paddingRightSystemWindowInsets 14
|
|
5250
|
+
int styleable BottomAppBar_removeEmbeddedFabElevation 15
|
|
5251
|
+
int[] styleable BottomNavigationView { 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5044
5252
|
int styleable BottomNavigationView_android_minHeight 0
|
|
5045
|
-
int styleable
|
|
5253
|
+
int styleable BottomNavigationView_backgroundTint 1
|
|
5254
|
+
int styleable BottomNavigationView_elevation 2
|
|
5255
|
+
int styleable BottomNavigationView_itemBackground 3
|
|
5256
|
+
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 4
|
|
5257
|
+
int styleable BottomNavigationView_itemIconSize 5
|
|
5258
|
+
int styleable BottomNavigationView_itemIconTint 6
|
|
5259
|
+
int styleable BottomNavigationView_itemRippleColor 7
|
|
5260
|
+
int styleable BottomNavigationView_itemTextAppearanceActive 8
|
|
5261
|
+
int styleable BottomNavigationView_itemTextAppearanceInactive 9
|
|
5262
|
+
int styleable BottomNavigationView_itemTextColor 10
|
|
5263
|
+
int styleable BottomNavigationView_labelVisibilityMode 11
|
|
5264
|
+
int styleable BottomNavigationView_menu 12
|
|
5046
5265
|
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5047
5266
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
5048
5267
|
int styleable BottomSheetBehavior_Layout_android_maxHeight 1
|
|
@@ -5152,7 +5371,7 @@ int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
|
|
|
5152
5371
|
int styleable ClockHandView_clockHandColor 0
|
|
5153
5372
|
int styleable ClockHandView_materialCircleRadius 1
|
|
5154
5373
|
int styleable ClockHandView_selectorSize 2
|
|
5155
|
-
int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5374
|
+
int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5156
5375
|
int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
|
|
5157
5376
|
int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
|
|
5158
5377
|
int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
|
|
@@ -5175,7 +5394,8 @@ int styleable CollapsingToolbarLayout_title 18
|
|
|
5175
5394
|
int styleable CollapsingToolbarLayout_titleCollapseMode 19
|
|
5176
5395
|
int styleable CollapsingToolbarLayout_titleEnabled 20
|
|
5177
5396
|
int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
|
|
5178
|
-
int styleable
|
|
5397
|
+
int styleable CollapsingToolbarLayout_titleTextEllipsize 22
|
|
5398
|
+
int styleable CollapsingToolbarLayout_toolbarId 23
|
|
5179
5399
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
5180
5400
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
5181
5401
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
@@ -5882,11 +6102,14 @@ int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
|
|
|
5882
6102
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
|
|
5883
6103
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
|
|
5884
6104
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
|
|
5885
|
-
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
|
|
6105
|
+
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x101048c, 0x0, 0x0, 0x0, 0x0 }
|
|
5886
6106
|
int styleable MaterialAutoCompleteTextView_android_inputType 0
|
|
5887
|
-
int styleable
|
|
5888
|
-
int styleable
|
|
5889
|
-
int
|
|
6107
|
+
int styleable MaterialAutoCompleteTextView_android_popupElevation 1
|
|
6108
|
+
int styleable MaterialAutoCompleteTextView_simpleItemLayout 2
|
|
6109
|
+
int styleable MaterialAutoCompleteTextView_simpleItemSelectedColor 3
|
|
6110
|
+
int styleable MaterialAutoCompleteTextView_simpleItemSelectedRippleColor 4
|
|
6111
|
+
int styleable MaterialAutoCompleteTextView_simpleItems 5
|
|
6112
|
+
int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5890
6113
|
int styleable MaterialButton_android_background 0
|
|
5891
6114
|
int styleable MaterialButton_android_checkable 1
|
|
5892
6115
|
int styleable MaterialButton_android_insetBottom 2
|
|
@@ -5908,6 +6131,7 @@ int styleable MaterialButton_shapeAppearance 17
|
|
|
5908
6131
|
int styleable MaterialButton_shapeAppearanceOverlay 18
|
|
5909
6132
|
int styleable MaterialButton_strokeColor 19
|
|
5910
6133
|
int styleable MaterialButton_strokeWidth 20
|
|
6134
|
+
int styleable MaterialButton_toggleCheckedStateOnClick 21
|
|
5911
6135
|
int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
|
|
5912
6136
|
int styleable MaterialButtonToggleGroup_checkedButton 0
|
|
5913
6137
|
int styleable MaterialButtonToggleGroup_selectionRequired 1
|
|
@@ -5948,10 +6172,21 @@ int styleable MaterialCardView_shapeAppearanceOverlay 9
|
|
|
5948
6172
|
int styleable MaterialCardView_state_dragged 10
|
|
5949
6173
|
int styleable MaterialCardView_strokeColor 11
|
|
5950
6174
|
int styleable MaterialCardView_strokeWidth 12
|
|
5951
|
-
int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
|
|
5952
|
-
int styleable
|
|
5953
|
-
int styleable
|
|
5954
|
-
int styleable
|
|
6175
|
+
int[] styleable MaterialCheckBox { 0x1010107, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6176
|
+
int styleable MaterialCheckBox_android_button 0
|
|
6177
|
+
int styleable MaterialCheckBox_buttonCompat 1
|
|
6178
|
+
int styleable MaterialCheckBox_buttonIcon 2
|
|
6179
|
+
int styleable MaterialCheckBox_buttonIconTint 3
|
|
6180
|
+
int styleable MaterialCheckBox_buttonIconTintMode 4
|
|
6181
|
+
int styleable MaterialCheckBox_buttonTint 5
|
|
6182
|
+
int styleable MaterialCheckBox_centerIfNoTextEnabled 6
|
|
6183
|
+
int styleable MaterialCheckBox_checkedState 7
|
|
6184
|
+
int styleable MaterialCheckBox_errorAccessibilityLabel 8
|
|
6185
|
+
int styleable MaterialCheckBox_errorShown 9
|
|
6186
|
+
int styleable MaterialCheckBox_useMaterialThemeColors 10
|
|
6187
|
+
int[] styleable MaterialCheckBoxStates { 0x0, 0x0 }
|
|
6188
|
+
int styleable MaterialCheckBoxStates_state_error 0
|
|
6189
|
+
int styleable MaterialCheckBoxStates_state_indeterminate 1
|
|
5955
6190
|
int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5956
6191
|
int styleable MaterialDivider_dividerColor 0
|
|
5957
6192
|
int styleable MaterialDivider_dividerInsetEnd 1
|
|
@@ -5964,6 +6199,13 @@ int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
|
5964
6199
|
int[] styleable MaterialShape { 0x0, 0x0 }
|
|
5965
6200
|
int styleable MaterialShape_shapeAppearance 0
|
|
5966
6201
|
int styleable MaterialShape_shapeAppearanceOverlay 1
|
|
6202
|
+
int[] styleable MaterialSwitch { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6203
|
+
int styleable MaterialSwitch_thumbIcon 0
|
|
6204
|
+
int styleable MaterialSwitch_thumbIconTint 1
|
|
6205
|
+
int styleable MaterialSwitch_thumbIconTintMode 2
|
|
6206
|
+
int styleable MaterialSwitch_trackDecoration 3
|
|
6207
|
+
int styleable MaterialSwitch_trackDecorationTint 4
|
|
6208
|
+
int styleable MaterialSwitch_trackDecorationTintMode 5
|
|
5967
6209
|
int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
|
|
5968
6210
|
int styleable MaterialTextAppearance_android_letterSpacing 0
|
|
5969
6211
|
int styleable MaterialTextAppearance_android_lineHeight 1
|
|
@@ -6273,7 +6515,7 @@ int[] styleable Snackbar { 0x0, 0x0, 0x0 }
|
|
|
6273
6515
|
int styleable Snackbar_snackbarButtonStyle 0
|
|
6274
6516
|
int styleable Snackbar_snackbarStyle 1
|
|
6275
6517
|
int styleable Snackbar_snackbarTextViewStyle 2
|
|
6276
|
-
int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6518
|
+
int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6277
6519
|
int styleable SnackbarLayout_actionTextColorAlpha 0
|
|
6278
6520
|
int styleable SnackbarLayout_android_maxWidth 1
|
|
6279
6521
|
int styleable SnackbarLayout_animationMode 2
|
|
@@ -6282,6 +6524,8 @@ int styleable SnackbarLayout_backgroundTint 4
|
|
|
6282
6524
|
int styleable SnackbarLayout_backgroundTintMode 5
|
|
6283
6525
|
int styleable SnackbarLayout_elevation 6
|
|
6284
6526
|
int styleable SnackbarLayout_maxActionInlineWidth 7
|
|
6527
|
+
int styleable SnackbarLayout_shapeAppearance 8
|
|
6528
|
+
int styleable SnackbarLayout_shapeAppearanceOverlay 9
|
|
6285
6529
|
int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
|
|
6286
6530
|
int styleable Spinner_android_dropDownWidth 0
|
|
6287
6531
|
int styleable Spinner_android_entries 1
|
|
@@ -6302,6 +6546,8 @@ int[] styleable StateListDrawableItem { 0x1010199 }
|
|
|
6302
6546
|
int styleable StateListDrawableItem_android_drawable 0
|
|
6303
6547
|
int[] styleable StateSet { 0x0 }
|
|
6304
6548
|
int styleable StateSet_defaultState 0
|
|
6549
|
+
int[] styleable SwipeRefreshLayout { 0x0 }
|
|
6550
|
+
int styleable SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor 0
|
|
6305
6551
|
int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6306
6552
|
int styleable SwitchCompat_android_textOff 0
|
|
6307
6553
|
int styleable SwitchCompat_android_textOn 1
|