@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
|
@@ -32,12 +32,25 @@ int anim design_bottom_sheet_slide_in 0x0
|
|
|
32
32
|
int anim design_bottom_sheet_slide_out 0x0
|
|
33
33
|
int anim design_snackbar_in 0x0
|
|
34
34
|
int anim design_snackbar_out 0x0
|
|
35
|
+
int anim fragment_close_enter 0x0
|
|
36
|
+
int anim fragment_close_exit 0x0
|
|
37
|
+
int anim fragment_fade_enter 0x0
|
|
38
|
+
int anim fragment_fade_exit 0x0
|
|
39
|
+
int anim fragment_fast_out_extra_slow_in 0x0
|
|
40
|
+
int anim fragment_open_enter 0x0
|
|
41
|
+
int anim fragment_open_exit 0x0
|
|
35
42
|
int anim mtrl_bottom_sheet_slide_in 0x0
|
|
36
43
|
int anim mtrl_bottom_sheet_slide_out 0x0
|
|
37
44
|
int anim mtrl_card_lowers_interpolator 0x0
|
|
38
45
|
int animator design_appbar_state_list_animator 0x0
|
|
39
46
|
int animator design_fab_hide_motion_spec 0x0
|
|
40
47
|
int animator design_fab_show_motion_spec 0x0
|
|
48
|
+
int animator fragment_close_enter 0x0
|
|
49
|
+
int animator fragment_close_exit 0x0
|
|
50
|
+
int animator fragment_fade_enter 0x0
|
|
51
|
+
int animator fragment_fade_exit 0x0
|
|
52
|
+
int animator fragment_open_enter 0x0
|
|
53
|
+
int animator fragment_open_exit 0x0
|
|
41
54
|
int animator linear_indeterminate_line1_head_interpolator 0x0
|
|
42
55
|
int animator linear_indeterminate_line1_tail_interpolator 0x0
|
|
43
56
|
int animator linear_indeterminate_line2_head_interpolator 0x0
|
|
@@ -79,6 +92,7 @@ int attr actionMenuTextAppearance 0x0
|
|
|
79
92
|
int attr actionMenuTextColor 0x0
|
|
80
93
|
int attr actionModeBackground 0x0
|
|
81
94
|
int attr actionModeCloseButtonStyle 0x0
|
|
95
|
+
int attr actionModeCloseContentDescription 0x0
|
|
82
96
|
int attr actionModeCloseDrawable 0x0
|
|
83
97
|
int attr actionModeCopyDrawable 0x0
|
|
84
98
|
int attr actionModeCutDrawable 0x0
|
|
@@ -89,6 +103,7 @@ int attr actionModeSelectAllDrawable 0x0
|
|
|
89
103
|
int attr actionModeShareDrawable 0x0
|
|
90
104
|
int attr actionModeSplitBackground 0x0
|
|
91
105
|
int attr actionModeStyle 0x0
|
|
106
|
+
int attr actionModeTheme 0x0
|
|
92
107
|
int attr actionModeWebSearchDrawable 0x0
|
|
93
108
|
int attr actionOverflowButtonStyle 0x0
|
|
94
109
|
int attr actionOverflowMenuStyle 0x0
|
|
@@ -209,12 +224,17 @@ int attr cardMaxElevation 0x0
|
|
|
209
224
|
int attr cardPreventCornerOverlap 0x0
|
|
210
225
|
int attr cardUseCompatPadding 0x0
|
|
211
226
|
int attr cardViewStyle 0x0
|
|
227
|
+
int attr centerIfNoTextEnabled 0x0
|
|
212
228
|
int attr chainUseRtl 0x0
|
|
229
|
+
int attr checkMarkCompat 0x0
|
|
230
|
+
int attr checkMarkTint 0x0
|
|
231
|
+
int attr checkMarkTintMode 0x0
|
|
213
232
|
int attr checkboxStyle 0x0
|
|
214
233
|
int attr checkedButton 0x0
|
|
215
234
|
int attr checkedChip 0x0
|
|
216
235
|
int attr checkedIcon 0x0
|
|
217
236
|
int attr checkedIconEnabled 0x0
|
|
237
|
+
int attr checkedIconGravity 0x0
|
|
218
238
|
int attr checkedIconMargin 0x0
|
|
219
239
|
int attr checkedIconSize 0x0
|
|
220
240
|
int attr checkedIconTint 0x0
|
|
@@ -411,6 +431,7 @@ int attr elevation 0x0
|
|
|
411
431
|
int attr elevationOverlayAccentColor 0x0
|
|
412
432
|
int attr elevationOverlayColor 0x0
|
|
413
433
|
int attr elevationOverlayEnabled 0x0
|
|
434
|
+
int attr emojiCompatEnabled 0x0
|
|
414
435
|
int attr enableEdgeToEdge 0x0
|
|
415
436
|
int attr endIconCheckable 0x0
|
|
416
437
|
int attr endIconContentDescription 0x0
|
|
@@ -587,10 +608,12 @@ int attr itemVerticalPadding 0x0
|
|
|
587
608
|
int attr keyPositionType 0x0
|
|
588
609
|
int attr keyboardIcon 0x0
|
|
589
610
|
int attr keylines 0x0
|
|
611
|
+
int attr lStar 0x0
|
|
590
612
|
int attr labelBehavior 0x0
|
|
591
613
|
int attr labelStyle 0x0
|
|
592
614
|
int attr labelVisibilityMode 0x0
|
|
593
615
|
int attr lastBaselineToBottomHeight 0x0
|
|
616
|
+
int attr lastItemDecorated 0x0
|
|
594
617
|
int attr latLngBoundsNorthEastLatitude 0x0
|
|
595
618
|
int attr latLngBoundsNorthEastLongitude 0x0
|
|
596
619
|
int attr latLngBoundsSouthWestLatitude 0x0
|
|
@@ -684,10 +707,15 @@ int attr listPreferredItemPaddingRight 0x0
|
|
|
684
707
|
int attr listPreferredItemPaddingStart 0x0
|
|
685
708
|
int attr liteMode 0x0
|
|
686
709
|
int attr logo 0x0
|
|
710
|
+
int attr logoAdjustViewBounds 0x0
|
|
687
711
|
int attr logoDescription 0x0
|
|
712
|
+
int attr logoScaleType 0x0
|
|
688
713
|
int attr mapId 0x0
|
|
689
714
|
int attr mapType 0x0
|
|
690
715
|
int attr marginHorizontal 0x0
|
|
716
|
+
int attr marginLeftSystemWindowInsets 0x0
|
|
717
|
+
int attr marginRightSystemWindowInsets 0x0
|
|
718
|
+
int attr marginTopSystemWindowInsets 0x0
|
|
691
719
|
int attr materialAlertDialogBodyTextStyle 0x0
|
|
692
720
|
int attr materialAlertDialogButtonSpacerVisibility 0x0
|
|
693
721
|
int attr materialAlertDialogTheme 0x0
|
|
@@ -896,6 +924,8 @@ int attr showPaths 0x0
|
|
|
896
924
|
int attr showText 0x0
|
|
897
925
|
int attr showTitle 0x0
|
|
898
926
|
int attr shrinkMotionSpec 0x0
|
|
927
|
+
int attr simpleItemLayout 0x0
|
|
928
|
+
int attr simpleItems 0x0
|
|
899
929
|
int attr singleChoiceItemLayout 0x0
|
|
900
930
|
int attr singleLine 0x0
|
|
901
931
|
int attr singleSelection 0x0
|
|
@@ -1139,21 +1169,6 @@ int bool enable_gcm_scheduler_default 0x0
|
|
|
1139
1169
|
int bool enable_system_alarm_service_default 0x0
|
|
1140
1170
|
int bool enable_system_foreground_service_default 0x0
|
|
1141
1171
|
int bool enable_system_job_service_default 0x0
|
|
1142
|
-
int bool m3_sys_typescale_body_large_text_all_caps 0x0
|
|
1143
|
-
int bool m3_sys_typescale_body_medium_text_all_caps 0x0
|
|
1144
|
-
int bool m3_sys_typescale_body_small_text_all_caps 0x0
|
|
1145
|
-
int bool m3_sys_typescale_display_large_text_all_caps 0x0
|
|
1146
|
-
int bool m3_sys_typescale_display_medium_text_all_caps 0x0
|
|
1147
|
-
int bool m3_sys_typescale_display_small_text_all_caps 0x0
|
|
1148
|
-
int bool m3_sys_typescale_headline_large_text_all_caps 0x0
|
|
1149
|
-
int bool m3_sys_typescale_headline_medium_text_all_caps 0x0
|
|
1150
|
-
int bool m3_sys_typescale_headline_small_text_all_caps 0x0
|
|
1151
|
-
int bool m3_sys_typescale_label_large_text_all_caps 0x0
|
|
1152
|
-
int bool m3_sys_typescale_label_medium_text_all_caps 0x0
|
|
1153
|
-
int bool m3_sys_typescale_label_small_text_all_caps 0x0
|
|
1154
|
-
int bool m3_sys_typescale_title_large_text_all_caps 0x0
|
|
1155
|
-
int bool m3_sys_typescale_title_medium_text_all_caps 0x0
|
|
1156
|
-
int bool m3_sys_typescale_title_small_text_all_caps 0x0
|
|
1157
1172
|
int bool mtrl_btn_textappearance_all_caps 0x0
|
|
1158
1173
|
int bool workmanager_test_configuration 0x0
|
|
1159
1174
|
int color abc_background_cache_hint_selector_material_dark 0x0
|
|
@@ -1165,7 +1180,6 @@ int color abc_decor_view_status_guard 0x0
|
|
|
1165
1180
|
int color abc_decor_view_status_guard_light 0x0
|
|
1166
1181
|
int color abc_hint_foreground_material_dark 0x0
|
|
1167
1182
|
int color abc_hint_foreground_material_light 0x0
|
|
1168
|
-
int color abc_input_method_navigation_guard 0x0
|
|
1169
1183
|
int color abc_primary_text_disable_only_material_dark 0x0
|
|
1170
1184
|
int color abc_primary_text_disable_only_material_light 0x0
|
|
1171
1185
|
int color abc_primary_text_material_dark 0x0
|
|
@@ -1263,7 +1277,6 @@ int color emui_color_gray_10 0x0
|
|
|
1263
1277
|
int color emui_color_gray_7 0x0
|
|
1264
1278
|
int color error_color_material_dark 0x0
|
|
1265
1279
|
int color error_color_material_light 0x0
|
|
1266
|
-
int color fcm_test_color 0x0
|
|
1267
1280
|
int color foreground_material_dark 0x0
|
|
1268
1281
|
int color foreground_material_light 0x0
|
|
1269
1282
|
int color highlighted_text_material_dark 0x0
|
|
@@ -1311,10 +1324,12 @@ int color m3_navigation_bar_item_with_indicator_label_tint 0x0
|
|
|
1311
1324
|
int color m3_navigation_bar_ripple_color_selector 0x0
|
|
1312
1325
|
int color m3_navigation_item_background_color 0x0
|
|
1313
1326
|
int color m3_navigation_item_icon_tint 0x0
|
|
1327
|
+
int color m3_navigation_item_ripple_color 0x0
|
|
1314
1328
|
int color m3_navigation_item_text_color 0x0
|
|
1315
1329
|
int color m3_popupmenu_overlay_color 0x0
|
|
1316
1330
|
int color m3_primary_text_disable_only 0x0
|
|
1317
1331
|
int color m3_radiobutton_ripple_tint 0x0
|
|
1332
|
+
int color m3_ref_palette_black 0x0
|
|
1318
1333
|
int color m3_ref_palette_dynamic_neutral0 0x0
|
|
1319
1334
|
int color m3_ref_palette_dynamic_neutral10 0x0
|
|
1320
1335
|
int color m3_ref_palette_dynamic_neutral100 0x0
|
|
@@ -1458,6 +1473,7 @@ int color m3_ref_palette_tertiary80 0x0
|
|
|
1458
1473
|
int color m3_ref_palette_tertiary90 0x0
|
|
1459
1474
|
int color m3_ref_palette_tertiary95 0x0
|
|
1460
1475
|
int color m3_ref_palette_tertiary99 0x0
|
|
1476
|
+
int color m3_ref_palette_white 0x0
|
|
1461
1477
|
int color m3_selection_control_button_tint 0x0
|
|
1462
1478
|
int color m3_selection_control_ripple_color_selector 0x0
|
|
1463
1479
|
int color m3_slider_active_track_color 0x0
|
|
@@ -1662,6 +1678,10 @@ int color material_grey_600 0x0
|
|
|
1662
1678
|
int color material_grey_800 0x0
|
|
1663
1679
|
int color material_grey_850 0x0
|
|
1664
1680
|
int color material_grey_900 0x0
|
|
1681
|
+
int color material_harmonized_color_error 0x0
|
|
1682
|
+
int color material_harmonized_color_error_container 0x0
|
|
1683
|
+
int color material_harmonized_color_on_error 0x0
|
|
1684
|
+
int color material_harmonized_color_on_error_container 0x0
|
|
1665
1685
|
int color material_on_background_disabled 0x0
|
|
1666
1686
|
int color material_on_background_emphasis_high_type 0x0
|
|
1667
1687
|
int color material_on_background_emphasis_medium 0x0
|
|
@@ -1835,6 +1855,9 @@ int dimen abc_search_view_preferred_width 0x0
|
|
|
1835
1855
|
int dimen abc_seekbar_track_background_height_material 0x0
|
|
1836
1856
|
int dimen abc_seekbar_track_progress_height_material 0x0
|
|
1837
1857
|
int dimen abc_select_dialog_padding_start_material 0x0
|
|
1858
|
+
int dimen abc_star_big 0x0
|
|
1859
|
+
int dimen abc_star_medium 0x0
|
|
1860
|
+
int dimen abc_star_small 0x0
|
|
1838
1861
|
int dimen abc_switch_padding 0x0
|
|
1839
1862
|
int dimen abc_text_size_body_1_material 0x0
|
|
1840
1863
|
int dimen abc_text_size_body_2_material 0x0
|
|
@@ -2054,43 +2077,46 @@ int dimen m3_sys_elevation_level2 0x0
|
|
|
2054
2077
|
int dimen m3_sys_elevation_level3 0x0
|
|
2055
2078
|
int dimen m3_sys_elevation_level4 0x0
|
|
2056
2079
|
int dimen m3_sys_elevation_level5 0x0
|
|
2057
|
-
int dimen
|
|
2058
|
-
int dimen
|
|
2059
|
-
int dimen
|
|
2080
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
|
|
2081
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
|
|
2082
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
|
|
2083
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
|
|
2084
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
|
|
2085
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
|
|
2086
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
|
|
2087
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
|
|
2088
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
|
|
2089
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
|
|
2090
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
|
|
2091
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
|
|
2092
|
+
int dimen m3_sys_motion_easing_legacy_control_x1 0x0
|
|
2093
|
+
int dimen m3_sys_motion_easing_legacy_control_x2 0x0
|
|
2094
|
+
int dimen m3_sys_motion_easing_legacy_control_y1 0x0
|
|
2095
|
+
int dimen m3_sys_motion_easing_legacy_control_y2 0x0
|
|
2096
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
|
|
2097
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
|
|
2098
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
|
|
2099
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
|
|
2100
|
+
int dimen m3_sys_motion_easing_linear_control_x1 0x0
|
|
2101
|
+
int dimen m3_sys_motion_easing_linear_control_x2 0x0
|
|
2102
|
+
int dimen m3_sys_motion_easing_linear_control_y1 0x0
|
|
2103
|
+
int dimen m3_sys_motion_easing_linear_control_y2 0x0
|
|
2104
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
|
|
2105
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
|
|
2106
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
|
|
2107
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
|
|
2108
|
+
int dimen m3_sys_motion_easing_standard_control_x1 0x0
|
|
2109
|
+
int dimen m3_sys_motion_easing_standard_control_x2 0x0
|
|
2110
|
+
int dimen m3_sys_motion_easing_standard_control_y1 0x0
|
|
2111
|
+
int dimen m3_sys_motion_easing_standard_control_y2 0x0
|
|
2112
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
|
|
2113
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
|
|
2114
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
|
|
2115
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
|
|
2060
2116
|
int dimen m3_sys_state_dragged_state_layer_opacity 0x0
|
|
2061
2117
|
int dimen m3_sys_state_focus_state_layer_opacity 0x0
|
|
2062
2118
|
int dimen m3_sys_state_hover_state_layer_opacity 0x0
|
|
2063
2119
|
int dimen m3_sys_state_pressed_state_layer_opacity 0x0
|
|
2064
|
-
int dimen m3_sys_typescale_body_large_letter_spacing 0x0
|
|
2065
|
-
int dimen m3_sys_typescale_body_large_text_size 0x0
|
|
2066
|
-
int dimen m3_sys_typescale_body_medium_letter_spacing 0x0
|
|
2067
|
-
int dimen m3_sys_typescale_body_medium_text_size 0x0
|
|
2068
|
-
int dimen m3_sys_typescale_body_small_letter_spacing 0x0
|
|
2069
|
-
int dimen m3_sys_typescale_body_small_text_size 0x0
|
|
2070
|
-
int dimen m3_sys_typescale_display_large_letter_spacing 0x0
|
|
2071
|
-
int dimen m3_sys_typescale_display_large_text_size 0x0
|
|
2072
|
-
int dimen m3_sys_typescale_display_medium_letter_spacing 0x0
|
|
2073
|
-
int dimen m3_sys_typescale_display_medium_text_size 0x0
|
|
2074
|
-
int dimen m3_sys_typescale_display_small_letter_spacing 0x0
|
|
2075
|
-
int dimen m3_sys_typescale_display_small_text_size 0x0
|
|
2076
|
-
int dimen m3_sys_typescale_headline_large_letter_spacing 0x0
|
|
2077
|
-
int dimen m3_sys_typescale_headline_large_text_size 0x0
|
|
2078
|
-
int dimen m3_sys_typescale_headline_medium_letter_spacing 0x0
|
|
2079
|
-
int dimen m3_sys_typescale_headline_medium_text_size 0x0
|
|
2080
|
-
int dimen m3_sys_typescale_headline_small_letter_spacing 0x0
|
|
2081
|
-
int dimen m3_sys_typescale_headline_small_text_size 0x0
|
|
2082
|
-
int dimen m3_sys_typescale_label_large_letter_spacing 0x0
|
|
2083
|
-
int dimen m3_sys_typescale_label_large_text_size 0x0
|
|
2084
|
-
int dimen m3_sys_typescale_label_medium_letter_spacing 0x0
|
|
2085
|
-
int dimen m3_sys_typescale_label_medium_text_size 0x0
|
|
2086
|
-
int dimen m3_sys_typescale_label_small_letter_spacing 0x0
|
|
2087
|
-
int dimen m3_sys_typescale_label_small_text_size 0x0
|
|
2088
|
-
int dimen m3_sys_typescale_title_large_letter_spacing 0x0
|
|
2089
|
-
int dimen m3_sys_typescale_title_large_text_size 0x0
|
|
2090
|
-
int dimen m3_sys_typescale_title_medium_letter_spacing 0x0
|
|
2091
|
-
int dimen m3_sys_typescale_title_medium_text_size 0x0
|
|
2092
|
-
int dimen m3_sys_typescale_title_small_letter_spacing 0x0
|
|
2093
|
-
int dimen m3_sys_typescale_title_small_text_size 0x0
|
|
2094
2120
|
int dimen m3_timepicker_display_stroke_width 0x0
|
|
2095
2121
|
int dimen m3_timepicker_window_elevation 0x0
|
|
2096
2122
|
int dimen margin_l 0x0
|
|
@@ -2102,6 +2128,7 @@ int dimen material_clock_face_margin_top 0x0
|
|
|
2102
2128
|
int dimen material_clock_hand_center_dot_radius 0x0
|
|
2103
2129
|
int dimen material_clock_hand_padding 0x0
|
|
2104
2130
|
int dimen material_clock_hand_stroke_width 0x0
|
|
2131
|
+
int dimen material_clock_number_text_padding 0x0
|
|
2105
2132
|
int dimen material_clock_number_text_size 0x0
|
|
2106
2133
|
int dimen material_clock_period_toggle_height 0x0
|
|
2107
2134
|
int dimen material_clock_period_toggle_margin_left 0x0
|
|
@@ -2125,6 +2152,8 @@ int dimen material_helper_text_default_padding_top 0x0
|
|
|
2125
2152
|
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
2126
2153
|
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
2127
2154
|
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
2155
|
+
int dimen material_text_size_dp 0x0
|
|
2156
|
+
int dimen material_text_size_sp 0x0
|
|
2128
2157
|
int dimen material_text_view_test_line_height 0x0
|
|
2129
2158
|
int dimen material_text_view_test_line_height_override 0x0
|
|
2130
2159
|
int dimen material_textinput_default_width 0x0
|
|
@@ -2226,7 +2255,6 @@ int dimen mtrl_card_elevation 0x0
|
|
|
2226
2255
|
int dimen mtrl_card_spacing 0x0
|
|
2227
2256
|
int dimen mtrl_chip_pressed_translation_z 0x0
|
|
2228
2257
|
int dimen mtrl_chip_text_size 0x0
|
|
2229
|
-
int dimen mtrl_edittext_rectangle_top_offset 0x0
|
|
2230
2258
|
int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
|
|
2231
2259
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
|
|
2232
2260
|
int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
|
|
@@ -2452,15 +2480,20 @@ int drawable abc_seekbar_tick_mark_material 0x0
|
|
|
2452
2480
|
int drawable abc_seekbar_track_material 0x0
|
|
2453
2481
|
int drawable abc_spinner_mtrl_am_alpha 0x0
|
|
2454
2482
|
int drawable abc_spinner_textfield_background_material 0x0
|
|
2483
|
+
int drawable abc_star_black_48dp 0x0
|
|
2484
|
+
int drawable abc_star_half_black_48dp 0x0
|
|
2455
2485
|
int drawable abc_switch_thumb_material 0x0
|
|
2456
2486
|
int drawable abc_switch_track_mtrl_alpha 0x0
|
|
2457
2487
|
int drawable abc_tab_indicator_material 0x0
|
|
2458
2488
|
int drawable abc_tab_indicator_mtrl_alpha 0x0
|
|
2459
2489
|
int drawable abc_text_cursor_material 0x0
|
|
2490
|
+
int drawable abc_text_select_handle_left_mtrl 0x0
|
|
2460
2491
|
int drawable abc_text_select_handle_left_mtrl_dark 0x0
|
|
2461
2492
|
int drawable abc_text_select_handle_left_mtrl_light 0x0
|
|
2493
|
+
int drawable abc_text_select_handle_middle_mtrl 0x0
|
|
2462
2494
|
int drawable abc_text_select_handle_middle_mtrl_dark 0x0
|
|
2463
2495
|
int drawable abc_text_select_handle_middle_mtrl_light 0x0
|
|
2496
|
+
int drawable abc_text_select_handle_right_mtrl 0x0
|
|
2464
2497
|
int drawable abc_text_select_handle_right_mtrl_dark 0x0
|
|
2465
2498
|
int drawable abc_text_select_handle_right_mtrl_light 0x0
|
|
2466
2499
|
int drawable abc_textfield_activated_mtrl_alpha 0x0
|
|
@@ -2469,9 +2502,6 @@ int drawable abc_textfield_search_activated_mtrl_alpha 0x0
|
|
|
2469
2502
|
int drawable abc_textfield_search_default_mtrl_alpha 0x0
|
|
2470
2503
|
int drawable abc_textfield_search_material 0x0
|
|
2471
2504
|
int drawable abc_vector_test 0x0
|
|
2472
|
-
int drawable adaptive_icon 0x0
|
|
2473
|
-
int drawable adaptive_icon_background 0x0
|
|
2474
|
-
int drawable adaptive_icon_foreground 0x0
|
|
2475
2505
|
int drawable autofill_inline_suggestion_chip_background 0x0
|
|
2476
2506
|
int drawable avd_hide_password 0x0
|
|
2477
2507
|
int drawable avd_show_password 0x0
|
|
@@ -2507,8 +2537,6 @@ int drawable design_ic_visibility 0x0
|
|
|
2507
2537
|
int drawable design_ic_visibility_off 0x0
|
|
2508
2538
|
int drawable design_password_eye 0x0
|
|
2509
2539
|
int drawable design_snackbar_background 0x0
|
|
2510
|
-
int drawable gcm_icon 0x0
|
|
2511
|
-
int drawable gcm_icon2 0x0
|
|
2512
2540
|
int drawable googleg_disabled_color_18 0x0
|
|
2513
2541
|
int drawable googleg_standard_color_18 0x0
|
|
2514
2542
|
int drawable ic_clock_black_24dp 0x0
|
|
@@ -2521,7 +2549,6 @@ int drawable ic_mtrl_chip_checked_black 0x0
|
|
|
2521
2549
|
int drawable ic_mtrl_chip_checked_circle 0x0
|
|
2522
2550
|
int drawable ic_mtrl_chip_close_circle 0x0
|
|
2523
2551
|
int drawable ic_stat_name 0x0
|
|
2524
|
-
int drawable icon_with_gradient 0x0
|
|
2525
2552
|
int drawable m3_appbar_background 0x0
|
|
2526
2553
|
int drawable m3_popupmenu_background_overlay 0x0
|
|
2527
2554
|
int drawable m3_radiobutton_ripple 0x0
|
|
@@ -2578,6 +2605,7 @@ int drawable sm_ic_pause 0x0
|
|
|
2578
2605
|
int drawable sm_ic_play 0x0
|
|
2579
2606
|
int drawable sm_ic_stop 0x0
|
|
2580
2607
|
int drawable test_custom_background 0x0
|
|
2608
|
+
int drawable test_level_drawable 0x0
|
|
2581
2609
|
int drawable tooltip_frame_dark 0x0
|
|
2582
2610
|
int drawable tooltip_frame_light 0x0
|
|
2583
2611
|
int drawable upsdk_btn_emphasis_normal_layer 0x0
|
|
@@ -2597,6 +2625,8 @@ int id TOP_START 0x0
|
|
|
2597
2625
|
int id accelerate 0x0
|
|
2598
2626
|
int id accessibility_action_clickable_span 0x0
|
|
2599
2627
|
int id accessibility_actions 0x0
|
|
2628
|
+
int id accessibility_collection 0x0
|
|
2629
|
+
int id accessibility_collection_item 0x0
|
|
2600
2630
|
int id accessibility_custom_action_0 0x0
|
|
2601
2631
|
int id accessibility_custom_action_1 0x0
|
|
2602
2632
|
int id accessibility_custom_action_10 0x0
|
|
@@ -2631,6 +2661,7 @@ int id accessibility_custom_action_8 0x0
|
|
|
2631
2661
|
int id accessibility_custom_action_9 0x0
|
|
2632
2662
|
int id accessibility_hint 0x0
|
|
2633
2663
|
int id accessibility_label 0x0
|
|
2664
|
+
int id accessibility_links 0x0
|
|
2634
2665
|
int id accessibility_role 0x0
|
|
2635
2666
|
int id accessibility_state 0x0
|
|
2636
2667
|
int id accessibility_value 0x0
|
|
@@ -2737,11 +2768,15 @@ int id dragLeft 0x0
|
|
|
2737
2768
|
int id dragRight 0x0
|
|
2738
2769
|
int id dragStart 0x0
|
|
2739
2770
|
int id dragUp 0x0
|
|
2771
|
+
int id dropdown_editable 0x0
|
|
2740
2772
|
int id dropdown_menu 0x0
|
|
2773
|
+
int id dropdown_noneditable 0x0
|
|
2741
2774
|
int id easeIn 0x0
|
|
2742
2775
|
int id easeInOut 0x0
|
|
2743
2776
|
int id easeOut 0x0
|
|
2744
2777
|
int id edit_query 0x0
|
|
2778
|
+
int id edittext_dropdown_editable 0x0
|
|
2779
|
+
int id edittext_dropdown_noneditable 0x0
|
|
2745
2780
|
int id elastic 0x0
|
|
2746
2781
|
int id enable_service_text 0x0
|
|
2747
2782
|
int id end 0x0
|
|
@@ -2763,6 +2798,8 @@ int id floating 0x0
|
|
|
2763
2798
|
int id focusCrop 0x0
|
|
2764
2799
|
int id forever 0x0
|
|
2765
2800
|
int id fps_text 0x0
|
|
2801
|
+
int id fragment_container_view_tag 0x0
|
|
2802
|
+
int id fullscreen_header 0x0
|
|
2766
2803
|
int id ghost_view 0x0
|
|
2767
2804
|
int id ghost_view_holder 0x0
|
|
2768
2805
|
int id gone 0x0
|
|
@@ -2786,10 +2823,15 @@ int id info 0x0
|
|
|
2786
2823
|
int id invisible 0x0
|
|
2787
2824
|
int id inward 0x0
|
|
2788
2825
|
int id italic 0x0
|
|
2826
|
+
int id item1 0x0
|
|
2827
|
+
int id item2 0x0
|
|
2828
|
+
int id item3 0x0
|
|
2829
|
+
int id item4 0x0
|
|
2789
2830
|
int id item_touch_helper_previous_elevation 0x0
|
|
2790
2831
|
int id jumpToEnd 0x0
|
|
2791
2832
|
int id jumpToStart 0x0
|
|
2792
2833
|
int id labeled 0x0
|
|
2834
|
+
int id labelled_by 0x0
|
|
2793
2835
|
int id latestProductCardView 0x0
|
|
2794
2836
|
int id layout 0x0
|
|
2795
2837
|
int id left 0x0
|
|
@@ -2821,6 +2863,7 @@ int id material_timepicker_mode_button 0x0
|
|
|
2821
2863
|
int id material_timepicker_ok_button 0x0
|
|
2822
2864
|
int id material_timepicker_view 0x0
|
|
2823
2865
|
int id material_value_index 0x0
|
|
2866
|
+
int id matrix 0x0
|
|
2824
2867
|
int id media_actions 0x0
|
|
2825
2868
|
int id message 0x0
|
|
2826
2869
|
int id middle 0x0
|
|
@@ -2896,6 +2939,12 @@ int id place_autocomplete_search_input 0x0
|
|
|
2896
2939
|
int id place_autocomplete_separator 0x0
|
|
2897
2940
|
int id plot_console_web_view 0x0
|
|
2898
2941
|
int id plot_nearby_fragment 0x0
|
|
2942
|
+
int id pointer_enter 0x0
|
|
2943
|
+
int id pointer_enter_capture 0x0
|
|
2944
|
+
int id pointer_leave 0x0
|
|
2945
|
+
int id pointer_leave_capture 0x0
|
|
2946
|
+
int id pointer_move 0x0
|
|
2947
|
+
int id pointer_move_capture 0x0
|
|
2899
2948
|
int id position 0x0
|
|
2900
2949
|
int id postLayout 0x0
|
|
2901
2950
|
int id progress_circular 0x0
|
|
@@ -2972,6 +3021,7 @@ int id sm_view_container 0x0
|
|
|
2972
3021
|
int id snackbar_action 0x0
|
|
2973
3022
|
int id snackbar_text 0x0
|
|
2974
3023
|
int id spacer 0x0
|
|
3024
|
+
int id special_effects_controller_view_tag 0x0
|
|
2975
3025
|
int id spline 0x0
|
|
2976
3026
|
int id split_action_bar 0x0
|
|
2977
3027
|
int id spread 0x0
|
|
@@ -3054,7 +3104,11 @@ int id version_textview 0x0
|
|
|
3054
3104
|
int id view_offset_helper 0x0
|
|
3055
3105
|
int id view_tag_instance_handle 0x0
|
|
3056
3106
|
int id view_tag_native_id 0x0
|
|
3107
|
+
int id view_tree_lifecycle_owner 0x0
|
|
3108
|
+
int id view_tree_saved_state_registry_owner 0x0
|
|
3109
|
+
int id view_tree_view_model_store_owner 0x0
|
|
3057
3110
|
int id visible 0x0
|
|
3111
|
+
int id visible_removing_fragment_view_tag 0x0
|
|
3058
3112
|
int id wide 0x0
|
|
3059
3113
|
int id withinBounds 0x0
|
|
3060
3114
|
int id wrap 0x0
|
|
@@ -3075,16 +3129,23 @@ int integer m3_btn_anim_duration_ms 0x0
|
|
|
3075
3129
|
int integer m3_card_anim_delay_ms 0x0
|
|
3076
3130
|
int integer m3_card_anim_duration_ms 0x0
|
|
3077
3131
|
int integer m3_chip_anim_duration 0x0
|
|
3078
|
-
int integer
|
|
3079
|
-
int integer
|
|
3080
|
-
int integer
|
|
3081
|
-
int integer
|
|
3082
|
-
int integer
|
|
3083
|
-
int integer
|
|
3132
|
+
int integer m3_sys_motion_duration_100 0x0
|
|
3133
|
+
int integer m3_sys_motion_duration_1000 0x0
|
|
3134
|
+
int integer m3_sys_motion_duration_150 0x0
|
|
3135
|
+
int integer m3_sys_motion_duration_200 0x0
|
|
3136
|
+
int integer m3_sys_motion_duration_250 0x0
|
|
3137
|
+
int integer m3_sys_motion_duration_300 0x0
|
|
3138
|
+
int integer m3_sys_motion_duration_350 0x0
|
|
3139
|
+
int integer m3_sys_motion_duration_400 0x0
|
|
3140
|
+
int integer m3_sys_motion_duration_450 0x0
|
|
3141
|
+
int integer m3_sys_motion_duration_50 0x0
|
|
3142
|
+
int integer m3_sys_motion_duration_500 0x0
|
|
3143
|
+
int integer m3_sys_motion_duration_550 0x0
|
|
3144
|
+
int integer m3_sys_motion_duration_600 0x0
|
|
3145
|
+
int integer m3_sys_motion_duration_700 0x0
|
|
3146
|
+
int integer m3_sys_motion_duration_800 0x0
|
|
3147
|
+
int integer m3_sys_motion_duration_900 0x0
|
|
3084
3148
|
int integer m3_sys_motion_path 0x0
|
|
3085
|
-
int integer m3_sys_shape_large_corner_family 0x0
|
|
3086
|
-
int integer m3_sys_shape_medium_corner_family 0x0
|
|
3087
|
-
int integer m3_sys_shape_small_corner_family 0x0
|
|
3088
3149
|
int integer material_motion_duration_long_1 0x0
|
|
3089
3150
|
int integer material_motion_duration_long_2 0x0
|
|
3090
3151
|
int integer material_motion_duration_medium_1 0x0
|
|
@@ -3188,6 +3249,7 @@ int layout iac_html_card_layout 0x0
|
|
|
3188
3249
|
int layout m3_alert_dialog 0x0
|
|
3189
3250
|
int layout m3_alert_dialog_actions 0x0
|
|
3190
3251
|
int layout m3_alert_dialog_title 0x0
|
|
3252
|
+
int layout m3_auto_complete_simple_item 0x0
|
|
3191
3253
|
int layout material_chip_input_combo 0x0
|
|
3192
3254
|
int layout material_clock_display 0x0
|
|
3193
3255
|
int layout material_clock_display_divider 0x0
|
|
@@ -3208,6 +3270,7 @@ int layout mtrl_alert_dialog_title 0x0
|
|
|
3208
3270
|
int layout mtrl_alert_select_dialog_item 0x0
|
|
3209
3271
|
int layout mtrl_alert_select_dialog_multichoice 0x0
|
|
3210
3272
|
int layout mtrl_alert_select_dialog_singlechoice 0x0
|
|
3273
|
+
int layout mtrl_auto_complete_simple_item 0x0
|
|
3211
3274
|
int layout mtrl_calendar_day 0x0
|
|
3212
3275
|
int layout mtrl_calendar_day_of_week 0x0
|
|
3213
3276
|
int layout mtrl_calendar_days_of_week 0x0
|
|
@@ -3265,6 +3328,7 @@ int layout test_action_chip 0x0
|
|
|
3265
3328
|
int layout test_chip_zero_corner_radius 0x0
|
|
3266
3329
|
int layout test_design_checkbox 0x0
|
|
3267
3330
|
int layout test_design_radiobutton 0x0
|
|
3331
|
+
int layout test_exposed_dropdown_menu 0x0
|
|
3268
3332
|
int layout test_navigation_bar_item_layout 0x0
|
|
3269
3333
|
int layout test_reflow_chipgroup 0x0
|
|
3270
3334
|
int layout test_toolbar 0x0
|
|
@@ -3278,12 +3342,13 @@ int layout text_view_with_theme_line_height 0x0
|
|
|
3278
3342
|
int layout text_view_without_line_height 0x0
|
|
3279
3343
|
int layout upsdk_app_dl_progress_dialog 0x0
|
|
3280
3344
|
int layout upsdk_ota_update_view 0x0
|
|
3345
|
+
int menu example_menu 0x0
|
|
3346
|
+
int menu example_menu2 0x0
|
|
3281
3347
|
int menu menu_map 0x0
|
|
3282
3348
|
int menu menu_notification 0x0
|
|
3283
3349
|
int menu menu_sell_base 0x0
|
|
3284
3350
|
int menu menu_view 0x0
|
|
3285
3351
|
int plurals mtrl_badge_content_description 0x0
|
|
3286
|
-
int raw gcm_bip 0x0
|
|
3287
3352
|
int string abc_action_bar_home_description 0x0
|
|
3288
3353
|
int string abc_action_bar_up_description 0x0
|
|
3289
3354
|
int string abc_action_menu_overflow_description 0x0
|
|
@@ -3292,18 +3357,6 @@ int string abc_activity_chooser_view_see_all 0x0
|
|
|
3292
3357
|
int string abc_activitychooserview_choose_application 0x0
|
|
3293
3358
|
int string abc_capital_off 0x0
|
|
3294
3359
|
int string abc_capital_on 0x0
|
|
3295
|
-
int string abc_font_family_body_1_material 0x0
|
|
3296
|
-
int string abc_font_family_body_2_material 0x0
|
|
3297
|
-
int string abc_font_family_button_material 0x0
|
|
3298
|
-
int string abc_font_family_caption_material 0x0
|
|
3299
|
-
int string abc_font_family_display_1_material 0x0
|
|
3300
|
-
int string abc_font_family_display_2_material 0x0
|
|
3301
|
-
int string abc_font_family_display_3_material 0x0
|
|
3302
|
-
int string abc_font_family_display_4_material 0x0
|
|
3303
|
-
int string abc_font_family_headline_material 0x0
|
|
3304
|
-
int string abc_font_family_menu_material 0x0
|
|
3305
|
-
int string abc_font_family_subhead_material 0x0
|
|
3306
|
-
int string abc_font_family_title_material 0x0
|
|
3307
3360
|
int string abc_menu_alt_shortcut_label 0x0
|
|
3308
3361
|
int string abc_menu_ctrl_shortcut_label 0x0
|
|
3309
3362
|
int string abc_menu_delete_shortcut_label 0x0
|
|
@@ -3392,9 +3445,7 @@ int string error_icon_content_description 0x0
|
|
|
3392
3445
|
int string exposed_dropdown_menu_content_description 0x0
|
|
3393
3446
|
int string fab_transformation_scrim_behavior 0x0
|
|
3394
3447
|
int string fab_transformation_sheet_behavior 0x0
|
|
3395
|
-
int string fcm_2_args 0x0
|
|
3396
3448
|
int string fcm_fallback_notification_channel_label 0x0
|
|
3397
|
-
int string fcm_no_args 0x0
|
|
3398
3449
|
int string gcm_fallback_notification_channel_label 0x0
|
|
3399
3450
|
int string header_description 0x0
|
|
3400
3451
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
@@ -3437,32 +3488,23 @@ int string icon_content_description 0x0
|
|
|
3437
3488
|
int string image_description 0x0
|
|
3438
3489
|
int string imagebutton_description 0x0
|
|
3439
3490
|
int string item_view_role_description 0x0
|
|
3491
|
+
int string label 0x0
|
|
3440
3492
|
int string link_description 0x0
|
|
3441
|
-
int string m3_ref_typeface_brand_display_regular 0x0
|
|
3442
3493
|
int string m3_ref_typeface_brand_medium 0x0
|
|
3443
3494
|
int string m3_ref_typeface_brand_regular 0x0
|
|
3444
3495
|
int string m3_ref_typeface_plain_medium 0x0
|
|
3445
3496
|
int string m3_ref_typeface_plain_regular 0x0
|
|
3446
|
-
int string m3_sys_motion_easing_accelerated 0x0
|
|
3447
|
-
int string m3_sys_motion_easing_decelerated 0x0
|
|
3448
3497
|
int string m3_sys_motion_easing_emphasized 0x0
|
|
3498
|
+
int string m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3499
|
+
int string m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
3500
|
+
int string m3_sys_motion_easing_emphasized_path_data 0x0
|
|
3501
|
+
int string m3_sys_motion_easing_legacy 0x0
|
|
3502
|
+
int string m3_sys_motion_easing_legacy_accelerate 0x0
|
|
3503
|
+
int string m3_sys_motion_easing_legacy_decelerate 0x0
|
|
3449
3504
|
int string m3_sys_motion_easing_linear 0x0
|
|
3450
3505
|
int string m3_sys_motion_easing_standard 0x0
|
|
3451
|
-
int string
|
|
3452
|
-
int string
|
|
3453
|
-
int string m3_sys_typescale_body_small_font 0x0
|
|
3454
|
-
int string m3_sys_typescale_display_large_font 0x0
|
|
3455
|
-
int string m3_sys_typescale_display_medium_font 0x0
|
|
3456
|
-
int string m3_sys_typescale_display_small_font 0x0
|
|
3457
|
-
int string m3_sys_typescale_headline_large_font 0x0
|
|
3458
|
-
int string m3_sys_typescale_headline_medium_font 0x0
|
|
3459
|
-
int string m3_sys_typescale_headline_small_font 0x0
|
|
3460
|
-
int string m3_sys_typescale_label_large_font 0x0
|
|
3461
|
-
int string m3_sys_typescale_label_medium_font 0x0
|
|
3462
|
-
int string m3_sys_typescale_label_small_font 0x0
|
|
3463
|
-
int string m3_sys_typescale_title_large_font 0x0
|
|
3464
|
-
int string m3_sys_typescale_title_medium_font 0x0
|
|
3465
|
-
int string m3_sys_typescale_title_small_font 0x0
|
|
3506
|
+
int string m3_sys_motion_easing_standard_accelerate 0x0
|
|
3507
|
+
int string m3_sys_motion_easing_standard_decelerate 0x0
|
|
3466
3508
|
int string material_clock_display_divider 0x0
|
|
3467
3509
|
int string material_clock_toggle_content_description 0x0
|
|
3468
3510
|
int string material_hour_selection 0x0
|
|
@@ -3651,11 +3693,6 @@ int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
|
|
|
3651
3693
|
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
|
|
3652
3694
|
int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
|
|
3653
3695
|
int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
|
|
3654
|
-
int style Base_TextAppearance_Material3_LabelLarge 0x0
|
|
3655
|
-
int style Base_TextAppearance_Material3_LabelMedium 0x0
|
|
3656
|
-
int style Base_TextAppearance_Material3_LabelSmall 0x0
|
|
3657
|
-
int style Base_TextAppearance_Material3_TitleMedium 0x0
|
|
3658
|
-
int style Base_TextAppearance_Material3_TitleSmall 0x0
|
|
3659
3696
|
int style Base_TextAppearance_MaterialComponents_Badge 0x0
|
|
3660
3697
|
int style Base_TextAppearance_MaterialComponents_Button 0x0
|
|
3661
3698
|
int style Base_TextAppearance_MaterialComponents_Headline6 0x0
|
|
@@ -3851,6 +3888,7 @@ int style Base_Widget_Material3_TabLayout_Secondary 0x0
|
|
|
3851
3888
|
int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
3852
3889
|
int style Base_Widget_MaterialComponents_CheckedTextView 0x0
|
|
3853
3890
|
int style Base_Widget_MaterialComponents_Chip 0x0
|
|
3891
|
+
int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
|
|
3854
3892
|
int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
|
|
3855
3893
|
int style Base_Widget_MaterialComponents_PopupMenu 0x0
|
|
3856
3894
|
int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
|
|
@@ -3967,6 +4005,24 @@ int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
3967
4005
|
int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
|
|
3968
4006
|
int style ShapeAppearanceOverlay_TopLeftCut 0x0
|
|
3969
4007
|
int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
|
|
4008
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
|
|
4009
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
|
|
4010
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
|
|
4011
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
|
|
4012
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
|
|
4013
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
|
|
4014
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
|
|
4015
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
|
|
4016
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
|
|
4017
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
|
|
4018
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
|
|
4019
|
+
int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
|
|
4020
|
+
int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
|
|
4021
|
+
int style ShapeAppearance_Material3_Corner_Full 0x0
|
|
4022
|
+
int style ShapeAppearance_Material3_Corner_Large 0x0
|
|
4023
|
+
int style ShapeAppearance_Material3_Corner_Medium 0x0
|
|
4024
|
+
int style ShapeAppearance_Material3_Corner_None 0x0
|
|
4025
|
+
int style ShapeAppearance_Material3_Corner_Small 0x0
|
|
3970
4026
|
int style ShapeAppearance_Material3_LargeComponent 0x0
|
|
3971
4027
|
int style ShapeAppearance_Material3_MediumComponent 0x0
|
|
3972
4028
|
int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
|
|
@@ -4060,6 +4116,21 @@ int style TextAppearance_Design_Prefix 0x0
|
|
|
4060
4116
|
int style TextAppearance_Design_Snackbar_Message 0x0
|
|
4061
4117
|
int style TextAppearance_Design_Suffix 0x0
|
|
4062
4118
|
int style TextAppearance_Design_Tab 0x0
|
|
4119
|
+
int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
|
|
4120
|
+
int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
|
|
4121
|
+
int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
|
|
4122
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
|
|
4123
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
|
|
4124
|
+
int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
|
|
4125
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
|
|
4126
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
|
|
4127
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
|
|
4128
|
+
int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
|
|
4129
|
+
int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
|
|
4130
|
+
int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
|
|
4131
|
+
int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
|
|
4132
|
+
int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
|
|
4133
|
+
int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
|
|
4063
4134
|
int style TextAppearance_Material3_ActionBar_Subtitle 0x0
|
|
4064
4135
|
int style TextAppearance_Material3_ActionBar_Title 0x0
|
|
4065
4136
|
int style TextAppearance_Material3_BodyLarge 0x0
|
|
@@ -4095,6 +4166,9 @@ int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
|
4095
4166
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
4096
4167
|
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
4097
4168
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
4169
|
+
int style TextAppearance_Test_NoTextSize 0x0
|
|
4170
|
+
int style TextAppearance_Test_UsesDp 0x0
|
|
4171
|
+
int style TextAppearance_Test_UsesSP 0x0
|
|
4098
4172
|
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
|
|
4099
4173
|
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
|
|
4100
4174
|
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
|
|
@@ -4139,6 +4213,8 @@ int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
|
|
|
4139
4213
|
int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
|
|
4140
4214
|
int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
|
|
4141
4215
|
int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
|
|
4216
|
+
int style ThemeOverlay_Material3_HarmonizedColors 0x0
|
|
4217
|
+
int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
|
|
4142
4218
|
int style ThemeOverlay_Material3_Light 0x0
|
|
4143
4219
|
int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
|
|
4144
4220
|
int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
|
|
@@ -4540,6 +4616,7 @@ int style Widget_MaterialComponents_ActionBar_Primary 0x0
|
|
|
4540
4616
|
int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
|
|
4541
4617
|
int style Widget_MaterialComponents_ActionBar_Solid 0x0
|
|
4542
4618
|
int style Widget_MaterialComponents_ActionBar_Surface 0x0
|
|
4619
|
+
int style Widget_MaterialComponents_ActionMode 0x0
|
|
4543
4620
|
int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
|
|
4544
4621
|
int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
|
|
4545
4622
|
int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
|
|
@@ -4750,6 +4827,7 @@ int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
|
|
|
4750
4827
|
int styleable AppBarLayout_Layout_layout_scrollEffect 0
|
|
4751
4828
|
int styleable AppBarLayout_Layout_layout_scrollFlags 1
|
|
4752
4829
|
int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
|
|
4830
|
+
int[] styleable AppCompatEmojiHelper { }
|
|
4753
4831
|
int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
|
|
4754
4832
|
int styleable AppCompatImageView_android_src 0
|
|
4755
4833
|
int styleable AppCompatImageView_srcCompat 1
|
|
@@ -4768,7 +4846,7 @@ int styleable AppCompatTextHelper_android_drawableRight 3
|
|
|
4768
4846
|
int styleable AppCompatTextHelper_android_drawableStart 4
|
|
4769
4847
|
int styleable AppCompatTextHelper_android_drawableTop 5
|
|
4770
4848
|
int styleable AppCompatTextHelper_android_textAppearance 6
|
|
4771
|
-
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4849
|
+
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4772
4850
|
int styleable AppCompatTextView_android_textAppearance 0
|
|
4773
4851
|
int styleable AppCompatTextView_autoSizeMaxTextSize 1
|
|
4774
4852
|
int styleable AppCompatTextView_autoSizeMinTextSize 2
|
|
@@ -4783,14 +4861,15 @@ int styleable AppCompatTextView_drawableStartCompat 10
|
|
|
4783
4861
|
int styleable AppCompatTextView_drawableTint 11
|
|
4784
4862
|
int styleable AppCompatTextView_drawableTintMode 12
|
|
4785
4863
|
int styleable AppCompatTextView_drawableTopCompat 13
|
|
4786
|
-
int styleable
|
|
4787
|
-
int styleable
|
|
4788
|
-
int styleable
|
|
4789
|
-
int styleable
|
|
4790
|
-
int styleable
|
|
4791
|
-
int styleable
|
|
4792
|
-
int styleable
|
|
4793
|
-
int
|
|
4864
|
+
int styleable AppCompatTextView_emojiCompatEnabled 14
|
|
4865
|
+
int styleable AppCompatTextView_firstBaselineToTopHeight 15
|
|
4866
|
+
int styleable AppCompatTextView_fontFamily 16
|
|
4867
|
+
int styleable AppCompatTextView_fontVariationSettings 17
|
|
4868
|
+
int styleable AppCompatTextView_lastBaselineToBottomHeight 18
|
|
4869
|
+
int styleable AppCompatTextView_lineHeight 19
|
|
4870
|
+
int styleable AppCompatTextView_textAllCaps 20
|
|
4871
|
+
int styleable AppCompatTextView_textLocale 21
|
|
4872
|
+
int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4794
4873
|
int styleable AppCompatTheme_actionBarDivider 0
|
|
4795
4874
|
int styleable AppCompatTheme_actionBarItemBackground 1
|
|
4796
4875
|
int styleable AppCompatTheme_actionBarPopupTheme 2
|
|
@@ -4808,114 +4887,116 @@ int styleable AppCompatTheme_actionMenuTextAppearance 13
|
|
|
4808
4887
|
int styleable AppCompatTheme_actionMenuTextColor 14
|
|
4809
4888
|
int styleable AppCompatTheme_actionModeBackground 15
|
|
4810
4889
|
int styleable AppCompatTheme_actionModeCloseButtonStyle 16
|
|
4811
|
-
int styleable
|
|
4812
|
-
int styleable
|
|
4813
|
-
int styleable
|
|
4814
|
-
int styleable
|
|
4815
|
-
int styleable
|
|
4816
|
-
int styleable
|
|
4817
|
-
int styleable
|
|
4818
|
-
int styleable
|
|
4819
|
-
int styleable
|
|
4820
|
-
int styleable
|
|
4821
|
-
int styleable
|
|
4822
|
-
int styleable
|
|
4823
|
-
int styleable
|
|
4824
|
-
int styleable
|
|
4825
|
-
int styleable
|
|
4826
|
-
int styleable
|
|
4827
|
-
int styleable
|
|
4828
|
-
int styleable
|
|
4829
|
-
int styleable
|
|
4830
|
-
int styleable
|
|
4831
|
-
int styleable
|
|
4832
|
-
int styleable
|
|
4833
|
-
int styleable
|
|
4834
|
-
int styleable
|
|
4835
|
-
int styleable
|
|
4836
|
-
int styleable
|
|
4837
|
-
int styleable
|
|
4838
|
-
int styleable
|
|
4839
|
-
int styleable
|
|
4840
|
-
int styleable
|
|
4841
|
-
int styleable
|
|
4842
|
-
int styleable
|
|
4843
|
-
int styleable
|
|
4844
|
-
int styleable
|
|
4845
|
-
int styleable
|
|
4846
|
-
int styleable
|
|
4847
|
-
int styleable
|
|
4848
|
-
int styleable
|
|
4849
|
-
int styleable
|
|
4850
|
-
int styleable
|
|
4851
|
-
int styleable
|
|
4852
|
-
int styleable
|
|
4853
|
-
int styleable
|
|
4854
|
-
int styleable
|
|
4855
|
-
int styleable
|
|
4856
|
-
int styleable
|
|
4857
|
-
int styleable
|
|
4858
|
-
int styleable
|
|
4859
|
-
int styleable
|
|
4860
|
-
int styleable
|
|
4861
|
-
int styleable
|
|
4862
|
-
int styleable
|
|
4863
|
-
int styleable
|
|
4864
|
-
int styleable
|
|
4865
|
-
int styleable
|
|
4866
|
-
int styleable
|
|
4867
|
-
int styleable
|
|
4868
|
-
int styleable
|
|
4869
|
-
int styleable
|
|
4870
|
-
int styleable
|
|
4871
|
-
int styleable
|
|
4872
|
-
int styleable
|
|
4873
|
-
int styleable
|
|
4874
|
-
int styleable
|
|
4875
|
-
int styleable
|
|
4876
|
-
int styleable
|
|
4877
|
-
int styleable
|
|
4878
|
-
int styleable
|
|
4879
|
-
int styleable
|
|
4880
|
-
int styleable
|
|
4881
|
-
int styleable
|
|
4882
|
-
int styleable
|
|
4883
|
-
int styleable
|
|
4884
|
-
int styleable
|
|
4885
|
-
int styleable
|
|
4886
|
-
int styleable
|
|
4887
|
-
int styleable
|
|
4888
|
-
int styleable
|
|
4889
|
-
int styleable
|
|
4890
|
-
int styleable
|
|
4891
|
-
int styleable
|
|
4892
|
-
int styleable
|
|
4893
|
-
int styleable
|
|
4894
|
-
int styleable
|
|
4895
|
-
int styleable
|
|
4896
|
-
int styleable
|
|
4897
|
-
int styleable
|
|
4898
|
-
int styleable
|
|
4899
|
-
int styleable
|
|
4900
|
-
int styleable
|
|
4901
|
-
int styleable
|
|
4902
|
-
int styleable
|
|
4903
|
-
int styleable
|
|
4904
|
-
int styleable
|
|
4905
|
-
int styleable
|
|
4906
|
-
int styleable
|
|
4907
|
-
int styleable
|
|
4908
|
-
int styleable
|
|
4909
|
-
int styleable
|
|
4910
|
-
int styleable
|
|
4911
|
-
int styleable
|
|
4912
|
-
int styleable
|
|
4913
|
-
int styleable
|
|
4914
|
-
int styleable
|
|
4915
|
-
int styleable
|
|
4916
|
-
int styleable
|
|
4917
|
-
int styleable
|
|
4918
|
-
int styleable
|
|
4890
|
+
int styleable AppCompatTheme_actionModeCloseContentDescription 17
|
|
4891
|
+
int styleable AppCompatTheme_actionModeCloseDrawable 18
|
|
4892
|
+
int styleable AppCompatTheme_actionModeCopyDrawable 19
|
|
4893
|
+
int styleable AppCompatTheme_actionModeCutDrawable 20
|
|
4894
|
+
int styleable AppCompatTheme_actionModeFindDrawable 21
|
|
4895
|
+
int styleable AppCompatTheme_actionModePasteDrawable 22
|
|
4896
|
+
int styleable AppCompatTheme_actionModePopupWindowStyle 23
|
|
4897
|
+
int styleable AppCompatTheme_actionModeSelectAllDrawable 24
|
|
4898
|
+
int styleable AppCompatTheme_actionModeShareDrawable 25
|
|
4899
|
+
int styleable AppCompatTheme_actionModeSplitBackground 26
|
|
4900
|
+
int styleable AppCompatTheme_actionModeStyle 27
|
|
4901
|
+
int styleable AppCompatTheme_actionModeTheme 28
|
|
4902
|
+
int styleable AppCompatTheme_actionModeWebSearchDrawable 29
|
|
4903
|
+
int styleable AppCompatTheme_actionOverflowButtonStyle 30
|
|
4904
|
+
int styleable AppCompatTheme_actionOverflowMenuStyle 31
|
|
4905
|
+
int styleable AppCompatTheme_activityChooserViewStyle 32
|
|
4906
|
+
int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
|
|
4907
|
+
int styleable AppCompatTheme_alertDialogCenterButtons 34
|
|
4908
|
+
int styleable AppCompatTheme_alertDialogStyle 35
|
|
4909
|
+
int styleable AppCompatTheme_alertDialogTheme 36
|
|
4910
|
+
int styleable AppCompatTheme_android_windowAnimationStyle 37
|
|
4911
|
+
int styleable AppCompatTheme_android_windowIsFloating 38
|
|
4912
|
+
int styleable AppCompatTheme_autoCompleteTextViewStyle 39
|
|
4913
|
+
int styleable AppCompatTheme_borderlessButtonStyle 40
|
|
4914
|
+
int styleable AppCompatTheme_buttonBarButtonStyle 41
|
|
4915
|
+
int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
|
|
4916
|
+
int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
|
|
4917
|
+
int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
|
|
4918
|
+
int styleable AppCompatTheme_buttonBarStyle 45
|
|
4919
|
+
int styleable AppCompatTheme_buttonStyle 46
|
|
4920
|
+
int styleable AppCompatTheme_buttonStyleSmall 47
|
|
4921
|
+
int styleable AppCompatTheme_checkboxStyle 48
|
|
4922
|
+
int styleable AppCompatTheme_checkedTextViewStyle 49
|
|
4923
|
+
int styleable AppCompatTheme_colorAccent 50
|
|
4924
|
+
int styleable AppCompatTheme_colorBackgroundFloating 51
|
|
4925
|
+
int styleable AppCompatTheme_colorButtonNormal 52
|
|
4926
|
+
int styleable AppCompatTheme_colorControlActivated 53
|
|
4927
|
+
int styleable AppCompatTheme_colorControlHighlight 54
|
|
4928
|
+
int styleable AppCompatTheme_colorControlNormal 55
|
|
4929
|
+
int styleable AppCompatTheme_colorError 56
|
|
4930
|
+
int styleable AppCompatTheme_colorPrimary 57
|
|
4931
|
+
int styleable AppCompatTheme_colorPrimaryDark 58
|
|
4932
|
+
int styleable AppCompatTheme_colorSwitchThumbNormal 59
|
|
4933
|
+
int styleable AppCompatTheme_controlBackground 60
|
|
4934
|
+
int styleable AppCompatTheme_dialogCornerRadius 61
|
|
4935
|
+
int styleable AppCompatTheme_dialogPreferredPadding 62
|
|
4936
|
+
int styleable AppCompatTheme_dialogTheme 63
|
|
4937
|
+
int styleable AppCompatTheme_dividerHorizontal 64
|
|
4938
|
+
int styleable AppCompatTheme_dividerVertical 65
|
|
4939
|
+
int styleable AppCompatTheme_dropDownListViewStyle 66
|
|
4940
|
+
int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
|
|
4941
|
+
int styleable AppCompatTheme_editTextBackground 68
|
|
4942
|
+
int styleable AppCompatTheme_editTextColor 69
|
|
4943
|
+
int styleable AppCompatTheme_editTextStyle 70
|
|
4944
|
+
int styleable AppCompatTheme_homeAsUpIndicator 71
|
|
4945
|
+
int styleable AppCompatTheme_imageButtonStyle 72
|
|
4946
|
+
int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
|
|
4947
|
+
int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
|
|
4948
|
+
int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
|
|
4949
|
+
int styleable AppCompatTheme_listDividerAlertDialog 76
|
|
4950
|
+
int styleable AppCompatTheme_listMenuViewStyle 77
|
|
4951
|
+
int styleable AppCompatTheme_listPopupWindowStyle 78
|
|
4952
|
+
int styleable AppCompatTheme_listPreferredItemHeight 79
|
|
4953
|
+
int styleable AppCompatTheme_listPreferredItemHeightLarge 80
|
|
4954
|
+
int styleable AppCompatTheme_listPreferredItemHeightSmall 81
|
|
4955
|
+
int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
|
|
4956
|
+
int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
|
|
4957
|
+
int styleable AppCompatTheme_listPreferredItemPaddingRight 84
|
|
4958
|
+
int styleable AppCompatTheme_listPreferredItemPaddingStart 85
|
|
4959
|
+
int styleable AppCompatTheme_panelBackground 86
|
|
4960
|
+
int styleable AppCompatTheme_panelMenuListTheme 87
|
|
4961
|
+
int styleable AppCompatTheme_panelMenuListWidth 88
|
|
4962
|
+
int styleable AppCompatTheme_popupMenuStyle 89
|
|
4963
|
+
int styleable AppCompatTheme_popupWindowStyle 90
|
|
4964
|
+
int styleable AppCompatTheme_radioButtonStyle 91
|
|
4965
|
+
int styleable AppCompatTheme_ratingBarStyle 92
|
|
4966
|
+
int styleable AppCompatTheme_ratingBarStyleIndicator 93
|
|
4967
|
+
int styleable AppCompatTheme_ratingBarStyleSmall 94
|
|
4968
|
+
int styleable AppCompatTheme_searchViewStyle 95
|
|
4969
|
+
int styleable AppCompatTheme_seekBarStyle 96
|
|
4970
|
+
int styleable AppCompatTheme_selectableItemBackground 97
|
|
4971
|
+
int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
|
|
4972
|
+
int styleable AppCompatTheme_spinnerDropDownItemStyle 99
|
|
4973
|
+
int styleable AppCompatTheme_spinnerStyle 100
|
|
4974
|
+
int styleable AppCompatTheme_switchStyle 101
|
|
4975
|
+
int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
|
|
4976
|
+
int styleable AppCompatTheme_textAppearanceListItem 103
|
|
4977
|
+
int styleable AppCompatTheme_textAppearanceListItemSecondary 104
|
|
4978
|
+
int styleable AppCompatTheme_textAppearanceListItemSmall 105
|
|
4979
|
+
int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
|
|
4980
|
+
int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
|
|
4981
|
+
int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
|
|
4982
|
+
int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
|
|
4983
|
+
int styleable AppCompatTheme_textColorAlertDialogListItem 110
|
|
4984
|
+
int styleable AppCompatTheme_textColorSearchUrl 111
|
|
4985
|
+
int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
|
|
4986
|
+
int styleable AppCompatTheme_toolbarStyle 113
|
|
4987
|
+
int styleable AppCompatTheme_tooltipForegroundColor 114
|
|
4988
|
+
int styleable AppCompatTheme_tooltipFrameBackground 115
|
|
4989
|
+
int styleable AppCompatTheme_viewInflaterClass 116
|
|
4990
|
+
int styleable AppCompatTheme_windowActionBar 117
|
|
4991
|
+
int styleable AppCompatTheme_windowActionBarOverlay 118
|
|
4992
|
+
int styleable AppCompatTheme_windowActionModeOverlay 119
|
|
4993
|
+
int styleable AppCompatTheme_windowFixedHeightMajor 120
|
|
4994
|
+
int styleable AppCompatTheme_windowFixedHeightMinor 121
|
|
4995
|
+
int styleable AppCompatTheme_windowFixedWidthMajor 122
|
|
4996
|
+
int styleable AppCompatTheme_windowFixedWidthMinor 123
|
|
4997
|
+
int styleable AppCompatTheme_windowMinWidthMajor 124
|
|
4998
|
+
int styleable AppCompatTheme_windowMinWidthMinor 125
|
|
4999
|
+
int styleable AppCompatTheme_windowNoTitle 126
|
|
4919
5000
|
int[] styleable Autofill_InlineSuggestion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4920
5001
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0
|
|
4921
5002
|
int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1
|
|
@@ -4962,7 +5043,7 @@ int styleable BottomAppBar_paddingRightSystemWindowInsets 11
|
|
|
4962
5043
|
int[] styleable BottomNavigationView { 0x1010140, 0x0 }
|
|
4963
5044
|
int styleable BottomNavigationView_android_minHeight 0
|
|
4964
5045
|
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
|
|
4965
|
-
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5046
|
+
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4966
5047
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
4967
5048
|
int styleable BottomSheetBehavior_Layout_android_maxHeight 1
|
|
4968
5049
|
int styleable BottomSheetBehavior_Layout_android_maxWidth 2
|
|
@@ -4976,12 +5057,15 @@ int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
|
|
|
4976
5057
|
int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
|
|
4977
5058
|
int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
|
|
4978
5059
|
int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
|
|
4979
|
-
int styleable
|
|
4980
|
-
int styleable
|
|
4981
|
-
int styleable
|
|
4982
|
-
int styleable
|
|
4983
|
-
int styleable
|
|
4984
|
-
int styleable
|
|
5060
|
+
int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
|
|
5061
|
+
int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
|
|
5062
|
+
int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
|
|
5063
|
+
int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
|
|
5064
|
+
int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
|
|
5065
|
+
int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
|
|
5066
|
+
int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
|
|
5067
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearance 20
|
|
5068
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
|
|
4985
5069
|
int[] styleable ButtonBarLayout { 0x0 }
|
|
4986
5070
|
int styleable ButtonBarLayout_allowStacking 0
|
|
4987
5071
|
int[] styleable Capability { 0x0, 0x0 }
|
|
@@ -5001,6 +5085,11 @@ int styleable CardView_contentPaddingBottom 9
|
|
|
5001
5085
|
int styleable CardView_contentPaddingLeft 10
|
|
5002
5086
|
int styleable CardView_contentPaddingRight 11
|
|
5003
5087
|
int styleable CardView_contentPaddingTop 12
|
|
5088
|
+
int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
|
|
5089
|
+
int styleable CheckedTextView_android_checkMark 0
|
|
5090
|
+
int styleable CheckedTextView_checkMarkCompat 1
|
|
5091
|
+
int styleable CheckedTextView_checkMarkTint 2
|
|
5092
|
+
int styleable CheckedTextView_checkMarkTintMode 3
|
|
5004
5093
|
int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5005
5094
|
int styleable Chip_android_checkable 0
|
|
5006
5095
|
int styleable Chip_android_ellipsize 1
|
|
@@ -5090,10 +5179,12 @@ int styleable CollapsingToolbarLayout_toolbarId 22
|
|
|
5090
5179
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
5091
5180
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
5092
5181
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
5093
|
-
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
|
|
5182
|
+
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
|
|
5094
5183
|
int styleable ColorStateListItem_alpha 0
|
|
5095
5184
|
int styleable ColorStateListItem_android_alpha 1
|
|
5096
5185
|
int styleable ColorStateListItem_android_color 2
|
|
5186
|
+
int styleable ColorStateListItem_android_lStar 3
|
|
5187
|
+
int styleable ColorStateListItem_lStar 4
|
|
5097
5188
|
int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
|
|
5098
5189
|
int styleable CompoundButton_android_button 0
|
|
5099
5190
|
int styleable CompoundButton_buttonCompat 1
|
|
@@ -5503,6 +5594,13 @@ int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
|
|
|
5503
5594
|
int styleable ForegroundLinearLayout_android_foreground 0
|
|
5504
5595
|
int styleable ForegroundLinearLayout_android_foregroundGravity 1
|
|
5505
5596
|
int styleable ForegroundLinearLayout_foregroundInsidePadding 2
|
|
5597
|
+
int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
|
|
5598
|
+
int styleable Fragment_android_id 0
|
|
5599
|
+
int styleable Fragment_android_name 1
|
|
5600
|
+
int styleable Fragment_android_tag 2
|
|
5601
|
+
int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
|
|
5602
|
+
int styleable FragmentContainerView_android_name 0
|
|
5603
|
+
int styleable FragmentContainerView_android_tag 1
|
|
5506
5604
|
int[] styleable GenericDraweeHierarchy { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5507
5605
|
int styleable GenericDraweeHierarchy_actualImageScaleType 0
|
|
5508
5606
|
int styleable GenericDraweeHierarchy_backgroundImage 1
|
|
@@ -5559,11 +5657,14 @@ int styleable ImageFilterView_round 5
|
|
|
5559
5657
|
int styleable ImageFilterView_roundPercent 6
|
|
5560
5658
|
int styleable ImageFilterView_saturation 7
|
|
5561
5659
|
int styleable ImageFilterView_warmth 8
|
|
5562
|
-
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0 }
|
|
5563
|
-
int styleable
|
|
5564
|
-
int styleable
|
|
5565
|
-
int styleable
|
|
5566
|
-
int styleable
|
|
5660
|
+
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5661
|
+
int styleable Insets_marginLeftSystemWindowInsets 0
|
|
5662
|
+
int styleable Insets_marginRightSystemWindowInsets 1
|
|
5663
|
+
int styleable Insets_marginTopSystemWindowInsets 2
|
|
5664
|
+
int styleable Insets_paddingBottomSystemWindowInsets 3
|
|
5665
|
+
int styleable Insets_paddingLeftSystemWindowInsets 4
|
|
5666
|
+
int styleable Insets_paddingRightSystemWindowInsets 5
|
|
5667
|
+
int styleable Insets_paddingTopSystemWindowInsets 6
|
|
5567
5668
|
int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5568
5669
|
int styleable KeyAttribute_android_alpha 0
|
|
5569
5670
|
int styleable KeyAttribute_android_elevation 1
|
|
@@ -5781,8 +5882,10 @@ int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
|
|
|
5781
5882
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
|
|
5782
5883
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
|
|
5783
5884
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
|
|
5784
|
-
int[] styleable MaterialAutoCompleteTextView { 0x1010220 }
|
|
5885
|
+
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
|
|
5785
5886
|
int styleable MaterialAutoCompleteTextView_android_inputType 0
|
|
5887
|
+
int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
|
|
5888
|
+
int styleable MaterialAutoCompleteTextView_simpleItems 2
|
|
5786
5889
|
int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5787
5890
|
int styleable MaterialButton_android_background 0
|
|
5788
5891
|
int styleable MaterialButton_android_checkable 1
|
|
@@ -5831,27 +5934,30 @@ int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
|
|
|
5831
5934
|
int styleable MaterialCalendarItem_itemStrokeColor 7
|
|
5832
5935
|
int styleable MaterialCalendarItem_itemStrokeWidth 8
|
|
5833
5936
|
int styleable MaterialCalendarItem_itemTextColor 9
|
|
5834
|
-
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5937
|
+
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5835
5938
|
int styleable MaterialCardView_android_checkable 0
|
|
5836
5939
|
int styleable MaterialCardView_cardForegroundColor 1
|
|
5837
5940
|
int styleable MaterialCardView_checkedIcon 2
|
|
5838
|
-
int styleable
|
|
5839
|
-
int styleable
|
|
5840
|
-
int styleable
|
|
5841
|
-
int styleable
|
|
5842
|
-
int styleable
|
|
5843
|
-
int styleable
|
|
5844
|
-
int styleable
|
|
5845
|
-
int styleable
|
|
5846
|
-
int styleable
|
|
5847
|
-
int
|
|
5941
|
+
int styleable MaterialCardView_checkedIconGravity 3
|
|
5942
|
+
int styleable MaterialCardView_checkedIconMargin 4
|
|
5943
|
+
int styleable MaterialCardView_checkedIconSize 5
|
|
5944
|
+
int styleable MaterialCardView_checkedIconTint 6
|
|
5945
|
+
int styleable MaterialCardView_rippleColor 7
|
|
5946
|
+
int styleable MaterialCardView_shapeAppearance 8
|
|
5947
|
+
int styleable MaterialCardView_shapeAppearanceOverlay 9
|
|
5948
|
+
int styleable MaterialCardView_state_dragged 10
|
|
5949
|
+
int styleable MaterialCardView_strokeColor 11
|
|
5950
|
+
int styleable MaterialCardView_strokeWidth 12
|
|
5951
|
+
int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
|
|
5848
5952
|
int styleable MaterialCheckBox_buttonTint 0
|
|
5849
|
-
int styleable
|
|
5850
|
-
int
|
|
5953
|
+
int styleable MaterialCheckBox_centerIfNoTextEnabled 1
|
|
5954
|
+
int styleable MaterialCheckBox_useMaterialThemeColors 2
|
|
5955
|
+
int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5851
5956
|
int styleable MaterialDivider_dividerColor 0
|
|
5852
5957
|
int styleable MaterialDivider_dividerInsetEnd 1
|
|
5853
5958
|
int styleable MaterialDivider_dividerInsetStart 2
|
|
5854
5959
|
int styleable MaterialDivider_dividerThickness 3
|
|
5960
|
+
int styleable MaterialDivider_lastItemDecorated 4
|
|
5855
5961
|
int[] styleable MaterialRadioButton { 0x0, 0x0 }
|
|
5856
5962
|
int styleable MaterialRadioButton_buttonTint 0
|
|
5857
5963
|
int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
@@ -5869,10 +5975,12 @@ int styleable MaterialTextView_lineHeight 2
|
|
|
5869
5975
|
int[] styleable MaterialTimePicker { 0x0, 0x0 }
|
|
5870
5976
|
int styleable MaterialTimePicker_clockIcon 0
|
|
5871
5977
|
int styleable MaterialTimePicker_keyboardIcon 1
|
|
5872
|
-
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
|
|
5873
|
-
int styleable
|
|
5874
|
-
int styleable
|
|
5875
|
-
int styleable
|
|
5978
|
+
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5979
|
+
int styleable MaterialToolbar_logoAdjustViewBounds 0
|
|
5980
|
+
int styleable MaterialToolbar_logoScaleType 1
|
|
5981
|
+
int styleable MaterialToolbar_navigationIconTint 2
|
|
5982
|
+
int styleable MaterialToolbar_subtitleCentered 3
|
|
5983
|
+
int styleable MaterialToolbar_titleCentered 4
|
|
5876
5984
|
int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
|
|
5877
5985
|
int styleable MenuGroup_android_checkableBehavior 0
|
|
5878
5986
|
int styleable MenuGroup_android_enabled 1
|
|
@@ -5966,11 +6074,13 @@ int styleable NavigationBarView_itemTextAppearanceInactive 10
|
|
|
5966
6074
|
int styleable NavigationBarView_itemTextColor 11
|
|
5967
6075
|
int styleable NavigationBarView_labelVisibilityMode 12
|
|
5968
6076
|
int styleable NavigationBarView_menu 13
|
|
5969
|
-
int[] styleable NavigationRailView { 0x0, 0x0, 0x0 }
|
|
6077
|
+
int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5970
6078
|
int styleable NavigationRailView_headerLayout 0
|
|
5971
6079
|
int styleable NavigationRailView_itemMinHeight 1
|
|
5972
6080
|
int styleable NavigationRailView_menuGravity 2
|
|
5973
|
-
int
|
|
6081
|
+
int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
|
|
6082
|
+
int styleable NavigationRailView_paddingTopSystemWindowInsets 4
|
|
6083
|
+
int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5974
6084
|
int styleable NavigationView_android_background 0
|
|
5975
6085
|
int styleable NavigationView_android_fitsSystemWindows 1
|
|
5976
6086
|
int styleable NavigationView_android_layout_gravity 2
|
|
@@ -5987,24 +6097,25 @@ int styleable NavigationView_itemIconPadding 12
|
|
|
5987
6097
|
int styleable NavigationView_itemIconSize 13
|
|
5988
6098
|
int styleable NavigationView_itemIconTint 14
|
|
5989
6099
|
int styleable NavigationView_itemMaxLines 15
|
|
5990
|
-
int styleable
|
|
5991
|
-
int styleable
|
|
5992
|
-
int styleable
|
|
5993
|
-
int styleable
|
|
5994
|
-
int styleable
|
|
5995
|
-
int styleable
|
|
5996
|
-
int styleable
|
|
5997
|
-
int styleable
|
|
5998
|
-
int styleable
|
|
5999
|
-
int styleable
|
|
6000
|
-
int styleable
|
|
6001
|
-
int styleable
|
|
6002
|
-
int styleable
|
|
6003
|
-
int styleable
|
|
6004
|
-
int styleable
|
|
6005
|
-
int styleable
|
|
6006
|
-
int styleable
|
|
6007
|
-
int styleable
|
|
6100
|
+
int styleable NavigationView_itemRippleColor 16
|
|
6101
|
+
int styleable NavigationView_itemShapeAppearance 17
|
|
6102
|
+
int styleable NavigationView_itemShapeAppearanceOverlay 18
|
|
6103
|
+
int styleable NavigationView_itemShapeFillColor 19
|
|
6104
|
+
int styleable NavigationView_itemShapeInsetBottom 20
|
|
6105
|
+
int styleable NavigationView_itemShapeInsetEnd 21
|
|
6106
|
+
int styleable NavigationView_itemShapeInsetStart 22
|
|
6107
|
+
int styleable NavigationView_itemShapeInsetTop 23
|
|
6108
|
+
int styleable NavigationView_itemTextAppearance 24
|
|
6109
|
+
int styleable NavigationView_itemTextColor 25
|
|
6110
|
+
int styleable NavigationView_itemVerticalPadding 26
|
|
6111
|
+
int styleable NavigationView_menu 27
|
|
6112
|
+
int styleable NavigationView_shapeAppearance 28
|
|
6113
|
+
int styleable NavigationView_shapeAppearanceOverlay 29
|
|
6114
|
+
int styleable NavigationView_subheaderColor 30
|
|
6115
|
+
int styleable NavigationView_subheaderInsetEnd 31
|
|
6116
|
+
int styleable NavigationView_subheaderInsetStart 32
|
|
6117
|
+
int styleable NavigationView_subheaderTextAppearance 33
|
|
6118
|
+
int styleable NavigationView_topInsetScrimEnabled 34
|
|
6008
6119
|
int[] styleable OnClick { 0x0, 0x0 }
|
|
6009
6120
|
int styleable OnClick_clickAction 0
|
|
6010
6121
|
int styleable OnClick_targetId 1
|
|
@@ -6258,72 +6369,74 @@ int styleable TextAppearance_textAllCaps 14
|
|
|
6258
6369
|
int styleable TextAppearance_textLocale 15
|
|
6259
6370
|
int[] styleable TextInputEditText { 0x0 }
|
|
6260
6371
|
int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
|
|
6261
|
-
int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x101011f, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6372
|
+
int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6262
6373
|
int styleable TextInputLayout_android_enabled 0
|
|
6263
6374
|
int styleable TextInputLayout_android_hint 1
|
|
6264
|
-
int styleable
|
|
6265
|
-
int styleable
|
|
6266
|
-
int styleable
|
|
6267
|
-
int styleable
|
|
6268
|
-
int styleable
|
|
6269
|
-
int styleable
|
|
6270
|
-
int styleable
|
|
6271
|
-
int styleable
|
|
6272
|
-
int styleable
|
|
6273
|
-
int styleable
|
|
6274
|
-
int styleable
|
|
6275
|
-
int styleable
|
|
6276
|
-
int styleable
|
|
6277
|
-
int styleable
|
|
6278
|
-
int styleable
|
|
6279
|
-
int styleable
|
|
6280
|
-
int styleable
|
|
6281
|
-
int styleable
|
|
6282
|
-
int styleable
|
|
6283
|
-
int styleable
|
|
6284
|
-
int styleable
|
|
6285
|
-
int styleable
|
|
6286
|
-
int styleable
|
|
6287
|
-
int styleable
|
|
6288
|
-
int styleable
|
|
6289
|
-
int styleable
|
|
6290
|
-
int styleable
|
|
6291
|
-
int styleable
|
|
6292
|
-
int styleable
|
|
6293
|
-
int styleable
|
|
6294
|
-
int styleable
|
|
6295
|
-
int styleable
|
|
6296
|
-
int styleable
|
|
6297
|
-
int styleable
|
|
6298
|
-
int styleable
|
|
6299
|
-
int styleable
|
|
6300
|
-
int styleable
|
|
6301
|
-
int styleable
|
|
6302
|
-
int styleable
|
|
6303
|
-
int styleable
|
|
6304
|
-
int styleable
|
|
6305
|
-
int styleable
|
|
6306
|
-
int styleable
|
|
6307
|
-
int styleable
|
|
6308
|
-
int styleable
|
|
6309
|
-
int styleable
|
|
6310
|
-
int styleable
|
|
6311
|
-
int styleable
|
|
6312
|
-
int styleable
|
|
6313
|
-
int styleable
|
|
6314
|
-
int styleable
|
|
6315
|
-
int styleable
|
|
6316
|
-
int styleable
|
|
6317
|
-
int styleable
|
|
6318
|
-
int styleable
|
|
6319
|
-
int styleable
|
|
6320
|
-
int styleable
|
|
6321
|
-
int styleable
|
|
6322
|
-
int styleable
|
|
6323
|
-
int styleable
|
|
6324
|
-
int styleable
|
|
6325
|
-
int styleable
|
|
6326
|
-
int styleable
|
|
6375
|
+
int styleable TextInputLayout_android_maxEms 2
|
|
6376
|
+
int styleable TextInputLayout_android_maxWidth 3
|
|
6377
|
+
int styleable TextInputLayout_android_minEms 4
|
|
6378
|
+
int styleable TextInputLayout_android_minWidth 5
|
|
6379
|
+
int styleable TextInputLayout_android_textColorHint 6
|
|
6380
|
+
int styleable TextInputLayout_boxBackgroundColor 7
|
|
6381
|
+
int styleable TextInputLayout_boxBackgroundMode 8
|
|
6382
|
+
int styleable TextInputLayout_boxCollapsedPaddingTop 9
|
|
6383
|
+
int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
|
|
6384
|
+
int styleable TextInputLayout_boxCornerRadiusBottomStart 11
|
|
6385
|
+
int styleable TextInputLayout_boxCornerRadiusTopEnd 12
|
|
6386
|
+
int styleable TextInputLayout_boxCornerRadiusTopStart 13
|
|
6387
|
+
int styleable TextInputLayout_boxStrokeColor 14
|
|
6388
|
+
int styleable TextInputLayout_boxStrokeErrorColor 15
|
|
6389
|
+
int styleable TextInputLayout_boxStrokeWidth 16
|
|
6390
|
+
int styleable TextInputLayout_boxStrokeWidthFocused 17
|
|
6391
|
+
int styleable TextInputLayout_counterEnabled 18
|
|
6392
|
+
int styleable TextInputLayout_counterMaxLength 19
|
|
6393
|
+
int styleable TextInputLayout_counterOverflowTextAppearance 20
|
|
6394
|
+
int styleable TextInputLayout_counterOverflowTextColor 21
|
|
6395
|
+
int styleable TextInputLayout_counterTextAppearance 22
|
|
6396
|
+
int styleable TextInputLayout_counterTextColor 23
|
|
6397
|
+
int styleable TextInputLayout_endIconCheckable 24
|
|
6398
|
+
int styleable TextInputLayout_endIconContentDescription 25
|
|
6399
|
+
int styleable TextInputLayout_endIconDrawable 26
|
|
6400
|
+
int styleable TextInputLayout_endIconMode 27
|
|
6401
|
+
int styleable TextInputLayout_endIconTint 28
|
|
6402
|
+
int styleable TextInputLayout_endIconTintMode 29
|
|
6403
|
+
int styleable TextInputLayout_errorContentDescription 30
|
|
6404
|
+
int styleable TextInputLayout_errorEnabled 31
|
|
6405
|
+
int styleable TextInputLayout_errorIconDrawable 32
|
|
6406
|
+
int styleable TextInputLayout_errorIconTint 33
|
|
6407
|
+
int styleable TextInputLayout_errorIconTintMode 34
|
|
6408
|
+
int styleable TextInputLayout_errorTextAppearance 35
|
|
6409
|
+
int styleable TextInputLayout_errorTextColor 36
|
|
6410
|
+
int styleable TextInputLayout_expandedHintEnabled 37
|
|
6411
|
+
int styleable TextInputLayout_helperText 38
|
|
6412
|
+
int styleable TextInputLayout_helperTextEnabled 39
|
|
6413
|
+
int styleable TextInputLayout_helperTextTextAppearance 40
|
|
6414
|
+
int styleable TextInputLayout_helperTextTextColor 41
|
|
6415
|
+
int styleable TextInputLayout_hintAnimationEnabled 42
|
|
6416
|
+
int styleable TextInputLayout_hintEnabled 43
|
|
6417
|
+
int styleable TextInputLayout_hintTextAppearance 44
|
|
6418
|
+
int styleable TextInputLayout_hintTextColor 45
|
|
6419
|
+
int styleable TextInputLayout_passwordToggleContentDescription 46
|
|
6420
|
+
int styleable TextInputLayout_passwordToggleDrawable 47
|
|
6421
|
+
int styleable TextInputLayout_passwordToggleEnabled 48
|
|
6422
|
+
int styleable TextInputLayout_passwordToggleTint 49
|
|
6423
|
+
int styleable TextInputLayout_passwordToggleTintMode 50
|
|
6424
|
+
int styleable TextInputLayout_placeholderText 51
|
|
6425
|
+
int styleable TextInputLayout_placeholderTextAppearance 52
|
|
6426
|
+
int styleable TextInputLayout_placeholderTextColor 53
|
|
6427
|
+
int styleable TextInputLayout_prefixText 54
|
|
6428
|
+
int styleable TextInputLayout_prefixTextAppearance 55
|
|
6429
|
+
int styleable TextInputLayout_prefixTextColor 56
|
|
6430
|
+
int styleable TextInputLayout_shapeAppearance 57
|
|
6431
|
+
int styleable TextInputLayout_shapeAppearanceOverlay 58
|
|
6432
|
+
int styleable TextInputLayout_startIconCheckable 59
|
|
6433
|
+
int styleable TextInputLayout_startIconContentDescription 60
|
|
6434
|
+
int styleable TextInputLayout_startIconDrawable 61
|
|
6435
|
+
int styleable TextInputLayout_startIconTint 62
|
|
6436
|
+
int styleable TextInputLayout_startIconTintMode 63
|
|
6437
|
+
int styleable TextInputLayout_suffixText 64
|
|
6438
|
+
int styleable TextInputLayout_suffixTextAppearance 65
|
|
6439
|
+
int styleable TextInputLayout_suffixTextColor 66
|
|
6327
6440
|
int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
|
|
6328
6441
|
int styleable ThemeEnforcement_android_textAppearance 0
|
|
6329
6442
|
int styleable ThemeEnforcement_enforceMaterialTheme 1
|