@selligent-marketing-cloud/selligent-react-native 3.0.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 +8 -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 +303 -70
- 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/RNSelligent.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 +261 -55
- 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/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
|
|
@@ -1066,6 +1118,9 @@ int attr themeLineHeight 0x0
|
|
|
1066
1118
|
int attr thickness 0x0
|
|
1067
1119
|
int attr thumbColor 0x0
|
|
1068
1120
|
int attr thumbElevation 0x0
|
|
1121
|
+
int attr thumbIcon 0x0
|
|
1122
|
+
int attr thumbIconTint 0x0
|
|
1123
|
+
int attr thumbIconTintMode 0x0
|
|
1069
1124
|
int attr thumbRadius 0x0
|
|
1070
1125
|
int attr thumbStrokeColor 0x0
|
|
1071
1126
|
int attr thumbStrokeWidth 0x0
|
|
@@ -1094,7 +1149,9 @@ int attr titleMargins 0x0
|
|
|
1094
1149
|
int attr titlePositionInterpolator 0x0
|
|
1095
1150
|
int attr titleTextAppearance 0x0
|
|
1096
1151
|
int attr titleTextColor 0x0
|
|
1152
|
+
int attr titleTextEllipsize 0x0
|
|
1097
1153
|
int attr titleTextStyle 0x0
|
|
1154
|
+
int attr toggleCheckedStateOnClick 0x0
|
|
1098
1155
|
int attr toolbarId 0x0
|
|
1099
1156
|
int attr toolbarNavigationButtonStyle 0x0
|
|
1100
1157
|
int attr toolbarStyle 0x0
|
|
@@ -1112,6 +1169,9 @@ int attr trackColor 0x0
|
|
|
1112
1169
|
int attr trackColorActive 0x0
|
|
1113
1170
|
int attr trackColorInactive 0x0
|
|
1114
1171
|
int attr trackCornerRadius 0x0
|
|
1172
|
+
int attr trackDecoration 0x0
|
|
1173
|
+
int attr trackDecorationTint 0x0
|
|
1174
|
+
int attr trackDecorationTintMode 0x0
|
|
1115
1175
|
int attr trackHeight 0x0
|
|
1116
1176
|
int attr trackThickness 0x0
|
|
1117
1177
|
int attr trackTint 0x0
|
|
@@ -1295,6 +1355,8 @@ int color m3_calendar_item_stroke_color 0x0
|
|
|
1295
1355
|
int color m3_card_foreground_color 0x0
|
|
1296
1356
|
int color m3_card_ripple_color 0x0
|
|
1297
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
|
|
1298
1360
|
int color m3_chip_assist_text_color 0x0
|
|
1299
1361
|
int color m3_chip_background_color 0x0
|
|
1300
1362
|
int color m3_chip_ripple_color 0x0
|
|
@@ -1317,9 +1379,15 @@ int color m3_dynamic_default_color_secondary_text 0x0
|
|
|
1317
1379
|
int color m3_dynamic_highlighted_text 0x0
|
|
1318
1380
|
int color m3_dynamic_hint_foreground 0x0
|
|
1319
1381
|
int color m3_dynamic_primary_text_disable_only 0x0
|
|
1382
|
+
int color m3_efab_ripple_color_selector 0x0
|
|
1320
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
|
|
1321
1388
|
int color m3_highlighted_text 0x0
|
|
1322
1389
|
int color m3_hint_foreground 0x0
|
|
1390
|
+
int color m3_icon_button_icon_color_selector 0x0
|
|
1323
1391
|
int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
|
|
1324
1392
|
int color m3_navigation_bar_item_with_indicator_label_tint 0x0
|
|
1325
1393
|
int color m3_navigation_bar_ripple_color_selector 0x0
|
|
@@ -1329,6 +1397,7 @@ int color m3_navigation_item_ripple_color 0x0
|
|
|
1329
1397
|
int color m3_navigation_item_text_color 0x0
|
|
1330
1398
|
int color m3_popupmenu_overlay_color 0x0
|
|
1331
1399
|
int color m3_primary_text_disable_only 0x0
|
|
1400
|
+
int color m3_radiobutton_button_tint 0x0
|
|
1332
1401
|
int color m3_radiobutton_ripple_tint 0x0
|
|
1333
1402
|
int color m3_ref_palette_black 0x0
|
|
1334
1403
|
int color m3_ref_palette_dynamic_neutral0 0x0
|
|
@@ -1475,8 +1544,8 @@ int color m3_ref_palette_tertiary90 0x0
|
|
|
1475
1544
|
int color m3_ref_palette_tertiary95 0x0
|
|
1476
1545
|
int color m3_ref_palette_tertiary99 0x0
|
|
1477
1546
|
int color m3_ref_palette_white 0x0
|
|
1478
|
-
int color m3_selection_control_button_tint 0x0
|
|
1479
1547
|
int color m3_selection_control_ripple_color_selector 0x0
|
|
1548
|
+
int color m3_simple_item_ripple_color 0x0
|
|
1480
1549
|
int color m3_slider_active_track_color 0x0
|
|
1481
1550
|
int color m3_slider_halo_color 0x0
|
|
1482
1551
|
int color m3_slider_inactive_track_color 0x0
|
|
@@ -1748,6 +1817,10 @@ int color mtrl_outlined_icon_tint 0x0
|
|
|
1748
1817
|
int color mtrl_outlined_stroke_color 0x0
|
|
1749
1818
|
int color mtrl_popupmenu_overlay_color 0x0
|
|
1750
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
|
|
1751
1824
|
int color mtrl_tabs_colored_ripple_color 0x0
|
|
1752
1825
|
int color mtrl_tabs_icon_color_selector 0x0
|
|
1753
1826
|
int color mtrl_tabs_icon_color_selector_colored 0x0
|
|
@@ -1790,7 +1863,6 @@ int color switch_thumb_material_dark 0x0
|
|
|
1790
1863
|
int color switch_thumb_material_light 0x0
|
|
1791
1864
|
int color switch_thumb_normal_material_dark 0x0
|
|
1792
1865
|
int color switch_thumb_normal_material_light 0x0
|
|
1793
|
-
int color test_color 0x0
|
|
1794
1866
|
int color test_mtrl_calendar_day 0x0
|
|
1795
1867
|
int color test_mtrl_calendar_day_selected 0x0
|
|
1796
1868
|
int color tooltip_background_dark 0x0
|
|
@@ -1989,11 +2061,15 @@ int dimen m3_bottom_nav_item_active_indicator_width 0x0
|
|
|
1989
2061
|
int dimen m3_bottom_nav_item_padding_bottom 0x0
|
|
1990
2062
|
int dimen m3_bottom_nav_item_padding_top 0x0
|
|
1991
2063
|
int dimen m3_bottom_nav_min_height 0x0
|
|
2064
|
+
int dimen m3_bottom_sheet_drag_handle_bottom_padding 0x0
|
|
1992
2065
|
int dimen m3_bottom_sheet_elevation 0x0
|
|
1993
2066
|
int dimen m3_bottom_sheet_modal_elevation 0x0
|
|
1994
2067
|
int dimen m3_bottomappbar_fab_cradle_margin 0x0
|
|
1995
2068
|
int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
|
|
1996
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
|
|
1997
2073
|
int dimen m3_btn_dialog_btn_min_width 0x0
|
|
1998
2074
|
int dimen m3_btn_dialog_btn_spacing 0x0
|
|
1999
2075
|
int dimen m3_btn_disabled_elevation 0x0
|
|
@@ -2033,8 +2109,48 @@ int dimen m3_chip_dragged_translation_z 0x0
|
|
|
2033
2109
|
int dimen m3_chip_elevated_elevation 0x0
|
|
2034
2110
|
int dimen m3_chip_hovered_translation_z 0x0
|
|
2035
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
|
|
2036
2151
|
int dimen m3_datepicker_elevation 0x0
|
|
2037
2152
|
int dimen m3_divider_heavy_thickness 0x0
|
|
2153
|
+
int dimen m3_exposed_dropdown_menu_popup_elevation 0x0
|
|
2038
2154
|
int dimen m3_extended_fab_bottom_padding 0x0
|
|
2039
2155
|
int dimen m3_extended_fab_end_padding 0x0
|
|
2040
2156
|
int dimen m3_extended_fab_icon_padding 0x0
|
|
@@ -2070,7 +2186,11 @@ int dimen m3_ripple_focused_alpha 0x0
|
|
|
2070
2186
|
int dimen m3_ripple_hovered_alpha 0x0
|
|
2071
2187
|
int dimen m3_ripple_pressed_alpha 0x0
|
|
2072
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
|
|
2073
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
|
|
2074
2194
|
int dimen m3_snackbar_action_text_color_alpha 0x0
|
|
2075
2195
|
int dimen m3_snackbar_margin 0x0
|
|
2076
2196
|
int dimen m3_sys_elevation_level0 0x0
|
|
@@ -2154,13 +2274,12 @@ int dimen material_helper_text_default_padding_top 0x0
|
|
|
2154
2274
|
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
2155
2275
|
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
2156
2276
|
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
2157
|
-
int dimen material_text_size_dp 0x0
|
|
2158
|
-
int dimen material_text_size_sp 0x0
|
|
2159
2277
|
int dimen material_text_view_test_line_height 0x0
|
|
2160
2278
|
int dimen material_text_view_test_line_height_override 0x0
|
|
2161
2279
|
int dimen material_textinput_default_width 0x0
|
|
2162
2280
|
int dimen material_textinput_max_width 0x0
|
|
2163
2281
|
int dimen material_textinput_min_width 0x0
|
|
2282
|
+
int dimen material_time_input_padding_bottom 0x0
|
|
2164
2283
|
int dimen material_time_picker_minimum_screen_height 0x0
|
|
2165
2284
|
int dimen material_time_picker_minimum_screen_width 0x0
|
|
2166
2285
|
int dimen material_timepicker_dialog_buttons_margin_top 0x0
|
|
@@ -2342,7 +2461,11 @@ int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
|
|
|
2342
2461
|
int dimen mtrl_snackbar_margin 0x0
|
|
2343
2462
|
int dimen mtrl_snackbar_message_margin_horizontal 0x0
|
|
2344
2463
|
int dimen mtrl_snackbar_padding_horizontal 0x0
|
|
2464
|
+
int dimen mtrl_switch_text_padding 0x0
|
|
2345
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
|
|
2346
2469
|
int dimen mtrl_textinput_box_corner_radius_medium 0x0
|
|
2347
2470
|
int dimen mtrl_textinput_box_corner_radius_small 0x0
|
|
2348
2471
|
int dimen mtrl_textinput_box_label_cutout_padding 0x0
|
|
@@ -2388,19 +2511,7 @@ int dimen subtitle_corner_radius 0x0
|
|
|
2388
2511
|
int dimen subtitle_outline_width 0x0
|
|
2389
2512
|
int dimen subtitle_shadow_offset 0x0
|
|
2390
2513
|
int dimen subtitle_shadow_radius 0x0
|
|
2391
|
-
int dimen test_dimen 0x0
|
|
2392
2514
|
int dimen test_mtrl_calendar_day_cornerSize 0x0
|
|
2393
|
-
int dimen test_navigation_bar_active_item_max_width 0x0
|
|
2394
|
-
int dimen test_navigation_bar_active_item_min_width 0x0
|
|
2395
|
-
int dimen test_navigation_bar_active_text_size 0x0
|
|
2396
|
-
int dimen test_navigation_bar_elevation 0x0
|
|
2397
|
-
int dimen test_navigation_bar_height 0x0
|
|
2398
|
-
int dimen test_navigation_bar_icon_size 0x0
|
|
2399
|
-
int dimen test_navigation_bar_item_max_width 0x0
|
|
2400
|
-
int dimen test_navigation_bar_item_min_width 0x0
|
|
2401
|
-
int dimen test_navigation_bar_label_padding 0x0
|
|
2402
|
-
int dimen test_navigation_bar_shadow_height 0x0
|
|
2403
|
-
int dimen test_navigation_bar_text_size 0x0
|
|
2404
2515
|
int dimen tooltip_corner_radius 0x0
|
|
2405
2516
|
int dimen tooltip_horizontal_padding 0x0
|
|
2406
2517
|
int dimen tooltip_margin 0x0
|
|
@@ -2566,16 +2677,43 @@ int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
|
|
|
2566
2677
|
int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
|
|
2567
2678
|
int drawable material_ic_menu_arrow_down_black_24dp 0x0
|
|
2568
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
|
|
2569
2691
|
int drawable mtrl_dialog_background 0x0
|
|
2570
2692
|
int drawable mtrl_dropdown_arrow 0x0
|
|
2571
2693
|
int drawable mtrl_ic_arrow_drop_down 0x0
|
|
2572
2694
|
int drawable mtrl_ic_arrow_drop_up 0x0
|
|
2573
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
|
|
2574
2699
|
int drawable mtrl_ic_error 0x0
|
|
2700
|
+
int drawable mtrl_ic_indeterminate 0x0
|
|
2575
2701
|
int drawable mtrl_navigation_bar_item_background 0x0
|
|
2576
2702
|
int drawable mtrl_popupmenu_background 0x0
|
|
2577
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
|
|
@@ -2845,6 +2982,7 @@ int id linear 0x0
|
|
|
2845
2982
|
int id listMode 0x0
|
|
2846
2983
|
int id list_item 0x0
|
|
2847
2984
|
int id map 0x0
|
|
2985
|
+
int id marquee 0x0
|
|
2848
2986
|
int id masked 0x0
|
|
2849
2987
|
int id material_clock_display 0x0
|
|
2850
2988
|
int id material_clock_face 0x0
|
|
@@ -2941,14 +3079,10 @@ int id place_autocomplete_search_input 0x0
|
|
|
2941
3079
|
int id place_autocomplete_separator 0x0
|
|
2942
3080
|
int id plot_console_web_view 0x0
|
|
2943
3081
|
int id plot_nearby_fragment 0x0
|
|
2944
|
-
int id
|
|
2945
|
-
int id pointer_enter_capture 0x0
|
|
2946
|
-
int id pointer_leave 0x0
|
|
2947
|
-
int id pointer_leave_capture 0x0
|
|
2948
|
-
int id pointer_move 0x0
|
|
2949
|
-
int id pointer_move_capture 0x0
|
|
3082
|
+
int id pointer_events 0x0
|
|
2950
3083
|
int id position 0x0
|
|
2951
3084
|
int id postLayout 0x0
|
|
3085
|
+
int id pressed 0x0
|
|
2952
3086
|
int id progress_circular 0x0
|
|
2953
3087
|
int id progress_horizontal 0x0
|
|
2954
3088
|
int id radio 0x0
|
|
@@ -3108,11 +3242,13 @@ int id view_offset_helper 0x0
|
|
|
3108
3242
|
int id view_tag_instance_handle 0x0
|
|
3109
3243
|
int id view_tag_native_id 0x0
|
|
3110
3244
|
int id view_tree_lifecycle_owner 0x0
|
|
3245
|
+
int id view_tree_on_back_pressed_dispatcher_owner 0x0
|
|
3111
3246
|
int id view_tree_saved_state_registry_owner 0x0
|
|
3112
3247
|
int id view_tree_view_model_store_owner 0x0
|
|
3113
3248
|
int id visible 0x0
|
|
3114
3249
|
int id visible_removing_fragment_view_tag 0x0
|
|
3115
3250
|
int id wide 0x0
|
|
3251
|
+
int id with_icon 0x0
|
|
3116
3252
|
int id withinBounds 0x0
|
|
3117
3253
|
int id wrap 0x0
|
|
3118
3254
|
int id wrap_content 0x0
|
|
@@ -3148,7 +3284,22 @@ int integer m3_sys_motion_duration_600 0x0
|
|
|
3148
3284
|
int integer m3_sys_motion_duration_700 0x0
|
|
3149
3285
|
int integer m3_sys_motion_duration_800 0x0
|
|
3150
3286
|
int integer m3_sys_motion_duration_900 0x0
|
|
3151
|
-
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
|
|
3152
3303
|
int integer material_motion_duration_long_1 0x0
|
|
3153
3304
|
int integer material_motion_duration_long_2 0x0
|
|
3154
3305
|
int integer material_motion_duration_medium_1 0x0
|
|
@@ -3165,6 +3316,14 @@ int integer mtrl_calendar_year_selector_span 0x0
|
|
|
3165
3316
|
int integer mtrl_card_anim_delay_ms 0x0
|
|
3166
3317
|
int integer mtrl_card_anim_duration_ms 0x0
|
|
3167
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
|
|
3168
3327
|
int integer mtrl_tab_indicator_anim_duration_ms 0x0
|
|
3169
3328
|
int integer mtrl_view_gone 0x0
|
|
3170
3329
|
int integer mtrl_view_invisible 0x0
|
|
@@ -3185,6 +3344,13 @@ int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
|
|
|
3185
3344
|
int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
|
|
3186
3345
|
int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
|
|
3187
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
|
|
3188
3354
|
int interpolator mtrl_fast_out_linear_in 0x0
|
|
3189
3355
|
int interpolator mtrl_fast_out_slow_in 0x0
|
|
3190
3356
|
int interpolator mtrl_linear 0x0
|
|
@@ -3331,8 +3497,6 @@ int layout test_action_chip 0x0
|
|
|
3331
3497
|
int layout test_chip_zero_corner_radius 0x0
|
|
3332
3498
|
int layout test_design_checkbox 0x0
|
|
3333
3499
|
int layout test_design_radiobutton 0x0
|
|
3334
|
-
int layout test_exposed_dropdown_menu 0x0
|
|
3335
|
-
int layout test_navigation_bar_item_layout 0x0
|
|
3336
3500
|
int layout test_reflow_chipgroup 0x0
|
|
3337
3501
|
int layout test_toolbar 0x0
|
|
3338
3502
|
int layout test_toolbar_custom_background 0x0
|
|
@@ -3353,7 +3517,6 @@ int menu menu_sell_base 0x0
|
|
|
3353
3517
|
int menu menu_view 0x0
|
|
3354
3518
|
int plurals mtrl_badge_content_description 0x0
|
|
3355
3519
|
int raw firebase_common_keep 0x0
|
|
3356
|
-
int raw keep 0x0
|
|
3357
3520
|
int string abc_action_bar_home_description 0x0
|
|
3358
3521
|
int string abc_action_bar_up_description 0x0
|
|
3359
3522
|
int string abc_action_menu_overflow_description 0x0
|
|
@@ -3389,7 +3552,11 @@ int string app_icon_sticky_notification_description 0x0
|
|
|
3389
3552
|
int string app_name 0x0
|
|
3390
3553
|
int string appbar_scrolling_view_behavior 0x0
|
|
3391
3554
|
int string bottom_sheet_behavior 0x0
|
|
3555
|
+
int string bottomsheet_action_collapse 0x0
|
|
3556
|
+
int string bottomsheet_action_expand 0x0
|
|
3392
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
|
|
3393
3560
|
int string button_ok 0x0
|
|
3394
3561
|
int string catalyst_change_bundle_location 0x0
|
|
3395
3562
|
int string catalyst_copy_button 0x0
|
|
@@ -3445,6 +3612,7 @@ int string common_google_play_services_wear_update_text 0x0
|
|
|
3445
3612
|
int string common_open_on_phone 0x0
|
|
3446
3613
|
int string common_signin_button_text 0x0
|
|
3447
3614
|
int string common_signin_button_text_long 0x0
|
|
3615
|
+
int string error_a11y_label 0x0
|
|
3448
3616
|
int string error_icon_content_description 0x0
|
|
3449
3617
|
int string exposed_dropdown_menu_content_description 0x0
|
|
3450
3618
|
int string fab_transformation_scrim_behavior 0x0
|
|
@@ -3490,12 +3658,7 @@ int string icon_content_description 0x0
|
|
|
3490
3658
|
int string image_description 0x0
|
|
3491
3659
|
int string imagebutton_description 0x0
|
|
3492
3660
|
int string item_view_role_description 0x0
|
|
3493
|
-
int string label 0x0
|
|
3494
3661
|
int string link_description 0x0
|
|
3495
|
-
int string m3_ref_typeface_brand_medium 0x0
|
|
3496
|
-
int string m3_ref_typeface_brand_regular 0x0
|
|
3497
|
-
int string m3_ref_typeface_plain_medium 0x0
|
|
3498
|
-
int string m3_ref_typeface_plain_regular 0x0
|
|
3499
3662
|
int string m3_sys_motion_easing_emphasized 0x0
|
|
3500
3663
|
int string m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3501
3664
|
int string m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
@@ -3531,6 +3694,17 @@ int string menu_description 0x0
|
|
|
3531
3694
|
int string menubar_description 0x0
|
|
3532
3695
|
int string menuitem_description 0x0
|
|
3533
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
|
|
3534
3708
|
int string mtrl_chip_close_icon_content_description 0x0
|
|
3535
3709
|
int string mtrl_exceed_max_badge_number_content_description 0x0
|
|
3536
3710
|
int string mtrl_exceed_max_badge_number_suffix 0x0
|
|
@@ -3565,6 +3739,15 @@ int string mtrl_picker_toggle_to_calendar_input_mode 0x0
|
|
|
3565
3739
|
int string mtrl_picker_toggle_to_day_selection 0x0
|
|
3566
3740
|
int string mtrl_picker_toggle_to_text_input_mode 0x0
|
|
3567
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
|
|
3568
3751
|
int string mtrl_timepicker_confirm 0x0
|
|
3569
3752
|
int string password_toggle_content_description 0x0
|
|
3570
3753
|
int string path_password_eye 0x0
|
|
@@ -3775,6 +3958,7 @@ int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
|
|
|
3775
3958
|
int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
|
|
3776
3959
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
|
|
3777
3960
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
3961
|
+
int style Base_V14_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
3778
3962
|
int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
|
|
3779
3963
|
int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
3780
3964
|
int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
@@ -3878,6 +4062,7 @@ int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
|
|
|
3878
4062
|
int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
|
|
3879
4063
|
int style Base_Widget_Material3_FloatingActionButton 0x0
|
|
3880
4064
|
int style Base_Widget_Material3_FloatingActionButton_Large 0x0
|
|
4065
|
+
int style Base_Widget_Material3_FloatingActionButton_Small 0x0
|
|
3881
4066
|
int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
|
|
3882
4067
|
int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
|
|
3883
4068
|
int style Base_Widget_Material3_Snackbar 0x0
|
|
@@ -3990,9 +4175,12 @@ int style ShapeAppearanceOverlay_Cut 0x0
|
|
|
3990
4175
|
int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
|
|
3991
4176
|
int style ShapeAppearanceOverlay_Material3_Button 0x0
|
|
3992
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
|
|
3993
4182
|
int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
|
|
3994
4183
|
int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
|
|
3995
|
-
int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x0
|
|
3996
4184
|
int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
|
|
3997
4185
|
int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
|
|
3998
4186
|
int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
|
|
@@ -4004,14 +4192,14 @@ int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
4004
4192
|
int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
|
|
4005
4193
|
int style ShapeAppearanceOverlay_TopLeftCut 0x0
|
|
4006
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
|
|
4007
4199
|
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
|
|
4008
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
|
|
4009
4200
|
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
|
|
4010
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
|
|
4011
4201
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
|
|
4012
4202
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
|
|
4013
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
|
|
4014
|
-
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
|
|
4015
4203
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
|
|
4016
4204
|
int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
|
|
4017
4205
|
int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
|
|
@@ -4165,9 +4353,6 @@ int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
|
4165
4353
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
4166
4354
|
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
4167
4355
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
4168
|
-
int style TextAppearance_Test_NoTextSize 0x0
|
|
4169
|
-
int style TextAppearance_Test_UsesDp 0x0
|
|
4170
|
-
int style TextAppearance_Test_UsesSP 0x0
|
|
4171
4356
|
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
|
|
4172
4357
|
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
|
|
4173
4358
|
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
|
|
@@ -4191,9 +4376,13 @@ int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
|
|
|
4191
4376
|
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
|
|
4192
4377
|
int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
|
|
4193
4378
|
int style ThemeOverlay_Material3_BottomAppBar 0x0
|
|
4379
|
+
int style ThemeOverlay_Material3_BottomAppBar_Legacy 0x0
|
|
4194
4380
|
int style ThemeOverlay_Material3_BottomSheetDialog 0x0
|
|
4195
4381
|
int style ThemeOverlay_Material3_Button 0x0
|
|
4196
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
|
|
4197
4386
|
int style ThemeOverlay_Material3_Button_TextButton 0x0
|
|
4198
4387
|
int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
|
|
4199
4388
|
int style ThemeOverlay_Material3_Button_TonalButton 0x0
|
|
@@ -4208,6 +4397,10 @@ int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
|
|
|
4208
4397
|
int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
|
|
4209
4398
|
int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
|
|
4210
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
|
|
4211
4404
|
int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
|
|
4212
4405
|
int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
|
|
4213
4406
|
int style ThemeOverlay_Material3_FloatingActionButton_Surface 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,19 +5231,23 @@ 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
|
|
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
|
|
5043
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
5253
|
int styleable BottomNavigationView_backgroundTint 1
|
|
@@ -5163,7 +5371,7 @@ int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
|
|
|
5163
5371
|
int styleable ClockHandView_clockHandColor 0
|
|
5164
5372
|
int styleable ClockHandView_materialCircleRadius 1
|
|
5165
5373
|
int styleable ClockHandView_selectorSize 2
|
|
5166
|
-
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 }
|
|
5167
5375
|
int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
|
|
5168
5376
|
int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
|
|
5169
5377
|
int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
|
|
@@ -5186,7 +5394,8 @@ int styleable CollapsingToolbarLayout_title 18
|
|
|
5186
5394
|
int styleable CollapsingToolbarLayout_titleCollapseMode 19
|
|
5187
5395
|
int styleable CollapsingToolbarLayout_titleEnabled 20
|
|
5188
5396
|
int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
|
|
5189
|
-
int styleable
|
|
5397
|
+
int styleable CollapsingToolbarLayout_titleTextEllipsize 22
|
|
5398
|
+
int styleable CollapsingToolbarLayout_toolbarId 23
|
|
5190
5399
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
5191
5400
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
5192
5401
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
@@ -5893,11 +6102,14 @@ int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
|
|
|
5893
6102
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
|
|
5894
6103
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
|
|
5895
6104
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
|
|
5896
|
-
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
|
|
6105
|
+
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x101048c, 0x0, 0x0, 0x0, 0x0 }
|
|
5897
6106
|
int styleable MaterialAutoCompleteTextView_android_inputType 0
|
|
5898
|
-
int styleable
|
|
5899
|
-
int styleable
|
|
5900
|
-
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 }
|
|
5901
6113
|
int styleable MaterialButton_android_background 0
|
|
5902
6114
|
int styleable MaterialButton_android_checkable 1
|
|
5903
6115
|
int styleable MaterialButton_android_insetBottom 2
|
|
@@ -5919,6 +6131,7 @@ int styleable MaterialButton_shapeAppearance 17
|
|
|
5919
6131
|
int styleable MaterialButton_shapeAppearanceOverlay 18
|
|
5920
6132
|
int styleable MaterialButton_strokeColor 19
|
|
5921
6133
|
int styleable MaterialButton_strokeWidth 20
|
|
6134
|
+
int styleable MaterialButton_toggleCheckedStateOnClick 21
|
|
5922
6135
|
int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
|
|
5923
6136
|
int styleable MaterialButtonToggleGroup_checkedButton 0
|
|
5924
6137
|
int styleable MaterialButtonToggleGroup_selectionRequired 1
|
|
@@ -5959,10 +6172,21 @@ int styleable MaterialCardView_shapeAppearanceOverlay 9
|
|
|
5959
6172
|
int styleable MaterialCardView_state_dragged 10
|
|
5960
6173
|
int styleable MaterialCardView_strokeColor 11
|
|
5961
6174
|
int styleable MaterialCardView_strokeWidth 12
|
|
5962
|
-
int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
|
|
5963
|
-
int styleable
|
|
5964
|
-
int styleable
|
|
5965
|
-
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
|
|
5966
6190
|
int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5967
6191
|
int styleable MaterialDivider_dividerColor 0
|
|
5968
6192
|
int styleable MaterialDivider_dividerInsetEnd 1
|
|
@@ -5975,6 +6199,13 @@ int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
|
5975
6199
|
int[] styleable MaterialShape { 0x0, 0x0 }
|
|
5976
6200
|
int styleable MaterialShape_shapeAppearance 0
|
|
5977
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
|
|
5978
6209
|
int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
|
|
5979
6210
|
int styleable MaterialTextAppearance_android_letterSpacing 0
|
|
5980
6211
|
int styleable MaterialTextAppearance_android_lineHeight 1
|
|
@@ -6284,7 +6515,7 @@ int[] styleable Snackbar { 0x0, 0x0, 0x0 }
|
|
|
6284
6515
|
int styleable Snackbar_snackbarButtonStyle 0
|
|
6285
6516
|
int styleable Snackbar_snackbarStyle 1
|
|
6286
6517
|
int styleable Snackbar_snackbarTextViewStyle 2
|
|
6287
|
-
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 }
|
|
6288
6519
|
int styleable SnackbarLayout_actionTextColorAlpha 0
|
|
6289
6520
|
int styleable SnackbarLayout_android_maxWidth 1
|
|
6290
6521
|
int styleable SnackbarLayout_animationMode 2
|
|
@@ -6293,6 +6524,8 @@ int styleable SnackbarLayout_backgroundTint 4
|
|
|
6293
6524
|
int styleable SnackbarLayout_backgroundTintMode 5
|
|
6294
6525
|
int styleable SnackbarLayout_elevation 6
|
|
6295
6526
|
int styleable SnackbarLayout_maxActionInlineWidth 7
|
|
6527
|
+
int styleable SnackbarLayout_shapeAppearance 8
|
|
6528
|
+
int styleable SnackbarLayout_shapeAppearanceOverlay 9
|
|
6296
6529
|
int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
|
|
6297
6530
|
int styleable Spinner_android_dropDownWidth 0
|
|
6298
6531
|
int styleable Spinner_android_entries 1
|