@selligent-marketing-cloud/selligent-react-native 2.9.0 → 3.0.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 +28 -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 +478 -352
- 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 +214 -132
- 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/android/src/main/java/com/selligent/ButtonBroadcastEventDataParser.java +1 -1
- package/android/src/main/java/com/selligent/RNSelligent.java +1 -1
- package/android/src/main/java/com/selligent/SMSettingsFactory.java +0 -1
- package/android/src/main/java/com/selligent/Settings.java +0 -8
- package/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
|
|
@@ -944,6 +974,7 @@ attr suffixText
|
|
|
944
974
|
attr suffixTextAppearance
|
|
945
975
|
attr suffixTextColor
|
|
946
976
|
attr suggestionRowLayout
|
|
977
|
+
attr swipeRefreshLayoutProgressSpinnerBackgroundColor
|
|
947
978
|
attr switchMinWidth
|
|
948
979
|
attr switchPadding
|
|
949
980
|
attr switchStyle
|
|
@@ -1140,21 +1171,6 @@ bool enable_gcm_scheduler_default
|
|
|
1140
1171
|
bool enable_system_alarm_service_default
|
|
1141
1172
|
bool enable_system_foreground_service_default
|
|
1142
1173
|
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
1174
|
bool mtrl_btn_textappearance_all_caps
|
|
1159
1175
|
bool workmanager_test_configuration
|
|
1160
1176
|
color abc_background_cache_hint_selector_material_dark
|
|
@@ -1166,7 +1182,6 @@ color abc_decor_view_status_guard
|
|
|
1166
1182
|
color abc_decor_view_status_guard_light
|
|
1167
1183
|
color abc_hint_foreground_material_dark
|
|
1168
1184
|
color abc_hint_foreground_material_light
|
|
1169
|
-
color abc_input_method_navigation_guard
|
|
1170
1185
|
color abc_primary_text_disable_only_material_dark
|
|
1171
1186
|
color abc_primary_text_disable_only_material_light
|
|
1172
1187
|
color abc_primary_text_material_dark
|
|
@@ -1264,7 +1279,6 @@ color emui_color_gray_10
|
|
|
1264
1279
|
color emui_color_gray_7
|
|
1265
1280
|
color error_color_material_dark
|
|
1266
1281
|
color error_color_material_light
|
|
1267
|
-
color fcm_test_color
|
|
1268
1282
|
color foreground_material_dark
|
|
1269
1283
|
color foreground_material_light
|
|
1270
1284
|
color highlighted_text_material_dark
|
|
@@ -1312,10 +1326,12 @@ color m3_navigation_bar_item_with_indicator_label_tint
|
|
|
1312
1326
|
color m3_navigation_bar_ripple_color_selector
|
|
1313
1327
|
color m3_navigation_item_background_color
|
|
1314
1328
|
color m3_navigation_item_icon_tint
|
|
1329
|
+
color m3_navigation_item_ripple_color
|
|
1315
1330
|
color m3_navigation_item_text_color
|
|
1316
1331
|
color m3_popupmenu_overlay_color
|
|
1317
1332
|
color m3_primary_text_disable_only
|
|
1318
1333
|
color m3_radiobutton_ripple_tint
|
|
1334
|
+
color m3_ref_palette_black
|
|
1319
1335
|
color m3_ref_palette_dynamic_neutral0
|
|
1320
1336
|
color m3_ref_palette_dynamic_neutral10
|
|
1321
1337
|
color m3_ref_palette_dynamic_neutral100
|
|
@@ -1459,6 +1475,7 @@ color m3_ref_palette_tertiary80
|
|
|
1459
1475
|
color m3_ref_palette_tertiary90
|
|
1460
1476
|
color m3_ref_palette_tertiary95
|
|
1461
1477
|
color m3_ref_palette_tertiary99
|
|
1478
|
+
color m3_ref_palette_white
|
|
1462
1479
|
color m3_selection_control_button_tint
|
|
1463
1480
|
color m3_selection_control_ripple_color_selector
|
|
1464
1481
|
color m3_slider_active_track_color
|
|
@@ -1663,6 +1680,10 @@ color material_grey_600
|
|
|
1663
1680
|
color material_grey_800
|
|
1664
1681
|
color material_grey_850
|
|
1665
1682
|
color material_grey_900
|
|
1683
|
+
color material_harmonized_color_error
|
|
1684
|
+
color material_harmonized_color_error_container
|
|
1685
|
+
color material_harmonized_color_on_error
|
|
1686
|
+
color material_harmonized_color_on_error_container
|
|
1666
1687
|
color material_on_background_disabled
|
|
1667
1688
|
color material_on_background_emphasis_high_type
|
|
1668
1689
|
color material_on_background_emphasis_medium
|
|
@@ -1684,6 +1705,10 @@ color material_timepicker_button_stroke
|
|
|
1684
1705
|
color material_timepicker_clock_text_color
|
|
1685
1706
|
color material_timepicker_clockface
|
|
1686
1707
|
color material_timepicker_modebutton_tint
|
|
1708
|
+
color mtrl_bottom_nav_colored_item_tint
|
|
1709
|
+
color mtrl_bottom_nav_colored_ripple_color
|
|
1710
|
+
color mtrl_bottom_nav_item_tint
|
|
1711
|
+
color mtrl_bottom_nav_ripple_color
|
|
1687
1712
|
color mtrl_btn_bg_color_selector
|
|
1688
1713
|
color mtrl_btn_ripple_color
|
|
1689
1714
|
color mtrl_btn_stroke_color_selector
|
|
@@ -1773,9 +1798,6 @@ color tooltip_background_dark
|
|
|
1773
1798
|
color tooltip_background_light
|
|
1774
1799
|
color upsdk_blue_text_007dff
|
|
1775
1800
|
color upsdk_category_button_select_pressed
|
|
1776
|
-
color upsdk_color_gray_1
|
|
1777
|
-
color upsdk_color_gray_10
|
|
1778
|
-
color upsdk_color_gray_7
|
|
1779
1801
|
color upsdk_white
|
|
1780
1802
|
dimen abc_action_bar_content_inset_material
|
|
1781
1803
|
dimen abc_action_bar_content_inset_with_nav
|
|
@@ -1836,6 +1858,9 @@ dimen abc_search_view_preferred_width
|
|
|
1836
1858
|
dimen abc_seekbar_track_background_height_material
|
|
1837
1859
|
dimen abc_seekbar_track_progress_height_material
|
|
1838
1860
|
dimen abc_select_dialog_padding_start_material
|
|
1861
|
+
dimen abc_star_big
|
|
1862
|
+
dimen abc_star_medium
|
|
1863
|
+
dimen abc_star_small
|
|
1839
1864
|
dimen abc_switch_padding
|
|
1840
1865
|
dimen abc_text_size_body_1_material
|
|
1841
1866
|
dimen abc_text_size_body_2_material
|
|
@@ -2055,43 +2080,46 @@ dimen m3_sys_elevation_level2
|
|
|
2055
2080
|
dimen m3_sys_elevation_level3
|
|
2056
2081
|
dimen m3_sys_elevation_level4
|
|
2057
2082
|
dimen m3_sys_elevation_level5
|
|
2058
|
-
dimen
|
|
2059
|
-
dimen
|
|
2060
|
-
dimen
|
|
2083
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x1
|
|
2084
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_x2
|
|
2085
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y1
|
|
2086
|
+
dimen m3_sys_motion_easing_emphasized_accelerate_control_y2
|
|
2087
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x1
|
|
2088
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_x2
|
|
2089
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y1
|
|
2090
|
+
dimen m3_sys_motion_easing_emphasized_decelerate_control_y2
|
|
2091
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x1
|
|
2092
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_x2
|
|
2093
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y1
|
|
2094
|
+
dimen m3_sys_motion_easing_legacy_accelerate_control_y2
|
|
2095
|
+
dimen m3_sys_motion_easing_legacy_control_x1
|
|
2096
|
+
dimen m3_sys_motion_easing_legacy_control_x2
|
|
2097
|
+
dimen m3_sys_motion_easing_legacy_control_y1
|
|
2098
|
+
dimen m3_sys_motion_easing_legacy_control_y2
|
|
2099
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x1
|
|
2100
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_x2
|
|
2101
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y1
|
|
2102
|
+
dimen m3_sys_motion_easing_legacy_decelerate_control_y2
|
|
2103
|
+
dimen m3_sys_motion_easing_linear_control_x1
|
|
2104
|
+
dimen m3_sys_motion_easing_linear_control_x2
|
|
2105
|
+
dimen m3_sys_motion_easing_linear_control_y1
|
|
2106
|
+
dimen m3_sys_motion_easing_linear_control_y2
|
|
2107
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x1
|
|
2108
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_x2
|
|
2109
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y1
|
|
2110
|
+
dimen m3_sys_motion_easing_standard_accelerate_control_y2
|
|
2111
|
+
dimen m3_sys_motion_easing_standard_control_x1
|
|
2112
|
+
dimen m3_sys_motion_easing_standard_control_x2
|
|
2113
|
+
dimen m3_sys_motion_easing_standard_control_y1
|
|
2114
|
+
dimen m3_sys_motion_easing_standard_control_y2
|
|
2115
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x1
|
|
2116
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_x2
|
|
2117
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y1
|
|
2118
|
+
dimen m3_sys_motion_easing_standard_decelerate_control_y2
|
|
2061
2119
|
dimen m3_sys_state_dragged_state_layer_opacity
|
|
2062
2120
|
dimen m3_sys_state_focus_state_layer_opacity
|
|
2063
2121
|
dimen m3_sys_state_hover_state_layer_opacity
|
|
2064
2122
|
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
2123
|
dimen m3_timepicker_display_stroke_width
|
|
2096
2124
|
dimen m3_timepicker_window_elevation
|
|
2097
2125
|
dimen margin_l
|
|
@@ -2103,6 +2131,7 @@ dimen material_clock_face_margin_top
|
|
|
2103
2131
|
dimen material_clock_hand_center_dot_radius
|
|
2104
2132
|
dimen material_clock_hand_padding
|
|
2105
2133
|
dimen material_clock_hand_stroke_width
|
|
2134
|
+
dimen material_clock_number_text_padding
|
|
2106
2135
|
dimen material_clock_number_text_size
|
|
2107
2136
|
dimen material_clock_period_toggle_height
|
|
2108
2137
|
dimen material_clock_period_toggle_margin_left
|
|
@@ -2126,6 +2155,8 @@ dimen material_helper_text_default_padding_top
|
|
|
2126
2155
|
dimen material_helper_text_font_1_3_padding_horizontal
|
|
2127
2156
|
dimen material_helper_text_font_1_3_padding_top
|
|
2128
2157
|
dimen material_input_text_to_prefix_suffix_padding
|
|
2158
|
+
dimen material_text_size_dp
|
|
2159
|
+
dimen material_text_size_sp
|
|
2129
2160
|
dimen material_text_view_test_line_height
|
|
2130
2161
|
dimen material_text_view_test_line_height_override
|
|
2131
2162
|
dimen material_textinput_default_width
|
|
@@ -2379,11 +2410,6 @@ dimen tooltip_precise_anchor_threshold
|
|
|
2379
2410
|
dimen tooltip_vertical_padding
|
|
2380
2411
|
dimen tooltip_y_offset_non_touch
|
|
2381
2412
|
dimen tooltip_y_offset_touch
|
|
2382
|
-
dimen upsdk_margin_l
|
|
2383
|
-
dimen upsdk_margin_m
|
|
2384
|
-
dimen upsdk_margin_xs
|
|
2385
|
-
dimen upsdk_master_body_2
|
|
2386
|
-
dimen upsdk_master_subtitle
|
|
2387
2413
|
drawable abc_ab_share_pack_mtrl_alpha
|
|
2388
2414
|
drawable abc_action_bar_item_background_material
|
|
2389
2415
|
drawable abc_btn_borderless_material
|
|
@@ -2453,15 +2479,20 @@ drawable abc_seekbar_tick_mark_material
|
|
|
2453
2479
|
drawable abc_seekbar_track_material
|
|
2454
2480
|
drawable abc_spinner_mtrl_am_alpha
|
|
2455
2481
|
drawable abc_spinner_textfield_background_material
|
|
2482
|
+
drawable abc_star_black_48dp
|
|
2483
|
+
drawable abc_star_half_black_48dp
|
|
2456
2484
|
drawable abc_switch_thumb_material
|
|
2457
2485
|
drawable abc_switch_track_mtrl_alpha
|
|
2458
2486
|
drawable abc_tab_indicator_material
|
|
2459
2487
|
drawable abc_tab_indicator_mtrl_alpha
|
|
2460
2488
|
drawable abc_text_cursor_material
|
|
2489
|
+
drawable abc_text_select_handle_left_mtrl
|
|
2461
2490
|
drawable abc_text_select_handle_left_mtrl_dark
|
|
2462
2491
|
drawable abc_text_select_handle_left_mtrl_light
|
|
2492
|
+
drawable abc_text_select_handle_middle_mtrl
|
|
2463
2493
|
drawable abc_text_select_handle_middle_mtrl_dark
|
|
2464
2494
|
drawable abc_text_select_handle_middle_mtrl_light
|
|
2495
|
+
drawable abc_text_select_handle_right_mtrl
|
|
2465
2496
|
drawable abc_text_select_handle_right_mtrl_dark
|
|
2466
2497
|
drawable abc_text_select_handle_right_mtrl_light
|
|
2467
2498
|
drawable abc_textfield_activated_mtrl_alpha
|
|
@@ -2470,9 +2501,6 @@ drawable abc_textfield_search_activated_mtrl_alpha
|
|
|
2470
2501
|
drawable abc_textfield_search_default_mtrl_alpha
|
|
2471
2502
|
drawable abc_textfield_search_material
|
|
2472
2503
|
drawable abc_vector_test
|
|
2473
|
-
drawable adaptive_icon
|
|
2474
|
-
drawable adaptive_icon_background
|
|
2475
|
-
drawable adaptive_icon_foreground
|
|
2476
2504
|
drawable autofill_inline_suggestion_chip_background
|
|
2477
2505
|
drawable avd_hide_password
|
|
2478
2506
|
drawable avd_show_password
|
|
@@ -2503,13 +2531,12 @@ drawable common_google_signin_btn_text_light
|
|
|
2503
2531
|
drawable common_google_signin_btn_text_light_focused
|
|
2504
2532
|
drawable common_google_signin_btn_text_light_normal
|
|
2505
2533
|
drawable common_google_signin_btn_text_light_normal_background
|
|
2534
|
+
drawable design_bottom_navigation_item_background
|
|
2506
2535
|
drawable design_fab_background
|
|
2507
2536
|
drawable design_ic_visibility
|
|
2508
2537
|
drawable design_ic_visibility_off
|
|
2509
2538
|
drawable design_password_eye
|
|
2510
2539
|
drawable design_snackbar_background
|
|
2511
|
-
drawable gcm_icon
|
|
2512
|
-
drawable gcm_icon2
|
|
2513
2540
|
drawable googleg_disabled_color_18
|
|
2514
2541
|
drawable googleg_standard_color_18
|
|
2515
2542
|
drawable ic_clock_black_24dp
|
|
@@ -2522,7 +2549,6 @@ drawable ic_mtrl_chip_checked_black
|
|
|
2522
2549
|
drawable ic_mtrl_chip_checked_circle
|
|
2523
2550
|
drawable ic_mtrl_chip_close_circle
|
|
2524
2551
|
drawable ic_stat_name
|
|
2525
|
-
drawable icon_with_gradient
|
|
2526
2552
|
drawable m3_appbar_background
|
|
2527
2553
|
drawable m3_popupmenu_background_overlay
|
|
2528
2554
|
drawable m3_radiobutton_ripple
|
|
@@ -2549,6 +2575,7 @@ drawable mtrl_ic_cancel
|
|
|
2549
2575
|
drawable mtrl_ic_error
|
|
2550
2576
|
drawable mtrl_navigation_bar_item_background
|
|
2551
2577
|
drawable mtrl_popupmenu_background
|
|
2578
|
+
drawable mtrl_popupmenu_background_dark
|
|
2552
2579
|
drawable mtrl_popupmenu_background_overlay
|
|
2553
2580
|
drawable mtrl_tabs_default_indicator
|
|
2554
2581
|
drawable navigation_empty_icon
|
|
@@ -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,17 @@ 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
|
|
2834
|
+
id labelGroup
|
|
2793
2835
|
id labeled
|
|
2836
|
+
id labelled_by
|
|
2837
|
+
id largeLabel
|
|
2794
2838
|
id latestProductCardView
|
|
2795
2839
|
id layout
|
|
2796
2840
|
id left
|
|
@@ -2822,6 +2866,7 @@ id material_timepicker_mode_button
|
|
|
2822
2866
|
id material_timepicker_ok_button
|
|
2823
2867
|
id material_timepicker_view
|
|
2824
2868
|
id material_value_index
|
|
2869
|
+
id matrix
|
|
2825
2870
|
id media_actions
|
|
2826
2871
|
id message
|
|
2827
2872
|
id middle
|
|
@@ -2897,6 +2942,12 @@ id place_autocomplete_search_input
|
|
|
2897
2942
|
id place_autocomplete_separator
|
|
2898
2943
|
id plot_console_web_view
|
|
2899
2944
|
id plot_nearby_fragment
|
|
2945
|
+
id pointer_enter
|
|
2946
|
+
id pointer_enter_capture
|
|
2947
|
+
id pointer_leave
|
|
2948
|
+
id pointer_leave_capture
|
|
2949
|
+
id pointer_move
|
|
2950
|
+
id pointer_move_capture
|
|
2900
2951
|
id position
|
|
2901
2952
|
id postLayout
|
|
2902
2953
|
id progress_circular
|
|
@@ -2970,9 +3021,11 @@ id sm_mapView_container
|
|
|
2970
3021
|
id sm_no_permission
|
|
2971
3022
|
id sm_responseView_container
|
|
2972
3023
|
id sm_view_container
|
|
3024
|
+
id smallLabel
|
|
2973
3025
|
id snackbar_action
|
|
2974
3026
|
id snackbar_text
|
|
2975
3027
|
id spacer
|
|
3028
|
+
id special_effects_controller_view_tag
|
|
2976
3029
|
id spline
|
|
2977
3030
|
id split_action_bar
|
|
2978
3031
|
id spread
|
|
@@ -3055,7 +3108,11 @@ id version_textview
|
|
|
3055
3108
|
id view_offset_helper
|
|
3056
3109
|
id view_tag_instance_handle
|
|
3057
3110
|
id view_tag_native_id
|
|
3111
|
+
id view_tree_lifecycle_owner
|
|
3112
|
+
id view_tree_saved_state_registry_owner
|
|
3113
|
+
id view_tree_view_model_store_owner
|
|
3058
3114
|
id visible
|
|
3115
|
+
id visible_removing_fragment_view_tag
|
|
3059
3116
|
id wide
|
|
3060
3117
|
id withinBounds
|
|
3061
3118
|
id wrap
|
|
@@ -3076,16 +3133,23 @@ integer m3_btn_anim_duration_ms
|
|
|
3076
3133
|
integer m3_card_anim_delay_ms
|
|
3077
3134
|
integer m3_card_anim_duration_ms
|
|
3078
3135
|
integer m3_chip_anim_duration
|
|
3079
|
-
integer
|
|
3080
|
-
integer
|
|
3081
|
-
integer
|
|
3082
|
-
integer
|
|
3083
|
-
integer
|
|
3084
|
-
integer
|
|
3136
|
+
integer m3_sys_motion_duration_100
|
|
3137
|
+
integer m3_sys_motion_duration_1000
|
|
3138
|
+
integer m3_sys_motion_duration_150
|
|
3139
|
+
integer m3_sys_motion_duration_200
|
|
3140
|
+
integer m3_sys_motion_duration_250
|
|
3141
|
+
integer m3_sys_motion_duration_300
|
|
3142
|
+
integer m3_sys_motion_duration_350
|
|
3143
|
+
integer m3_sys_motion_duration_400
|
|
3144
|
+
integer m3_sys_motion_duration_450
|
|
3145
|
+
integer m3_sys_motion_duration_50
|
|
3146
|
+
integer m3_sys_motion_duration_500
|
|
3147
|
+
integer m3_sys_motion_duration_550
|
|
3148
|
+
integer m3_sys_motion_duration_600
|
|
3149
|
+
integer m3_sys_motion_duration_700
|
|
3150
|
+
integer m3_sys_motion_duration_800
|
|
3151
|
+
integer m3_sys_motion_duration_900
|
|
3085
3152
|
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
3153
|
integer material_motion_duration_long_1
|
|
3090
3154
|
integer material_motion_duration_long_2
|
|
3091
3155
|
integer material_motion_duration_medium_1
|
|
@@ -3189,6 +3253,7 @@ layout iac_html_card_layout
|
|
|
3189
3253
|
layout m3_alert_dialog
|
|
3190
3254
|
layout m3_alert_dialog_actions
|
|
3191
3255
|
layout m3_alert_dialog_title
|
|
3256
|
+
layout m3_auto_complete_simple_item
|
|
3192
3257
|
layout material_chip_input_combo
|
|
3193
3258
|
layout material_clock_display
|
|
3194
3259
|
layout material_clock_display_divider
|
|
@@ -3209,6 +3274,7 @@ layout mtrl_alert_dialog_title
|
|
|
3209
3274
|
layout mtrl_alert_select_dialog_item
|
|
3210
3275
|
layout mtrl_alert_select_dialog_multichoice
|
|
3211
3276
|
layout mtrl_alert_select_dialog_singlechoice
|
|
3277
|
+
layout mtrl_auto_complete_simple_item
|
|
3212
3278
|
layout mtrl_calendar_day
|
|
3213
3279
|
layout mtrl_calendar_day_of_week
|
|
3214
3280
|
layout mtrl_calendar_days_of_week
|
|
@@ -3266,6 +3332,7 @@ layout test_action_chip
|
|
|
3266
3332
|
layout test_chip_zero_corner_radius
|
|
3267
3333
|
layout test_design_checkbox
|
|
3268
3334
|
layout test_design_radiobutton
|
|
3335
|
+
layout test_exposed_dropdown_menu
|
|
3269
3336
|
layout test_navigation_bar_item_layout
|
|
3270
3337
|
layout test_reflow_chipgroup
|
|
3271
3338
|
layout test_toolbar
|
|
@@ -3279,12 +3346,15 @@ layout text_view_with_theme_line_height
|
|
|
3279
3346
|
layout text_view_without_line_height
|
|
3280
3347
|
layout upsdk_app_dl_progress_dialog
|
|
3281
3348
|
layout upsdk_ota_update_view
|
|
3349
|
+
menu example_menu
|
|
3350
|
+
menu example_menu2
|
|
3282
3351
|
menu menu_map
|
|
3283
3352
|
menu menu_notification
|
|
3284
3353
|
menu menu_sell_base
|
|
3285
3354
|
menu menu_view
|
|
3286
3355
|
plurals mtrl_badge_content_description
|
|
3287
|
-
raw
|
|
3356
|
+
raw firebase_common_keep
|
|
3357
|
+
raw keep
|
|
3288
3358
|
string abc_action_bar_home_description
|
|
3289
3359
|
string abc_action_bar_up_description
|
|
3290
3360
|
string abc_action_menu_overflow_description
|
|
@@ -3293,18 +3363,6 @@ string abc_activity_chooser_view_see_all
|
|
|
3293
3363
|
string abc_activitychooserview_choose_application
|
|
3294
3364
|
string abc_capital_off
|
|
3295
3365
|
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
3366
|
string abc_menu_alt_shortcut_label
|
|
3309
3367
|
string abc_menu_ctrl_shortcut_label
|
|
3310
3368
|
string abc_menu_delete_shortcut_label
|
|
@@ -3326,7 +3384,6 @@ string abc_shareactionprovider_share_with_application
|
|
|
3326
3384
|
string abc_toolbar_collapse_description
|
|
3327
3385
|
string action_back_label
|
|
3328
3386
|
string action_forward_label
|
|
3329
|
-
string ag_sdk_cbg_root
|
|
3330
3387
|
string alert_description
|
|
3331
3388
|
string androidx_startup
|
|
3332
3389
|
string app_icon_sticky_notification_description
|
|
@@ -3393,21 +3450,18 @@ string error_icon_content_description
|
|
|
3393
3450
|
string exposed_dropdown_menu_content_description
|
|
3394
3451
|
string fab_transformation_scrim_behavior
|
|
3395
3452
|
string fab_transformation_sheet_behavior
|
|
3396
|
-
string fcm_2_args
|
|
3397
3453
|
string fcm_fallback_notification_channel_label
|
|
3398
|
-
string fcm_no_args
|
|
3399
3454
|
string gcm_fallback_notification_channel_label
|
|
3400
3455
|
string header_description
|
|
3401
3456
|
string hide_bottom_view_on_scroll_behavior
|
|
3402
3457
|
string hms_abort
|
|
3403
3458
|
string hms_abort_message
|
|
3459
|
+
string hms_apk_not_installed_hints
|
|
3404
3460
|
string hms_base_google
|
|
3405
3461
|
string hms_base_vmall
|
|
3406
3462
|
string hms_bindfaildlg_message
|
|
3407
3463
|
string hms_bindfaildlg_title
|
|
3408
3464
|
string hms_cancel
|
|
3409
|
-
string hms_cancel_after_cancel
|
|
3410
|
-
string hms_cancel_install_message
|
|
3411
3465
|
string hms_check_failure
|
|
3412
3466
|
string hms_check_no_update
|
|
3413
3467
|
string hms_checking
|
|
@@ -3420,7 +3474,6 @@ string hms_downloading_loading
|
|
|
3420
3474
|
string hms_downloading_new
|
|
3421
3475
|
string hms_gamebox_name
|
|
3422
3476
|
string hms_install
|
|
3423
|
-
string hms_install_after_cancel
|
|
3424
3477
|
string hms_install_message
|
|
3425
3478
|
string hms_is_spoof
|
|
3426
3479
|
string hms_push_channel
|
|
@@ -3438,32 +3491,23 @@ string icon_content_description
|
|
|
3438
3491
|
string image_description
|
|
3439
3492
|
string imagebutton_description
|
|
3440
3493
|
string item_view_role_description
|
|
3494
|
+
string label
|
|
3441
3495
|
string link_description
|
|
3442
|
-
string m3_ref_typeface_brand_display_regular
|
|
3443
3496
|
string m3_ref_typeface_brand_medium
|
|
3444
3497
|
string m3_ref_typeface_brand_regular
|
|
3445
3498
|
string m3_ref_typeface_plain_medium
|
|
3446
3499
|
string m3_ref_typeface_plain_regular
|
|
3447
|
-
string m3_sys_motion_easing_accelerated
|
|
3448
|
-
string m3_sys_motion_easing_decelerated
|
|
3449
3500
|
string m3_sys_motion_easing_emphasized
|
|
3501
|
+
string m3_sys_motion_easing_emphasized_accelerate
|
|
3502
|
+
string m3_sys_motion_easing_emphasized_decelerate
|
|
3503
|
+
string m3_sys_motion_easing_emphasized_path_data
|
|
3504
|
+
string m3_sys_motion_easing_legacy
|
|
3505
|
+
string m3_sys_motion_easing_legacy_accelerate
|
|
3506
|
+
string m3_sys_motion_easing_legacy_decelerate
|
|
3450
3507
|
string m3_sys_motion_easing_linear
|
|
3451
3508
|
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
|
|
3509
|
+
string m3_sys_motion_easing_standard_accelerate
|
|
3510
|
+
string m3_sys_motion_easing_standard_decelerate
|
|
3467
3511
|
string material_clock_display_divider
|
|
3468
3512
|
string material_clock_toggle_content_description
|
|
3469
3513
|
string material_hour_selection
|
|
@@ -3561,10 +3605,8 @@ string title_activity_view
|
|
|
3561
3605
|
string toolbar_description
|
|
3562
3606
|
string upsdk_app_dl_installing
|
|
3563
3607
|
string upsdk_app_download_info_new
|
|
3564
|
-
string upsdk_app_download_installing
|
|
3565
3608
|
string upsdk_app_size
|
|
3566
3609
|
string upsdk_app_version
|
|
3567
|
-
string upsdk_appstore_install
|
|
3568
3610
|
string upsdk_cancel
|
|
3569
3611
|
string upsdk_checking_update_prompt
|
|
3570
3612
|
string upsdk_choice_update
|
|
@@ -3572,7 +3614,6 @@ string upsdk_connect_server_fail_prompt_toast
|
|
|
3572
3614
|
string upsdk_detail
|
|
3573
3615
|
string upsdk_getting_message_fail_prompt_toast
|
|
3574
3616
|
string upsdk_install
|
|
3575
|
-
string upsdk_mobile_dld_warn
|
|
3576
3617
|
string upsdk_no_available_network_prompt_toast
|
|
3577
3618
|
string upsdk_ota_app_name
|
|
3578
3619
|
string upsdk_ota_cancel
|
|
@@ -3652,11 +3693,6 @@ style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
|
|
|
3652
3693
|
style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
|
|
3653
3694
|
style Base_TextAppearance_AppCompat_Widget_Switch
|
|
3654
3695
|
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
3696
|
style Base_TextAppearance_MaterialComponents_Badge
|
|
3661
3697
|
style Base_TextAppearance_MaterialComponents_Button
|
|
3662
3698
|
style Base_TextAppearance_MaterialComponents_Headline6
|
|
@@ -3852,6 +3888,7 @@ style Base_Widget_Material3_TabLayout_Secondary
|
|
|
3852
3888
|
style Base_Widget_MaterialComponents_AutoCompleteTextView
|
|
3853
3889
|
style Base_Widget_MaterialComponents_CheckedTextView
|
|
3854
3890
|
style Base_Widget_MaterialComponents_Chip
|
|
3891
|
+
style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton
|
|
3855
3892
|
style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton
|
|
3856
3893
|
style Base_Widget_MaterialComponents_PopupMenu
|
|
3857
3894
|
style Base_Widget_MaterialComponents_PopupMenu_ContextMenu
|
|
@@ -3968,6 +4005,24 @@ style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
|
|
|
3968
4005
|
style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox
|
|
3969
4006
|
style ShapeAppearanceOverlay_TopLeftCut
|
|
3970
4007
|
style ShapeAppearanceOverlay_TopRightDifferentCornerSize
|
|
4008
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge
|
|
4009
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top
|
|
4010
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
|
|
4011
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top
|
|
4012
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Full
|
|
4013
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large
|
|
4014
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_End
|
|
4015
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top
|
|
4016
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Medium
|
|
4017
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_None
|
|
4018
|
+
style ShapeAppearance_M3_Sys_Shape_Corner_Small
|
|
4019
|
+
style ShapeAppearance_Material3_Corner_ExtraLarge
|
|
4020
|
+
style ShapeAppearance_Material3_Corner_ExtraSmall
|
|
4021
|
+
style ShapeAppearance_Material3_Corner_Full
|
|
4022
|
+
style ShapeAppearance_Material3_Corner_Large
|
|
4023
|
+
style ShapeAppearance_Material3_Corner_Medium
|
|
4024
|
+
style ShapeAppearance_Material3_Corner_None
|
|
4025
|
+
style ShapeAppearance_Material3_Corner_Small
|
|
3971
4026
|
style ShapeAppearance_Material3_LargeComponent
|
|
3972
4027
|
style ShapeAppearance_Material3_MediumComponent
|
|
3973
4028
|
style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
|
|
@@ -4061,6 +4116,21 @@ style TextAppearance_Design_Prefix
|
|
|
4061
4116
|
style TextAppearance_Design_Snackbar_Message
|
|
4062
4117
|
style TextAppearance_Design_Suffix
|
|
4063
4118
|
style TextAppearance_Design_Tab
|
|
4119
|
+
style TextAppearance_M3_Sys_Typescale_BodyLarge
|
|
4120
|
+
style TextAppearance_M3_Sys_Typescale_BodyMedium
|
|
4121
|
+
style TextAppearance_M3_Sys_Typescale_BodySmall
|
|
4122
|
+
style TextAppearance_M3_Sys_Typescale_DisplayLarge
|
|
4123
|
+
style TextAppearance_M3_Sys_Typescale_DisplayMedium
|
|
4124
|
+
style TextAppearance_M3_Sys_Typescale_DisplaySmall
|
|
4125
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineLarge
|
|
4126
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineMedium
|
|
4127
|
+
style TextAppearance_M3_Sys_Typescale_HeadlineSmall
|
|
4128
|
+
style TextAppearance_M3_Sys_Typescale_LabelLarge
|
|
4129
|
+
style TextAppearance_M3_Sys_Typescale_LabelMedium
|
|
4130
|
+
style TextAppearance_M3_Sys_Typescale_LabelSmall
|
|
4131
|
+
style TextAppearance_M3_Sys_Typescale_TitleLarge
|
|
4132
|
+
style TextAppearance_M3_Sys_Typescale_TitleMedium
|
|
4133
|
+
style TextAppearance_M3_Sys_Typescale_TitleSmall
|
|
4064
4134
|
style TextAppearance_Material3_ActionBar_Subtitle
|
|
4065
4135
|
style TextAppearance_Material3_ActionBar_Title
|
|
4066
4136
|
style TextAppearance_Material3_BodyLarge
|
|
@@ -4096,6 +4166,9 @@ style TextAppearance_MaterialComponents_Subtitle1
|
|
|
4096
4166
|
style TextAppearance_MaterialComponents_Subtitle2
|
|
4097
4167
|
style TextAppearance_MaterialComponents_TimePicker_Title
|
|
4098
4168
|
style TextAppearance_MaterialComponents_Tooltip
|
|
4169
|
+
style TextAppearance_Test_NoTextSize
|
|
4170
|
+
style TextAppearance_Test_UsesDp
|
|
4171
|
+
style TextAppearance_Test_UsesSP
|
|
4099
4172
|
style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
|
|
4100
4173
|
style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
|
|
4101
4174
|
style TextAppearance_Widget_AppCompat_Toolbar_Title
|
|
@@ -4140,6 +4213,8 @@ style ThemeOverlay_Material3_FloatingActionButton_Primary
|
|
|
4140
4213
|
style ThemeOverlay_Material3_FloatingActionButton_Secondary
|
|
4141
4214
|
style ThemeOverlay_Material3_FloatingActionButton_Surface
|
|
4142
4215
|
style ThemeOverlay_Material3_FloatingActionButton_Tertiary
|
|
4216
|
+
style ThemeOverlay_Material3_HarmonizedColors
|
|
4217
|
+
style ThemeOverlay_Material3_HarmonizedColors_Empty
|
|
4143
4218
|
style ThemeOverlay_Material3_Light
|
|
4144
4219
|
style ThemeOverlay_Material3_Light_Dialog_Alert_Framework
|
|
4145
4220
|
style ThemeOverlay_Material3_MaterialAlertDialog
|
|
@@ -4177,6 +4252,7 @@ style ThemeOverlay_MaterialComponents_Dialog
|
|
|
4177
4252
|
style ThemeOverlay_MaterialComponents_Dialog_Alert
|
|
4178
4253
|
style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework
|
|
4179
4254
|
style ThemeOverlay_MaterialComponents_Light
|
|
4255
|
+
style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog
|
|
4180
4256
|
style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework
|
|
4181
4257
|
style ThemeOverlay_MaterialComponents_MaterialAlertDialog
|
|
4182
4258
|
style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered
|
|
@@ -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
|
-
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
|
|
4767
|
+
styleable BottomNavigationView android_minHeight backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu
|
|
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
|
|
@@ -4787,13 +4868,14 @@ styleable State android_id constraints
|
|
|
4787
4868
|
styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
|
|
4788
4869
|
styleable StateListDrawableItem android_drawable
|
|
4789
4870
|
styleable StateSet defaultState
|
|
4871
|
+
styleable SwipeRefreshLayout swipeRefreshLayoutProgressSpinnerBackgroundColor
|
|
4790
4872
|
styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
|
|
4791
4873
|
styleable SwitchMaterial useMaterialThemeColors
|
|
4792
4874
|
styleable TabItem android_icon android_layout android_text
|
|
4793
4875
|
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
4876
|
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
4877
|
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
|
|
4878
|
+
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
4879
|
styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance
|
|
4798
4880
|
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
4881
|
styleable Tooltip android_layout_margin android_minHeight android_minWidth android_padding android_text android_textAppearance android_textColor backgroundTint
|