@selligent-marketing-cloud/selligent-react-native 2.9.0 → 2.10.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 +20 -0
- package/README.md +117 -12
- package/android/build/generated/source/buildConfig/debug/com/selligent/BuildConfig.java +1 -1
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +1 -1
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +4 -2
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +2 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +449 -336
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/{packageDebugResources → debug/packageDebugResources}/merger.xml +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastDataFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/ClearCacheIntervalValue.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/Event.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/EventReceiver.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/EventType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/GCMTokenBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageRefreshType.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$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$5.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/RNSelligentPackage.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RemoteMessageDisplayType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMEventFactory.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/packaged_manifests/debug/output-metadata.json +4 -2
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +198 -117
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build.gradle +27 -31
- package/android/libs/sdk-release.aar +0 -0
- package/ios/libSelligentMobile.a +0 -0
- package/package.json +3 -3
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +0 -1
|
@@ -33,12 +33,25 @@ anim design_bottom_sheet_slide_in
|
|
|
33
33
|
anim design_bottom_sheet_slide_out
|
|
34
34
|
anim design_snackbar_in
|
|
35
35
|
anim design_snackbar_out
|
|
36
|
+
anim fragment_close_enter
|
|
37
|
+
anim fragment_close_exit
|
|
38
|
+
anim fragment_fade_enter
|
|
39
|
+
anim fragment_fade_exit
|
|
40
|
+
anim fragment_fast_out_extra_slow_in
|
|
41
|
+
anim fragment_open_enter
|
|
42
|
+
anim fragment_open_exit
|
|
36
43
|
anim mtrl_bottom_sheet_slide_in
|
|
37
44
|
anim mtrl_bottom_sheet_slide_out
|
|
38
45
|
anim mtrl_card_lowers_interpolator
|
|
39
46
|
animator design_appbar_state_list_animator
|
|
40
47
|
animator design_fab_hide_motion_spec
|
|
41
48
|
animator design_fab_show_motion_spec
|
|
49
|
+
animator fragment_close_enter
|
|
50
|
+
animator fragment_close_exit
|
|
51
|
+
animator fragment_fade_enter
|
|
52
|
+
animator fragment_fade_exit
|
|
53
|
+
animator fragment_open_enter
|
|
54
|
+
animator fragment_open_exit
|
|
42
55
|
animator linear_indeterminate_line1_head_interpolator
|
|
43
56
|
animator linear_indeterminate_line1_tail_interpolator
|
|
44
57
|
animator linear_indeterminate_line2_head_interpolator
|
|
@@ -80,6 +93,7 @@ attr actionMenuTextAppearance
|
|
|
80
93
|
attr actionMenuTextColor
|
|
81
94
|
attr actionModeBackground
|
|
82
95
|
attr actionModeCloseButtonStyle
|
|
96
|
+
attr actionModeCloseContentDescription
|
|
83
97
|
attr actionModeCloseDrawable
|
|
84
98
|
attr actionModeCopyDrawable
|
|
85
99
|
attr actionModeCutDrawable
|
|
@@ -90,6 +104,7 @@ attr actionModeSelectAllDrawable
|
|
|
90
104
|
attr actionModeShareDrawable
|
|
91
105
|
attr actionModeSplitBackground
|
|
92
106
|
attr actionModeStyle
|
|
107
|
+
attr actionModeTheme
|
|
93
108
|
attr actionModeWebSearchDrawable
|
|
94
109
|
attr actionOverflowButtonStyle
|
|
95
110
|
attr actionOverflowMenuStyle
|
|
@@ -210,12 +225,17 @@ attr cardMaxElevation
|
|
|
210
225
|
attr cardPreventCornerOverlap
|
|
211
226
|
attr cardUseCompatPadding
|
|
212
227
|
attr cardViewStyle
|
|
228
|
+
attr centerIfNoTextEnabled
|
|
213
229
|
attr chainUseRtl
|
|
230
|
+
attr checkMarkCompat
|
|
231
|
+
attr checkMarkTint
|
|
232
|
+
attr checkMarkTintMode
|
|
214
233
|
attr checkboxStyle
|
|
215
234
|
attr checkedButton
|
|
216
235
|
attr checkedChip
|
|
217
236
|
attr checkedIcon
|
|
218
237
|
attr checkedIconEnabled
|
|
238
|
+
attr checkedIconGravity
|
|
219
239
|
attr checkedIconMargin
|
|
220
240
|
attr checkedIconSize
|
|
221
241
|
attr checkedIconTint
|
|
@@ -412,6 +432,7 @@ attr elevation
|
|
|
412
432
|
attr elevationOverlayAccentColor
|
|
413
433
|
attr elevationOverlayColor
|
|
414
434
|
attr elevationOverlayEnabled
|
|
435
|
+
attr emojiCompatEnabled
|
|
415
436
|
attr enableEdgeToEdge
|
|
416
437
|
attr endIconCheckable
|
|
417
438
|
attr endIconContentDescription
|
|
@@ -588,10 +609,12 @@ attr itemVerticalPadding
|
|
|
588
609
|
attr keyPositionType
|
|
589
610
|
attr keyboardIcon
|
|
590
611
|
attr keylines
|
|
612
|
+
attr lStar
|
|
591
613
|
attr labelBehavior
|
|
592
614
|
attr labelStyle
|
|
593
615
|
attr labelVisibilityMode
|
|
594
616
|
attr lastBaselineToBottomHeight
|
|
617
|
+
attr lastItemDecorated
|
|
595
618
|
attr latLngBoundsNorthEastLatitude
|
|
596
619
|
attr latLngBoundsNorthEastLongitude
|
|
597
620
|
attr latLngBoundsSouthWestLatitude
|
|
@@ -685,10 +708,15 @@ attr listPreferredItemPaddingRight
|
|
|
685
708
|
attr listPreferredItemPaddingStart
|
|
686
709
|
attr liteMode
|
|
687
710
|
attr logo
|
|
711
|
+
attr logoAdjustViewBounds
|
|
688
712
|
attr logoDescription
|
|
713
|
+
attr logoScaleType
|
|
689
714
|
attr mapId
|
|
690
715
|
attr mapType
|
|
691
716
|
attr marginHorizontal
|
|
717
|
+
attr marginLeftSystemWindowInsets
|
|
718
|
+
attr marginRightSystemWindowInsets
|
|
719
|
+
attr marginTopSystemWindowInsets
|
|
692
720
|
attr materialAlertDialogBodyTextStyle
|
|
693
721
|
attr materialAlertDialogButtonSpacerVisibility
|
|
694
722
|
attr materialAlertDialogTheme
|
|
@@ -897,6 +925,8 @@ attr showPaths
|
|
|
897
925
|
attr showText
|
|
898
926
|
attr showTitle
|
|
899
927
|
attr shrinkMotionSpec
|
|
928
|
+
attr simpleItemLayout
|
|
929
|
+
attr simpleItems
|
|
900
930
|
attr singleChoiceItemLayout
|
|
901
931
|
attr singleLine
|
|
902
932
|
attr singleSelection
|
|
@@ -1140,21 +1170,6 @@ bool enable_gcm_scheduler_default
|
|
|
1140
1170
|
bool enable_system_alarm_service_default
|
|
1141
1171
|
bool enable_system_foreground_service_default
|
|
1142
1172
|
bool enable_system_job_service_default
|
|
1143
|
-
bool m3_sys_typescale_body_large_text_all_caps
|
|
1144
|
-
bool m3_sys_typescale_body_medium_text_all_caps
|
|
1145
|
-
bool m3_sys_typescale_body_small_text_all_caps
|
|
1146
|
-
bool m3_sys_typescale_display_large_text_all_caps
|
|
1147
|
-
bool m3_sys_typescale_display_medium_text_all_caps
|
|
1148
|
-
bool m3_sys_typescale_display_small_text_all_caps
|
|
1149
|
-
bool m3_sys_typescale_headline_large_text_all_caps
|
|
1150
|
-
bool m3_sys_typescale_headline_medium_text_all_caps
|
|
1151
|
-
bool m3_sys_typescale_headline_small_text_all_caps
|
|
1152
|
-
bool m3_sys_typescale_label_large_text_all_caps
|
|
1153
|
-
bool m3_sys_typescale_label_medium_text_all_caps
|
|
1154
|
-
bool m3_sys_typescale_label_small_text_all_caps
|
|
1155
|
-
bool m3_sys_typescale_title_large_text_all_caps
|
|
1156
|
-
bool m3_sys_typescale_title_medium_text_all_caps
|
|
1157
|
-
bool m3_sys_typescale_title_small_text_all_caps
|
|
1158
1173
|
bool mtrl_btn_textappearance_all_caps
|
|
1159
1174
|
bool workmanager_test_configuration
|
|
1160
1175
|
color abc_background_cache_hint_selector_material_dark
|
|
@@ -1166,7 +1181,6 @@ color abc_decor_view_status_guard
|
|
|
1166
1181
|
color abc_decor_view_status_guard_light
|
|
1167
1182
|
color abc_hint_foreground_material_dark
|
|
1168
1183
|
color abc_hint_foreground_material_light
|
|
1169
|
-
color abc_input_method_navigation_guard
|
|
1170
1184
|
color abc_primary_text_disable_only_material_dark
|
|
1171
1185
|
color abc_primary_text_disable_only_material_light
|
|
1172
1186
|
color abc_primary_text_material_dark
|
|
@@ -1264,7 +1278,6 @@ color emui_color_gray_10
|
|
|
1264
1278
|
color emui_color_gray_7
|
|
1265
1279
|
color error_color_material_dark
|
|
1266
1280
|
color error_color_material_light
|
|
1267
|
-
color fcm_test_color
|
|
1268
1281
|
color foreground_material_dark
|
|
1269
1282
|
color foreground_material_light
|
|
1270
1283
|
color highlighted_text_material_dark
|
|
@@ -1312,10 +1325,12 @@ color m3_navigation_bar_item_with_indicator_label_tint
|
|
|
1312
1325
|
color m3_navigation_bar_ripple_color_selector
|
|
1313
1326
|
color m3_navigation_item_background_color
|
|
1314
1327
|
color m3_navigation_item_icon_tint
|
|
1328
|
+
color m3_navigation_item_ripple_color
|
|
1315
1329
|
color m3_navigation_item_text_color
|
|
1316
1330
|
color m3_popupmenu_overlay_color
|
|
1317
1331
|
color m3_primary_text_disable_only
|
|
1318
1332
|
color m3_radiobutton_ripple_tint
|
|
1333
|
+
color m3_ref_palette_black
|
|
1319
1334
|
color m3_ref_palette_dynamic_neutral0
|
|
1320
1335
|
color m3_ref_palette_dynamic_neutral10
|
|
1321
1336
|
color m3_ref_palette_dynamic_neutral100
|
|
@@ -1459,6 +1474,7 @@ color m3_ref_palette_tertiary80
|
|
|
1459
1474
|
color m3_ref_palette_tertiary90
|
|
1460
1475
|
color m3_ref_palette_tertiary95
|
|
1461
1476
|
color m3_ref_palette_tertiary99
|
|
1477
|
+
color m3_ref_palette_white
|
|
1462
1478
|
color m3_selection_control_button_tint
|
|
1463
1479
|
color m3_selection_control_ripple_color_selector
|
|
1464
1480
|
color m3_slider_active_track_color
|
|
@@ -1663,6 +1679,10 @@ color material_grey_600
|
|
|
1663
1679
|
color material_grey_800
|
|
1664
1680
|
color material_grey_850
|
|
1665
1681
|
color material_grey_900
|
|
1682
|
+
color material_harmonized_color_error
|
|
1683
|
+
color material_harmonized_color_error_container
|
|
1684
|
+
color material_harmonized_color_on_error
|
|
1685
|
+
color material_harmonized_color_on_error_container
|
|
1666
1686
|
color material_on_background_disabled
|
|
1667
1687
|
color material_on_background_emphasis_high_type
|
|
1668
1688
|
color material_on_background_emphasis_medium
|
|
@@ -1836,6 +1856,9 @@ dimen abc_search_view_preferred_width
|
|
|
1836
1856
|
dimen abc_seekbar_track_background_height_material
|
|
1837
1857
|
dimen abc_seekbar_track_progress_height_material
|
|
1838
1858
|
dimen abc_select_dialog_padding_start_material
|
|
1859
|
+
dimen abc_star_big
|
|
1860
|
+
dimen abc_star_medium
|
|
1861
|
+
dimen abc_star_small
|
|
1839
1862
|
dimen abc_switch_padding
|
|
1840
1863
|
dimen abc_text_size_body_1_material
|
|
1841
1864
|
dimen abc_text_size_body_2_material
|
|
@@ -2055,43 +2078,46 @@ dimen m3_sys_elevation_level2
|
|
|
2055
2078
|
dimen m3_sys_elevation_level3
|
|
2056
2079
|
dimen m3_sys_elevation_level4
|
|
2057
2080
|
dimen m3_sys_elevation_level5
|
|
2058
|
-
dimen
|
|
2059
|
-
dimen
|
|
2060
|
-
dimen
|
|
2081
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
|
|
2082
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
|
|
2083
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
|
|
2084
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
|
|
2085
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
|
|
2086
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
|
|
2087
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
|
|
2088
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
|
|
2089
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x1
|
|
2090
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x2
|
|
2091
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y1
|
|
2092
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y2
|
|
2093
|
+
dimen m3_sys_motion_easing_legacy_control_x1
|
|
2094
|
+
dimen m3_sys_motion_easing_legacy_control_x2
|
|
2095
|
+
dimen m3_sys_motion_easing_legacy_control_y1
|
|
2096
|
+
dimen m3_sys_motion_easing_legacy_control_y2
|
|
2097
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x1
|
|
2098
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x2
|
|
2099
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y1
|
|
2100
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y2
|
|
2101
|
+
dimen m3_sys_motion_easing_linear_control_x1
|
|
2102
|
+
dimen m3_sys_motion_easing_linear_control_x2
|
|
2103
|
+
dimen m3_sys_motion_easing_linear_control_y1
|
|
2104
|
+
dimen m3_sys_motion_easing_linear_control_y2
|
|
2105
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x1
|
|
2106
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x2
|
|
2107
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y1
|
|
2108
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y2
|
|
2109
|
+
dimen m3_sys_motion_easing_standard_control_x1
|
|
2110
|
+
dimen m3_sys_motion_easing_standard_control_x2
|
|
2111
|
+
dimen m3_sys_motion_easing_standard_control_y1
|
|
2112
|
+
dimen m3_sys_motion_easing_standard_control_y2
|
|
2113
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x1
|
|
2114
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x2
|
|
2115
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y1
|
|
2116
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y2
|
|
2061
2117
|
dimen m3_sys_state_dragged_state_layer_opacity
|
|
2062
2118
|
dimen m3_sys_state_focus_state_layer_opacity
|
|
2063
2119
|
dimen m3_sys_state_hover_state_layer_opacity
|
|
2064
2120
|
dimen m3_sys_state_pressed_state_layer_opacity
|
|
2065
|
-
dimen m3_sys_typescale_body_large_letter_spacing
|
|
2066
|
-
dimen m3_sys_typescale_body_large_text_size
|
|
2067
|
-
dimen m3_sys_typescale_body_medium_letter_spacing
|
|
2068
|
-
dimen m3_sys_typescale_body_medium_text_size
|
|
2069
|
-
dimen m3_sys_typescale_body_small_letter_spacing
|
|
2070
|
-
dimen m3_sys_typescale_body_small_text_size
|
|
2071
|
-
dimen m3_sys_typescale_display_large_letter_spacing
|
|
2072
|
-
dimen m3_sys_typescale_display_large_text_size
|
|
2073
|
-
dimen m3_sys_typescale_display_medium_letter_spacing
|
|
2074
|
-
dimen m3_sys_typescale_display_medium_text_size
|
|
2075
|
-
dimen m3_sys_typescale_display_small_letter_spacing
|
|
2076
|
-
dimen m3_sys_typescale_display_small_text_size
|
|
2077
|
-
dimen m3_sys_typescale_headline_large_letter_spacing
|
|
2078
|
-
dimen m3_sys_typescale_headline_large_text_size
|
|
2079
|
-
dimen m3_sys_typescale_headline_medium_letter_spacing
|
|
2080
|
-
dimen m3_sys_typescale_headline_medium_text_size
|
|
2081
|
-
dimen m3_sys_typescale_headline_small_letter_spacing
|
|
2082
|
-
dimen m3_sys_typescale_headline_small_text_size
|
|
2083
|
-
dimen m3_sys_typescale_label_large_letter_spacing
|
|
2084
|
-
dimen m3_sys_typescale_label_large_text_size
|
|
2085
|
-
dimen m3_sys_typescale_label_medium_letter_spacing
|
|
2086
|
-
dimen m3_sys_typescale_label_medium_text_size
|
|
2087
|
-
dimen m3_sys_typescale_label_small_letter_spacing
|
|
2088
|
-
dimen m3_sys_typescale_label_small_text_size
|
|
2089
|
-
dimen m3_sys_typescale_title_large_letter_spacing
|
|
2090
|
-
dimen m3_sys_typescale_title_large_text_size
|
|
2091
|
-
dimen m3_sys_typescale_title_medium_letter_spacing
|
|
2092
|
-
dimen m3_sys_typescale_title_medium_text_size
|
|
2093
|
-
dimen m3_sys_typescale_title_small_letter_spacing
|
|
2094
|
-
dimen m3_sys_typescale_title_small_text_size
|
|
2095
2121
|
dimen m3_timepicker_display_stroke_width
|
|
2096
2122
|
dimen m3_timepicker_window_elevation
|
|
2097
2123
|
dimen margin_l
|
|
@@ -2103,6 +2129,7 @@ dimen material_clock_face_margin_top
|
|
|
2103
2129
|
dimen material_clock_hand_center_dot_radius
|
|
2104
2130
|
dimen material_clock_hand_padding
|
|
2105
2131
|
dimen material_clock_hand_stroke_width
|
|
2132
|
+
dimen material_clock_number_text_padding
|
|
2106
2133
|
dimen material_clock_number_text_size
|
|
2107
2134
|
dimen material_clock_period_toggle_height
|
|
2108
2135
|
dimen material_clock_period_toggle_margin_left
|
|
@@ -2126,6 +2153,8 @@ dimen material_helper_text_default_padding_top
|
|
|
2126
2153
|
dimen material_helper_text_font_1_3_padding_horizontal
|
|
2127
2154
|
dimen material_helper_text_font_1_3_padding_top
|
|
2128
2155
|
dimen material_input_text_to_prefix_suffix_padding
|
|
2156
|
+
dimen material_text_size_dp
|
|
2157
|
+
dimen material_text_size_sp
|
|
2129
2158
|
dimen material_text_view_test_line_height
|
|
2130
2159
|
dimen material_text_view_test_line_height_override
|
|
2131
2160
|
dimen material_textinput_default_width
|
|
@@ -2227,7 +2256,6 @@ dimen mtrl_card_elevation
|
|
|
2227
2256
|
dimen mtrl_card_spacing
|
|
2228
2257
|
dimen mtrl_chip_pressed_translation_z
|
|
2229
2258
|
dimen mtrl_chip_text_size
|
|
2230
|
-
dimen mtrl_edittext_rectangle_top_offset
|
|
2231
2259
|
dimen mtrl_exposed_dropdown_menu_popup_elevation
|
|
2232
2260
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_offset
|
|
2233
2261
|
dimen mtrl_exposed_dropdown_menu_popup_vertical_padding
|
|
@@ -2453,15 +2481,20 @@ drawable abc_seekbar_tick_mark_material
|
|
|
2453
2481
|
drawable abc_seekbar_track_material
|
|
2454
2482
|
drawable abc_spinner_mtrl_am_alpha
|
|
2455
2483
|
drawable abc_spinner_textfield_background_material
|
|
2484
|
+
drawable abc_star_black_48dp
|
|
2485
|
+
drawable abc_star_half_black_48dp
|
|
2456
2486
|
drawable abc_switch_thumb_material
|
|
2457
2487
|
drawable abc_switch_track_mtrl_alpha
|
|
2458
2488
|
drawable abc_tab_indicator_material
|
|
2459
2489
|
drawable abc_tab_indicator_mtrl_alpha
|
|
2460
2490
|
drawable abc_text_cursor_material
|
|
2491
|
+
drawable abc_text_select_handle_left_mtrl
|
|
2461
2492
|
drawable abc_text_select_handle_left_mtrl_dark
|
|
2462
2493
|
drawable abc_text_select_handle_left_mtrl_light
|
|
2494
|
+
drawable abc_text_select_handle_middle_mtrl
|
|
2463
2495
|
drawable abc_text_select_handle_middle_mtrl_dark
|
|
2464
2496
|
drawable abc_text_select_handle_middle_mtrl_light
|
|
2497
|
+
drawable abc_text_select_handle_right_mtrl
|
|
2465
2498
|
drawable abc_text_select_handle_right_mtrl_dark
|
|
2466
2499
|
drawable abc_text_select_handle_right_mtrl_light
|
|
2467
2500
|
drawable abc_textfield_activated_mtrl_alpha
|
|
@@ -2470,9 +2503,6 @@ drawable abc_textfield_search_activated_mtrl_alpha
|
|
|
2470
2503
|
drawable abc_textfield_search_default_mtrl_alpha
|
|
2471
2504
|
drawable abc_textfield_search_material
|
|
2472
2505
|
drawable abc_vector_test
|
|
2473
|
-
drawable adaptive_icon
|
|
2474
|
-
drawable adaptive_icon_background
|
|
2475
|
-
drawable adaptive_icon_foreground
|
|
2476
2506
|
drawable autofill_inline_suggestion_chip_background
|
|
2477
2507
|
drawable avd_hide_password
|
|
2478
2508
|
drawable avd_show_password
|
|
@@ -2508,8 +2538,6 @@ drawable design_ic_visibility
|
|
|
2508
2538
|
drawable design_ic_visibility_off
|
|
2509
2539
|
drawable design_password_eye
|
|
2510
2540
|
drawable design_snackbar_background
|
|
2511
|
-
drawable gcm_icon
|
|
2512
|
-
drawable gcm_icon2
|
|
2513
2541
|
drawable googleg_disabled_color_18
|
|
2514
2542
|
drawable googleg_standard_color_18
|
|
2515
2543
|
drawable ic_clock_black_24dp
|
|
@@ -2522,7 +2550,6 @@ drawable ic_mtrl_chip_checked_black
|
|
|
2522
2550
|
drawable ic_mtrl_chip_checked_circle
|
|
2523
2551
|
drawable ic_mtrl_chip_close_circle
|
|
2524
2552
|
drawable ic_stat_name
|
|
2525
|
-
drawable icon_with_gradient
|
|
2526
2553
|
drawable m3_appbar_background
|
|
2527
2554
|
drawable m3_popupmenu_background_overlay
|
|
2528
2555
|
drawable m3_radiobutton_ripple
|
|
@@ -2579,6 +2606,7 @@ drawable sm_ic_pause
|
|
|
2579
2606
|
drawable sm_ic_play
|
|
2580
2607
|
drawable sm_ic_stop
|
|
2581
2608
|
drawable test_custom_background
|
|
2609
|
+
drawable test_level_drawable
|
|
2582
2610
|
drawable tooltip_frame_dark
|
|
2583
2611
|
drawable tooltip_frame_light
|
|
2584
2612
|
drawable upsdk_btn_emphasis_normal_layer
|
|
@@ -2598,6 +2626,8 @@ id TOP_START
|
|
|
2598
2626
|
id accelerate
|
|
2599
2627
|
id accessibility_action_clickable_span
|
|
2600
2628
|
id accessibility_actions
|
|
2629
|
+
id accessibility_collection
|
|
2630
|
+
id accessibility_collection_item
|
|
2601
2631
|
id accessibility_custom_action_0
|
|
2602
2632
|
id accessibility_custom_action_1
|
|
2603
2633
|
id accessibility_custom_action_10
|
|
@@ -2632,6 +2662,7 @@ id accessibility_custom_action_8
|
|
|
2632
2662
|
id accessibility_custom_action_9
|
|
2633
2663
|
id accessibility_hint
|
|
2634
2664
|
id accessibility_label
|
|
2665
|
+
id accessibility_links
|
|
2635
2666
|
id accessibility_role
|
|
2636
2667
|
id accessibility_state
|
|
2637
2668
|
id accessibility_value
|
|
@@ -2738,11 +2769,15 @@ id dragLeft
|
|
|
2738
2769
|
id dragRight
|
|
2739
2770
|
id dragStart
|
|
2740
2771
|
id dragUp
|
|
2772
|
+
id dropdown_editable
|
|
2741
2773
|
id dropdown_menu
|
|
2774
|
+
id dropdown_noneditable
|
|
2742
2775
|
id easeIn
|
|
2743
2776
|
id easeInOut
|
|
2744
2777
|
id easeOut
|
|
2745
2778
|
id edit_query
|
|
2779
|
+
id edittext_dropdown_editable
|
|
2780
|
+
id edittext_dropdown_noneditable
|
|
2746
2781
|
id elastic
|
|
2747
2782
|
id enable_service_text
|
|
2748
2783
|
id end
|
|
@@ -2764,6 +2799,8 @@ id floating
|
|
|
2764
2799
|
id focusCrop
|
|
2765
2800
|
id forever
|
|
2766
2801
|
id fps_text
|
|
2802
|
+
id fragment_container_view_tag
|
|
2803
|
+
id fullscreen_header
|
|
2767
2804
|
id ghost_view
|
|
2768
2805
|
id ghost_view_holder
|
|
2769
2806
|
id gone
|
|
@@ -2787,10 +2824,15 @@ id info
|
|
|
2787
2824
|
id invisible
|
|
2788
2825
|
id inward
|
|
2789
2826
|
id italic
|
|
2827
|
+
id item1
|
|
2828
|
+
id item2
|
|
2829
|
+
id item3
|
|
2830
|
+
id item4
|
|
2790
2831
|
id item_touch_helper_previous_elevation
|
|
2791
2832
|
id jumpToEnd
|
|
2792
2833
|
id jumpToStart
|
|
2793
2834
|
id labeled
|
|
2835
|
+
id labelled_by
|
|
2794
2836
|
id latestProductCardView
|
|
2795
2837
|
id layout
|
|
2796
2838
|
id left
|
|
@@ -2822,6 +2864,7 @@ id material_timepicker_mode_button
|
|
|
2822
2864
|
id material_timepicker_ok_button
|
|
2823
2865
|
id material_timepicker_view
|
|
2824
2866
|
id material_value_index
|
|
2867
|
+
id matrix
|
|
2825
2868
|
id media_actions
|
|
2826
2869
|
id message
|
|
2827
2870
|
id middle
|
|
@@ -2897,6 +2940,12 @@ id place_autocomplete_search_input
|
|
|
2897
2940
|
id place_autocomplete_separator
|
|
2898
2941
|
id plot_console_web_view
|
|
2899
2942
|
id plot_nearby_fragment
|
|
2943
|
+
id pointer_enter
|
|
2944
|
+
id pointer_enter_capture
|
|
2945
|
+
id pointer_leave
|
|
2946
|
+
id pointer_leave_capture
|
|
2947
|
+
id pointer_move
|
|
2948
|
+
id pointer_move_capture
|
|
2900
2949
|
id position
|
|
2901
2950
|
id postLayout
|
|
2902
2951
|
id progress_circular
|
|
@@ -2973,6 +3022,7 @@ id sm_view_container
|
|
|
2973
3022
|
id snackbar_action
|
|
2974
3023
|
id snackbar_text
|
|
2975
3024
|
id spacer
|
|
3025
|
+
id special_effects_controller_view_tag
|
|
2976
3026
|
id spline
|
|
2977
3027
|
id split_action_bar
|
|
2978
3028
|
id spread
|
|
@@ -3055,7 +3105,11 @@ id version_textview
|
|
|
3055
3105
|
id view_offset_helper
|
|
3056
3106
|
id view_tag_instance_handle
|
|
3057
3107
|
id view_tag_native_id
|
|
3108
|
+
id view_tree_lifecycle_owner
|
|
3109
|
+
id view_tree_saved_state_registry_owner
|
|
3110
|
+
id view_tree_view_model_store_owner
|
|
3058
3111
|
id visible
|
|
3112
|
+
id visible_removing_fragment_view_tag
|
|
3059
3113
|
id wide
|
|
3060
3114
|
id withinBounds
|
|
3061
3115
|
id wrap
|
|
@@ -3076,16 +3130,23 @@ integer m3_btn_anim_duration_ms
|
|
|
3076
3130
|
integer m3_card_anim_delay_ms
|
|
3077
3131
|
integer m3_card_anim_duration_ms
|
|
3078
3132
|
integer m3_chip_anim_duration
|
|
3079
|
-
integer
|
|
3080
|
-
integer
|
|
3081
|
-
integer
|
|
3082
|
-
integer
|
|
3083
|
-
integer
|
|
3084
|
-
integer
|
|
3133
|
+
integer m3_sys_motion_duration_100
|
|
3134
|
+
integer m3_sys_motion_duration_1000
|
|
3135
|
+
integer m3_sys_motion_duration_150
|
|
3136
|
+
integer m3_sys_motion_duration_200
|
|
3137
|
+
integer m3_sys_motion_duration_250
|
|
3138
|
+
integer m3_sys_motion_duration_300
|
|
3139
|
+
integer m3_sys_motion_duration_350
|
|
3140
|
+
integer m3_sys_motion_duration_400
|
|
3141
|
+
integer m3_sys_motion_duration_450
|
|
3142
|
+
integer m3_sys_motion_duration_50
|
|
3143
|
+
integer m3_sys_motion_duration_500
|
|
3144
|
+
integer m3_sys_motion_duration_550
|
|
3145
|
+
integer m3_sys_motion_duration_600
|
|
3146
|
+
integer m3_sys_motion_duration_700
|
|
3147
|
+
integer m3_sys_motion_duration_800
|
|
3148
|
+
integer m3_sys_motion_duration_900
|
|
3085
3149
|
integer m3_sys_motion_path
|
|
3086
|
-
integer m3_sys_shape_large_corner_family
|
|
3087
|
-
integer m3_sys_shape_medium_corner_family
|
|
3088
|
-
integer m3_sys_shape_small_corner_family
|
|
3089
3150
|
integer material_motion_duration_long_1
|
|
3090
3151
|
integer material_motion_duration_long_2
|
|
3091
3152
|
integer material_motion_duration_medium_1
|
|
@@ -3189,6 +3250,7 @@ layout iac_html_card_layout
|
|
|
3189
3250
|
layout m3_alert_dialog
|
|
3190
3251
|
layout m3_alert_dialog_actions
|
|
3191
3252
|
layout m3_alert_dialog_title
|
|
3253
|
+
layout m3_auto_complete_simple_item
|
|
3192
3254
|
layout material_chip_input_combo
|
|
3193
3255
|
layout material_clock_display
|
|
3194
3256
|
layout material_clock_display_divider
|
|
@@ -3209,6 +3271,7 @@ layout mtrl_alert_dialog_title
|
|
|
3209
3271
|
layout mtrl_alert_select_dialog_item
|
|
3210
3272
|
layout mtrl_alert_select_dialog_multichoice
|
|
3211
3273
|
layout mtrl_alert_select_dialog_singlechoice
|
|
3274
|
+
layout mtrl_auto_complete_simple_item
|
|
3212
3275
|
layout mtrl_calendar_day
|
|
3213
3276
|
layout mtrl_calendar_day_of_week
|
|
3214
3277
|
layout mtrl_calendar_days_of_week
|
|
@@ -3266,6 +3329,7 @@ layout test_action_chip
|
|
|
3266
3329
|
layout test_chip_zero_corner_radius
|
|
3267
3330
|
layout test_design_checkbox
|
|
3268
3331
|
layout test_design_radiobutton
|
|
3332
|
+
layout test_exposed_dropdown_menu
|
|
3269
3333
|
layout test_navigation_bar_item_layout
|
|
3270
3334
|
layout test_reflow_chipgroup
|
|
3271
3335
|
layout test_toolbar
|
|
@@ -3279,12 +3343,13 @@ layout text_view_with_theme_line_height
|
|
|
3279
3343
|
layout text_view_without_line_height
|
|
3280
3344
|
layout upsdk_app_dl_progress_dialog
|
|
3281
3345
|
layout upsdk_ota_update_view
|
|
3346
|
+
menu example_menu
|
|
3347
|
+
menu example_menu2
|
|
3282
3348
|
menu menu_map
|
|
3283
3349
|
menu menu_notification
|
|
3284
3350
|
menu menu_sell_base
|
|
3285
3351
|
menu menu_view
|
|
3286
3352
|
plurals mtrl_badge_content_description
|
|
3287
|
-
raw gcm_bip
|
|
3288
3353
|
string abc_action_bar_home_description
|
|
3289
3354
|
string abc_action_bar_up_description
|
|
3290
3355
|
string abc_action_menu_overflow_description
|
|
@@ -3293,18 +3358,6 @@ string abc_activity_chooser_view_see_all
|
|
|
3293
3358
|
string abc_activitychooserview_choose_application
|
|
3294
3359
|
string abc_capital_off
|
|
3295
3360
|
string abc_capital_on
|
|
3296
|
-
string abc_font_family_body_1_material
|
|
3297
|
-
string abc_font_family_body_2_material
|
|
3298
|
-
string abc_font_family_button_material
|
|
3299
|
-
string abc_font_family_caption_material
|
|
3300
|
-
string abc_font_family_display_1_material
|
|
3301
|
-
string abc_font_family_display_2_material
|
|
3302
|
-
string abc_font_family_display_3_material
|
|
3303
|
-
string abc_font_family_display_4_material
|
|
3304
|
-
string abc_font_family_headline_material
|
|
3305
|
-
string abc_font_family_menu_material
|
|
3306
|
-
string abc_font_family_subhead_material
|
|
3307
|
-
string abc_font_family_title_material
|
|
3308
3361
|
string abc_menu_alt_shortcut_label
|
|
3309
3362
|
string abc_menu_ctrl_shortcut_label
|
|
3310
3363
|
string abc_menu_delete_shortcut_label
|
|
@@ -3393,9 +3446,7 @@ string error_icon_content_description
|
|
|
3393
3446
|
string exposed_dropdown_menu_content_description
|
|
3394
3447
|
string fab_transformation_scrim_behavior
|
|
3395
3448
|
string fab_transformation_sheet_behavior
|
|
3396
|
-
string fcm_2_args
|
|
3397
3449
|
string fcm_fallback_notification_channel_label
|
|
3398
|
-
string fcm_no_args
|
|
3399
3450
|
string gcm_fallback_notification_channel_label
|
|
3400
3451
|
string header_description
|
|
3401
3452
|
string hide_bottom_view_on_scroll_behavior
|
|
@@ -3438,32 +3489,23 @@ string icon_content_description
|
|
|
3438
3489
|
string image_description
|
|
3439
3490
|
string imagebutton_description
|
|
3440
3491
|
string item_view_role_description
|
|
3492
|
+
string label
|
|
3441
3493
|
string link_description
|
|
3442
|
-
string m3_ref_typeface_brand_display_regular
|
|
3443
3494
|
string m3_ref_typeface_brand_medium
|
|
3444
3495
|
string m3_ref_typeface_brand_regular
|
|
3445
3496
|
string m3_ref_typeface_plain_medium
|
|
3446
3497
|
string m3_ref_typeface_plain_regular
|
|
3447
|
-
string m3_sys_motion_easing_accelerated
|
|
3448
|
-
string m3_sys_motion_easing_decelerated
|
|
3449
3498
|
string m3_sys_motion_easing_emphasized
|
|
3499
|
+
string m3_sys_motion_easing_emphasized_accelerate
|
|
3500
|
+
string m3_sys_motion_easing_emphasized_decelerate
|
|
3501
|
+
string m3_sys_motion_easing_emphasized_path_data
|
|
3502
|
+
string m3_sys_motion_easing_legacy
|
|
3503
|
+
string m3_sys_motion_easing_legacy_accelerate
|
|
3504
|
+
string m3_sys_motion_easing_legacy_decelerate
|
|
3450
3505
|
string m3_sys_motion_easing_linear
|
|
3451
3506
|
string m3_sys_motion_easing_standard
|
|
3452
|
-
string
|
|
3453
|
-
string
|
|
3454
|
-
string m3_sys_typescale_body_small_font
|
|
3455
|
-
string m3_sys_typescale_display_large_font
|
|
3456
|
-
string m3_sys_typescale_display_medium_font
|
|
3457
|
-
string m3_sys_typescale_display_small_font
|
|
3458
|
-
string m3_sys_typescale_headline_large_font
|
|
3459
|
-
string m3_sys_typescale_headline_medium_font
|
|
3460
|
-
string m3_sys_typescale_headline_small_font
|
|
3461
|
-
string m3_sys_typescale_label_large_font
|
|
3462
|
-
string m3_sys_typescale_label_medium_font
|
|
3463
|
-
string m3_sys_typescale_label_small_font
|
|
3464
|
-
string m3_sys_typescale_title_large_font
|
|
3465
|
-
string m3_sys_typescale_title_medium_font
|
|
3466
|
-
string m3_sys_typescale_title_small_font
|
|
3507
|
+
string m3_sys_motion_easing_standard_accelerate
|
|
3508
|
+
string m3_sys_motion_easing_standard_decelerate
|
|
3467
3509
|
string material_clock_display_divider
|
|
3468
3510
|
string material_clock_toggle_content_description
|
|
3469
3511
|
string material_hour_selection
|
|
@@ -3652,11 +3694,6 @@ style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
|
|
|
3652
3694
|
style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
|
|
3653
3695
|
style Base_TextAppearance_AppCompat_Widget_Switch
|
|
3654
3696
|
style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
|
|
3655
|
-
style Base_TextAppearance_Material3_LabelLarge
|
|
3656
|
-
style Base_TextAppearance_Material3_LabelMedium
|
|
3657
|
-
style Base_TextAppearance_Material3_LabelSmall
|
|
3658
|
-
style Base_TextAppearance_Material3_TitleMedium
|
|
3659
|
-
style Base_TextAppearance_Material3_TitleSmall
|
|
3660
3697
|
style Base_TextAppearance_MaterialComponents_Badge
|
|
3661
3698
|
style Base_TextAppearance_MaterialComponents_Button
|
|
3662
3699
|
style Base_TextAppearance_MaterialComponents_Headline6
|
|
@@ -3852,6 +3889,7 @@ style Base_Widget_Material3_TabLayout_Secondary
|
|
|
3852
3889
|
style Base_Widget_MaterialComponents_AutoCompleteTextView
|
|
3853
3890
|
style Base_Widget_MaterialComponents_CheckedTextView
|
|
3854
3891
|
style Base_Widget_MaterialComponents_Chip
|
|
3892
|
+
style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
|
|
3855
3893
|
style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
|
|
3856
3894
|
style Base_Widget_MaterialComponents_PopupMenu
|
|
3857
3895
|
style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
|
|
@@ -3968,6 +4006,24 @@ style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
|
|
|
3968
4006
|
style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
|
|
3969
4007
|
style ShapeAppearanceOverlay_TopLeftCut
|
|
3970
4008
|
style ShapeAppearanceOverlay_TopRightDifferentCornerSize
|
|
4009
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
|
|
4010
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top
|
|
4011
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
|
|
4012
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top
|
|
4013
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Full
|
|
4014
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large
|
|
4015
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_End
|
|
4016
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top
|
|
4017
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Medium
|
|
4018
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_None
|
|
4019
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Small
|
|
4020
|
+
style ShapeAppearance_Material3_Corner_ExtraLarge
|
|
4021
|
+
style ShapeAppearance_Material3_Corner_ExtraSmall
|
|
4022
|
+
style ShapeAppearance_Material3_Corner_Full
|
|
4023
|
+
style ShapeAppearance_Material3_Corner_Large
|
|
4024
|
+
style ShapeAppearance_Material3_Corner_Medium
|
|
4025
|
+
style ShapeAppearance_Material3_Corner_None
|
|
4026
|
+
style ShapeAppearance_Material3_Corner_Small
|
|
3971
4027
|
style ShapeAppearance_Material3_LargeComponent
|
|
3972
4028
|
style ShapeAppearance_Material3_MediumComponent
|
|
3973
4029
|
style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
|
|
@@ -4061,6 +4117,21 @@ style TextAppearance_Design_Prefix
|
|
|
4061
4117
|
style TextAppearance_Design_Snackbar_Message
|
|
4062
4118
|
style TextAppearance_Design_Suffix
|
|
4063
4119
|
style TextAppearance_Design_Tab
|
|
4120
|
+
style TextAppearance_M3_Sys_Typescale_BodyLarge
|
|
4121
|
+
style TextAppearance_M3_Sys_Typescale_BodyMedium
|
|
4122
|
+
style TextAppearance_M3_Sys_Typescale_BodySmall
|
|
4123
|
+
style TextAppearance_M3_Sys_Typescale_DisplayLarge
|
|
4124
|
+
style TextAppearance_M3_Sys_Typescale_DisplayMedium
|
|
4125
|
+
style TextAppearance_M3_Sys_Typescale_DisplaySmall
|
|
4126
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineLarge
|
|
4127
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineMedium
|
|
4128
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineSmall
|
|
4129
|
+
style TextAppearance_M3_Sys_Typescale_LabelLarge
|
|
4130
|
+
style TextAppearance_M3_Sys_Typescale_LabelMedium
|
|
4131
|
+
style TextAppearance_M3_Sys_Typescale_LabelSmall
|
|
4132
|
+
style TextAppearance_M3_Sys_Typescale_TitleLarge
|
|
4133
|
+
style TextAppearance_M3_Sys_Typescale_TitleMedium
|
|
4134
|
+
style TextAppearance_M3_Sys_Typescale_TitleSmall
|
|
4064
4135
|
style TextAppearance_Material3_ActionBar_Subtitle
|
|
4065
4136
|
style TextAppearance_Material3_ActionBar_Title
|
|
4066
4137
|
style TextAppearance_Material3_BodyLarge
|
|
@@ -4096,6 +4167,9 @@ style TextAppearance_MaterialComponents_Subtitle1
|
|
|
4096
4167
|
style TextAppearance_MaterialComponents_Subtitle2
|
|
4097
4168
|
style TextAppearance_MaterialComponents_TimePicker_Title
|
|
4098
4169
|
style TextAppearance_MaterialComponents_Tooltip
|
|
4170
|
+
style TextAppearance_Test_NoTextSize
|
|
4171
|
+
style TextAppearance_Test_UsesDp
|
|
4172
|
+
style TextAppearance_Test_UsesSP
|
|
4099
4173
|
style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
|
|
4100
4174
|
style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
|
|
4101
4175
|
style TextAppearance_Widget_AppCompat_Toolbar_Title
|
|
@@ -4140,6 +4214,8 @@ style ThemeOverlay_Material3_FloatingActionButton_Primary
|
|
|
4140
4214
|
style ThemeOverlay_Material3_FloatingActionButton_Secondary
|
|
4141
4215
|
style ThemeOverlay_Material3_FloatingActionButton_Surface
|
|
4142
4216
|
style ThemeOverlay_Material3_FloatingActionButton_Tertiary
|
|
4217
|
+
style ThemeOverlay_Material3_HarmonizedColors
|
|
4218
|
+
style ThemeOverlay_Material3_HarmonizedColors_Empty
|
|
4143
4219
|
style ThemeOverlay_Material3_Light
|
|
4144
4220
|
style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
|
|
4145
4221
|
style ThemeOverlay_Material3_MaterialAlertDialog
|
|
@@ -4541,6 +4617,7 @@ style Widget_MaterialComponents_ActionBar_Primary
|
|
|
4541
4617
|
style Widget_MaterialComponents_ActionBar_PrimarySurface
|
|
4542
4618
|
style Widget_MaterialComponents_ActionBar_Solid
|
|
4543
4619
|
style Widget_MaterialComponents_ActionBar_Surface
|
|
4620
|
+
style Widget_MaterialComponents_ActionMode
|
|
4544
4621
|
style Widget_MaterialComponents_AppBarLayout_Primary
|
|
4545
4622
|
style Widget_MaterialComponents_AppBarLayout_PrimarySurface
|
|
4546
4623
|
style Widget_MaterialComponents_AppBarLayout_Surface
|
|
@@ -4677,20 +4754,22 @@ styleable AnimatedStateListDrawableTransition android_drawable android_fromId an
|
|
|
4677
4754
|
styleable AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
|
|
4678
4755
|
styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
|
|
4679
4756
|
styleable AppBarLayout_Layout layout_scrollEffect layout_scrollFlags layout_scrollInterpolator
|
|
4757
|
+
styleable AppCompatEmojiHelper
|
|
4680
4758
|
styleable AppCompatImageView android_src srcCompat tint tintMode
|
|
4681
4759
|
styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
|
|
4682
4760
|
styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
|
|
4683
|
-
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
4684
|
-
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
4761
|
+
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat emojiCompatEnabled firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
4762
|
+
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
4685
4763
|
styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme
|
|
4686
4764
|
styleable Badge backgroundColor badgeGravity badgeRadius badgeTextColor badgeWidePadding badgeWithTextRadius horizontalOffset horizontalOffsetWithText maxCharacterCount number verticalOffset verticalOffsetWithText
|
|
4687
4765
|
styleable BaseProgressIndicator android_indeterminate hideAnimationBehavior indicatorColor minHideDelay showAnimationBehavior showDelay trackColor trackCornerRadius trackThickness
|
|
4688
4766
|
styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
|
|
4689
4767
|
styleable BottomNavigationView android_minHeight itemHorizontalTranslationEnabled
|
|
4690
|
-
styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
4768
|
+
styleable BottomSheetBehavior_Layout android_elevation android_maxHeight android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
4691
4769
|
styleable ButtonBarLayout allowStacking
|
|
4692
4770
|
styleable Capability queryPatterns shortcutMatchRequired
|
|
4693
4771
|
styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
|
|
4772
|
+
styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
|
|
4694
4773
|
styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor android_textSize checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
|
|
4695
4774
|
styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
|
|
4696
4775
|
styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
|
|
@@ -4698,7 +4777,7 @@ styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
|
|
|
4698
4777
|
styleable ClockHandView clockHandColor materialCircleRadius selectorSize
|
|
4699
4778
|
styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance collapsedTitleTextColor contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance expandedTitleTextColor extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled titlePositionInterpolator toolbarId
|
|
4700
4779
|
styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
|
|
4701
|
-
styleable ColorStateListItem alpha android_alpha android_color
|
|
4780
|
+
styleable ColorStateListItem alpha android_alpha android_color android_lStar lStar
|
|
4702
4781
|
styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
|
|
4703
4782
|
styleable Constraint android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode
|
|
4704
4783
|
styleable ConstraintLayout_Layout android_elevation android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_visibility barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
|
|
@@ -4717,11 +4796,13 @@ styleable FlowLayout itemSpacing lineSpacing
|
|
|
4717
4796
|
styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily
|
|
4718
4797
|
styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex
|
|
4719
4798
|
styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding
|
|
4799
|
+
styleable Fragment android_id android_name android_tag
|
|
4800
|
+
styleable FragmentContainerView android_name android_tag
|
|
4720
4801
|
styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
|
|
4721
4802
|
styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type
|
|
4722
4803
|
styleable GradientColorItem android_color android_offset
|
|
4723
4804
|
styleable ImageFilterView altSrc brightness contrast crossfade overlay round roundPercent saturation warmth
|
|
4724
|
-
styleable Insets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
|
|
4805
|
+
styleable Insets marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets
|
|
4725
4806
|
styleable KeyAttribute android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate
|
|
4726
4807
|
styleable KeyCycle android_alpha android_elevation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_translationX android_translationY android_translationZ curveFit framePosition motionProgress motionTarget transitionEasing transitionPathRotate waveOffset wavePeriod waveShape waveVariesBy
|
|
4727
4808
|
styleable KeyPosition curveFit drawPath framePosition keyPositionType motionTarget pathMotionArc percentHeight percentWidth percentX percentY sizePercent transitionEasing
|
|
@@ -4736,20 +4817,20 @@ styleable LoadingImageView circleCrop imageAspectRatio imageAspectRatioAdjust
|
|
|
4736
4817
|
styleable MapAttrs ambientEnabled backgroundColor cameraBearing cameraMaxZoomPreference cameraMinZoomPreference cameraTargetLat cameraTargetLng cameraTilt cameraZoom latLngBoundsNorthEastLatitude latLngBoundsNorthEastLongitude latLngBoundsSouthWestLatitude latLngBoundsSouthWestLongitude liteMode mapId mapType uiCompass uiMapToolbar uiRotateGestures uiScrollGestures uiScrollGesturesDuringRotateOrZoom uiTiltGestures uiZoomControls uiZoomGestures useViewLifecycle zOrderOnTop
|
|
4737
4818
|
styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop
|
|
4738
4819
|
styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogButtonSpacerVisibility materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle
|
|
4739
|
-
styleable MaterialAutoCompleteTextView android_inputType
|
|
4820
|
+
styleable MaterialAutoCompleteTextView android_inputType simpleItemLayout simpleItems
|
|
4740
4821
|
styleable MaterialButton android_background android_checkable android_insetBottom android_insetLeft android_insetRight android_insetTop backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth
|
|
4741
4822
|
styleable MaterialButtonToggleGroup checkedButton selectionRequired singleSelection
|
|
4742
4823
|
styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle nestedScrollable rangeFillColor yearSelectedStyle yearStyle yearTodayStyle
|
|
4743
4824
|
styleable MaterialCalendarItem android_insetBottom android_insetLeft android_insetRight android_insetTop itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor
|
|
4744
|
-
styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
|
|
4745
|
-
styleable MaterialCheckBox buttonTint useMaterialThemeColors
|
|
4746
|
-
styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness
|
|
4825
|
+
styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconGravity checkedIconMargin checkedIconSize checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth
|
|
4826
|
+
styleable MaterialCheckBox buttonTint centerIfNoTextEnabled useMaterialThemeColors
|
|
4827
|
+
styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
|
|
4747
4828
|
styleable MaterialRadioButton buttonTint useMaterialThemeColors
|
|
4748
4829
|
styleable MaterialShape shapeAppearance shapeAppearanceOverlay
|
|
4749
4830
|
styleable MaterialTextAppearance android_letterSpacing android_lineHeight lineHeight
|
|
4750
4831
|
styleable MaterialTextView android_lineHeight android_textAppearance lineHeight
|
|
4751
4832
|
styleable MaterialTimePicker clockIcon keyboardIcon
|
|
4752
|
-
styleable MaterialToolbar navigationIconTint subtitleCentered titleCentered
|
|
4833
|
+
styleable MaterialToolbar logoAdjustViewBounds logoScaleType navigationIconTint subtitleCentered titleCentered
|
|
4753
4834
|
styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible
|
|
4754
4835
|
styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
|
|
4755
4836
|
styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow
|
|
@@ -4761,8 +4842,8 @@ styleable MotionScene defaultDuration layoutDuringTransition
|
|
|
4761
4842
|
styleable MotionTelltales telltales_tailColor telltales_tailScale telltales_velocityMode
|
|
4762
4843
|
styleable NavigationBarActiveIndicator android_color android_height android_width marginHorizontal shapeAppearance
|
|
4763
4844
|
styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
|
|
4764
|
-
styleable NavigationRailView headerLayout itemMinHeight menuGravity
|
|
4765
|
-
styleable NavigationView android_background android_fitsSystemWindows android_layout_gravity android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
|
|
4845
|
+
styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets
|
|
4846
|
+
styleable NavigationView android_background android_fitsSystemWindows android_layout_gravity android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled
|
|
4766
4847
|
styleable OnClick clickAction targetId
|
|
4767
4848
|
styleable OnSwipe dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp touchAnchorId touchAnchorSide touchRegionId
|
|
4768
4849
|
styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
|
|
@@ -4793,7 +4874,7 @@ styleable TabItem android_icon android_layout android_text
|
|
|
4793
4874
|
styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorAnimationMode tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple
|
|
4794
4875
|
styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textFontWeight android_textSize android_textStyle android_typeface fontFamily fontVariationSettings textAllCaps textLocale
|
|
4795
4876
|
styleable TextInputEditText textInputLayoutFocusedRectEnabled
|
|
4796
|
-
styleable TextInputLayout android_enabled android_hint android_maxWidth android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
|
|
4877
|
+
styleable TextInputLayout android_enabled android_hint android_maxEms android_maxWidth android_minEms android_minWidth android_textColorHint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeErrorColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorContentDescription errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor expandedHintEnabled helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode placeholderText placeholderTextAppearance placeholderTextColor prefixText prefixTextAppearance prefixTextColor shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode suffixText suffixTextAppearance suffixTextColor
|
|
4797
4878
|
styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
|
|
4798
4879
|
styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
|
|
4799
4880
|
styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance android_textColor backgroundTint
|