@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
|
@@ -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
|
|
@@ -943,6 +973,7 @@ int attr suffixText 0x0
|
|
|
943
973
|
int attr suffixTextAppearance 0x0
|
|
944
974
|
int attr suffixTextColor 0x0
|
|
945
975
|
int attr suggestionRowLayout 0x0
|
|
976
|
+
int attr swipeRefreshLayoutProgressSpinnerBackgroundColor 0x0
|
|
946
977
|
int attr switchMinWidth 0x0
|
|
947
978
|
int attr switchPadding 0x0
|
|
948
979
|
int attr switchStyle 0x0
|
|
@@ -1139,21 +1170,6 @@ int bool enable_gcm_scheduler_default 0x0
|
|
|
1139
1170
|
int bool enable_system_alarm_service_default 0x0
|
|
1140
1171
|
int bool enable_system_foreground_service_default 0x0
|
|
1141
1172
|
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
1173
|
int bool mtrl_btn_textappearance_all_caps 0x0
|
|
1158
1174
|
int bool workmanager_test_configuration 0x0
|
|
1159
1175
|
int color abc_background_cache_hint_selector_material_dark 0x0
|
|
@@ -1165,7 +1181,6 @@ int color abc_decor_view_status_guard 0x0
|
|
|
1165
1181
|
int color abc_decor_view_status_guard_light 0x0
|
|
1166
1182
|
int color abc_hint_foreground_material_dark 0x0
|
|
1167
1183
|
int color abc_hint_foreground_material_light 0x0
|
|
1168
|
-
int color abc_input_method_navigation_guard 0x0
|
|
1169
1184
|
int color abc_primary_text_disable_only_material_dark 0x0
|
|
1170
1185
|
int color abc_primary_text_disable_only_material_light 0x0
|
|
1171
1186
|
int color abc_primary_text_material_dark 0x0
|
|
@@ -1263,7 +1278,6 @@ int color emui_color_gray_10 0x0
|
|
|
1263
1278
|
int color emui_color_gray_7 0x0
|
|
1264
1279
|
int color error_color_material_dark 0x0
|
|
1265
1280
|
int color error_color_material_light 0x0
|
|
1266
|
-
int color fcm_test_color 0x0
|
|
1267
1281
|
int color foreground_material_dark 0x0
|
|
1268
1282
|
int color foreground_material_light 0x0
|
|
1269
1283
|
int color highlighted_text_material_dark 0x0
|
|
@@ -1311,10 +1325,12 @@ int color m3_navigation_bar_item_with_indicator_label_tint 0x0
|
|
|
1311
1325
|
int color m3_navigation_bar_ripple_color_selector 0x0
|
|
1312
1326
|
int color m3_navigation_item_background_color 0x0
|
|
1313
1327
|
int color m3_navigation_item_icon_tint 0x0
|
|
1328
|
+
int color m3_navigation_item_ripple_color 0x0
|
|
1314
1329
|
int color m3_navigation_item_text_color 0x0
|
|
1315
1330
|
int color m3_popupmenu_overlay_color 0x0
|
|
1316
1331
|
int color m3_primary_text_disable_only 0x0
|
|
1317
1332
|
int color m3_radiobutton_ripple_tint 0x0
|
|
1333
|
+
int color m3_ref_palette_black 0x0
|
|
1318
1334
|
int color m3_ref_palette_dynamic_neutral0 0x0
|
|
1319
1335
|
int color m3_ref_palette_dynamic_neutral10 0x0
|
|
1320
1336
|
int color m3_ref_palette_dynamic_neutral100 0x0
|
|
@@ -1458,6 +1474,7 @@ int color m3_ref_palette_tertiary80 0x0
|
|
|
1458
1474
|
int color m3_ref_palette_tertiary90 0x0
|
|
1459
1475
|
int color m3_ref_palette_tertiary95 0x0
|
|
1460
1476
|
int color m3_ref_palette_tertiary99 0x0
|
|
1477
|
+
int color m3_ref_palette_white 0x0
|
|
1461
1478
|
int color m3_selection_control_button_tint 0x0
|
|
1462
1479
|
int color m3_selection_control_ripple_color_selector 0x0
|
|
1463
1480
|
int color m3_slider_active_track_color 0x0
|
|
@@ -1662,6 +1679,10 @@ int color material_grey_600 0x0
|
|
|
1662
1679
|
int color material_grey_800 0x0
|
|
1663
1680
|
int color material_grey_850 0x0
|
|
1664
1681
|
int color material_grey_900 0x0
|
|
1682
|
+
int color material_harmonized_color_error 0x0
|
|
1683
|
+
int color material_harmonized_color_error_container 0x0
|
|
1684
|
+
int color material_harmonized_color_on_error 0x0
|
|
1685
|
+
int color material_harmonized_color_on_error_container 0x0
|
|
1665
1686
|
int color material_on_background_disabled 0x0
|
|
1666
1687
|
int color material_on_background_emphasis_high_type 0x0
|
|
1667
1688
|
int color material_on_background_emphasis_medium 0x0
|
|
@@ -1683,6 +1704,10 @@ int color material_timepicker_button_stroke 0x0
|
|
|
1683
1704
|
int color material_timepicker_clock_text_color 0x0
|
|
1684
1705
|
int color material_timepicker_clockface 0x0
|
|
1685
1706
|
int color material_timepicker_modebutton_tint 0x0
|
|
1707
|
+
int color mtrl_bottom_nav_colored_item_tint 0x0
|
|
1708
|
+
int color mtrl_bottom_nav_colored_ripple_color 0x0
|
|
1709
|
+
int color mtrl_bottom_nav_item_tint 0x0
|
|
1710
|
+
int color mtrl_bottom_nav_ripple_color 0x0
|
|
1686
1711
|
int color mtrl_btn_bg_color_selector 0x0
|
|
1687
1712
|
int color mtrl_btn_ripple_color 0x0
|
|
1688
1713
|
int color mtrl_btn_stroke_color_selector 0x0
|
|
@@ -1772,9 +1797,6 @@ int color tooltip_background_dark 0x0
|
|
|
1772
1797
|
int color tooltip_background_light 0x0
|
|
1773
1798
|
int color upsdk_blue_text_007dff 0x0
|
|
1774
1799
|
int color upsdk_category_button_select_pressed 0x0
|
|
1775
|
-
int color upsdk_color_gray_1 0x0
|
|
1776
|
-
int color upsdk_color_gray_10 0x0
|
|
1777
|
-
int color upsdk_color_gray_7 0x0
|
|
1778
1800
|
int color upsdk_white 0x0
|
|
1779
1801
|
int dimen abc_action_bar_content_inset_material 0x0
|
|
1780
1802
|
int dimen abc_action_bar_content_inset_with_nav 0x0
|
|
@@ -1835,6 +1857,9 @@ int dimen abc_search_view_preferred_width 0x0
|
|
|
1835
1857
|
int dimen abc_seekbar_track_background_height_material 0x0
|
|
1836
1858
|
int dimen abc_seekbar_track_progress_height_material 0x0
|
|
1837
1859
|
int dimen abc_select_dialog_padding_start_material 0x0
|
|
1860
|
+
int dimen abc_star_big 0x0
|
|
1861
|
+
int dimen abc_star_medium 0x0
|
|
1862
|
+
int dimen abc_star_small 0x0
|
|
1838
1863
|
int dimen abc_switch_padding 0x0
|
|
1839
1864
|
int dimen abc_text_size_body_1_material 0x0
|
|
1840
1865
|
int dimen abc_text_size_body_2_material 0x0
|
|
@@ -2054,43 +2079,46 @@ int dimen m3_sys_elevation_level2 0x0
|
|
|
2054
2079
|
int dimen m3_sys_elevation_level3 0x0
|
|
2055
2080
|
int dimen m3_sys_elevation_level4 0x0
|
|
2056
2081
|
int dimen m3_sys_elevation_level5 0x0
|
|
2057
|
-
int dimen
|
|
2058
|
-
int dimen
|
|
2059
|
-
int dimen
|
|
2082
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
|
|
2083
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
|
|
2084
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
|
|
2085
|
+
int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
|
|
2086
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
|
|
2087
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
|
|
2088
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
|
|
2089
|
+
int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
|
|
2090
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
|
|
2091
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
|
|
2092
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
|
|
2093
|
+
int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
|
|
2094
|
+
int dimen m3_sys_motion_easing_legacy_control_x1 0x0
|
|
2095
|
+
int dimen m3_sys_motion_easing_legacy_control_x2 0x0
|
|
2096
|
+
int dimen m3_sys_motion_easing_legacy_control_y1 0x0
|
|
2097
|
+
int dimen m3_sys_motion_easing_legacy_control_y2 0x0
|
|
2098
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
|
|
2099
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
|
|
2100
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
|
|
2101
|
+
int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
|
|
2102
|
+
int dimen m3_sys_motion_easing_linear_control_x1 0x0
|
|
2103
|
+
int dimen m3_sys_motion_easing_linear_control_x2 0x0
|
|
2104
|
+
int dimen m3_sys_motion_easing_linear_control_y1 0x0
|
|
2105
|
+
int dimen m3_sys_motion_easing_linear_control_y2 0x0
|
|
2106
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
|
|
2107
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
|
|
2108
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
|
|
2109
|
+
int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
|
|
2110
|
+
int dimen m3_sys_motion_easing_standard_control_x1 0x0
|
|
2111
|
+
int dimen m3_sys_motion_easing_standard_control_x2 0x0
|
|
2112
|
+
int dimen m3_sys_motion_easing_standard_control_y1 0x0
|
|
2113
|
+
int dimen m3_sys_motion_easing_standard_control_y2 0x0
|
|
2114
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
|
|
2115
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
|
|
2116
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
|
|
2117
|
+
int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
|
|
2060
2118
|
int dimen m3_sys_state_dragged_state_layer_opacity 0x0
|
|
2061
2119
|
int dimen m3_sys_state_focus_state_layer_opacity 0x0
|
|
2062
2120
|
int dimen m3_sys_state_hover_state_layer_opacity 0x0
|
|
2063
2121
|
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
2122
|
int dimen m3_timepicker_display_stroke_width 0x0
|
|
2095
2123
|
int dimen m3_timepicker_window_elevation 0x0
|
|
2096
2124
|
int dimen margin_l 0x0
|
|
@@ -2102,6 +2130,7 @@ int dimen material_clock_face_margin_top 0x0
|
|
|
2102
2130
|
int dimen material_clock_hand_center_dot_radius 0x0
|
|
2103
2131
|
int dimen material_clock_hand_padding 0x0
|
|
2104
2132
|
int dimen material_clock_hand_stroke_width 0x0
|
|
2133
|
+
int dimen material_clock_number_text_padding 0x0
|
|
2105
2134
|
int dimen material_clock_number_text_size 0x0
|
|
2106
2135
|
int dimen material_clock_period_toggle_height 0x0
|
|
2107
2136
|
int dimen material_clock_period_toggle_margin_left 0x0
|
|
@@ -2125,6 +2154,8 @@ int dimen material_helper_text_default_padding_top 0x0
|
|
|
2125
2154
|
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
2126
2155
|
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
2127
2156
|
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
2157
|
+
int dimen material_text_size_dp 0x0
|
|
2158
|
+
int dimen material_text_size_sp 0x0
|
|
2128
2159
|
int dimen material_text_view_test_line_height 0x0
|
|
2129
2160
|
int dimen material_text_view_test_line_height_override 0x0
|
|
2130
2161
|
int dimen material_textinput_default_width 0x0
|
|
@@ -2378,11 +2409,6 @@ int dimen tooltip_precise_anchor_threshold 0x0
|
|
|
2378
2409
|
int dimen tooltip_vertical_padding 0x0
|
|
2379
2410
|
int dimen tooltip_y_offset_non_touch 0x0
|
|
2380
2411
|
int dimen tooltip_y_offset_touch 0x0
|
|
2381
|
-
int dimen upsdk_margin_l 0x0
|
|
2382
|
-
int dimen upsdk_margin_m 0x0
|
|
2383
|
-
int dimen upsdk_margin_xs 0x0
|
|
2384
|
-
int dimen upsdk_master_body_2 0x0
|
|
2385
|
-
int dimen upsdk_master_subtitle 0x0
|
|
2386
2412
|
int drawable abc_ab_share_pack_mtrl_alpha 0x0
|
|
2387
2413
|
int drawable abc_action_bar_item_background_material 0x0
|
|
2388
2414
|
int drawable abc_btn_borderless_material 0x0
|
|
@@ -2452,15 +2478,20 @@ int drawable abc_seekbar_tick_mark_material 0x0
|
|
|
2452
2478
|
int drawable abc_seekbar_track_material 0x0
|
|
2453
2479
|
int drawable abc_spinner_mtrl_am_alpha 0x0
|
|
2454
2480
|
int drawable abc_spinner_textfield_background_material 0x0
|
|
2481
|
+
int drawable abc_star_black_48dp 0x0
|
|
2482
|
+
int drawable abc_star_half_black_48dp 0x0
|
|
2455
2483
|
int drawable abc_switch_thumb_material 0x0
|
|
2456
2484
|
int drawable abc_switch_track_mtrl_alpha 0x0
|
|
2457
2485
|
int drawable abc_tab_indicator_material 0x0
|
|
2458
2486
|
int drawable abc_tab_indicator_mtrl_alpha 0x0
|
|
2459
2487
|
int drawable abc_text_cursor_material 0x0
|
|
2488
|
+
int drawable abc_text_select_handle_left_mtrl 0x0
|
|
2460
2489
|
int drawable abc_text_select_handle_left_mtrl_dark 0x0
|
|
2461
2490
|
int drawable abc_text_select_handle_left_mtrl_light 0x0
|
|
2491
|
+
int drawable abc_text_select_handle_middle_mtrl 0x0
|
|
2462
2492
|
int drawable abc_text_select_handle_middle_mtrl_dark 0x0
|
|
2463
2493
|
int drawable abc_text_select_handle_middle_mtrl_light 0x0
|
|
2494
|
+
int drawable abc_text_select_handle_right_mtrl 0x0
|
|
2464
2495
|
int drawable abc_text_select_handle_right_mtrl_dark 0x0
|
|
2465
2496
|
int drawable abc_text_select_handle_right_mtrl_light 0x0
|
|
2466
2497
|
int drawable abc_textfield_activated_mtrl_alpha 0x0
|
|
@@ -2469,9 +2500,6 @@ int drawable abc_textfield_search_activated_mtrl_alpha 0x0
|
|
|
2469
2500
|
int drawable abc_textfield_search_default_mtrl_alpha 0x0
|
|
2470
2501
|
int drawable abc_textfield_search_material 0x0
|
|
2471
2502
|
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
2503
|
int drawable autofill_inline_suggestion_chip_background 0x0
|
|
2476
2504
|
int drawable avd_hide_password 0x0
|
|
2477
2505
|
int drawable avd_show_password 0x0
|
|
@@ -2502,13 +2530,12 @@ int drawable common_google_signin_btn_text_light 0x0
|
|
|
2502
2530
|
int drawable common_google_signin_btn_text_light_focused 0x0
|
|
2503
2531
|
int drawable common_google_signin_btn_text_light_normal 0x0
|
|
2504
2532
|
int drawable common_google_signin_btn_text_light_normal_background 0x0
|
|
2533
|
+
int drawable design_bottom_navigation_item_background 0x0
|
|
2505
2534
|
int drawable design_fab_background 0x0
|
|
2506
2535
|
int drawable design_ic_visibility 0x0
|
|
2507
2536
|
int drawable design_ic_visibility_off 0x0
|
|
2508
2537
|
int drawable design_password_eye 0x0
|
|
2509
2538
|
int drawable design_snackbar_background 0x0
|
|
2510
|
-
int drawable gcm_icon 0x0
|
|
2511
|
-
int drawable gcm_icon2 0x0
|
|
2512
2539
|
int drawable googleg_disabled_color_18 0x0
|
|
2513
2540
|
int drawable googleg_standard_color_18 0x0
|
|
2514
2541
|
int drawable ic_clock_black_24dp 0x0
|
|
@@ -2521,7 +2548,6 @@ int drawable ic_mtrl_chip_checked_black 0x0
|
|
|
2521
2548
|
int drawable ic_mtrl_chip_checked_circle 0x0
|
|
2522
2549
|
int drawable ic_mtrl_chip_close_circle 0x0
|
|
2523
2550
|
int drawable ic_stat_name 0x0
|
|
2524
|
-
int drawable icon_with_gradient 0x0
|
|
2525
2551
|
int drawable m3_appbar_background 0x0
|
|
2526
2552
|
int drawable m3_popupmenu_background_overlay 0x0
|
|
2527
2553
|
int drawable m3_radiobutton_ripple 0x0
|
|
@@ -2548,6 +2574,7 @@ int drawable mtrl_ic_cancel 0x0
|
|
|
2548
2574
|
int drawable mtrl_ic_error 0x0
|
|
2549
2575
|
int drawable mtrl_navigation_bar_item_background 0x0
|
|
2550
2576
|
int drawable mtrl_popupmenu_background 0x0
|
|
2577
|
+
int drawable mtrl_popupmenu_background_dark 0x0
|
|
2551
2578
|
int drawable mtrl_popupmenu_background_overlay 0x0
|
|
2552
2579
|
int drawable mtrl_tabs_default_indicator 0x0
|
|
2553
2580
|
int drawable navigation_empty_icon 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,17 @@ 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
|
|
2833
|
+
int id labelGroup 0x0
|
|
2792
2834
|
int id labeled 0x0
|
|
2835
|
+
int id labelled_by 0x0
|
|
2836
|
+
int id largeLabel 0x0
|
|
2793
2837
|
int id latestProductCardView 0x0
|
|
2794
2838
|
int id layout 0x0
|
|
2795
2839
|
int id left 0x0
|
|
@@ -2821,6 +2865,7 @@ int id material_timepicker_mode_button 0x0
|
|
|
2821
2865
|
int id material_timepicker_ok_button 0x0
|
|
2822
2866
|
int id material_timepicker_view 0x0
|
|
2823
2867
|
int id material_value_index 0x0
|
|
2868
|
+
int id matrix 0x0
|
|
2824
2869
|
int id media_actions 0x0
|
|
2825
2870
|
int id message 0x0
|
|
2826
2871
|
int id middle 0x0
|
|
@@ -2896,6 +2941,12 @@ int id place_autocomplete_search_input 0x0
|
|
|
2896
2941
|
int id place_autocomplete_separator 0x0
|
|
2897
2942
|
int id plot_console_web_view 0x0
|
|
2898
2943
|
int id plot_nearby_fragment 0x0
|
|
2944
|
+
int id pointer_enter 0x0
|
|
2945
|
+
int id pointer_enter_capture 0x0
|
|
2946
|
+
int id pointer_leave 0x0
|
|
2947
|
+
int id pointer_leave_capture 0x0
|
|
2948
|
+
int id pointer_move 0x0
|
|
2949
|
+
int id pointer_move_capture 0x0
|
|
2899
2950
|
int id position 0x0
|
|
2900
2951
|
int id postLayout 0x0
|
|
2901
2952
|
int id progress_circular 0x0
|
|
@@ -2969,9 +3020,11 @@ int id sm_mapView_container 0x0
|
|
|
2969
3020
|
int id sm_no_permission 0x0
|
|
2970
3021
|
int id sm_responseView_container 0x0
|
|
2971
3022
|
int id sm_view_container 0x0
|
|
3023
|
+
int id smallLabel 0x0
|
|
2972
3024
|
int id snackbar_action 0x0
|
|
2973
3025
|
int id snackbar_text 0x0
|
|
2974
3026
|
int id spacer 0x0
|
|
3027
|
+
int id special_effects_controller_view_tag 0x0
|
|
2975
3028
|
int id spline 0x0
|
|
2976
3029
|
int id split_action_bar 0x0
|
|
2977
3030
|
int id spread 0x0
|
|
@@ -3054,7 +3107,11 @@ int id version_textview 0x0
|
|
|
3054
3107
|
int id view_offset_helper 0x0
|
|
3055
3108
|
int id view_tag_instance_handle 0x0
|
|
3056
3109
|
int id view_tag_native_id 0x0
|
|
3110
|
+
int id view_tree_lifecycle_owner 0x0
|
|
3111
|
+
int id view_tree_saved_state_registry_owner 0x0
|
|
3112
|
+
int id view_tree_view_model_store_owner 0x0
|
|
3057
3113
|
int id visible 0x0
|
|
3114
|
+
int id visible_removing_fragment_view_tag 0x0
|
|
3058
3115
|
int id wide 0x0
|
|
3059
3116
|
int id withinBounds 0x0
|
|
3060
3117
|
int id wrap 0x0
|
|
@@ -3075,16 +3132,23 @@ int integer m3_btn_anim_duration_ms 0x0
|
|
|
3075
3132
|
int integer m3_card_anim_delay_ms 0x0
|
|
3076
3133
|
int integer m3_card_anim_duration_ms 0x0
|
|
3077
3134
|
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
|
|
3135
|
+
int integer m3_sys_motion_duration_100 0x0
|
|
3136
|
+
int integer m3_sys_motion_duration_1000 0x0
|
|
3137
|
+
int integer m3_sys_motion_duration_150 0x0
|
|
3138
|
+
int integer m3_sys_motion_duration_200 0x0
|
|
3139
|
+
int integer m3_sys_motion_duration_250 0x0
|
|
3140
|
+
int integer m3_sys_motion_duration_300 0x0
|
|
3141
|
+
int integer m3_sys_motion_duration_350 0x0
|
|
3142
|
+
int integer m3_sys_motion_duration_400 0x0
|
|
3143
|
+
int integer m3_sys_motion_duration_450 0x0
|
|
3144
|
+
int integer m3_sys_motion_duration_50 0x0
|
|
3145
|
+
int integer m3_sys_motion_duration_500 0x0
|
|
3146
|
+
int integer m3_sys_motion_duration_550 0x0
|
|
3147
|
+
int integer m3_sys_motion_duration_600 0x0
|
|
3148
|
+
int integer m3_sys_motion_duration_700 0x0
|
|
3149
|
+
int integer m3_sys_motion_duration_800 0x0
|
|
3150
|
+
int integer m3_sys_motion_duration_900 0x0
|
|
3084
3151
|
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
3152
|
int integer material_motion_duration_long_1 0x0
|
|
3089
3153
|
int integer material_motion_duration_long_2 0x0
|
|
3090
3154
|
int integer material_motion_duration_medium_1 0x0
|
|
@@ -3188,6 +3252,7 @@ int layout iac_html_card_layout 0x0
|
|
|
3188
3252
|
int layout m3_alert_dialog 0x0
|
|
3189
3253
|
int layout m3_alert_dialog_actions 0x0
|
|
3190
3254
|
int layout m3_alert_dialog_title 0x0
|
|
3255
|
+
int layout m3_auto_complete_simple_item 0x0
|
|
3191
3256
|
int layout material_chip_input_combo 0x0
|
|
3192
3257
|
int layout material_clock_display 0x0
|
|
3193
3258
|
int layout material_clock_display_divider 0x0
|
|
@@ -3208,6 +3273,7 @@ int layout mtrl_alert_dialog_title 0x0
|
|
|
3208
3273
|
int layout mtrl_alert_select_dialog_item 0x0
|
|
3209
3274
|
int layout mtrl_alert_select_dialog_multichoice 0x0
|
|
3210
3275
|
int layout mtrl_alert_select_dialog_singlechoice 0x0
|
|
3276
|
+
int layout mtrl_auto_complete_simple_item 0x0
|
|
3211
3277
|
int layout mtrl_calendar_day 0x0
|
|
3212
3278
|
int layout mtrl_calendar_day_of_week 0x0
|
|
3213
3279
|
int layout mtrl_calendar_days_of_week 0x0
|
|
@@ -3265,6 +3331,7 @@ int layout test_action_chip 0x0
|
|
|
3265
3331
|
int layout test_chip_zero_corner_radius 0x0
|
|
3266
3332
|
int layout test_design_checkbox 0x0
|
|
3267
3333
|
int layout test_design_radiobutton 0x0
|
|
3334
|
+
int layout test_exposed_dropdown_menu 0x0
|
|
3268
3335
|
int layout test_navigation_bar_item_layout 0x0
|
|
3269
3336
|
int layout test_reflow_chipgroup 0x0
|
|
3270
3337
|
int layout test_toolbar 0x0
|
|
@@ -3278,12 +3345,15 @@ int layout text_view_with_theme_line_height 0x0
|
|
|
3278
3345
|
int layout text_view_without_line_height 0x0
|
|
3279
3346
|
int layout upsdk_app_dl_progress_dialog 0x0
|
|
3280
3347
|
int layout upsdk_ota_update_view 0x0
|
|
3348
|
+
int menu example_menu 0x0
|
|
3349
|
+
int menu example_menu2 0x0
|
|
3281
3350
|
int menu menu_map 0x0
|
|
3282
3351
|
int menu menu_notification 0x0
|
|
3283
3352
|
int menu menu_sell_base 0x0
|
|
3284
3353
|
int menu menu_view 0x0
|
|
3285
3354
|
int plurals mtrl_badge_content_description 0x0
|
|
3286
|
-
int raw
|
|
3355
|
+
int raw firebase_common_keep 0x0
|
|
3356
|
+
int raw keep 0x0
|
|
3287
3357
|
int string abc_action_bar_home_description 0x0
|
|
3288
3358
|
int string abc_action_bar_up_description 0x0
|
|
3289
3359
|
int string abc_action_menu_overflow_description 0x0
|
|
@@ -3292,18 +3362,6 @@ int string abc_activity_chooser_view_see_all 0x0
|
|
|
3292
3362
|
int string abc_activitychooserview_choose_application 0x0
|
|
3293
3363
|
int string abc_capital_off 0x0
|
|
3294
3364
|
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
3365
|
int string abc_menu_alt_shortcut_label 0x0
|
|
3308
3366
|
int string abc_menu_ctrl_shortcut_label 0x0
|
|
3309
3367
|
int string abc_menu_delete_shortcut_label 0x0
|
|
@@ -3325,7 +3383,6 @@ int string abc_shareactionprovider_share_with_application 0x0
|
|
|
3325
3383
|
int string abc_toolbar_collapse_description 0x0
|
|
3326
3384
|
int string action_back_label 0x0
|
|
3327
3385
|
int string action_forward_label 0x0
|
|
3328
|
-
int string ag_sdk_cbg_root 0x0
|
|
3329
3386
|
int string alert_description 0x0
|
|
3330
3387
|
int string androidx_startup 0x0
|
|
3331
3388
|
int string app_icon_sticky_notification_description 0x0
|
|
@@ -3392,21 +3449,18 @@ int string error_icon_content_description 0x0
|
|
|
3392
3449
|
int string exposed_dropdown_menu_content_description 0x0
|
|
3393
3450
|
int string fab_transformation_scrim_behavior 0x0
|
|
3394
3451
|
int string fab_transformation_sheet_behavior 0x0
|
|
3395
|
-
int string fcm_2_args 0x0
|
|
3396
3452
|
int string fcm_fallback_notification_channel_label 0x0
|
|
3397
|
-
int string fcm_no_args 0x0
|
|
3398
3453
|
int string gcm_fallback_notification_channel_label 0x0
|
|
3399
3454
|
int string header_description 0x0
|
|
3400
3455
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
3401
3456
|
int string hms_abort 0x0
|
|
3402
3457
|
int string hms_abort_message 0x0
|
|
3458
|
+
int string hms_apk_not_installed_hints 0x0
|
|
3403
3459
|
int string hms_base_google 0x0
|
|
3404
3460
|
int string hms_base_vmall 0x0
|
|
3405
3461
|
int string hms_bindfaildlg_message 0x0
|
|
3406
3462
|
int string hms_bindfaildlg_title 0x0
|
|
3407
3463
|
int string hms_cancel 0x0
|
|
3408
|
-
int string hms_cancel_after_cancel 0x0
|
|
3409
|
-
int string hms_cancel_install_message 0x0
|
|
3410
3464
|
int string hms_check_failure 0x0
|
|
3411
3465
|
int string hms_check_no_update 0x0
|
|
3412
3466
|
int string hms_checking 0x0
|
|
@@ -3419,7 +3473,6 @@ int string hms_downloading_loading 0x0
|
|
|
3419
3473
|
int string hms_downloading_new 0x0
|
|
3420
3474
|
int string hms_gamebox_name 0x0
|
|
3421
3475
|
int string hms_install 0x0
|
|
3422
|
-
int string hms_install_after_cancel 0x0
|
|
3423
3476
|
int string hms_install_message 0x0
|
|
3424
3477
|
int string hms_is_spoof 0x0
|
|
3425
3478
|
int string hms_push_channel 0x0
|
|
@@ -3437,32 +3490,23 @@ int string icon_content_description 0x0
|
|
|
3437
3490
|
int string image_description 0x0
|
|
3438
3491
|
int string imagebutton_description 0x0
|
|
3439
3492
|
int string item_view_role_description 0x0
|
|
3493
|
+
int string label 0x0
|
|
3440
3494
|
int string link_description 0x0
|
|
3441
|
-
int string m3_ref_typeface_brand_display_regular 0x0
|
|
3442
3495
|
int string m3_ref_typeface_brand_medium 0x0
|
|
3443
3496
|
int string m3_ref_typeface_brand_regular 0x0
|
|
3444
3497
|
int string m3_ref_typeface_plain_medium 0x0
|
|
3445
3498
|
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
3499
|
int string m3_sys_motion_easing_emphasized 0x0
|
|
3500
|
+
int string m3_sys_motion_easing_emphasized_accelerate 0x0
|
|
3501
|
+
int string m3_sys_motion_easing_emphasized_decelerate 0x0
|
|
3502
|
+
int string m3_sys_motion_easing_emphasized_path_data 0x0
|
|
3503
|
+
int string m3_sys_motion_easing_legacy 0x0
|
|
3504
|
+
int string m3_sys_motion_easing_legacy_accelerate 0x0
|
|
3505
|
+
int string m3_sys_motion_easing_legacy_decelerate 0x0
|
|
3449
3506
|
int string m3_sys_motion_easing_linear 0x0
|
|
3450
3507
|
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
|
|
3508
|
+
int string m3_sys_motion_easing_standard_accelerate 0x0
|
|
3509
|
+
int string m3_sys_motion_easing_standard_decelerate 0x0
|
|
3466
3510
|
int string material_clock_display_divider 0x0
|
|
3467
3511
|
int string material_clock_toggle_content_description 0x0
|
|
3468
3512
|
int string material_hour_selection 0x0
|
|
@@ -3560,10 +3604,8 @@ int string title_activity_view 0x0
|
|
|
3560
3604
|
int string toolbar_description 0x0
|
|
3561
3605
|
int string upsdk_app_dl_installing 0x0
|
|
3562
3606
|
int string upsdk_app_download_info_new 0x0
|
|
3563
|
-
int string upsdk_app_download_installing 0x0
|
|
3564
3607
|
int string upsdk_app_size 0x0
|
|
3565
3608
|
int string upsdk_app_version 0x0
|
|
3566
|
-
int string upsdk_appstore_install 0x0
|
|
3567
3609
|
int string upsdk_cancel 0x0
|
|
3568
3610
|
int string upsdk_checking_update_prompt 0x0
|
|
3569
3611
|
int string upsdk_choice_update 0x0
|
|
@@ -3571,7 +3613,6 @@ int string upsdk_connect_server_fail_prompt_toast 0x0
|
|
|
3571
3613
|
int string upsdk_detail 0x0
|
|
3572
3614
|
int string upsdk_getting_message_fail_prompt_toast 0x0
|
|
3573
3615
|
int string upsdk_install 0x0
|
|
3574
|
-
int string upsdk_mobile_dld_warn 0x0
|
|
3575
3616
|
int string upsdk_no_available_network_prompt_toast 0x0
|
|
3576
3617
|
int string upsdk_ota_app_name 0x0
|
|
3577
3618
|
int string upsdk_ota_cancel 0x0
|
|
@@ -3651,11 +3692,6 @@ int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
|
|
|
3651
3692
|
int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
|
|
3652
3693
|
int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
|
|
3653
3694
|
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
3695
|
int style Base_TextAppearance_MaterialComponents_Badge 0x0
|
|
3660
3696
|
int style Base_TextAppearance_MaterialComponents_Button 0x0
|
|
3661
3697
|
int style Base_TextAppearance_MaterialComponents_Headline6 0x0
|
|
@@ -3851,6 +3887,7 @@ int style Base_Widget_Material3_TabLayout_Secondary 0x0
|
|
|
3851
3887
|
int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
3852
3888
|
int style Base_Widget_MaterialComponents_CheckedTextView 0x0
|
|
3853
3889
|
int style Base_Widget_MaterialComponents_Chip 0x0
|
|
3890
|
+
int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
|
|
3854
3891
|
int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
|
|
3855
3892
|
int style Base_Widget_MaterialComponents_PopupMenu 0x0
|
|
3856
3893
|
int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
|
|
@@ -3967,6 +4004,24 @@ int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
|
|
|
3967
4004
|
int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
|
|
3968
4005
|
int style ShapeAppearanceOverlay_TopLeftCut 0x0
|
|
3969
4006
|
int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
|
|
4007
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
|
|
4008
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
|
|
4009
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
|
|
4010
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
|
|
4011
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
|
|
4012
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
|
|
4013
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
|
|
4014
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
|
|
4015
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
|
|
4016
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
|
|
4017
|
+
int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
|
|
4018
|
+
int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
|
|
4019
|
+
int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
|
|
4020
|
+
int style ShapeAppearance_Material3_Corner_Full 0x0
|
|
4021
|
+
int style ShapeAppearance_Material3_Corner_Large 0x0
|
|
4022
|
+
int style ShapeAppearance_Material3_Corner_Medium 0x0
|
|
4023
|
+
int style ShapeAppearance_Material3_Corner_None 0x0
|
|
4024
|
+
int style ShapeAppearance_Material3_Corner_Small 0x0
|
|
3970
4025
|
int style ShapeAppearance_Material3_LargeComponent 0x0
|
|
3971
4026
|
int style ShapeAppearance_Material3_MediumComponent 0x0
|
|
3972
4027
|
int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
|
|
@@ -4060,6 +4115,21 @@ int style TextAppearance_Design_Prefix 0x0
|
|
|
4060
4115
|
int style TextAppearance_Design_Snackbar_Message 0x0
|
|
4061
4116
|
int style TextAppearance_Design_Suffix 0x0
|
|
4062
4117
|
int style TextAppearance_Design_Tab 0x0
|
|
4118
|
+
int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
|
|
4119
|
+
int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
|
|
4120
|
+
int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
|
|
4121
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
|
|
4122
|
+
int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
|
|
4123
|
+
int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
|
|
4124
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
|
|
4125
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
|
|
4126
|
+
int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
|
|
4127
|
+
int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
|
|
4128
|
+
int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
|
|
4129
|
+
int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
|
|
4130
|
+
int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
|
|
4131
|
+
int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
|
|
4132
|
+
int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
|
|
4063
4133
|
int style TextAppearance_Material3_ActionBar_Subtitle 0x0
|
|
4064
4134
|
int style TextAppearance_Material3_ActionBar_Title 0x0
|
|
4065
4135
|
int style TextAppearance_Material3_BodyLarge 0x0
|
|
@@ -4095,6 +4165,9 @@ int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
|
4095
4165
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
4096
4166
|
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
4097
4167
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
4168
|
+
int style TextAppearance_Test_NoTextSize 0x0
|
|
4169
|
+
int style TextAppearance_Test_UsesDp 0x0
|
|
4170
|
+
int style TextAppearance_Test_UsesSP 0x0
|
|
4098
4171
|
int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
|
|
4099
4172
|
int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
|
|
4100
4173
|
int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
|
|
@@ -4139,6 +4212,8 @@ int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
|
|
|
4139
4212
|
int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
|
|
4140
4213
|
int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
|
|
4141
4214
|
int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
|
|
4215
|
+
int style ThemeOverlay_Material3_HarmonizedColors 0x0
|
|
4216
|
+
int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
|
|
4142
4217
|
int style ThemeOverlay_Material3_Light 0x0
|
|
4143
4218
|
int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
|
|
4144
4219
|
int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
|
|
@@ -4176,6 +4251,7 @@ int style ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
|
4176
4251
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
4177
4252
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
|
|
4178
4253
|
int style ThemeOverlay_MaterialComponents_Light 0x0
|
|
4254
|
+
int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x0
|
|
4179
4255
|
int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
|
|
4180
4256
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
4181
4257
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 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
|
|
@@ -4959,10 +5040,21 @@ int styleable BottomAppBar_navigationIconTint 8
|
|
|
4959
5040
|
int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
|
|
4960
5041
|
int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
|
|
4961
5042
|
int styleable BottomAppBar_paddingRightSystemWindowInsets 11
|
|
4962
|
-
int[] styleable BottomNavigationView { 0x1010140, 0x0 }
|
|
5043
|
+
int[] styleable BottomNavigationView { 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4963
5044
|
int styleable BottomNavigationView_android_minHeight 0
|
|
4964
|
-
int styleable
|
|
4965
|
-
int
|
|
5045
|
+
int styleable BottomNavigationView_backgroundTint 1
|
|
5046
|
+
int styleable BottomNavigationView_elevation 2
|
|
5047
|
+
int styleable BottomNavigationView_itemBackground 3
|
|
5048
|
+
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 4
|
|
5049
|
+
int styleable BottomNavigationView_itemIconSize 5
|
|
5050
|
+
int styleable BottomNavigationView_itemIconTint 6
|
|
5051
|
+
int styleable BottomNavigationView_itemRippleColor 7
|
|
5052
|
+
int styleable BottomNavigationView_itemTextAppearanceActive 8
|
|
5053
|
+
int styleable BottomNavigationView_itemTextAppearanceInactive 9
|
|
5054
|
+
int styleable BottomNavigationView_itemTextColor 10
|
|
5055
|
+
int styleable BottomNavigationView_labelVisibilityMode 11
|
|
5056
|
+
int styleable BottomNavigationView_menu 12
|
|
5057
|
+
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
5058
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
4967
5059
|
int styleable BottomSheetBehavior_Layout_android_maxHeight 1
|
|
4968
5060
|
int styleable BottomSheetBehavior_Layout_android_maxWidth 2
|
|
@@ -4976,12 +5068,15 @@ int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
|
|
|
4976
5068
|
int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
|
|
4977
5069
|
int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
|
|
4978
5070
|
int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
|
|
4979
|
-
int styleable
|
|
4980
|
-
int styleable
|
|
4981
|
-
int styleable
|
|
4982
|
-
int styleable
|
|
4983
|
-
int styleable
|
|
4984
|
-
int styleable
|
|
5071
|
+
int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
|
|
5072
|
+
int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
|
|
5073
|
+
int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
|
|
5074
|
+
int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
|
|
5075
|
+
int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
|
|
5076
|
+
int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
|
|
5077
|
+
int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
|
|
5078
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearance 20
|
|
5079
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
|
|
4985
5080
|
int[] styleable ButtonBarLayout { 0x0 }
|
|
4986
5081
|
int styleable ButtonBarLayout_allowStacking 0
|
|
4987
5082
|
int[] styleable Capability { 0x0, 0x0 }
|
|
@@ -5001,6 +5096,11 @@ int styleable CardView_contentPaddingBottom 9
|
|
|
5001
5096
|
int styleable CardView_contentPaddingLeft 10
|
|
5002
5097
|
int styleable CardView_contentPaddingRight 11
|
|
5003
5098
|
int styleable CardView_contentPaddingTop 12
|
|
5099
|
+
int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
|
|
5100
|
+
int styleable CheckedTextView_android_checkMark 0
|
|
5101
|
+
int styleable CheckedTextView_checkMarkCompat 1
|
|
5102
|
+
int styleable CheckedTextView_checkMarkTint 2
|
|
5103
|
+
int styleable CheckedTextView_checkMarkTintMode 3
|
|
5004
5104
|
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
5105
|
int styleable Chip_android_checkable 0
|
|
5006
5106
|
int styleable Chip_android_ellipsize 1
|
|
@@ -5090,10 +5190,12 @@ int styleable CollapsingToolbarLayout_toolbarId 22
|
|
|
5090
5190
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
5091
5191
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
5092
5192
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
5093
|
-
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
|
|
5193
|
+
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
|
|
5094
5194
|
int styleable ColorStateListItem_alpha 0
|
|
5095
5195
|
int styleable ColorStateListItem_android_alpha 1
|
|
5096
5196
|
int styleable ColorStateListItem_android_color 2
|
|
5197
|
+
int styleable ColorStateListItem_android_lStar 3
|
|
5198
|
+
int styleable ColorStateListItem_lStar 4
|
|
5097
5199
|
int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
|
|
5098
5200
|
int styleable CompoundButton_android_button 0
|
|
5099
5201
|
int styleable CompoundButton_buttonCompat 1
|
|
@@ -5503,6 +5605,13 @@ int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
|
|
|
5503
5605
|
int styleable ForegroundLinearLayout_android_foreground 0
|
|
5504
5606
|
int styleable ForegroundLinearLayout_android_foregroundGravity 1
|
|
5505
5607
|
int styleable ForegroundLinearLayout_foregroundInsidePadding 2
|
|
5608
|
+
int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
|
|
5609
|
+
int styleable Fragment_android_id 0
|
|
5610
|
+
int styleable Fragment_android_name 1
|
|
5611
|
+
int styleable Fragment_android_tag 2
|
|
5612
|
+
int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
|
|
5613
|
+
int styleable FragmentContainerView_android_name 0
|
|
5614
|
+
int styleable FragmentContainerView_android_tag 1
|
|
5506
5615
|
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
5616
|
int styleable GenericDraweeHierarchy_actualImageScaleType 0
|
|
5508
5617
|
int styleable GenericDraweeHierarchy_backgroundImage 1
|
|
@@ -5559,11 +5668,14 @@ int styleable ImageFilterView_round 5
|
|
|
5559
5668
|
int styleable ImageFilterView_roundPercent 6
|
|
5560
5669
|
int styleable ImageFilterView_saturation 7
|
|
5561
5670
|
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
|
|
5671
|
+
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5672
|
+
int styleable Insets_marginLeftSystemWindowInsets 0
|
|
5673
|
+
int styleable Insets_marginRightSystemWindowInsets 1
|
|
5674
|
+
int styleable Insets_marginTopSystemWindowInsets 2
|
|
5675
|
+
int styleable Insets_paddingBottomSystemWindowInsets 3
|
|
5676
|
+
int styleable Insets_paddingLeftSystemWindowInsets 4
|
|
5677
|
+
int styleable Insets_paddingRightSystemWindowInsets 5
|
|
5678
|
+
int styleable Insets_paddingTopSystemWindowInsets 6
|
|
5567
5679
|
int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5568
5680
|
int styleable KeyAttribute_android_alpha 0
|
|
5569
5681
|
int styleable KeyAttribute_android_elevation 1
|
|
@@ -5781,8 +5893,10 @@ int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
|
|
|
5781
5893
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
|
|
5782
5894
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
|
|
5783
5895
|
int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
|
|
5784
|
-
int[] styleable MaterialAutoCompleteTextView { 0x1010220 }
|
|
5896
|
+
int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
|
|
5785
5897
|
int styleable MaterialAutoCompleteTextView_android_inputType 0
|
|
5898
|
+
int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
|
|
5899
|
+
int styleable MaterialAutoCompleteTextView_simpleItems 2
|
|
5786
5900
|
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
5901
|
int styleable MaterialButton_android_background 0
|
|
5788
5902
|
int styleable MaterialButton_android_checkable 1
|
|
@@ -5831,27 +5945,30 @@ int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
|
|
|
5831
5945
|
int styleable MaterialCalendarItem_itemStrokeColor 7
|
|
5832
5946
|
int styleable MaterialCalendarItem_itemStrokeWidth 8
|
|
5833
5947
|
int styleable MaterialCalendarItem_itemTextColor 9
|
|
5834
|
-
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5948
|
+
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5835
5949
|
int styleable MaterialCardView_android_checkable 0
|
|
5836
5950
|
int styleable MaterialCardView_cardForegroundColor 1
|
|
5837
5951
|
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
|
|
5952
|
+
int styleable MaterialCardView_checkedIconGravity 3
|
|
5953
|
+
int styleable MaterialCardView_checkedIconMargin 4
|
|
5954
|
+
int styleable MaterialCardView_checkedIconSize 5
|
|
5955
|
+
int styleable MaterialCardView_checkedIconTint 6
|
|
5956
|
+
int styleable MaterialCardView_rippleColor 7
|
|
5957
|
+
int styleable MaterialCardView_shapeAppearance 8
|
|
5958
|
+
int styleable MaterialCardView_shapeAppearanceOverlay 9
|
|
5959
|
+
int styleable MaterialCardView_state_dragged 10
|
|
5960
|
+
int styleable MaterialCardView_strokeColor 11
|
|
5961
|
+
int styleable MaterialCardView_strokeWidth 12
|
|
5962
|
+
int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
|
|
5848
5963
|
int styleable MaterialCheckBox_buttonTint 0
|
|
5849
|
-
int styleable
|
|
5850
|
-
int
|
|
5964
|
+
int styleable MaterialCheckBox_centerIfNoTextEnabled 1
|
|
5965
|
+
int styleable MaterialCheckBox_useMaterialThemeColors 2
|
|
5966
|
+
int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5851
5967
|
int styleable MaterialDivider_dividerColor 0
|
|
5852
5968
|
int styleable MaterialDivider_dividerInsetEnd 1
|
|
5853
5969
|
int styleable MaterialDivider_dividerInsetStart 2
|
|
5854
5970
|
int styleable MaterialDivider_dividerThickness 3
|
|
5971
|
+
int styleable MaterialDivider_lastItemDecorated 4
|
|
5855
5972
|
int[] styleable MaterialRadioButton { 0x0, 0x0 }
|
|
5856
5973
|
int styleable MaterialRadioButton_buttonTint 0
|
|
5857
5974
|
int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
@@ -5869,10 +5986,12 @@ int styleable MaterialTextView_lineHeight 2
|
|
|
5869
5986
|
int[] styleable MaterialTimePicker { 0x0, 0x0 }
|
|
5870
5987
|
int styleable MaterialTimePicker_clockIcon 0
|
|
5871
5988
|
int styleable MaterialTimePicker_keyboardIcon 1
|
|
5872
|
-
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
|
|
5873
|
-
int styleable
|
|
5874
|
-
int styleable
|
|
5875
|
-
int styleable
|
|
5989
|
+
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5990
|
+
int styleable MaterialToolbar_logoAdjustViewBounds 0
|
|
5991
|
+
int styleable MaterialToolbar_logoScaleType 1
|
|
5992
|
+
int styleable MaterialToolbar_navigationIconTint 2
|
|
5993
|
+
int styleable MaterialToolbar_subtitleCentered 3
|
|
5994
|
+
int styleable MaterialToolbar_titleCentered 4
|
|
5876
5995
|
int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
|
|
5877
5996
|
int styleable MenuGroup_android_checkableBehavior 0
|
|
5878
5997
|
int styleable MenuGroup_android_enabled 1
|
|
@@ -5966,11 +6085,13 @@ int styleable NavigationBarView_itemTextAppearanceInactive 10
|
|
|
5966
6085
|
int styleable NavigationBarView_itemTextColor 11
|
|
5967
6086
|
int styleable NavigationBarView_labelVisibilityMode 12
|
|
5968
6087
|
int styleable NavigationBarView_menu 13
|
|
5969
|
-
int[] styleable NavigationRailView { 0x0, 0x0, 0x0 }
|
|
6088
|
+
int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5970
6089
|
int styleable NavigationRailView_headerLayout 0
|
|
5971
6090
|
int styleable NavigationRailView_itemMinHeight 1
|
|
5972
6091
|
int styleable NavigationRailView_menuGravity 2
|
|
5973
|
-
int
|
|
6092
|
+
int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
|
|
6093
|
+
int styleable NavigationRailView_paddingTopSystemWindowInsets 4
|
|
6094
|
+
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
6095
|
int styleable NavigationView_android_background 0
|
|
5975
6096
|
int styleable NavigationView_android_fitsSystemWindows 1
|
|
5976
6097
|
int styleable NavigationView_android_layout_gravity 2
|
|
@@ -5987,24 +6108,25 @@ int styleable NavigationView_itemIconPadding 12
|
|
|
5987
6108
|
int styleable NavigationView_itemIconSize 13
|
|
5988
6109
|
int styleable NavigationView_itemIconTint 14
|
|
5989
6110
|
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
|
|
6111
|
+
int styleable NavigationView_itemRippleColor 16
|
|
6112
|
+
int styleable NavigationView_itemShapeAppearance 17
|
|
6113
|
+
int styleable NavigationView_itemShapeAppearanceOverlay 18
|
|
6114
|
+
int styleable NavigationView_itemShapeFillColor 19
|
|
6115
|
+
int styleable NavigationView_itemShapeInsetBottom 20
|
|
6116
|
+
int styleable NavigationView_itemShapeInsetEnd 21
|
|
6117
|
+
int styleable NavigationView_itemShapeInsetStart 22
|
|
6118
|
+
int styleable NavigationView_itemShapeInsetTop 23
|
|
6119
|
+
int styleable NavigationView_itemTextAppearance 24
|
|
6120
|
+
int styleable NavigationView_itemTextColor 25
|
|
6121
|
+
int styleable NavigationView_itemVerticalPadding 26
|
|
6122
|
+
int styleable NavigationView_menu 27
|
|
6123
|
+
int styleable NavigationView_shapeAppearance 28
|
|
6124
|
+
int styleable NavigationView_shapeAppearanceOverlay 29
|
|
6125
|
+
int styleable NavigationView_subheaderColor 30
|
|
6126
|
+
int styleable NavigationView_subheaderInsetEnd 31
|
|
6127
|
+
int styleable NavigationView_subheaderInsetStart 32
|
|
6128
|
+
int styleable NavigationView_subheaderTextAppearance 33
|
|
6129
|
+
int styleable NavigationView_topInsetScrimEnabled 34
|
|
6008
6130
|
int[] styleable OnClick { 0x0, 0x0 }
|
|
6009
6131
|
int styleable OnClick_clickAction 0
|
|
6010
6132
|
int styleable OnClick_targetId 1
|
|
@@ -6191,6 +6313,8 @@ int[] styleable StateListDrawableItem { 0x1010199 }
|
|
|
6191
6313
|
int styleable StateListDrawableItem_android_drawable 0
|
|
6192
6314
|
int[] styleable StateSet { 0x0 }
|
|
6193
6315
|
int styleable StateSet_defaultState 0
|
|
6316
|
+
int[] styleable SwipeRefreshLayout { 0x0 }
|
|
6317
|
+
int styleable SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor 0
|
|
6194
6318
|
int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
6195
6319
|
int styleable SwitchCompat_android_textOff 0
|
|
6196
6320
|
int styleable SwitchCompat_android_textOn 1
|
|
@@ -6258,72 +6382,74 @@ int styleable TextAppearance_textAllCaps 14
|
|
|
6258
6382
|
int styleable TextAppearance_textLocale 15
|
|
6259
6383
|
int[] styleable TextInputEditText { 0x0 }
|
|
6260
6384
|
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 }
|
|
6385
|
+
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
6386
|
int styleable TextInputLayout_android_enabled 0
|
|
6263
6387
|
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
|
|
6388
|
+
int styleable TextInputLayout_android_maxEms 2
|
|
6389
|
+
int styleable TextInputLayout_android_maxWidth 3
|
|
6390
|
+
int styleable TextInputLayout_android_minEms 4
|
|
6391
|
+
int styleable TextInputLayout_android_minWidth 5
|
|
6392
|
+
int styleable TextInputLayout_android_textColorHint 6
|
|
6393
|
+
int styleable TextInputLayout_boxBackgroundColor 7
|
|
6394
|
+
int styleable TextInputLayout_boxBackgroundMode 8
|
|
6395
|
+
int styleable TextInputLayout_boxCollapsedPaddingTop 9
|
|
6396
|
+
int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
|
|
6397
|
+
int styleable TextInputLayout_boxCornerRadiusBottomStart 11
|
|
6398
|
+
int styleable TextInputLayout_boxCornerRadiusTopEnd 12
|
|
6399
|
+
int styleable TextInputLayout_boxCornerRadiusTopStart 13
|
|
6400
|
+
int styleable TextInputLayout_boxStrokeColor 14
|
|
6401
|
+
int styleable TextInputLayout_boxStrokeErrorColor 15
|
|
6402
|
+
int styleable TextInputLayout_boxStrokeWidth 16
|
|
6403
|
+
int styleable TextInputLayout_boxStrokeWidthFocused 17
|
|
6404
|
+
int styleable TextInputLayout_counterEnabled 18
|
|
6405
|
+
int styleable TextInputLayout_counterMaxLength 19
|
|
6406
|
+
int styleable TextInputLayout_counterOverflowTextAppearance 20
|
|
6407
|
+
int styleable TextInputLayout_counterOverflowTextColor 21
|
|
6408
|
+
int styleable TextInputLayout_counterTextAppearance 22
|
|
6409
|
+
int styleable TextInputLayout_counterTextColor 23
|
|
6410
|
+
int styleable TextInputLayout_endIconCheckable 24
|
|
6411
|
+
int styleable TextInputLayout_endIconContentDescription 25
|
|
6412
|
+
int styleable TextInputLayout_endIconDrawable 26
|
|
6413
|
+
int styleable TextInputLayout_endIconMode 27
|
|
6414
|
+
int styleable TextInputLayout_endIconTint 28
|
|
6415
|
+
int styleable TextInputLayout_endIconTintMode 29
|
|
6416
|
+
int styleable TextInputLayout_errorContentDescription 30
|
|
6417
|
+
int styleable TextInputLayout_errorEnabled 31
|
|
6418
|
+
int styleable TextInputLayout_errorIconDrawable 32
|
|
6419
|
+
int styleable TextInputLayout_errorIconTint 33
|
|
6420
|
+
int styleable TextInputLayout_errorIconTintMode 34
|
|
6421
|
+
int styleable TextInputLayout_errorTextAppearance 35
|
|
6422
|
+
int styleable TextInputLayout_errorTextColor 36
|
|
6423
|
+
int styleable TextInputLayout_expandedHintEnabled 37
|
|
6424
|
+
int styleable TextInputLayout_helperText 38
|
|
6425
|
+
int styleable TextInputLayout_helperTextEnabled 39
|
|
6426
|
+
int styleable TextInputLayout_helperTextTextAppearance 40
|
|
6427
|
+
int styleable TextInputLayout_helperTextTextColor 41
|
|
6428
|
+
int styleable TextInputLayout_hintAnimationEnabled 42
|
|
6429
|
+
int styleable TextInputLayout_hintEnabled 43
|
|
6430
|
+
int styleable TextInputLayout_hintTextAppearance 44
|
|
6431
|
+
int styleable TextInputLayout_hintTextColor 45
|
|
6432
|
+
int styleable TextInputLayout_passwordToggleContentDescription 46
|
|
6433
|
+
int styleable TextInputLayout_passwordToggleDrawable 47
|
|
6434
|
+
int styleable TextInputLayout_passwordToggleEnabled 48
|
|
6435
|
+
int styleable TextInputLayout_passwordToggleTint 49
|
|
6436
|
+
int styleable TextInputLayout_passwordToggleTintMode 50
|
|
6437
|
+
int styleable TextInputLayout_placeholderText 51
|
|
6438
|
+
int styleable TextInputLayout_placeholderTextAppearance 52
|
|
6439
|
+
int styleable TextInputLayout_placeholderTextColor 53
|
|
6440
|
+
int styleable TextInputLayout_prefixText 54
|
|
6441
|
+
int styleable TextInputLayout_prefixTextAppearance 55
|
|
6442
|
+
int styleable TextInputLayout_prefixTextColor 56
|
|
6443
|
+
int styleable TextInputLayout_shapeAppearance 57
|
|
6444
|
+
int styleable TextInputLayout_shapeAppearanceOverlay 58
|
|
6445
|
+
int styleable TextInputLayout_startIconCheckable 59
|
|
6446
|
+
int styleable TextInputLayout_startIconContentDescription 60
|
|
6447
|
+
int styleable TextInputLayout_startIconDrawable 61
|
|
6448
|
+
int styleable TextInputLayout_startIconTint 62
|
|
6449
|
+
int styleable TextInputLayout_startIconTintMode 63
|
|
6450
|
+
int styleable TextInputLayout_suffixText 64
|
|
6451
|
+
int styleable TextInputLayout_suffixTextAppearance 65
|
|
6452
|
+
int styleable TextInputLayout_suffixTextColor 66
|
|
6327
6453
|
int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
|
|
6328
6454
|
int styleable ThemeEnforcement_android_textAppearance 0
|
|
6329
6455
|
int styleable ThemeEnforcement_enforceMaterialTheme 1
|