clevertap-react-native 0.7.0 → 0.9.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 +12 -0
- package/android/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.1.1/fileContent/fileContent.lock +0 -0
- package/android/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.1.1/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/classAnalysis.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/jarAnalysis.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/6.1.1/javaCompile/taskHistory.bin +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/android.iml +5 -86
- package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +2 -2
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +3 -3
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json +2 -2
- package/android/build/intermediates/aar_main_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +1785 -374
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapApplication$1$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapApplication$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapApplication.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$ErrorMessages.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$InBoxMessages.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils.class +0 -0
- package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +3 -3
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +3 -3
- package/android/build/intermediates/merged_manifests/debug/output.json +2 -2
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +772 -40
- package/android/build/outputs/aar/android-debug.aar +0 -0
- package/android/build.gradle +3 -3
- package/android/src/main/java/com/clevertap/react/CleverTapApplication.java +79 -0
- package/android/src/main/java/com/clevertap/react/CleverTapModule.java +2 -22
- package/android/src/main/java/com/clevertap/react/CleverTapUtils.java +36 -0
- package/clevertap-react-native.podspec +2 -2
- package/docs/install.md +2 -2
- package/docs/integration.md +15 -3
- package/docs/usage.md +6 -0
- package/index.d.ts +2 -1
- package/index.js +2 -1
- package/ios/CleverTapReact/CleverTapSDK.framework.zip +0 -0
- package/package.json +3 -3
|
@@ -30,6 +30,7 @@ int anim design_snackbar_in 0x0
|
|
|
30
30
|
int anim design_snackbar_out 0x0
|
|
31
31
|
int anim fade_in 0x0
|
|
32
32
|
int anim fade_out 0x0
|
|
33
|
+
int anim fragment_fast_out_extra_slow_in 0x0
|
|
33
34
|
int anim mtrl_bottom_sheet_slide_in 0x0
|
|
34
35
|
int anim mtrl_bottom_sheet_slide_out 0x0
|
|
35
36
|
int anim mtrl_card_lowers_interpolator 0x0
|
|
@@ -38,11 +39,22 @@ int anim slide_up 0x0
|
|
|
38
39
|
int animator design_appbar_state_list_animator 0x0
|
|
39
40
|
int animator design_fab_hide_motion_spec 0x0
|
|
40
41
|
int animator design_fab_show_motion_spec 0x0
|
|
42
|
+
int animator fragment_close_enter 0x0
|
|
43
|
+
int animator fragment_close_exit 0x0
|
|
44
|
+
int animator fragment_fade_enter 0x0
|
|
45
|
+
int animator fragment_fade_exit 0x0
|
|
46
|
+
int animator fragment_open_enter 0x0
|
|
47
|
+
int animator fragment_open_exit 0x0
|
|
48
|
+
int animator linear_indeterminate_line1_head_interpolator 0x0
|
|
49
|
+
int animator linear_indeterminate_line1_tail_interpolator 0x0
|
|
50
|
+
int animator linear_indeterminate_line2_head_interpolator 0x0
|
|
51
|
+
int animator linear_indeterminate_line2_tail_interpolator 0x0
|
|
41
52
|
int animator mtrl_btn_state_list_anim 0x0
|
|
42
53
|
int animator mtrl_btn_unelevated_state_list_anim 0x0
|
|
43
54
|
int animator mtrl_card_state_list_anim 0x0
|
|
44
55
|
int animator mtrl_chip_state_list_anim 0x0
|
|
45
|
-
int animator
|
|
56
|
+
int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
|
|
57
|
+
int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
|
|
46
58
|
int animator mtrl_extended_fab_hide_motion_spec 0x0
|
|
47
59
|
int animator mtrl_extended_fab_show_motion_spec 0x0
|
|
48
60
|
int animator mtrl_extended_fab_state_list_animator 0x0
|
|
@@ -50,6 +62,8 @@ int animator mtrl_fab_hide_motion_spec 0x0
|
|
|
50
62
|
int animator mtrl_fab_show_motion_spec 0x0
|
|
51
63
|
int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
|
|
52
64
|
int animator mtrl_fab_transformation_sheet_expand_spec 0x0
|
|
65
|
+
int array exo_playback_speeds 0x0
|
|
66
|
+
int array exo_speed_multiplied_by_100 0x0
|
|
53
67
|
int attr actionBarDivider 0x0
|
|
54
68
|
int attr actionBarItemBackground 0x0
|
|
55
69
|
int attr actionBarPopupTheme 0x0
|
|
@@ -68,6 +82,7 @@ int attr actionMenuTextAppearance 0x0
|
|
|
68
82
|
int attr actionMenuTextColor 0x0
|
|
69
83
|
int attr actionModeBackground 0x0
|
|
70
84
|
int attr actionModeCloseButtonStyle 0x0
|
|
85
|
+
int attr actionModeCloseContentDescription 0x0
|
|
71
86
|
int attr actionModeCloseDrawable 0x0
|
|
72
87
|
int attr actionModeCopyDrawable 0x0
|
|
73
88
|
int attr actionModeCutDrawable 0x0
|
|
@@ -78,6 +93,7 @@ int attr actionModeSelectAllDrawable 0x0
|
|
|
78
93
|
int attr actionModeShareDrawable 0x0
|
|
79
94
|
int attr actionModeSplitBackground 0x0
|
|
80
95
|
int attr actionModeStyle 0x0
|
|
96
|
+
int attr actionModeTheme 0x0
|
|
81
97
|
int attr actionModeWebSearchDrawable 0x0
|
|
82
98
|
int attr actionOverflowButtonStyle 0x0
|
|
83
99
|
int attr actionOverflowMenuStyle 0x0
|
|
@@ -97,16 +113,23 @@ int attr alertDialogTheme 0x0
|
|
|
97
113
|
int attr allowStacking 0x0
|
|
98
114
|
int attr alpha 0x0
|
|
99
115
|
int attr alphabeticModifiers 0x0
|
|
116
|
+
int attr altSrc 0x0
|
|
117
|
+
int attr animate_relativeTo 0x0
|
|
100
118
|
int attr animationMode 0x0
|
|
119
|
+
int attr animation_enabled 0x0
|
|
101
120
|
int attr appBarLayoutStyle 0x0
|
|
121
|
+
int attr applyMotionScene 0x0
|
|
122
|
+
int attr arcMode 0x0
|
|
102
123
|
int attr arrowHeadLength 0x0
|
|
103
124
|
int attr arrowShaftLength 0x0
|
|
125
|
+
int attr attributeName 0x0
|
|
104
126
|
int attr autoCompleteTextViewStyle 0x0
|
|
105
127
|
int attr autoSizeMaxTextSize 0x0
|
|
106
128
|
int attr autoSizeMinTextSize 0x0
|
|
107
129
|
int attr autoSizePresetSizes 0x0
|
|
108
130
|
int attr autoSizeStepGranularity 0x0
|
|
109
131
|
int attr autoSizeTextType 0x0
|
|
132
|
+
int attr autoTransition 0x0
|
|
110
133
|
int attr auto_show 0x0
|
|
111
134
|
int attr background 0x0
|
|
112
135
|
int attr backgroundColor 0x0
|
|
@@ -124,7 +147,11 @@ int attr badgeGravity 0x0
|
|
|
124
147
|
int attr badgeStyle 0x0
|
|
125
148
|
int attr badgeTextColor 0x0
|
|
126
149
|
int attr barLength 0x0
|
|
150
|
+
int attr bar_gravity 0x0
|
|
127
151
|
int attr bar_height 0x0
|
|
152
|
+
int attr barrierAllowsGoneWidgets 0x0
|
|
153
|
+
int attr barrierDirection 0x0
|
|
154
|
+
int attr barrierMargin 0x0
|
|
128
155
|
int attr behavior_autoHide 0x0
|
|
129
156
|
int attr behavior_autoShrink 0x0
|
|
130
157
|
int attr behavior_draggable 0x0
|
|
@@ -153,6 +180,7 @@ int attr boxStrokeColor 0x0
|
|
|
153
180
|
int attr boxStrokeErrorColor 0x0
|
|
154
181
|
int attr boxStrokeWidth 0x0
|
|
155
182
|
int attr boxStrokeWidthFocused 0x0
|
|
183
|
+
int attr brightness 0x0
|
|
156
184
|
int attr buffered_color 0x0
|
|
157
185
|
int attr buttonBarButtonStyle 0x0
|
|
158
186
|
int attr buttonBarNegativeButtonStyle 0x0
|
|
@@ -176,11 +204,14 @@ int attr cardMaxElevation 0x0
|
|
|
176
204
|
int attr cardPreventCornerOverlap 0x0
|
|
177
205
|
int attr cardUseCompatPadding 0x0
|
|
178
206
|
int attr cardViewStyle 0x0
|
|
207
|
+
int attr chainUseRtl 0x0
|
|
179
208
|
int attr checkboxStyle 0x0
|
|
180
209
|
int attr checkedButton 0x0
|
|
181
210
|
int attr checkedChip 0x0
|
|
182
211
|
int attr checkedIcon 0x0
|
|
183
212
|
int attr checkedIconEnabled 0x0
|
|
213
|
+
int attr checkedIconMargin 0x0
|
|
214
|
+
int attr checkedIconSize 0x0
|
|
184
215
|
int attr checkedIconTint 0x0
|
|
185
216
|
int attr checkedIconVisible 0x0
|
|
186
217
|
int attr checkedTextViewStyle 0x0
|
|
@@ -205,6 +236,13 @@ int attr chipStrokeWidth 0x0
|
|
|
205
236
|
int attr chipStyle 0x0
|
|
206
237
|
int attr chipSurfaceColor 0x0
|
|
207
238
|
int attr circleCrop 0x0
|
|
239
|
+
int attr circleRadius 0x0
|
|
240
|
+
int attr circularProgressIndicatorStyle 0x0
|
|
241
|
+
int attr clickAction 0x0
|
|
242
|
+
int attr clockFaceBackgroundColor 0x0
|
|
243
|
+
int attr clockHandColor 0x0
|
|
244
|
+
int attr clockIcon 0x0
|
|
245
|
+
int attr clockNumberTextColor 0x0
|
|
208
246
|
int attr closeIcon 0x0
|
|
209
247
|
int attr closeIconEnabled 0x0
|
|
210
248
|
int attr closeIconEndPadding 0x0
|
|
@@ -215,8 +253,10 @@ int attr closeIconVisible 0x0
|
|
|
215
253
|
int attr closeItemLayout 0x0
|
|
216
254
|
int attr collapseContentDescription 0x0
|
|
217
255
|
int attr collapseIcon 0x0
|
|
256
|
+
int attr collapsedSize 0x0
|
|
218
257
|
int attr collapsedTitleGravity 0x0
|
|
219
258
|
int attr collapsedTitleTextAppearance 0x0
|
|
259
|
+
int attr collapsingToolbarLayoutStyle 0x0
|
|
220
260
|
int attr color 0x0
|
|
221
261
|
int attr colorAccent 0x0
|
|
222
262
|
int attr colorBackgroundFloating 0x0
|
|
@@ -241,6 +281,12 @@ int attr colorSecondaryVariant 0x0
|
|
|
241
281
|
int attr colorSurface 0x0
|
|
242
282
|
int attr colorSwitchThumbNormal 0x0
|
|
243
283
|
int attr commitIcon 0x0
|
|
284
|
+
int attr constraintSet 0x0
|
|
285
|
+
int attr constraintSetEnd 0x0
|
|
286
|
+
int attr constraintSetStart 0x0
|
|
287
|
+
int attr constraint_referenced_ids 0x0
|
|
288
|
+
int attr constraints 0x0
|
|
289
|
+
int attr content 0x0
|
|
244
290
|
int attr contentDescription 0x0
|
|
245
291
|
int attr contentInsetEnd 0x0
|
|
246
292
|
int attr contentInsetEndWithActions 0x0
|
|
@@ -250,10 +296,13 @@ int attr contentInsetStart 0x0
|
|
|
250
296
|
int attr contentInsetStartWithNavigation 0x0
|
|
251
297
|
int attr contentPadding 0x0
|
|
252
298
|
int attr contentPaddingBottom 0x0
|
|
299
|
+
int attr contentPaddingEnd 0x0
|
|
253
300
|
int attr contentPaddingLeft 0x0
|
|
254
301
|
int attr contentPaddingRight 0x0
|
|
302
|
+
int attr contentPaddingStart 0x0
|
|
255
303
|
int attr contentPaddingTop 0x0
|
|
256
304
|
int attr contentScrim 0x0
|
|
305
|
+
int attr contrast 0x0
|
|
257
306
|
int attr controlBackground 0x0
|
|
258
307
|
int attr controller_layout_id 0x0
|
|
259
308
|
int attr coordinatorLayoutStyle 0x0
|
|
@@ -274,13 +323,29 @@ int attr counterOverflowTextAppearance 0x0
|
|
|
274
323
|
int attr counterOverflowTextColor 0x0
|
|
275
324
|
int attr counterTextAppearance 0x0
|
|
276
325
|
int attr counterTextColor 0x0
|
|
326
|
+
int attr crossfade 0x0
|
|
327
|
+
int attr currentState 0x0
|
|
328
|
+
int attr curveFit 0x0
|
|
329
|
+
int attr customBoolean 0x0
|
|
330
|
+
int attr customColorDrawableValue 0x0
|
|
331
|
+
int attr customColorValue 0x0
|
|
332
|
+
int attr customDimension 0x0
|
|
333
|
+
int attr customFloatValue 0x0
|
|
334
|
+
int attr customIntegerValue 0x0
|
|
277
335
|
int attr customNavigationLayout 0x0
|
|
336
|
+
int attr customPixelDimension 0x0
|
|
337
|
+
int attr customStringValue 0x0
|
|
278
338
|
int attr dayInvalidStyle 0x0
|
|
279
339
|
int attr daySelectedStyle 0x0
|
|
280
340
|
int attr dayStyle 0x0
|
|
281
341
|
int attr dayTodayStyle 0x0
|
|
342
|
+
int attr defaultDuration 0x0
|
|
282
343
|
int attr defaultQueryHint 0x0
|
|
344
|
+
int attr defaultState 0x0
|
|
283
345
|
int attr default_artwork 0x0
|
|
346
|
+
int attr deltaPolarAngle 0x0
|
|
347
|
+
int attr deltaPolarRadius 0x0
|
|
348
|
+
int attr deriveConstraintsFrom 0x0
|
|
284
349
|
int attr dialogCornerRadius 0x0
|
|
285
350
|
int attr dialogPreferredPadding 0x0
|
|
286
351
|
int attr dialogTheme 0x0
|
|
@@ -289,6 +354,10 @@ int attr divider 0x0
|
|
|
289
354
|
int attr dividerHorizontal 0x0
|
|
290
355
|
int attr dividerPadding 0x0
|
|
291
356
|
int attr dividerVertical 0x0
|
|
357
|
+
int attr dragDirection 0x0
|
|
358
|
+
int attr dragScale 0x0
|
|
359
|
+
int attr dragThreshold 0x0
|
|
360
|
+
int attr drawPath 0x0
|
|
292
361
|
int attr drawableBottomCompat 0x0
|
|
293
362
|
int attr drawableEndCompat 0x0
|
|
294
363
|
int attr drawableLeftCompat 0x0
|
|
@@ -301,12 +370,14 @@ int attr drawableTopCompat 0x0
|
|
|
301
370
|
int attr drawerArrowStyle 0x0
|
|
302
371
|
int attr dropDownListViewStyle 0x0
|
|
303
372
|
int attr dropdownListPreferredItemHeight 0x0
|
|
373
|
+
int attr duration 0x0
|
|
304
374
|
int attr editTextBackground 0x0
|
|
305
375
|
int attr editTextColor 0x0
|
|
306
376
|
int attr editTextStyle 0x0
|
|
307
377
|
int attr elevation 0x0
|
|
308
378
|
int attr elevationOverlayColor 0x0
|
|
309
379
|
int attr elevationOverlayEnabled 0x0
|
|
380
|
+
int attr enableEdgeToEdge 0x0
|
|
310
381
|
int attr endIconCheckable 0x0
|
|
311
382
|
int attr endIconContentDescription 0x0
|
|
312
383
|
int attr endIconDrawable 0x0
|
|
@@ -325,6 +396,7 @@ int attr errorTextAppearance 0x0
|
|
|
325
396
|
int attr errorTextColor 0x0
|
|
326
397
|
int attr expandActivityOverflowButtonDrawable 0x0
|
|
327
398
|
int attr expanded 0x0
|
|
399
|
+
int attr expandedHintEnabled 0x0
|
|
328
400
|
int attr expandedTitleGravity 0x0
|
|
329
401
|
int attr expandedTitleMargin 0x0
|
|
330
402
|
int attr expandedTitleMarginBottom 0x0
|
|
@@ -334,6 +406,7 @@ int attr expandedTitleMarginTop 0x0
|
|
|
334
406
|
int attr expandedTitleTextAppearance 0x0
|
|
335
407
|
int attr extendMotionSpec 0x0
|
|
336
408
|
int attr extendedFloatingActionButtonStyle 0x0
|
|
409
|
+
int attr extraMultilineHeightEnabled 0x0
|
|
337
410
|
int attr fabAlignmentMode 0x0
|
|
338
411
|
int attr fabAnimationMode 0x0
|
|
339
412
|
int attr fabCradleMargin 0x0
|
|
@@ -349,9 +422,27 @@ int attr fastScrollHorizontalThumbDrawable 0x0
|
|
|
349
422
|
int attr fastScrollHorizontalTrackDrawable 0x0
|
|
350
423
|
int attr fastScrollVerticalThumbDrawable 0x0
|
|
351
424
|
int attr fastScrollVerticalTrackDrawable 0x0
|
|
352
|
-
int attr fastforward_increment 0x0
|
|
353
425
|
int attr firstBaselineToTopHeight 0x0
|
|
354
426
|
int attr floatingActionButtonStyle 0x0
|
|
427
|
+
int attr flow_firstHorizontalBias 0x0
|
|
428
|
+
int attr flow_firstHorizontalStyle 0x0
|
|
429
|
+
int attr flow_firstVerticalBias 0x0
|
|
430
|
+
int attr flow_firstVerticalStyle 0x0
|
|
431
|
+
int attr flow_horizontalAlign 0x0
|
|
432
|
+
int attr flow_horizontalBias 0x0
|
|
433
|
+
int attr flow_horizontalGap 0x0
|
|
434
|
+
int attr flow_horizontalStyle 0x0
|
|
435
|
+
int attr flow_lastHorizontalBias 0x0
|
|
436
|
+
int attr flow_lastHorizontalStyle 0x0
|
|
437
|
+
int attr flow_lastVerticalBias 0x0
|
|
438
|
+
int attr flow_lastVerticalStyle 0x0
|
|
439
|
+
int attr flow_maxElementsWrap 0x0
|
|
440
|
+
int attr flow_padding 0x0
|
|
441
|
+
int attr flow_verticalAlign 0x0
|
|
442
|
+
int attr flow_verticalBias 0x0
|
|
443
|
+
int attr flow_verticalGap 0x0
|
|
444
|
+
int attr flow_verticalStyle 0x0
|
|
445
|
+
int attr flow_wrapMode 0x0
|
|
355
446
|
int attr font 0x0
|
|
356
447
|
int attr fontFamily 0x0
|
|
357
448
|
int attr fontProviderAuthority 0x0
|
|
@@ -360,10 +451,13 @@ int attr fontProviderFetchStrategy 0x0
|
|
|
360
451
|
int attr fontProviderFetchTimeout 0x0
|
|
361
452
|
int attr fontProviderPackage 0x0
|
|
362
453
|
int attr fontProviderQuery 0x0
|
|
454
|
+
int attr fontProviderSystemFontFamily 0x0
|
|
363
455
|
int attr fontStyle 0x0
|
|
364
456
|
int attr fontVariationSettings 0x0
|
|
365
457
|
int attr fontWeight 0x0
|
|
458
|
+
int attr forceApplySystemWindowInsetTop 0x0
|
|
366
459
|
int attr foregroundInsidePadding 0x0
|
|
460
|
+
int attr framePosition 0x0
|
|
367
461
|
int attr gapBetweenBars 0x0
|
|
368
462
|
int attr gestureInsetBottomIgnored 0x0
|
|
369
463
|
int attr goIcon 0x0
|
|
@@ -375,6 +469,7 @@ int attr helperText 0x0
|
|
|
375
469
|
int attr helperTextEnabled 0x0
|
|
376
470
|
int attr helperTextTextAppearance 0x0
|
|
377
471
|
int attr helperTextTextColor 0x0
|
|
472
|
+
int attr hideAnimationBehavior 0x0
|
|
378
473
|
int attr hideMotionSpec 0x0
|
|
379
474
|
int attr hideOnContentScroll 0x0
|
|
380
475
|
int attr hideOnScroll 0x0
|
|
@@ -400,7 +495,13 @@ int attr iconifiedByDefault 0x0
|
|
|
400
495
|
int attr imageAspectRatio 0x0
|
|
401
496
|
int attr imageAspectRatioAdjust 0x0
|
|
402
497
|
int attr imageButtonStyle 0x0
|
|
498
|
+
int attr indeterminateAnimationType 0x0
|
|
403
499
|
int attr indeterminateProgressStyle 0x0
|
|
500
|
+
int attr indicatorColor 0x0
|
|
501
|
+
int attr indicatorDirectionCircular 0x0
|
|
502
|
+
int attr indicatorDirectionLinear 0x0
|
|
503
|
+
int attr indicatorInset 0x0
|
|
504
|
+
int attr indicatorSize 0x0
|
|
404
505
|
int attr initialActivityCount 0x0
|
|
405
506
|
int attr insetForeground 0x0
|
|
406
507
|
int attr isLightTheme 0x0
|
|
@@ -430,27 +531,84 @@ int attr itemTextAppearanceActive 0x0
|
|
|
430
531
|
int attr itemTextAppearanceInactive 0x0
|
|
431
532
|
int attr itemTextColor 0x0
|
|
432
533
|
int attr keep_content_on_player_reset 0x0
|
|
534
|
+
int attr keyPositionType 0x0
|
|
535
|
+
int attr keyboardIcon 0x0
|
|
433
536
|
int attr keylines 0x0
|
|
434
537
|
int attr labelBehavior 0x0
|
|
435
538
|
int attr labelStyle 0x0
|
|
436
539
|
int attr labelVisibilityMode 0x0
|
|
437
540
|
int attr lastBaselineToBottomHeight 0x0
|
|
438
541
|
int attr layout 0x0
|
|
542
|
+
int attr layoutDescription 0x0
|
|
543
|
+
int attr layoutDuringTransition 0x0
|
|
439
544
|
int attr layoutManager 0x0
|
|
440
545
|
int attr layout_anchor 0x0
|
|
441
546
|
int attr layout_anchorGravity 0x0
|
|
442
547
|
int attr layout_behavior 0x0
|
|
443
548
|
int attr layout_collapseMode 0x0
|
|
444
549
|
int attr layout_collapseParallaxMultiplier 0x0
|
|
550
|
+
int attr layout_constrainedHeight 0x0
|
|
551
|
+
int attr layout_constrainedWidth 0x0
|
|
552
|
+
int attr layout_constraintBaseline_creator 0x0
|
|
553
|
+
int attr layout_constraintBaseline_toBaselineOf 0x0
|
|
554
|
+
int attr layout_constraintBottom_creator 0x0
|
|
555
|
+
int attr layout_constraintBottom_toBottomOf 0x0
|
|
556
|
+
int attr layout_constraintBottom_toTopOf 0x0
|
|
557
|
+
int attr layout_constraintCircle 0x0
|
|
558
|
+
int attr layout_constraintCircleAngle 0x0
|
|
559
|
+
int attr layout_constraintCircleRadius 0x0
|
|
560
|
+
int attr layout_constraintDimensionRatio 0x0
|
|
561
|
+
int attr layout_constraintEnd_toEndOf 0x0
|
|
562
|
+
int attr layout_constraintEnd_toStartOf 0x0
|
|
563
|
+
int attr layout_constraintGuide_begin 0x0
|
|
564
|
+
int attr layout_constraintGuide_end 0x0
|
|
565
|
+
int attr layout_constraintGuide_percent 0x0
|
|
566
|
+
int attr layout_constraintHeight_default 0x0
|
|
567
|
+
int attr layout_constraintHeight_max 0x0
|
|
568
|
+
int attr layout_constraintHeight_min 0x0
|
|
569
|
+
int attr layout_constraintHeight_percent 0x0
|
|
570
|
+
int attr layout_constraintHorizontal_bias 0x0
|
|
571
|
+
int attr layout_constraintHorizontal_chainStyle 0x0
|
|
572
|
+
int attr layout_constraintHorizontal_weight 0x0
|
|
573
|
+
int attr layout_constraintLeft_creator 0x0
|
|
574
|
+
int attr layout_constraintLeft_toLeftOf 0x0
|
|
575
|
+
int attr layout_constraintLeft_toRightOf 0x0
|
|
576
|
+
int attr layout_constraintRight_creator 0x0
|
|
577
|
+
int attr layout_constraintRight_toLeftOf 0x0
|
|
578
|
+
int attr layout_constraintRight_toRightOf 0x0
|
|
579
|
+
int attr layout_constraintStart_toEndOf 0x0
|
|
580
|
+
int attr layout_constraintStart_toStartOf 0x0
|
|
581
|
+
int attr layout_constraintTag 0x0
|
|
582
|
+
int attr layout_constraintTop_creator 0x0
|
|
583
|
+
int attr layout_constraintTop_toBottomOf 0x0
|
|
584
|
+
int attr layout_constraintTop_toTopOf 0x0
|
|
585
|
+
int attr layout_constraintVertical_bias 0x0
|
|
586
|
+
int attr layout_constraintVertical_chainStyle 0x0
|
|
587
|
+
int attr layout_constraintVertical_weight 0x0
|
|
588
|
+
int attr layout_constraintWidth_default 0x0
|
|
589
|
+
int attr layout_constraintWidth_max 0x0
|
|
590
|
+
int attr layout_constraintWidth_min 0x0
|
|
591
|
+
int attr layout_constraintWidth_percent 0x0
|
|
445
592
|
int attr layout_dodgeInsetEdges 0x0
|
|
593
|
+
int attr layout_editor_absoluteX 0x0
|
|
594
|
+
int attr layout_editor_absoluteY 0x0
|
|
595
|
+
int attr layout_goneMarginBottom 0x0
|
|
596
|
+
int attr layout_goneMarginEnd 0x0
|
|
597
|
+
int attr layout_goneMarginLeft 0x0
|
|
598
|
+
int attr layout_goneMarginRight 0x0
|
|
599
|
+
int attr layout_goneMarginStart 0x0
|
|
600
|
+
int attr layout_goneMarginTop 0x0
|
|
446
601
|
int attr layout_insetEdge 0x0
|
|
447
602
|
int attr layout_keyline 0x0
|
|
603
|
+
int attr layout_optimizationLevel 0x0
|
|
448
604
|
int attr layout_scrollFlags 0x0
|
|
449
605
|
int attr layout_scrollInterpolator 0x0
|
|
450
606
|
int attr liftOnScroll 0x0
|
|
451
607
|
int attr liftOnScrollTargetViewId 0x0
|
|
608
|
+
int attr limitBoundsTo 0x0
|
|
452
609
|
int attr lineHeight 0x0
|
|
453
610
|
int attr lineSpacing 0x0
|
|
611
|
+
int attr linearProgressIndicatorStyle 0x0
|
|
454
612
|
int attr listChoiceBackgroundIndicator 0x0
|
|
455
613
|
int attr listChoiceIndicatorMultipleAnimated 0x0
|
|
456
614
|
int attr listChoiceIndicatorSingleAnimated 0x0
|
|
@@ -478,32 +636,87 @@ int attr materialButtonStyle 0x0
|
|
|
478
636
|
int attr materialButtonToggleGroupStyle 0x0
|
|
479
637
|
int attr materialCalendarDay 0x0
|
|
480
638
|
int attr materialCalendarFullscreenTheme 0x0
|
|
639
|
+
int attr materialCalendarHeaderCancelButton 0x0
|
|
481
640
|
int attr materialCalendarHeaderConfirmButton 0x0
|
|
482
641
|
int attr materialCalendarHeaderDivider 0x0
|
|
483
642
|
int attr materialCalendarHeaderLayout 0x0
|
|
484
643
|
int attr materialCalendarHeaderSelection 0x0
|
|
485
644
|
int attr materialCalendarHeaderTitle 0x0
|
|
486
645
|
int attr materialCalendarHeaderToggleButton 0x0
|
|
646
|
+
int attr materialCalendarMonth 0x0
|
|
647
|
+
int attr materialCalendarMonthNavigationButton 0x0
|
|
487
648
|
int attr materialCalendarStyle 0x0
|
|
488
649
|
int attr materialCalendarTheme 0x0
|
|
650
|
+
int attr materialCalendarYearNavigationButton 0x0
|
|
489
651
|
int attr materialCardViewStyle 0x0
|
|
652
|
+
int attr materialCircleRadius 0x0
|
|
653
|
+
int attr materialClockStyle 0x0
|
|
490
654
|
int attr materialThemeOverlay 0x0
|
|
655
|
+
int attr materialTimePickerStyle 0x0
|
|
656
|
+
int attr materialTimePickerTheme 0x0
|
|
657
|
+
int attr maxAcceleration 0x0
|
|
491
658
|
int attr maxActionInlineWidth 0x0
|
|
492
659
|
int attr maxButtonHeight 0x0
|
|
493
660
|
int attr maxCharacterCount 0x0
|
|
661
|
+
int attr maxHeight 0x0
|
|
494
662
|
int attr maxImageSize 0x0
|
|
495
663
|
int attr maxLines 0x0
|
|
664
|
+
int attr maxVelocity 0x0
|
|
665
|
+
int attr maxWidth 0x0
|
|
496
666
|
int attr measureWithLargestChild 0x0
|
|
497
667
|
int attr menu 0x0
|
|
668
|
+
int attr menuGravity 0x0
|
|
669
|
+
int attr minHeight 0x0
|
|
670
|
+
int attr minHideDelay 0x0
|
|
671
|
+
int attr minSeparation 0x0
|
|
498
672
|
int attr minTouchTargetSize 0x0
|
|
673
|
+
int attr minWidth 0x0
|
|
674
|
+
int attr mock_diagonalsColor 0x0
|
|
675
|
+
int attr mock_label 0x0
|
|
676
|
+
int attr mock_labelBackgroundColor 0x0
|
|
677
|
+
int attr mock_labelColor 0x0
|
|
678
|
+
int attr mock_showDiagonals 0x0
|
|
679
|
+
int attr mock_showLabel 0x0
|
|
680
|
+
int attr motionDebug 0x0
|
|
681
|
+
int attr motionDurationLong1 0x0
|
|
682
|
+
int attr motionDurationLong2 0x0
|
|
683
|
+
int attr motionDurationMedium1 0x0
|
|
684
|
+
int attr motionDurationMedium2 0x0
|
|
685
|
+
int attr motionDurationShort1 0x0
|
|
686
|
+
int attr motionDurationShort2 0x0
|
|
687
|
+
int attr motionEasingAccelerated 0x0
|
|
688
|
+
int attr motionEasingDecelerated 0x0
|
|
689
|
+
int attr motionEasingEmphasized 0x0
|
|
690
|
+
int attr motionEasingLinear 0x0
|
|
691
|
+
int attr motionEasingStandard 0x0
|
|
692
|
+
int attr motionInterpolator 0x0
|
|
693
|
+
int attr motionPath 0x0
|
|
694
|
+
int attr motionPathRotate 0x0
|
|
695
|
+
int attr motionProgress 0x0
|
|
696
|
+
int attr motionStagger 0x0
|
|
697
|
+
int attr motionTarget 0x0
|
|
698
|
+
int attr motion_postLayoutCollision 0x0
|
|
699
|
+
int attr motion_triggerOnCollision 0x0
|
|
700
|
+
int attr moveWhenScrollAtTop 0x0
|
|
499
701
|
int attr multiChoiceItemLayout 0x0
|
|
500
702
|
int attr navigationContentDescription 0x0
|
|
501
703
|
int attr navigationIcon 0x0
|
|
704
|
+
int attr navigationIconTint 0x0
|
|
502
705
|
int attr navigationMode 0x0
|
|
706
|
+
int attr navigationRailStyle 0x0
|
|
503
707
|
int attr navigationViewStyle 0x0
|
|
708
|
+
int attr nestedScrollFlags 0x0
|
|
709
|
+
int attr nestedScrollable 0x0
|
|
504
710
|
int attr number 0x0
|
|
505
711
|
int attr numericModifiers 0x0
|
|
712
|
+
int attr onCross 0x0
|
|
713
|
+
int attr onHide 0x0
|
|
714
|
+
int attr onNegativeCross 0x0
|
|
715
|
+
int attr onPositiveCross 0x0
|
|
716
|
+
int attr onShow 0x0
|
|
717
|
+
int attr onTouchUp 0x0
|
|
506
718
|
int attr overlapAnchor 0x0
|
|
719
|
+
int attr overlay 0x0
|
|
507
720
|
int attr overlayImage 0x0
|
|
508
721
|
int attr paddingBottomNoButtons 0x0
|
|
509
722
|
int attr paddingBottomSystemWindowInsets 0x0
|
|
@@ -512,6 +725,7 @@ int attr paddingLeftSystemWindowInsets 0x0
|
|
|
512
725
|
int attr paddingRightSystemWindowInsets 0x0
|
|
513
726
|
int attr paddingStart 0x0
|
|
514
727
|
int attr paddingTopNoTitle 0x0
|
|
728
|
+
int attr paddingTopSystemWindowInsets 0x0
|
|
515
729
|
int attr panelBackground 0x0
|
|
516
730
|
int attr panelMenuListTheme 0x0
|
|
517
731
|
int attr panelMenuListWidth 0x0
|
|
@@ -520,11 +734,20 @@ int attr passwordToggleDrawable 0x0
|
|
|
520
734
|
int attr passwordToggleEnabled 0x0
|
|
521
735
|
int attr passwordToggleTint 0x0
|
|
522
736
|
int attr passwordToggleTintMode 0x0
|
|
737
|
+
int attr pathMotionArc 0x0
|
|
738
|
+
int attr path_percent 0x0
|
|
739
|
+
int attr percentHeight 0x0
|
|
740
|
+
int attr percentWidth 0x0
|
|
741
|
+
int attr percentX 0x0
|
|
742
|
+
int attr percentY 0x0
|
|
743
|
+
int attr perpendicularPath_percent 0x0
|
|
744
|
+
int attr pivotAnchor 0x0
|
|
523
745
|
int attr placeholderImage 0x0
|
|
524
746
|
int attr placeholderImageScaleType 0x0
|
|
525
747
|
int attr placeholderText 0x0
|
|
526
748
|
int attr placeholderTextAppearance 0x0
|
|
527
749
|
int attr placeholderTextColor 0x0
|
|
750
|
+
int attr placeholder_emptyVisibility 0x0
|
|
528
751
|
int attr played_ad_marker_color 0x0
|
|
529
752
|
int attr played_color 0x0
|
|
530
753
|
int attr player_layout_id 0x0
|
|
@@ -551,16 +774,21 @@ int attr ratingBarStyle 0x0
|
|
|
551
774
|
int attr ratingBarStyleIndicator 0x0
|
|
552
775
|
int attr ratingBarStyleSmall 0x0
|
|
553
776
|
int attr recyclerViewStyle 0x0
|
|
777
|
+
int attr region_heightLessThan 0x0
|
|
778
|
+
int attr region_heightMoreThan 0x0
|
|
779
|
+
int attr region_widthLessThan 0x0
|
|
780
|
+
int attr region_widthMoreThan 0x0
|
|
554
781
|
int attr repeat_toggle_modes 0x0
|
|
555
782
|
int attr resize_mode 0x0
|
|
556
783
|
int attr retryImage 0x0
|
|
557
784
|
int attr retryImageScaleType 0x0
|
|
558
785
|
int attr reverseLayout 0x0
|
|
559
|
-
int attr rewind_increment 0x0
|
|
560
786
|
int attr rippleColor 0x0
|
|
787
|
+
int attr round 0x0
|
|
561
788
|
int attr roundAsCircle 0x0
|
|
562
789
|
int attr roundBottomLeft 0x0
|
|
563
790
|
int attr roundBottomRight 0x0
|
|
791
|
+
int attr roundPercent 0x0
|
|
564
792
|
int attr roundTopLeft 0x0
|
|
565
793
|
int attr roundTopRight 0x0
|
|
566
794
|
int attr roundWithOverlayColor 0x0
|
|
@@ -568,6 +796,7 @@ int attr roundedCornerRadius 0x0
|
|
|
568
796
|
int attr roundingBorderColor 0x0
|
|
569
797
|
int attr roundingBorderPadding 0x0
|
|
570
798
|
int attr roundingBorderWidth 0x0
|
|
799
|
+
int attr saturation 0x0
|
|
571
800
|
int attr scopeUris 0x0
|
|
572
801
|
int attr scrimAnimationDuration 0x0
|
|
573
802
|
int attr scrimBackground 0x0
|
|
@@ -584,24 +813,35 @@ int attr seekBarStyle 0x0
|
|
|
584
813
|
int attr selectableItemBackground 0x0
|
|
585
814
|
int attr selectableItemBackgroundBorderless 0x0
|
|
586
815
|
int attr selectionRequired 0x0
|
|
816
|
+
int attr selectorSize 0x0
|
|
587
817
|
int attr shapeAppearance 0x0
|
|
588
818
|
int attr shapeAppearanceLargeComponent 0x0
|
|
589
819
|
int attr shapeAppearanceMediumComponent 0x0
|
|
590
820
|
int attr shapeAppearanceOverlay 0x0
|
|
591
821
|
int attr shapeAppearanceSmallComponent 0x0
|
|
822
|
+
int attr showAnimationBehavior 0x0
|
|
592
823
|
int attr showAsAction 0x0
|
|
824
|
+
int attr showDelay 0x0
|
|
593
825
|
int attr showDividers 0x0
|
|
594
826
|
int attr showMotionSpec 0x0
|
|
827
|
+
int attr showPaths 0x0
|
|
595
828
|
int attr showText 0x0
|
|
596
829
|
int attr showTitle 0x0
|
|
597
830
|
int attr show_buffering 0x0
|
|
831
|
+
int attr show_fastforward_button 0x0
|
|
832
|
+
int attr show_next_button 0x0
|
|
833
|
+
int attr show_previous_button 0x0
|
|
834
|
+
int attr show_rewind_button 0x0
|
|
598
835
|
int attr show_shuffle_button 0x0
|
|
836
|
+
int attr show_subtitle_button 0x0
|
|
599
837
|
int attr show_timeout 0x0
|
|
838
|
+
int attr show_vr_button 0x0
|
|
600
839
|
int attr shrinkMotionSpec 0x0
|
|
601
840
|
int attr shutter_background_color 0x0
|
|
602
841
|
int attr singleChoiceItemLayout 0x0
|
|
603
842
|
int attr singleLine 0x0
|
|
604
843
|
int attr singleSelection 0x0
|
|
844
|
+
int attr sizePercent 0x0
|
|
605
845
|
int attr sliderStyle 0x0
|
|
606
846
|
int attr snackbarButtonStyle 0x0
|
|
607
847
|
int attr snackbarStyle 0x0
|
|
@@ -613,6 +853,7 @@ int attr spinnerStyle 0x0
|
|
|
613
853
|
int attr splitTrack 0x0
|
|
614
854
|
int attr srcCompat 0x0
|
|
615
855
|
int attr stackFromEnd 0x0
|
|
856
|
+
int attr staggered 0x0
|
|
616
857
|
int attr startIconCheckable 0x0
|
|
617
858
|
int attr startIconContentDescription 0x0
|
|
618
859
|
int attr startIconDrawable 0x0
|
|
@@ -632,6 +873,7 @@ int attr strokeWidth 0x0
|
|
|
632
873
|
int attr subMenuArrow 0x0
|
|
633
874
|
int attr submitBackground 0x0
|
|
634
875
|
int attr subtitle 0x0
|
|
876
|
+
int attr subtitleCentered 0x0
|
|
635
877
|
int attr subtitleTextAppearance 0x0
|
|
636
878
|
int attr subtitleTextColor 0x0
|
|
637
879
|
int attr subtitleTextStyle 0x0
|
|
@@ -651,6 +893,7 @@ int attr tabIconTint 0x0
|
|
|
651
893
|
int attr tabIconTintMode 0x0
|
|
652
894
|
int attr tabIndicator 0x0
|
|
653
895
|
int attr tabIndicatorAnimationDuration 0x0
|
|
896
|
+
int attr tabIndicatorAnimationMode 0x0
|
|
654
897
|
int attr tabIndicatorColor 0x0
|
|
655
898
|
int attr tabIndicatorFullWidth 0x0
|
|
656
899
|
int attr tabIndicatorGravity 0x0
|
|
@@ -670,6 +913,10 @@ int attr tabStyle 0x0
|
|
|
670
913
|
int attr tabTextAppearance 0x0
|
|
671
914
|
int attr tabTextColor 0x0
|
|
672
915
|
int attr tabUnboundedRipple 0x0
|
|
916
|
+
int attr targetId 0x0
|
|
917
|
+
int attr telltales_tailColor 0x0
|
|
918
|
+
int attr telltales_tailScale 0x0
|
|
919
|
+
int attr telltales_velocityMode 0x0
|
|
673
920
|
int attr textAllCaps 0x0
|
|
674
921
|
int attr textAppearanceBody1 0x0
|
|
675
922
|
int attr textAppearanceBody2 0x0
|
|
@@ -706,6 +953,8 @@ int attr thickness 0x0
|
|
|
706
953
|
int attr thumbColor 0x0
|
|
707
954
|
int attr thumbElevation 0x0
|
|
708
955
|
int attr thumbRadius 0x0
|
|
956
|
+
int attr thumbStrokeColor 0x0
|
|
957
|
+
int attr thumbStrokeWidth 0x0
|
|
709
958
|
int attr thumbTextPadding 0x0
|
|
710
959
|
int attr thumbTint 0x0
|
|
711
960
|
int attr thumbTintMode 0x0
|
|
@@ -715,10 +964,13 @@ int attr tickColorInactive 0x0
|
|
|
715
964
|
int attr tickMark 0x0
|
|
716
965
|
int attr tickMarkTint 0x0
|
|
717
966
|
int attr tickMarkTintMode 0x0
|
|
967
|
+
int attr tickVisible 0x0
|
|
718
968
|
int attr time_bar_min_update_interval 0x0
|
|
719
969
|
int attr tint 0x0
|
|
720
970
|
int attr tintMode 0x0
|
|
721
971
|
int attr title 0x0
|
|
972
|
+
int attr titleCentered 0x0
|
|
973
|
+
int attr titleCollapseMode 0x0
|
|
722
974
|
int attr titleEnabled 0x0
|
|
723
975
|
int attr titleMargin 0x0
|
|
724
976
|
int attr titleMarginBottom 0x0
|
|
@@ -736,27 +988,45 @@ int attr tooltipForegroundColor 0x0
|
|
|
736
988
|
int attr tooltipFrameBackground 0x0
|
|
737
989
|
int attr tooltipStyle 0x0
|
|
738
990
|
int attr tooltipText 0x0
|
|
991
|
+
int attr touchAnchorId 0x0
|
|
992
|
+
int attr touchAnchorSide 0x0
|
|
993
|
+
int attr touchRegionId 0x0
|
|
739
994
|
int attr touch_target_height 0x0
|
|
740
995
|
int attr track 0x0
|
|
741
996
|
int attr trackColor 0x0
|
|
742
997
|
int attr trackColorActive 0x0
|
|
743
998
|
int attr trackColorInactive 0x0
|
|
999
|
+
int attr trackCornerRadius 0x0
|
|
744
1000
|
int attr trackHeight 0x0
|
|
1001
|
+
int attr trackThickness 0x0
|
|
745
1002
|
int attr trackTint 0x0
|
|
746
1003
|
int attr trackTintMode 0x0
|
|
1004
|
+
int attr transitionDisable 0x0
|
|
1005
|
+
int attr transitionEasing 0x0
|
|
1006
|
+
int attr transitionFlags 0x0
|
|
1007
|
+
int attr transitionPathRotate 0x0
|
|
747
1008
|
int attr transitionShapeAppearance 0x0
|
|
1009
|
+
int attr triggerId 0x0
|
|
1010
|
+
int attr triggerReceiver 0x0
|
|
1011
|
+
int attr triggerSlack 0x0
|
|
748
1012
|
int attr ttcIndex 0x0
|
|
749
1013
|
int attr unplayed_color 0x0
|
|
750
1014
|
int attr useCompatPadding 0x0
|
|
751
1015
|
int attr useMaterialThemeColors 0x0
|
|
752
1016
|
int attr use_artwork 0x0
|
|
753
1017
|
int attr use_controller 0x0
|
|
754
|
-
int attr use_sensor_rotation 0x0
|
|
755
1018
|
int attr values 0x0
|
|
756
1019
|
int attr verticalOffset 0x0
|
|
757
1020
|
int attr viewAspectRatio 0x0
|
|
758
1021
|
int attr viewInflaterClass 0x0
|
|
1022
|
+
int attr visibilityMode 0x0
|
|
759
1023
|
int attr voiceIcon 0x0
|
|
1024
|
+
int attr warmth 0x0
|
|
1025
|
+
int attr waveDecay 0x0
|
|
1026
|
+
int attr waveOffset 0x0
|
|
1027
|
+
int attr wavePeriod 0x0
|
|
1028
|
+
int attr waveShape 0x0
|
|
1029
|
+
int attr waveVariesBy 0x0
|
|
760
1030
|
int attr windowActionBar 0x0
|
|
761
1031
|
int attr windowActionBarOverlay 0x0
|
|
762
1032
|
int attr windowActionModeOverlay 0x0
|
|
@@ -883,8 +1153,14 @@ int color dim_foreground_material_dark 0x0
|
|
|
883
1153
|
int color dim_foreground_material_light 0x0
|
|
884
1154
|
int color error_color_material_dark 0x0
|
|
885
1155
|
int color error_color_material_light 0x0
|
|
1156
|
+
int color exo_black_opacity_60 0x0
|
|
1157
|
+
int color exo_black_opacity_70 0x0
|
|
1158
|
+
int color exo_bottom_bar_background 0x0
|
|
886
1159
|
int color exo_edit_mode_background_color 0x0
|
|
887
1160
|
int color exo_error_message_background_color 0x0
|
|
1161
|
+
int color exo_styled_error_message_background 0x0
|
|
1162
|
+
int color exo_white 0x0
|
|
1163
|
+
int color exo_white_opacity_70 0x0
|
|
888
1164
|
int color foreground_material_dark 0x0
|
|
889
1165
|
int color foreground_material_light 0x0
|
|
890
1166
|
int color highlighted_text_material_dark 0x0
|
|
@@ -894,6 +1170,7 @@ int color hint_foreground_material_light 0x0
|
|
|
894
1170
|
int color material_blue_grey_800 0x0
|
|
895
1171
|
int color material_blue_grey_900 0x0
|
|
896
1172
|
int color material_blue_grey_950 0x0
|
|
1173
|
+
int color material_cursor_color 0x0
|
|
897
1174
|
int color material_deep_teal_200 0x0
|
|
898
1175
|
int color material_deep_teal_500 0x0
|
|
899
1176
|
int color material_grey_100 0x0
|
|
@@ -919,10 +1196,11 @@ int color material_slider_halo_color 0x0
|
|
|
919
1196
|
int color material_slider_inactive_tick_marks_color 0x0
|
|
920
1197
|
int color material_slider_inactive_track_color 0x0
|
|
921
1198
|
int color material_slider_thumb_color 0x0
|
|
922
|
-
int color
|
|
923
|
-
int color
|
|
924
|
-
int color
|
|
925
|
-
int color
|
|
1199
|
+
int color material_timepicker_button_background 0x0
|
|
1200
|
+
int color material_timepicker_button_stroke 0x0
|
|
1201
|
+
int color material_timepicker_clock_text_color 0x0
|
|
1202
|
+
int color material_timepicker_clockface 0x0
|
|
1203
|
+
int color material_timepicker_modebutton_tint 0x0
|
|
926
1204
|
int color mtrl_btn_bg_color_selector 0x0
|
|
927
1205
|
int color mtrl_btn_ripple_color 0x0
|
|
928
1206
|
int color mtrl_btn_stroke_color_selector 0x0
|
|
@@ -937,7 +1215,6 @@ int color mtrl_card_view_foreground 0x0
|
|
|
937
1215
|
int color mtrl_card_view_ripple 0x0
|
|
938
1216
|
int color mtrl_chip_background_color 0x0
|
|
939
1217
|
int color mtrl_chip_close_icon_tint 0x0
|
|
940
|
-
int color mtrl_chip_ripple_color 0x0
|
|
941
1218
|
int color mtrl_chip_surface_color 0x0
|
|
942
1219
|
int color mtrl_chip_text_color 0x0
|
|
943
1220
|
int color mtrl_choice_chip_background_color 0x0
|
|
@@ -951,10 +1228,15 @@ int color mtrl_filled_background_color 0x0
|
|
|
951
1228
|
int color mtrl_filled_icon_tint 0x0
|
|
952
1229
|
int color mtrl_filled_stroke_color 0x0
|
|
953
1230
|
int color mtrl_indicator_text_color 0x0
|
|
1231
|
+
int color mtrl_navigation_bar_colored_item_tint 0x0
|
|
1232
|
+
int color mtrl_navigation_bar_colored_ripple_color 0x0
|
|
1233
|
+
int color mtrl_navigation_bar_item_tint 0x0
|
|
1234
|
+
int color mtrl_navigation_bar_ripple_color 0x0
|
|
954
1235
|
int color mtrl_navigation_item_background_color 0x0
|
|
955
1236
|
int color mtrl_navigation_item_icon_tint 0x0
|
|
956
1237
|
int color mtrl_navigation_item_text_color 0x0
|
|
957
1238
|
int color mtrl_on_primary_text_btn_text_color_selector 0x0
|
|
1239
|
+
int color mtrl_on_surface_ripple_color 0x0
|
|
958
1240
|
int color mtrl_outlined_icon_tint 0x0
|
|
959
1241
|
int color mtrl_outlined_stroke_color 0x0
|
|
960
1242
|
int color mtrl_popupmenu_overlay_color 0x0
|
|
@@ -1060,6 +1342,9 @@ int dimen abc_search_view_text_min_width 0x0
|
|
|
1060
1342
|
int dimen abc_seekbar_track_background_height_material 0x0
|
|
1061
1343
|
int dimen abc_seekbar_track_progress_height_material 0x0
|
|
1062
1344
|
int dimen abc_select_dialog_padding_start_material 0x0
|
|
1345
|
+
int dimen abc_star_big 0x0
|
|
1346
|
+
int dimen abc_star_medium 0x0
|
|
1347
|
+
int dimen abc_star_small 0x0
|
|
1063
1348
|
int dimen abc_switch_padding 0x0
|
|
1064
1349
|
int dimen abc_text_size_body_1_material 0x0
|
|
1065
1350
|
int dimen abc_text_size_body_2_material 0x0
|
|
@@ -1084,6 +1369,7 @@ int dimen appcompat_dialog_background_inset 0x0
|
|
|
1084
1369
|
int dimen cardview_compat_inset_shadow 0x0
|
|
1085
1370
|
int dimen cardview_default_elevation 0x0
|
|
1086
1371
|
int dimen cardview_default_radius 0x0
|
|
1372
|
+
int dimen clock_face_margin_start 0x0
|
|
1087
1373
|
int dimen compat_button_inset_horizontal_material 0x0
|
|
1088
1374
|
int dimen compat_button_inset_vertical_material 0x0
|
|
1089
1375
|
int dimen compat_button_padding_horizontal_material 0x0
|
|
@@ -1101,6 +1387,7 @@ int dimen design_bottom_navigation_height 0x0
|
|
|
1101
1387
|
int dimen design_bottom_navigation_icon_size 0x0
|
|
1102
1388
|
int dimen design_bottom_navigation_item_max_width 0x0
|
|
1103
1389
|
int dimen design_bottom_navigation_item_min_width 0x0
|
|
1390
|
+
int dimen design_bottom_navigation_label_padding 0x0
|
|
1104
1391
|
int dimen design_bottom_navigation_margin 0x0
|
|
1105
1392
|
int dimen design_bottom_navigation_shadow_height 0x0
|
|
1106
1393
|
int dimen design_bottom_navigation_text_size 0x0
|
|
@@ -1144,8 +1431,41 @@ int dimen dialog_fixed_width_major 0x0
|
|
|
1144
1431
|
int dimen dialog_fixed_width_minor 0x0
|
|
1145
1432
|
int dimen disabled_alpha_material_dark 0x0
|
|
1146
1433
|
int dimen disabled_alpha_material_light 0x0
|
|
1434
|
+
int dimen exo_error_message_height 0x0
|
|
1435
|
+
int dimen exo_error_message_margin_bottom 0x0
|
|
1436
|
+
int dimen exo_error_message_text_padding_horizontal 0x0
|
|
1437
|
+
int dimen exo_error_message_text_padding_vertical 0x0
|
|
1438
|
+
int dimen exo_error_message_text_size 0x0
|
|
1439
|
+
int dimen exo_icon_horizontal_margin 0x0
|
|
1440
|
+
int dimen exo_icon_padding 0x0
|
|
1441
|
+
int dimen exo_icon_padding_bottom 0x0
|
|
1442
|
+
int dimen exo_icon_size 0x0
|
|
1443
|
+
int dimen exo_icon_text_size 0x0
|
|
1147
1444
|
int dimen exo_media_button_height 0x0
|
|
1148
1445
|
int dimen exo_media_button_width 0x0
|
|
1446
|
+
int dimen exo_setting_width 0x0
|
|
1447
|
+
int dimen exo_settings_height 0x0
|
|
1448
|
+
int dimen exo_settings_icon_size 0x0
|
|
1449
|
+
int dimen exo_settings_main_text_size 0x0
|
|
1450
|
+
int dimen exo_settings_offset 0x0
|
|
1451
|
+
int dimen exo_settings_sub_text_size 0x0
|
|
1452
|
+
int dimen exo_settings_text_height 0x0
|
|
1453
|
+
int dimen exo_small_icon_height 0x0
|
|
1454
|
+
int dimen exo_small_icon_horizontal_margin 0x0
|
|
1455
|
+
int dimen exo_small_icon_padding_horizontal 0x0
|
|
1456
|
+
int dimen exo_small_icon_padding_vertical 0x0
|
|
1457
|
+
int dimen exo_small_icon_width 0x0
|
|
1458
|
+
int dimen exo_styled_bottom_bar_height 0x0
|
|
1459
|
+
int dimen exo_styled_bottom_bar_margin_top 0x0
|
|
1460
|
+
int dimen exo_styled_bottom_bar_time_padding 0x0
|
|
1461
|
+
int dimen exo_styled_controls_padding 0x0
|
|
1462
|
+
int dimen exo_styled_minimal_controls_margin_bottom 0x0
|
|
1463
|
+
int dimen exo_styled_progress_bar_height 0x0
|
|
1464
|
+
int dimen exo_styled_progress_dragged_thumb_size 0x0
|
|
1465
|
+
int dimen exo_styled_progress_enabled_thumb_size 0x0
|
|
1466
|
+
int dimen exo_styled_progress_layout_height 0x0
|
|
1467
|
+
int dimen exo_styled_progress_margin_bottom 0x0
|
|
1468
|
+
int dimen exo_styled_progress_touch_target_height 0x0
|
|
1149
1469
|
int dimen fastscroll_default_thickness 0x0
|
|
1150
1470
|
int dimen fastscroll_margin 0x0
|
|
1151
1471
|
int dimen fastscroll_minimum_range 0x0
|
|
@@ -1160,11 +1480,41 @@ int dimen inapp_button_height 0x0
|
|
|
1160
1480
|
int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
|
|
1161
1481
|
int dimen item_touch_helper_swipe_escape_max_velocity 0x0
|
|
1162
1482
|
int dimen item_touch_helper_swipe_escape_velocity 0x0
|
|
1483
|
+
int dimen material_bottom_sheet_max_width 0x0
|
|
1484
|
+
int dimen material_clock_display_padding 0x0
|
|
1485
|
+
int dimen material_clock_face_margin_top 0x0
|
|
1486
|
+
int dimen material_clock_hand_center_dot_radius 0x0
|
|
1487
|
+
int dimen material_clock_hand_padding 0x0
|
|
1488
|
+
int dimen material_clock_hand_stroke_width 0x0
|
|
1489
|
+
int dimen material_clock_number_text_size 0x0
|
|
1490
|
+
int dimen material_clock_period_toggle_height 0x0
|
|
1491
|
+
int dimen material_clock_period_toggle_margin_left 0x0
|
|
1492
|
+
int dimen material_clock_period_toggle_width 0x0
|
|
1493
|
+
int dimen material_clock_size 0x0
|
|
1494
|
+
int dimen material_cursor_inset_bottom 0x0
|
|
1495
|
+
int dimen material_cursor_inset_top 0x0
|
|
1496
|
+
int dimen material_cursor_width 0x0
|
|
1163
1497
|
int dimen material_emphasis_disabled 0x0
|
|
1164
1498
|
int dimen material_emphasis_high_type 0x0
|
|
1165
1499
|
int dimen material_emphasis_medium 0x0
|
|
1500
|
+
int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
|
|
1501
|
+
int dimen material_filled_edittext_font_1_3_padding_top 0x0
|
|
1502
|
+
int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
|
|
1503
|
+
int dimen material_filled_edittext_font_2_0_padding_top 0x0
|
|
1504
|
+
int dimen material_font_1_3_box_collapsed_padding_top 0x0
|
|
1505
|
+
int dimen material_font_2_0_box_collapsed_padding_top 0x0
|
|
1506
|
+
int dimen material_helper_text_default_padding_top 0x0
|
|
1507
|
+
int dimen material_helper_text_font_1_3_padding_horizontal 0x0
|
|
1508
|
+
int dimen material_helper_text_font_1_3_padding_top 0x0
|
|
1509
|
+
int dimen material_input_text_to_prefix_suffix_padding 0x0
|
|
1166
1510
|
int dimen material_text_view_test_line_height 0x0
|
|
1167
1511
|
int dimen material_text_view_test_line_height_override 0x0
|
|
1512
|
+
int dimen material_textinput_default_width 0x0
|
|
1513
|
+
int dimen material_textinput_max_width 0x0
|
|
1514
|
+
int dimen material_textinput_min_width 0x0
|
|
1515
|
+
int dimen material_time_picker_minimum_screen_height 0x0
|
|
1516
|
+
int dimen material_time_picker_minimum_screen_width 0x0
|
|
1517
|
+
int dimen material_timepicker_dialog_buttons_margin_top 0x0
|
|
1168
1518
|
int dimen mtrl_alert_dialog_background_inset_bottom 0x0
|
|
1169
1519
|
int dimen mtrl_alert_dialog_background_inset_end 0x0
|
|
1170
1520
|
int dimen mtrl_alert_dialog_background_inset_start 0x0
|
|
@@ -1175,6 +1525,8 @@ int dimen mtrl_badge_long_text_horizontal_padding 0x0
|
|
|
1175
1525
|
int dimen mtrl_badge_radius 0x0
|
|
1176
1526
|
int dimen mtrl_badge_text_horizontal_edge_offset 0x0
|
|
1177
1527
|
int dimen mtrl_badge_text_size 0x0
|
|
1528
|
+
int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
|
|
1529
|
+
int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
|
|
1178
1530
|
int dimen mtrl_badge_with_text_radius 0x0
|
|
1179
1531
|
int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
|
|
1180
1532
|
int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
|
|
@@ -1193,17 +1545,20 @@ int dimen mtrl_btn_icon_btn_padding_left 0x0
|
|
|
1193
1545
|
int dimen mtrl_btn_icon_padding 0x0
|
|
1194
1546
|
int dimen mtrl_btn_inset 0x0
|
|
1195
1547
|
int dimen mtrl_btn_letter_spacing 0x0
|
|
1548
|
+
int dimen mtrl_btn_max_width 0x0
|
|
1196
1549
|
int dimen mtrl_btn_padding_bottom 0x0
|
|
1197
1550
|
int dimen mtrl_btn_padding_left 0x0
|
|
1198
1551
|
int dimen mtrl_btn_padding_right 0x0
|
|
1199
1552
|
int dimen mtrl_btn_padding_top 0x0
|
|
1200
1553
|
int dimen mtrl_btn_pressed_z 0x0
|
|
1554
|
+
int dimen mtrl_btn_snackbar_margin_horizontal 0x0
|
|
1201
1555
|
int dimen mtrl_btn_stroke_size 0x0
|
|
1202
1556
|
int dimen mtrl_btn_text_btn_icon_padding 0x0
|
|
1203
1557
|
int dimen mtrl_btn_text_btn_padding_left 0x0
|
|
1204
1558
|
int dimen mtrl_btn_text_btn_padding_right 0x0
|
|
1205
1559
|
int dimen mtrl_btn_text_size 0x0
|
|
1206
1560
|
int dimen mtrl_btn_z 0x0
|
|
1561
|
+
int dimen mtrl_calendar_action_confirm_button_min_width 0x0
|
|
1207
1562
|
int dimen mtrl_calendar_action_height 0x0
|
|
1208
1563
|
int dimen mtrl_calendar_action_padding 0x0
|
|
1209
1564
|
int dimen mtrl_calendar_bottom_padding 0x0
|
|
@@ -1288,12 +1643,37 @@ int dimen mtrl_low_ripple_focused_alpha 0x0
|
|
|
1288
1643
|
int dimen mtrl_low_ripple_hovered_alpha 0x0
|
|
1289
1644
|
int dimen mtrl_low_ripple_pressed_alpha 0x0
|
|
1290
1645
|
int dimen mtrl_min_touch_target_size 0x0
|
|
1646
|
+
int dimen mtrl_navigation_bar_item_default_icon_size 0x0
|
|
1647
|
+
int dimen mtrl_navigation_bar_item_default_margin 0x0
|
|
1291
1648
|
int dimen mtrl_navigation_elevation 0x0
|
|
1292
1649
|
int dimen mtrl_navigation_item_horizontal_padding 0x0
|
|
1293
1650
|
int dimen mtrl_navigation_item_icon_padding 0x0
|
|
1294
1651
|
int dimen mtrl_navigation_item_icon_size 0x0
|
|
1295
1652
|
int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
|
|
1296
1653
|
int dimen mtrl_navigation_item_shape_vertical_margin 0x0
|
|
1654
|
+
int dimen mtrl_navigation_rail_active_text_size 0x0
|
|
1655
|
+
int dimen mtrl_navigation_rail_compact_width 0x0
|
|
1656
|
+
int dimen mtrl_navigation_rail_default_width 0x0
|
|
1657
|
+
int dimen mtrl_navigation_rail_elevation 0x0
|
|
1658
|
+
int dimen mtrl_navigation_rail_icon_margin 0x0
|
|
1659
|
+
int dimen mtrl_navigation_rail_icon_size 0x0
|
|
1660
|
+
int dimen mtrl_navigation_rail_margin 0x0
|
|
1661
|
+
int dimen mtrl_navigation_rail_text_bottom_margin 0x0
|
|
1662
|
+
int dimen mtrl_navigation_rail_text_size 0x0
|
|
1663
|
+
int dimen mtrl_progress_circular_inset 0x0
|
|
1664
|
+
int dimen mtrl_progress_circular_inset_extra_small 0x0
|
|
1665
|
+
int dimen mtrl_progress_circular_inset_medium 0x0
|
|
1666
|
+
int dimen mtrl_progress_circular_inset_small 0x0
|
|
1667
|
+
int dimen mtrl_progress_circular_radius 0x0
|
|
1668
|
+
int dimen mtrl_progress_circular_size 0x0
|
|
1669
|
+
int dimen mtrl_progress_circular_size_extra_small 0x0
|
|
1670
|
+
int dimen mtrl_progress_circular_size_medium 0x0
|
|
1671
|
+
int dimen mtrl_progress_circular_size_small 0x0
|
|
1672
|
+
int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
|
|
1673
|
+
int dimen mtrl_progress_circular_track_thickness_medium 0x0
|
|
1674
|
+
int dimen mtrl_progress_circular_track_thickness_small 0x0
|
|
1675
|
+
int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
|
|
1676
|
+
int dimen mtrl_progress_track_thickness 0x0
|
|
1297
1677
|
int dimen mtrl_shape_corner_size_large_component 0x0
|
|
1298
1678
|
int dimen mtrl_shape_corner_size_medium_component 0x0
|
|
1299
1679
|
int dimen mtrl_shape_corner_size_small_component 0x0
|
|
@@ -1311,6 +1691,8 @@ int dimen mtrl_snackbar_action_text_color_alpha 0x0
|
|
|
1311
1691
|
int dimen mtrl_snackbar_background_corner_radius 0x0
|
|
1312
1692
|
int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
|
|
1313
1693
|
int dimen mtrl_snackbar_margin 0x0
|
|
1694
|
+
int dimen mtrl_snackbar_message_margin_horizontal 0x0
|
|
1695
|
+
int dimen mtrl_snackbar_padding_horizontal 0x0
|
|
1314
1696
|
int dimen mtrl_switch_thumb_elevation 0x0
|
|
1315
1697
|
int dimen mtrl_textinput_box_corner_radius_medium 0x0
|
|
1316
1698
|
int dimen mtrl_textinput_box_corner_radius_small 0x0
|
|
@@ -1343,11 +1725,18 @@ int dimen notification_small_icon_size_as_large 0x0
|
|
|
1343
1725
|
int dimen notification_subtext_size 0x0
|
|
1344
1726
|
int dimen notification_top_pad 0x0
|
|
1345
1727
|
int dimen notification_top_pad_large_text 0x0
|
|
1346
|
-
int dimen subtitle_corner_radius 0x0
|
|
1347
|
-
int dimen subtitle_outline_width 0x0
|
|
1348
|
-
int dimen subtitle_shadow_offset 0x0
|
|
1349
|
-
int dimen subtitle_shadow_radius 0x0
|
|
1350
1728
|
int dimen test_mtrl_calendar_day_cornerSize 0x0
|
|
1729
|
+
int dimen test_navigation_bar_active_item_max_width 0x0
|
|
1730
|
+
int dimen test_navigation_bar_active_item_min_width 0x0
|
|
1731
|
+
int dimen test_navigation_bar_active_text_size 0x0
|
|
1732
|
+
int dimen test_navigation_bar_elevation 0x0
|
|
1733
|
+
int dimen test_navigation_bar_height 0x0
|
|
1734
|
+
int dimen test_navigation_bar_icon_size 0x0
|
|
1735
|
+
int dimen test_navigation_bar_item_max_width 0x0
|
|
1736
|
+
int dimen test_navigation_bar_item_min_width 0x0
|
|
1737
|
+
int dimen test_navigation_bar_label_padding 0x0
|
|
1738
|
+
int dimen test_navigation_bar_shadow_height 0x0
|
|
1739
|
+
int dimen test_navigation_bar_text_size 0x0
|
|
1351
1740
|
int dimen tooltip_corner_radius 0x0
|
|
1352
1741
|
int dimen tooltip_horizontal_padding 0x0
|
|
1353
1742
|
int dimen tooltip_margin 0x0
|
|
@@ -1442,15 +1831,20 @@ int drawable abc_seekbar_tick_mark_material 0x0
|
|
|
1442
1831
|
int drawable abc_seekbar_track_material 0x0
|
|
1443
1832
|
int drawable abc_spinner_mtrl_am_alpha 0x0
|
|
1444
1833
|
int drawable abc_spinner_textfield_background_material 0x0
|
|
1834
|
+
int drawable abc_star_black_48dp 0x0
|
|
1835
|
+
int drawable abc_star_half_black_48dp 0x0
|
|
1445
1836
|
int drawable abc_switch_thumb_material 0x0
|
|
1446
1837
|
int drawable abc_switch_track_mtrl_alpha 0x0
|
|
1447
1838
|
int drawable abc_tab_indicator_material 0x0
|
|
1448
1839
|
int drawable abc_tab_indicator_mtrl_alpha 0x0
|
|
1449
1840
|
int drawable abc_text_cursor_material 0x0
|
|
1841
|
+
int drawable abc_text_select_handle_left_mtrl 0x0
|
|
1450
1842
|
int drawable abc_text_select_handle_left_mtrl_dark 0x0
|
|
1451
1843
|
int drawable abc_text_select_handle_left_mtrl_light 0x0
|
|
1844
|
+
int drawable abc_text_select_handle_middle_mtrl 0x0
|
|
1452
1845
|
int drawable abc_text_select_handle_middle_mtrl_dark 0x0
|
|
1453
1846
|
int drawable abc_text_select_handle_middle_mtrl_light 0x0
|
|
1847
|
+
int drawable abc_text_select_handle_right_mtrl 0x0
|
|
1454
1848
|
int drawable abc_text_select_handle_right_mtrl_dark 0x0
|
|
1455
1849
|
int drawable abc_text_select_handle_right_mtrl_light 0x0
|
|
1456
1850
|
int drawable abc_textfield_activated_mtrl_alpha 0x0
|
|
@@ -1499,7 +1893,6 @@ int drawable ct_unselected_dot 0x0
|
|
|
1499
1893
|
int drawable ct_video_1 0x0
|
|
1500
1894
|
int drawable ct_volume_off 0x0
|
|
1501
1895
|
int drawable ct_volume_on 0x0
|
|
1502
|
-
int drawable design_bottom_navigation_item_background 0x0
|
|
1503
1896
|
int drawable design_fab_background 0x0
|
|
1504
1897
|
int drawable design_ic_visibility 0x0
|
|
1505
1898
|
int drawable design_ic_visibility_off 0x0
|
|
@@ -1520,6 +1913,23 @@ int drawable exo_controls_shuffle_off 0x0
|
|
|
1520
1913
|
int drawable exo_controls_shuffle_on 0x0
|
|
1521
1914
|
int drawable exo_controls_vr 0x0
|
|
1522
1915
|
int drawable exo_edit_mode_logo 0x0
|
|
1916
|
+
int drawable exo_ic_audiotrack 0x0
|
|
1917
|
+
int drawable exo_ic_check 0x0
|
|
1918
|
+
int drawable exo_ic_chevron_left 0x0
|
|
1919
|
+
int drawable exo_ic_chevron_right 0x0
|
|
1920
|
+
int drawable exo_ic_default_album_image 0x0
|
|
1921
|
+
int drawable exo_ic_forward 0x0
|
|
1922
|
+
int drawable exo_ic_fullscreen_enter 0x0
|
|
1923
|
+
int drawable exo_ic_fullscreen_exit 0x0
|
|
1924
|
+
int drawable exo_ic_pause_circle_filled 0x0
|
|
1925
|
+
int drawable exo_ic_play_circle_filled 0x0
|
|
1926
|
+
int drawable exo_ic_rewind 0x0
|
|
1927
|
+
int drawable exo_ic_settings 0x0
|
|
1928
|
+
int drawable exo_ic_skip_next 0x0
|
|
1929
|
+
int drawable exo_ic_skip_previous 0x0
|
|
1930
|
+
int drawable exo_ic_speed 0x0
|
|
1931
|
+
int drawable exo_ic_subtitle_off 0x0
|
|
1932
|
+
int drawable exo_ic_subtitle_on 0x0
|
|
1523
1933
|
int drawable exo_icon_circular_play 0x0
|
|
1524
1934
|
int drawable exo_icon_fastforward 0x0
|
|
1525
1935
|
int drawable exo_icon_fullscreen_enter 0x0
|
|
@@ -1544,16 +1954,44 @@ int drawable exo_notification_previous 0x0
|
|
|
1544
1954
|
int drawable exo_notification_rewind 0x0
|
|
1545
1955
|
int drawable exo_notification_small_icon 0x0
|
|
1546
1956
|
int drawable exo_notification_stop 0x0
|
|
1957
|
+
int drawable exo_rounded_rectangle 0x0
|
|
1958
|
+
int drawable exo_styled_controls_audiotrack 0x0
|
|
1959
|
+
int drawable exo_styled_controls_check 0x0
|
|
1960
|
+
int drawable exo_styled_controls_fastforward 0x0
|
|
1961
|
+
int drawable exo_styled_controls_fullscreen_enter 0x0
|
|
1962
|
+
int drawable exo_styled_controls_fullscreen_exit 0x0
|
|
1963
|
+
int drawable exo_styled_controls_next 0x0
|
|
1964
|
+
int drawable exo_styled_controls_overflow_hide 0x0
|
|
1965
|
+
int drawable exo_styled_controls_overflow_show 0x0
|
|
1966
|
+
int drawable exo_styled_controls_pause 0x0
|
|
1967
|
+
int drawable exo_styled_controls_play 0x0
|
|
1968
|
+
int drawable exo_styled_controls_previous 0x0
|
|
1969
|
+
int drawable exo_styled_controls_repeat_all 0x0
|
|
1970
|
+
int drawable exo_styled_controls_repeat_off 0x0
|
|
1971
|
+
int drawable exo_styled_controls_repeat_one 0x0
|
|
1972
|
+
int drawable exo_styled_controls_rewind 0x0
|
|
1973
|
+
int drawable exo_styled_controls_settings 0x0
|
|
1974
|
+
int drawable exo_styled_controls_shuffle_off 0x0
|
|
1975
|
+
int drawable exo_styled_controls_shuffle_on 0x0
|
|
1976
|
+
int drawable exo_styled_controls_speed 0x0
|
|
1977
|
+
int drawable exo_styled_controls_subtitle_off 0x0
|
|
1978
|
+
int drawable exo_styled_controls_subtitle_on 0x0
|
|
1979
|
+
int drawable exo_styled_controls_vr 0x0
|
|
1547
1980
|
int drawable googleg_disabled_color_18 0x0
|
|
1548
1981
|
int drawable googleg_standard_color_18 0x0
|
|
1982
|
+
int drawable ic_clock_black_24dp 0x0
|
|
1983
|
+
int drawable ic_keyboard_black_24dp 0x0
|
|
1549
1984
|
int drawable ic_mtrl_checked_circle 0x0
|
|
1550
1985
|
int drawable ic_mtrl_chip_checked_black 0x0
|
|
1551
1986
|
int drawable ic_mtrl_chip_checked_circle 0x0
|
|
1552
1987
|
int drawable ic_mtrl_chip_close_circle 0x0
|
|
1988
|
+
int drawable material_cursor_drawable 0x0
|
|
1553
1989
|
int drawable material_ic_calendar_black_24dp 0x0
|
|
1554
1990
|
int drawable material_ic_clear_black_24dp 0x0
|
|
1555
1991
|
int drawable material_ic_edit_black_24dp 0x0
|
|
1556
1992
|
int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
|
|
1993
|
+
int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
|
|
1994
|
+
int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
|
|
1557
1995
|
int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
|
|
1558
1996
|
int drawable material_ic_menu_arrow_down_black_24dp 0x0
|
|
1559
1997
|
int drawable material_ic_menu_arrow_up_black_24dp 0x0
|
|
@@ -1563,6 +2001,7 @@ int drawable mtrl_ic_arrow_drop_down 0x0
|
|
|
1563
2001
|
int drawable mtrl_ic_arrow_drop_up 0x0
|
|
1564
2002
|
int drawable mtrl_ic_cancel 0x0
|
|
1565
2003
|
int drawable mtrl_ic_error 0x0
|
|
2004
|
+
int drawable mtrl_navigation_bar_item_background 0x0
|
|
1566
2005
|
int drawable mtrl_popupmenu_background 0x0
|
|
1567
2006
|
int drawable mtrl_popupmenu_background_dark 0x0
|
|
1568
2007
|
int drawable mtrl_tabs_default_indicator 0x0
|
|
@@ -1582,10 +2021,16 @@ int drawable notify_panel_notification_icon_bg 0x0
|
|
|
1582
2021
|
int drawable test_custom_background 0x0
|
|
1583
2022
|
int drawable tooltip_frame_dark 0x0
|
|
1584
2023
|
int drawable tooltip_frame_light 0x0
|
|
2024
|
+
int font roboto_medium_numbers 0x0
|
|
1585
2025
|
int id BOTTOM_END 0x0
|
|
1586
2026
|
int id BOTTOM_START 0x0
|
|
2027
|
+
int id NO_DEBUG 0x0
|
|
2028
|
+
int id SHOW_ALL 0x0
|
|
2029
|
+
int id SHOW_PATH 0x0
|
|
2030
|
+
int id SHOW_PROGRESS 0x0
|
|
1587
2031
|
int id TOP_END 0x0
|
|
1588
2032
|
int id TOP_START 0x0
|
|
2033
|
+
int id accelerate 0x0
|
|
1589
2034
|
int id accessibility_action_clickable_span 0x0
|
|
1590
2035
|
int id accessibility_custom_action_0 0x0
|
|
1591
2036
|
int id accessibility_custom_action_1 0x0
|
|
@@ -1643,14 +2088,25 @@ int id add 0x0
|
|
|
1643
2088
|
int id adjust_height 0x0
|
|
1644
2089
|
int id adjust_width 0x0
|
|
1645
2090
|
int id alertTitle 0x0
|
|
2091
|
+
int id aligned 0x0
|
|
1646
2092
|
int id always 0x0
|
|
2093
|
+
int id animateToEnd 0x0
|
|
2094
|
+
int id animateToStart 0x0
|
|
2095
|
+
int id arc 0x0
|
|
2096
|
+
int id asConfigured 0x0
|
|
1647
2097
|
int id async 0x0
|
|
1648
2098
|
int id auto 0x0
|
|
2099
|
+
int id autoComplete 0x0
|
|
2100
|
+
int id autoCompleteToEnd 0x0
|
|
2101
|
+
int id autoCompleteToStart 0x0
|
|
1649
2102
|
int id backgroundImage 0x0
|
|
2103
|
+
int id barrier 0x0
|
|
2104
|
+
int id baseline 0x0
|
|
1650
2105
|
int id beginning 0x0
|
|
1651
2106
|
int id blocking 0x0
|
|
1652
2107
|
int id body_linear_layout 0x0
|
|
1653
2108
|
int id bottom 0x0
|
|
2109
|
+
int id bounce 0x0
|
|
1654
2110
|
int id buttonPanel 0x0
|
|
1655
2111
|
int id cancel_action 0x0
|
|
1656
2112
|
int id cancel_button 0x0
|
|
@@ -1662,6 +2118,7 @@ int id catalyst_redbox_title 0x0
|
|
|
1662
2118
|
int id center 0x0
|
|
1663
2119
|
int id centerCrop 0x0
|
|
1664
2120
|
int id centerInside 0x0
|
|
2121
|
+
int id chain 0x0
|
|
1665
2122
|
int id checkbox 0x0
|
|
1666
2123
|
int id checked 0x0
|
|
1667
2124
|
int id chip 0x0
|
|
@@ -1670,15 +2127,20 @@ int id chip2 0x0
|
|
|
1670
2127
|
int id chip3 0x0
|
|
1671
2128
|
int id chip_group 0x0
|
|
1672
2129
|
int id chronometer 0x0
|
|
2130
|
+
int id circle_center 0x0
|
|
1673
2131
|
int id clear_text 0x0
|
|
1674
2132
|
int id click_relative_layout 0x0
|
|
2133
|
+
int id clockwise 0x0
|
|
1675
2134
|
int id collapseActionView 0x0
|
|
1676
2135
|
int id confirm_button 0x0
|
|
1677
2136
|
int id container 0x0
|
|
1678
2137
|
int id content 0x0
|
|
1679
2138
|
int id contentPanel 0x0
|
|
1680
2139
|
int id content_relative_layout 0x0
|
|
2140
|
+
int id contiguous 0x0
|
|
1681
2141
|
int id coordinator 0x0
|
|
2142
|
+
int id cos 0x0
|
|
2143
|
+
int id counterclockwise 0x0
|
|
1682
2144
|
int id cover_button1 0x0
|
|
1683
2145
|
int id cover_button2 0x0
|
|
1684
2146
|
int id cover_image 0x0
|
|
@@ -1696,8 +2158,11 @@ int id customPanel 0x0
|
|
|
1696
2158
|
int id cut 0x0
|
|
1697
2159
|
int id dark 0x0
|
|
1698
2160
|
int id date_picker_actions 0x0
|
|
2161
|
+
int id decelerate 0x0
|
|
2162
|
+
int id decelerateAndComplete 0x0
|
|
1699
2163
|
int id decor_content_parent 0x0
|
|
1700
2164
|
int id default_activity_button 0x0
|
|
2165
|
+
int id deltaRelative 0x0
|
|
1701
2166
|
int id design_bottom_sheet 0x0
|
|
1702
2167
|
int id design_menu_item_action_area 0x0
|
|
1703
2168
|
int id design_menu_item_action_area_stub 0x0
|
|
@@ -1705,33 +2170,70 @@ int id design_menu_item_text 0x0
|
|
|
1705
2170
|
int id design_navigation_view 0x0
|
|
1706
2171
|
int id dialog_button 0x0
|
|
1707
2172
|
int id disableHome 0x0
|
|
2173
|
+
int id disjoint 0x0
|
|
1708
2174
|
int id div_view 0x0
|
|
2175
|
+
int id dragDown 0x0
|
|
2176
|
+
int id dragEnd 0x0
|
|
2177
|
+
int id dragLeft 0x0
|
|
2178
|
+
int id dragRight 0x0
|
|
2179
|
+
int id dragStart 0x0
|
|
2180
|
+
int id dragUp 0x0
|
|
1709
2181
|
int id dropdown_menu 0x0
|
|
2182
|
+
int id easeIn 0x0
|
|
2183
|
+
int id easeInOut 0x0
|
|
2184
|
+
int id easeOut 0x0
|
|
1710
2185
|
int id edit_query 0x0
|
|
2186
|
+
int id elastic 0x0
|
|
1711
2187
|
int id end 0x0
|
|
2188
|
+
int id endToStart 0x0
|
|
1712
2189
|
int id end_padder 0x0
|
|
1713
2190
|
int id exo_ad_overlay 0x0
|
|
1714
2191
|
int id exo_artwork 0x0
|
|
2192
|
+
int id exo_audio_track 0x0
|
|
2193
|
+
int id exo_basic_controls 0x0
|
|
2194
|
+
int id exo_bottom_bar 0x0
|
|
1715
2195
|
int id exo_buffering 0x0
|
|
2196
|
+
int id exo_center_controls 0x0
|
|
2197
|
+
int id exo_check 0x0
|
|
1716
2198
|
int id exo_content_frame 0x0
|
|
1717
2199
|
int id exo_controller 0x0
|
|
1718
2200
|
int id exo_controller_placeholder 0x0
|
|
2201
|
+
int id exo_controls_background 0x0
|
|
1719
2202
|
int id exo_duration 0x0
|
|
1720
2203
|
int id exo_error_message 0x0
|
|
2204
|
+
int id exo_extra_controls 0x0
|
|
2205
|
+
int id exo_extra_controls_scroll_view 0x0
|
|
1721
2206
|
int id exo_ffwd 0x0
|
|
2207
|
+
int id exo_ffwd_with_amount 0x0
|
|
2208
|
+
int id exo_fullscreen 0x0
|
|
2209
|
+
int id exo_icon 0x0
|
|
2210
|
+
int id exo_main_text 0x0
|
|
2211
|
+
int id exo_minimal_controls 0x0
|
|
2212
|
+
int id exo_minimal_fullscreen 0x0
|
|
1722
2213
|
int id exo_next 0x0
|
|
2214
|
+
int id exo_overflow_hide 0x0
|
|
2215
|
+
int id exo_overflow_show 0x0
|
|
1723
2216
|
int id exo_overlay 0x0
|
|
1724
2217
|
int id exo_pause 0x0
|
|
1725
2218
|
int id exo_play 0x0
|
|
2219
|
+
int id exo_play_pause 0x0
|
|
2220
|
+
int id exo_playback_speed 0x0
|
|
1726
2221
|
int id exo_position 0x0
|
|
1727
2222
|
int id exo_prev 0x0
|
|
1728
2223
|
int id exo_progress 0x0
|
|
1729
2224
|
int id exo_progress_placeholder 0x0
|
|
1730
2225
|
int id exo_repeat_toggle 0x0
|
|
1731
2226
|
int id exo_rew 0x0
|
|
2227
|
+
int id exo_rew_with_amount 0x0
|
|
2228
|
+
int id exo_settings 0x0
|
|
2229
|
+
int id exo_settings_listview 0x0
|
|
1732
2230
|
int id exo_shuffle 0x0
|
|
1733
2231
|
int id exo_shutter 0x0
|
|
2232
|
+
int id exo_sub_text 0x0
|
|
2233
|
+
int id exo_subtitle 0x0
|
|
1734
2234
|
int id exo_subtitles 0x0
|
|
2235
|
+
int id exo_text 0x0
|
|
2236
|
+
int id exo_time 0x0
|
|
1735
2237
|
int id exo_track_selection_view 0x0
|
|
1736
2238
|
int id exo_vr 0x0
|
|
1737
2239
|
int id expand_activities_button 0x0
|
|
@@ -1747,6 +2249,7 @@ int id fitXY 0x0
|
|
|
1747
2249
|
int id fixed 0x0
|
|
1748
2250
|
int id fixed_height 0x0
|
|
1749
2251
|
int id fixed_width 0x0
|
|
2252
|
+
int id flip 0x0
|
|
1750
2253
|
int id floating 0x0
|
|
1751
2254
|
int id focusCrop 0x0
|
|
1752
2255
|
int id footer_button_1 0x0
|
|
@@ -1761,12 +2264,14 @@ int id footer_relative_layout 0x0
|
|
|
1761
2264
|
int id footer_title 0x0
|
|
1762
2265
|
int id forever 0x0
|
|
1763
2266
|
int id fps_text 0x0
|
|
2267
|
+
int id fragment_container_view_tag 0x0
|
|
1764
2268
|
int id ghost_view 0x0
|
|
1765
2269
|
int id ghost_view_holder 0x0
|
|
1766
2270
|
int id gifImage 0x0
|
|
1767
2271
|
int id glide_custom_view_target_tag 0x0
|
|
1768
2272
|
int id gone 0x0
|
|
1769
2273
|
int id group_divider 0x0
|
|
2274
|
+
int id guideline 0x0
|
|
1770
2275
|
int id half_interstitial_button1 0x0
|
|
1771
2276
|
int id half_interstitial_button2 0x0
|
|
1772
2277
|
int id half_interstitial_image 0x0
|
|
@@ -1787,6 +2292,7 @@ int id header_relative_layout 0x0
|
|
|
1787
2292
|
int id header_title 0x0
|
|
1788
2293
|
int id home 0x0
|
|
1789
2294
|
int id homeAsUp 0x0
|
|
2295
|
+
int id honorRequest 0x0
|
|
1790
2296
|
int id icon 0x0
|
|
1791
2297
|
int id icon_group 0x0
|
|
1792
2298
|
int id icon_message_frame_layout 0x0
|
|
@@ -1794,6 +2300,8 @@ int id icon_message_relative_layout 0x0
|
|
|
1794
2300
|
int id icon_only 0x0
|
|
1795
2301
|
int id icon_progress_frame_layout 0x0
|
|
1796
2302
|
int id ifRoom 0x0
|
|
2303
|
+
int id ignore 0x0
|
|
2304
|
+
int id ignoreRequest 0x0
|
|
1797
2305
|
int id image 0x0
|
|
1798
2306
|
int id imageView 0x0
|
|
1799
2307
|
int id image_carousel_viewpager 0x0
|
|
@@ -1819,14 +2327,20 @@ int id interstitial_linear_layout 0x0
|
|
|
1819
2327
|
int id interstitial_message 0x0
|
|
1820
2328
|
int id interstitial_relative_layout 0x0
|
|
1821
2329
|
int id interstitial_title 0x0
|
|
2330
|
+
int id invisible 0x0
|
|
2331
|
+
int id inward 0x0
|
|
1822
2332
|
int id italic 0x0
|
|
1823
2333
|
int id item_touch_helper_previous_elevation 0x0
|
|
2334
|
+
int id jumpToEnd 0x0
|
|
2335
|
+
int id jumpToStart 0x0
|
|
1824
2336
|
int id labeled 0x0
|
|
1825
|
-
int id
|
|
2337
|
+
int id layout 0x0
|
|
1826
2338
|
int id left 0x0
|
|
2339
|
+
int id leftToRight 0x0
|
|
1827
2340
|
int id light 0x0
|
|
1828
2341
|
int id line1 0x0
|
|
1829
2342
|
int id line3 0x0
|
|
2343
|
+
int id linear 0x0
|
|
1830
2344
|
int id listMode 0x0
|
|
1831
2345
|
int id list_item 0x0
|
|
1832
2346
|
int id list_view_fragment 0x0
|
|
@@ -1834,7 +2348,27 @@ int id list_view_linear_layout 0x0
|
|
|
1834
2348
|
int id list_view_no_message_view 0x0
|
|
1835
2349
|
int id list_view_recycler_view 0x0
|
|
1836
2350
|
int id masked 0x0
|
|
2351
|
+
int id material_clock_display 0x0
|
|
2352
|
+
int id material_clock_face 0x0
|
|
2353
|
+
int id material_clock_hand 0x0
|
|
2354
|
+
int id material_clock_period_am_button 0x0
|
|
2355
|
+
int id material_clock_period_pm_button 0x0
|
|
2356
|
+
int id material_clock_period_toggle 0x0
|
|
2357
|
+
int id material_hour_text_input 0x0
|
|
2358
|
+
int id material_hour_tv 0x0
|
|
2359
|
+
int id material_label 0x0
|
|
2360
|
+
int id material_minute_text_input 0x0
|
|
2361
|
+
int id material_minute_tv 0x0
|
|
2362
|
+
int id material_textinput_timepicker 0x0
|
|
2363
|
+
int id material_timepicker_cancel_button 0x0
|
|
2364
|
+
int id material_timepicker_container 0x0
|
|
2365
|
+
int id material_timepicker_edit_text 0x0
|
|
2366
|
+
int id material_timepicker_mode_button 0x0
|
|
2367
|
+
int id material_timepicker_ok_button 0x0
|
|
2368
|
+
int id material_timepicker_view 0x0
|
|
2369
|
+
int id material_value_index 0x0
|
|
1837
2370
|
int id media_actions 0x0
|
|
2371
|
+
int id media_controller_compat_view_tag 0x0
|
|
1838
2372
|
int id media_image 0x0
|
|
1839
2373
|
int id media_layout 0x0
|
|
1840
2374
|
int id message 0x0
|
|
@@ -1848,6 +2382,8 @@ int id month_navigation_fragment_toggle 0x0
|
|
|
1848
2382
|
int id month_navigation_next 0x0
|
|
1849
2383
|
int id month_navigation_previous 0x0
|
|
1850
2384
|
int id month_title 0x0
|
|
2385
|
+
int id motion_base 0x0
|
|
2386
|
+
int id mtrl_anchor_parent 0x0
|
|
1851
2387
|
int id mtrl_calendar_day_selector_frame 0x0
|
|
1852
2388
|
int id mtrl_calendar_days_of_week 0x0
|
|
1853
2389
|
int id mtrl_calendar_frame 0x0
|
|
@@ -1869,7 +2405,12 @@ int id mtrl_picker_text_input_date 0x0
|
|
|
1869
2405
|
int id mtrl_picker_text_input_range_end 0x0
|
|
1870
2406
|
int id mtrl_picker_text_input_range_start 0x0
|
|
1871
2407
|
int id mtrl_picker_title_text 0x0
|
|
2408
|
+
int id mtrl_view_tag_bottom_padding 0x0
|
|
1872
2409
|
int id multiply 0x0
|
|
2410
|
+
int id navigation_bar_item_icon_view 0x0
|
|
2411
|
+
int id navigation_bar_item_labels_group 0x0
|
|
2412
|
+
int id navigation_bar_item_large_label_view 0x0
|
|
2413
|
+
int id navigation_bar_item_small_label_view 0x0
|
|
1873
2414
|
int id navigation_header_container 0x0
|
|
1874
2415
|
int id never 0x0
|
|
1875
2416
|
int id no_message_view 0x0
|
|
@@ -1881,17 +2422,29 @@ int id notification_main_column_container 0x0
|
|
|
1881
2422
|
int id off 0x0
|
|
1882
2423
|
int id on 0x0
|
|
1883
2424
|
int id outline 0x0
|
|
2425
|
+
int id outward 0x0
|
|
2426
|
+
int id packed 0x0
|
|
1884
2427
|
int id parallax 0x0
|
|
2428
|
+
int id parent 0x0
|
|
1885
2429
|
int id parentPanel 0x0
|
|
2430
|
+
int id parentRelative 0x0
|
|
1886
2431
|
int id parent_matrix 0x0
|
|
1887
2432
|
int id password_toggle 0x0
|
|
2433
|
+
int id path 0x0
|
|
2434
|
+
int id pathRelative 0x0
|
|
2435
|
+
int id percent 0x0
|
|
1888
2436
|
int id pin 0x0
|
|
2437
|
+
int id position 0x0
|
|
2438
|
+
int id postLayout 0x0
|
|
1889
2439
|
int id progress_circular 0x0
|
|
1890
2440
|
int id progress_horizontal 0x0
|
|
1891
2441
|
int id radio 0x0
|
|
1892
2442
|
int id react_test_id 0x0
|
|
1893
2443
|
int id read_circle 0x0
|
|
2444
|
+
int id rectangles 0x0
|
|
2445
|
+
int id reverseSawtooth 0x0
|
|
1894
2446
|
int id right 0x0
|
|
2447
|
+
int id rightToLeft 0x0
|
|
1895
2448
|
int id right_icon 0x0
|
|
1896
2449
|
int id right_side 0x0
|
|
1897
2450
|
int id rn_frame_file 0x0
|
|
@@ -1908,6 +2461,7 @@ int id rounded 0x0
|
|
|
1908
2461
|
int id row_index_key 0x0
|
|
1909
2462
|
int id save_non_transition_alpha 0x0
|
|
1910
2463
|
int id save_overlay_view 0x0
|
|
2464
|
+
int id sawtooth 0x0
|
|
1911
2465
|
int id scale 0x0
|
|
1912
2466
|
int id screen 0x0
|
|
1913
2467
|
int id scrollIndicatorDown 0x0
|
|
@@ -1926,6 +2480,7 @@ int id search_src_text 0x0
|
|
|
1926
2480
|
int id search_voice_btn 0x0
|
|
1927
2481
|
int id select_dialog_listview 0x0
|
|
1928
2482
|
int id selected 0x0
|
|
2483
|
+
int id selection_type 0x0
|
|
1929
2484
|
int id shortcut 0x0
|
|
1930
2485
|
int id showCustom 0x0
|
|
1931
2486
|
int id showHome 0x0
|
|
@@ -1933,14 +2488,19 @@ int id showTitle 0x0
|
|
|
1933
2488
|
int id simple_message_frame_layout 0x0
|
|
1934
2489
|
int id simple_message_relative_layout 0x0
|
|
1935
2490
|
int id simple_progress_frame_layout 0x0
|
|
2491
|
+
int id sin 0x0
|
|
1936
2492
|
int id slide 0x0
|
|
1937
2493
|
int id sliderDots 0x0
|
|
1938
|
-
int id smallLabel 0x0
|
|
1939
2494
|
int id snackbar_action 0x0
|
|
1940
2495
|
int id snackbar_text 0x0
|
|
1941
2496
|
int id spacer 0x0
|
|
2497
|
+
int id special_effects_controller_view_tag 0x0
|
|
1942
2498
|
int id spherical_gl_surface_view 0x0
|
|
2499
|
+
int id spline 0x0
|
|
1943
2500
|
int id split_action_bar 0x0
|
|
2501
|
+
int id spread 0x0
|
|
2502
|
+
int id spread_inside 0x0
|
|
2503
|
+
int id square 0x0
|
|
1944
2504
|
int id squareImageView 0x0
|
|
1945
2505
|
int id square_media_image 0x0
|
|
1946
2506
|
int id src_atop 0x0
|
|
@@ -1948,7 +2508,13 @@ int id src_in 0x0
|
|
|
1948
2508
|
int id src_over 0x0
|
|
1949
2509
|
int id standard 0x0
|
|
1950
2510
|
int id start 0x0
|
|
2511
|
+
int id startHorizontal 0x0
|
|
2512
|
+
int id startToEnd 0x0
|
|
2513
|
+
int id startVertical 0x0
|
|
2514
|
+
int id staticLayout 0x0
|
|
2515
|
+
int id staticPostLayout 0x0
|
|
1951
2516
|
int id status_bar_latest_event_content 0x0
|
|
2517
|
+
int id stop 0x0
|
|
1952
2518
|
int id stretch 0x0
|
|
1953
2519
|
int id submenuarrow 0x0
|
|
1954
2520
|
int id submit_area 0x0
|
|
@@ -1959,10 +2525,15 @@ int id tag_accessibility_actions 0x0
|
|
|
1959
2525
|
int id tag_accessibility_clickable_spans 0x0
|
|
1960
2526
|
int id tag_accessibility_heading 0x0
|
|
1961
2527
|
int id tag_accessibility_pane_title 0x0
|
|
2528
|
+
int id tag_on_apply_window_listener 0x0
|
|
2529
|
+
int id tag_on_receive_content_listener 0x0
|
|
2530
|
+
int id tag_on_receive_content_mime_types 0x0
|
|
1962
2531
|
int id tag_screen_reader_focusable 0x0
|
|
2532
|
+
int id tag_state_description 0x0
|
|
1963
2533
|
int id tag_transition_group 0x0
|
|
1964
2534
|
int id tag_unhandled_key_event_manager 0x0
|
|
1965
2535
|
int id tag_unhandled_key_listeners 0x0
|
|
2536
|
+
int id tag_window_insets_animation_callback 0x0
|
|
1966
2537
|
int id template_layout 0x0
|
|
1967
2538
|
int id test_checkbox_android_button_tint 0x0
|
|
1968
2539
|
int id test_checkbox_app_button_tint 0x0
|
|
@@ -1973,6 +2544,7 @@ int id text2 0x0
|
|
|
1973
2544
|
int id textSpacerNoButtons 0x0
|
|
1974
2545
|
int id textSpacerNoTitle 0x0
|
|
1975
2546
|
int id text_input_end_icon 0x0
|
|
2547
|
+
int id text_input_error_icon 0x0
|
|
1976
2548
|
int id text_input_start_icon 0x0
|
|
1977
2549
|
int id textinput_counter 0x0
|
|
1978
2550
|
int id textinput_error 0x0
|
|
@@ -1997,6 +2569,7 @@ int id transition_layout_save 0x0
|
|
|
1997
2569
|
int id transition_position 0x0
|
|
1998
2570
|
int id transition_scene_layoutid_cache 0x0
|
|
1999
2571
|
int id transition_transform 0x0
|
|
2572
|
+
int id triangle 0x0
|
|
2000
2573
|
int id unchecked 0x0
|
|
2001
2574
|
int id uniform 0x0
|
|
2002
2575
|
int id unlabeled 0x0
|
|
@@ -2007,11 +2580,16 @@ int id video_frame 0x0
|
|
|
2007
2580
|
int id view_offset_helper 0x0
|
|
2008
2581
|
int id view_pager 0x0
|
|
2009
2582
|
int id view_tag_native_id 0x0
|
|
2583
|
+
int id view_tree_lifecycle_owner 0x0
|
|
2584
|
+
int id view_tree_saved_state_registry_owner 0x0
|
|
2585
|
+
int id view_tree_view_model_store_owner 0x0
|
|
2010
2586
|
int id visible 0x0
|
|
2587
|
+
int id visible_removing_fragment_view_tag 0x0
|
|
2011
2588
|
int id when_playing 0x0
|
|
2012
2589
|
int id wide 0x0
|
|
2013
2590
|
int id withText 0x0
|
|
2014
2591
|
int id withinBounds 0x0
|
|
2592
|
+
int id wrap 0x0
|
|
2015
2593
|
int id wrap_content 0x0
|
|
2016
2594
|
int id zero_corner_chip 0x0
|
|
2017
2595
|
int id zoom 0x0
|
|
@@ -2028,6 +2606,13 @@ int integer exo_media_button_opacity_percentage_disabled 0x0
|
|
|
2028
2606
|
int integer exo_media_button_opacity_percentage_enabled 0x0
|
|
2029
2607
|
int integer google_play_services_version 0x0
|
|
2030
2608
|
int integer hide_password_duration 0x0
|
|
2609
|
+
int integer material_motion_duration_long_1 0x0
|
|
2610
|
+
int integer material_motion_duration_long_2 0x0
|
|
2611
|
+
int integer material_motion_duration_medium_1 0x0
|
|
2612
|
+
int integer material_motion_duration_medium_2 0x0
|
|
2613
|
+
int integer material_motion_duration_short_1 0x0
|
|
2614
|
+
int integer material_motion_duration_short_2 0x0
|
|
2615
|
+
int integer material_motion_path 0x0
|
|
2031
2616
|
int integer mtrl_badge_max_character_count 0x0
|
|
2032
2617
|
int integer mtrl_btn_anim_delay_ms 0x0
|
|
2033
2618
|
int integer mtrl_btn_anim_duration_ms 0x0
|
|
@@ -2098,10 +2683,15 @@ int layout design_text_input_end_icon 0x0
|
|
|
2098
2683
|
int layout design_text_input_start_icon 0x0
|
|
2099
2684
|
int layout dev_loading_view 0x0
|
|
2100
2685
|
int layout exo_list_divider 0x0
|
|
2101
|
-
int layout exo_playback_control_view 0x0
|
|
2102
2686
|
int layout exo_player_control_view 0x0
|
|
2103
2687
|
int layout exo_player_view 0x0
|
|
2104
|
-
int layout
|
|
2688
|
+
int layout exo_styled_player_control_ffwd_button 0x0
|
|
2689
|
+
int layout exo_styled_player_control_rewind_button 0x0
|
|
2690
|
+
int layout exo_styled_player_control_view 0x0
|
|
2691
|
+
int layout exo_styled_player_view 0x0
|
|
2692
|
+
int layout exo_styled_settings_list 0x0
|
|
2693
|
+
int layout exo_styled_settings_list_item 0x0
|
|
2694
|
+
int layout exo_styled_sub_settings_list_item 0x0
|
|
2105
2695
|
int layout exo_track_selection_dialog 0x0
|
|
2106
2696
|
int layout fps_view 0x0
|
|
2107
2697
|
int layout inapp_activity 0x0
|
|
@@ -2123,6 +2713,20 @@ int layout inbox_carousel_text_layout 0x0
|
|
|
2123
2713
|
int layout inbox_icon_message_layout 0x0
|
|
2124
2714
|
int layout inbox_list_view 0x0
|
|
2125
2715
|
int layout inbox_simple_message_layout 0x0
|
|
2716
|
+
int layout material_chip_input_combo 0x0
|
|
2717
|
+
int layout material_clock_display 0x0
|
|
2718
|
+
int layout material_clock_display_divider 0x0
|
|
2719
|
+
int layout material_clock_period_toggle 0x0
|
|
2720
|
+
int layout material_clock_period_toggle_land 0x0
|
|
2721
|
+
int layout material_clockface_textview 0x0
|
|
2722
|
+
int layout material_clockface_view 0x0
|
|
2723
|
+
int layout material_radial_view_group 0x0
|
|
2724
|
+
int layout material_textinput_timepicker 0x0
|
|
2725
|
+
int layout material_time_chip 0x0
|
|
2726
|
+
int layout material_time_input 0x0
|
|
2727
|
+
int layout material_timepicker 0x0
|
|
2728
|
+
int layout material_timepicker_dialog 0x0
|
|
2729
|
+
int layout material_timepicker_textinput_display 0x0
|
|
2126
2730
|
int layout mtrl_alert_dialog 0x0
|
|
2127
2731
|
int layout mtrl_alert_dialog_actions 0x0
|
|
2128
2732
|
int layout mtrl_alert_dialog_title 0x0
|
|
@@ -2141,6 +2745,7 @@ int layout mtrl_calendar_vertical 0x0
|
|
|
2141
2745
|
int layout mtrl_calendar_year 0x0
|
|
2142
2746
|
int layout mtrl_layout_snackbar 0x0
|
|
2143
2747
|
int layout mtrl_layout_snackbar_include 0x0
|
|
2748
|
+
int layout mtrl_navigation_rail_item 0x0
|
|
2144
2749
|
int layout mtrl_picker_actions 0x0
|
|
2145
2750
|
int layout mtrl_picker_dialog 0x0
|
|
2146
2751
|
int layout mtrl_picker_fullscreen 0x0
|
|
@@ -2182,6 +2787,7 @@ int layout test_action_chip 0x0
|
|
|
2182
2787
|
int layout test_chip_zero_corner_radius 0x0
|
|
2183
2788
|
int layout test_design_checkbox 0x0
|
|
2184
2789
|
int layout test_design_radiobutton 0x0
|
|
2790
|
+
int layout test_navigation_bar_item_layout 0x0
|
|
2185
2791
|
int layout test_reflow_chipgroup 0x0
|
|
2186
2792
|
int layout test_toolbar 0x0
|
|
2187
2793
|
int layout test_toolbar_custom_background 0x0
|
|
@@ -2192,6 +2798,8 @@ int layout text_view_with_line_height_from_layout 0x0
|
|
|
2192
2798
|
int layout text_view_with_line_height_from_style 0x0
|
|
2193
2799
|
int layout text_view_with_theme_line_height 0x0
|
|
2194
2800
|
int layout text_view_without_line_height 0x0
|
|
2801
|
+
int plurals exo_controls_fastforward_by_amount_description 0x0
|
|
2802
|
+
int plurals exo_controls_rewind_by_amount_description 0x0
|
|
2195
2803
|
int plurals mtrl_badge_content_description 0x0
|
|
2196
2804
|
int string abc_action_bar_home_description 0x0
|
|
2197
2805
|
int string abc_action_bar_home_description_format 0x0
|
|
@@ -2224,6 +2832,7 @@ int string abc_shareactionprovider_share_with_application 0x0
|
|
|
2224
2832
|
int string abc_toolbar_collapse_description 0x0
|
|
2225
2833
|
int string appbar_scrolling_view_behavior 0x0
|
|
2226
2834
|
int string bottom_sheet_behavior 0x0
|
|
2835
|
+
int string bottomsheet_action_expand_halfway 0x0
|
|
2227
2836
|
int string catalyst_copy_button 0x0
|
|
2228
2837
|
int string catalyst_debugjs 0x0
|
|
2229
2838
|
int string catalyst_debugjs_off 0x0
|
|
@@ -2270,21 +2879,32 @@ int string common_open_on_phone 0x0
|
|
|
2270
2879
|
int string common_signin_button_text 0x0
|
|
2271
2880
|
int string common_signin_button_text_long 0x0
|
|
2272
2881
|
int string error_icon_content_description 0x0
|
|
2882
|
+
int string exo_controls_cc_disabled_description 0x0
|
|
2883
|
+
int string exo_controls_cc_enabled_description 0x0
|
|
2884
|
+
int string exo_controls_custom_playback_speed 0x0
|
|
2273
2885
|
int string exo_controls_fastforward_description 0x0
|
|
2274
|
-
int string
|
|
2886
|
+
int string exo_controls_fullscreen_enter_description 0x0
|
|
2887
|
+
int string exo_controls_fullscreen_exit_description 0x0
|
|
2275
2888
|
int string exo_controls_hide 0x0
|
|
2276
2889
|
int string exo_controls_next_description 0x0
|
|
2890
|
+
int string exo_controls_overflow_hide_description 0x0
|
|
2891
|
+
int string exo_controls_overflow_show_description 0x0
|
|
2277
2892
|
int string exo_controls_pause_description 0x0
|
|
2278
2893
|
int string exo_controls_play_description 0x0
|
|
2894
|
+
int string exo_controls_playback_speed 0x0
|
|
2895
|
+
int string exo_controls_playback_speed_normal 0x0
|
|
2279
2896
|
int string exo_controls_previous_description 0x0
|
|
2280
2897
|
int string exo_controls_repeat_all_description 0x0
|
|
2281
2898
|
int string exo_controls_repeat_off_description 0x0
|
|
2282
2899
|
int string exo_controls_repeat_one_description 0x0
|
|
2283
2900
|
int string exo_controls_rewind_description 0x0
|
|
2901
|
+
int string exo_controls_seek_bar_description 0x0
|
|
2902
|
+
int string exo_controls_settings_description 0x0
|
|
2284
2903
|
int string exo_controls_show 0x0
|
|
2285
2904
|
int string exo_controls_shuffle_off_description 0x0
|
|
2286
2905
|
int string exo_controls_shuffle_on_description 0x0
|
|
2287
2906
|
int string exo_controls_stop_description 0x0
|
|
2907
|
+
int string exo_controls_time_placeholder 0x0
|
|
2288
2908
|
int string exo_controls_vr_description 0x0
|
|
2289
2909
|
int string exo_download_completed 0x0
|
|
2290
2910
|
int string exo_download_description 0x0
|
|
@@ -2317,8 +2937,26 @@ int string fcm_fallback_notification_channel_label 0x0
|
|
|
2317
2937
|
int string hide_bottom_view_on_scroll_behavior 0x0
|
|
2318
2938
|
int string icon_content_description 0x0
|
|
2319
2939
|
int string item_view_role_description 0x0
|
|
2940
|
+
int string material_clock_display_divider 0x0
|
|
2941
|
+
int string material_clock_toggle_content_description 0x0
|
|
2942
|
+
int string material_hour_selection 0x0
|
|
2943
|
+
int string material_hour_suffix 0x0
|
|
2944
|
+
int string material_minute_selection 0x0
|
|
2945
|
+
int string material_minute_suffix 0x0
|
|
2946
|
+
int string material_motion_easing_accelerated 0x0
|
|
2947
|
+
int string material_motion_easing_decelerated 0x0
|
|
2948
|
+
int string material_motion_easing_emphasized 0x0
|
|
2949
|
+
int string material_motion_easing_linear 0x0
|
|
2950
|
+
int string material_motion_easing_standard 0x0
|
|
2320
2951
|
int string material_slider_range_end 0x0
|
|
2321
2952
|
int string material_slider_range_start 0x0
|
|
2953
|
+
int string material_timepicker_am 0x0
|
|
2954
|
+
int string material_timepicker_clock_mode_description 0x0
|
|
2955
|
+
int string material_timepicker_hour 0x0
|
|
2956
|
+
int string material_timepicker_minute 0x0
|
|
2957
|
+
int string material_timepicker_pm 0x0
|
|
2958
|
+
int string material_timepicker_select_time 0x0
|
|
2959
|
+
int string material_timepicker_text_input_mode_description 0x0
|
|
2322
2960
|
int string mtrl_badge_numberless_content_description 0x0
|
|
2323
2961
|
int string mtrl_chip_close_icon_content_description 0x0
|
|
2324
2962
|
int string mtrl_exceed_max_badge_number_content_description 0x0
|
|
@@ -2482,6 +3120,7 @@ int style Base_V11_Theme_AppCompat_Dialog 0x0
|
|
|
2482
3120
|
int style Base_V11_Theme_AppCompat_Light_Dialog 0x0
|
|
2483
3121
|
int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x0
|
|
2484
3122
|
int style Base_V12_Widget_AppCompat_EditText 0x0
|
|
3123
|
+
int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
2485
3124
|
int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
2486
3125
|
int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
2487
3126
|
int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
@@ -2495,6 +3134,7 @@ int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
|
|
|
2495
3134
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
|
|
2496
3135
|
int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
|
|
2497
3136
|
int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
|
|
3137
|
+
int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
|
|
2498
3138
|
int style Base_V21_Theme_AppCompat 0x0
|
|
2499
3139
|
int style Base_V21_Theme_AppCompat_Dialog 0x0
|
|
2500
3140
|
int style Base_V21_Theme_AppCompat_Light 0x0
|
|
@@ -2582,11 +3222,13 @@ int style Base_Widget_Design_TabLayout 0x0
|
|
|
2582
3222
|
int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
|
|
2583
3223
|
int style Base_Widget_MaterialComponents_CheckedTextView 0x0
|
|
2584
3224
|
int style Base_Widget_MaterialComponents_Chip 0x0
|
|
3225
|
+
int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
|
|
2585
3226
|
int style Base_Widget_MaterialComponents_PopupMenu 0x0
|
|
2586
3227
|
int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
|
|
2587
3228
|
int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
|
|
2588
3229
|
int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
|
|
2589
3230
|
int style Base_Widget_MaterialComponents_Slider 0x0
|
|
3231
|
+
int style Base_Widget_MaterialComponents_Snackbar 0x0
|
|
2590
3232
|
int style Base_Widget_MaterialComponents_TextInputEditText 0x0
|
|
2591
3233
|
int style Base_Widget_MaterialComponents_TextInputLayout 0x0
|
|
2592
3234
|
int style Base_Widget_MaterialComponents_TextView 0x0
|
|
@@ -2606,6 +3248,31 @@ int style ExoMediaButton_Play 0x0
|
|
|
2606
3248
|
int style ExoMediaButton_Previous 0x0
|
|
2607
3249
|
int style ExoMediaButton_Rewind 0x0
|
|
2608
3250
|
int style ExoMediaButton_VR 0x0
|
|
3251
|
+
int style ExoStyledControls 0x0
|
|
3252
|
+
int style ExoStyledControls_Button 0x0
|
|
3253
|
+
int style ExoStyledControls_ButtonText 0x0
|
|
3254
|
+
int style ExoStyledControls_Button_Bottom 0x0
|
|
3255
|
+
int style ExoStyledControls_Button_Bottom_AudioTrack 0x0
|
|
3256
|
+
int style ExoStyledControls_Button_Bottom_CC 0x0
|
|
3257
|
+
int style ExoStyledControls_Button_Bottom_FullScreen 0x0
|
|
3258
|
+
int style ExoStyledControls_Button_Bottom_OverflowHide 0x0
|
|
3259
|
+
int style ExoStyledControls_Button_Bottom_OverflowShow 0x0
|
|
3260
|
+
int style ExoStyledControls_Button_Bottom_PlaybackSpeed 0x0
|
|
3261
|
+
int style ExoStyledControls_Button_Bottom_RepeatToggle 0x0
|
|
3262
|
+
int style ExoStyledControls_Button_Bottom_Settings 0x0
|
|
3263
|
+
int style ExoStyledControls_Button_Bottom_Shuffle 0x0
|
|
3264
|
+
int style ExoStyledControls_Button_Bottom_VR 0x0
|
|
3265
|
+
int style ExoStyledControls_Button_Center 0x0
|
|
3266
|
+
int style ExoStyledControls_Button_Center_FfwdWithAmount 0x0
|
|
3267
|
+
int style ExoStyledControls_Button_Center_Next 0x0
|
|
3268
|
+
int style ExoStyledControls_Button_Center_PlayPause 0x0
|
|
3269
|
+
int style ExoStyledControls_Button_Center_Previous 0x0
|
|
3270
|
+
int style ExoStyledControls_Button_Center_RewWithAmount 0x0
|
|
3271
|
+
int style ExoStyledControls_TimeBar 0x0
|
|
3272
|
+
int style ExoStyledControls_TimeText 0x0
|
|
3273
|
+
int style ExoStyledControls_TimeText_Duration 0x0
|
|
3274
|
+
int style ExoStyledControls_TimeText_Position 0x0
|
|
3275
|
+
int style ExoStyledControls_TimeText_Separator 0x0
|
|
2609
3276
|
int style MaterialAlertDialog_MaterialComponents 0x0
|
|
2610
3277
|
int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
|
|
2611
3278
|
int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
|
|
@@ -2770,6 +3437,7 @@ int style TextAppearance_MaterialComponents_Headline6 0x0
|
|
|
2770
3437
|
int style TextAppearance_MaterialComponents_Overline 0x0
|
|
2771
3438
|
int style TextAppearance_MaterialComponents_Subtitle1 0x0
|
|
2772
3439
|
int style TextAppearance_MaterialComponents_Subtitle2 0x0
|
|
3440
|
+
int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
|
|
2773
3441
|
int style TextAppearance_MaterialComponents_Tooltip 0x0
|
|
2774
3442
|
int style TextAppearance_StatusBar_EventContent 0x0
|
|
2775
3443
|
int style TextAppearance_StatusBar_EventContent_Info 0x0
|
|
@@ -2810,7 +3478,6 @@ int style ThemeOverlay_MaterialComponents_Dialog 0x0
|
|
|
2810
3478
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
|
|
2811
3479
|
int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
|
|
2812
3480
|
int style ThemeOverlay_MaterialComponents_Light 0x0
|
|
2813
|
-
int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x0
|
|
2814
3481
|
int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
|
|
2815
3482
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
|
|
2816
3483
|
int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
|
|
@@ -2826,6 +3493,8 @@ int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
|
|
|
2826
3493
|
int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
|
|
2827
3494
|
int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
|
|
2828
3495
|
int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
|
|
3496
|
+
int style ThemeOverlay_MaterialComponents_TimePicker 0x0
|
|
3497
|
+
int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
|
|
2829
3498
|
int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
|
|
2830
3499
|
int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
|
|
2831
3500
|
int style Theme_AppCompat 0x0
|
|
@@ -3037,6 +3706,11 @@ int style Widget_MaterialComponents_Chip_Action 0x0
|
|
|
3037
3706
|
int style Widget_MaterialComponents_Chip_Choice 0x0
|
|
3038
3707
|
int style Widget_MaterialComponents_Chip_Entry 0x0
|
|
3039
3708
|
int style Widget_MaterialComponents_Chip_Filter 0x0
|
|
3709
|
+
int style Widget_MaterialComponents_CircularProgressIndicator 0x0
|
|
3710
|
+
int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
|
|
3711
|
+
int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
|
|
3712
|
+
int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
|
|
3713
|
+
int style Widget_MaterialComponents_CollapsingToolbar 0x0
|
|
3040
3714
|
int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
|
|
3041
3715
|
int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
|
|
3042
3716
|
int style Widget_MaterialComponents_CompoundButton_Switch 0x0
|
|
@@ -3044,6 +3718,7 @@ int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
|
|
|
3044
3718
|
int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
|
|
3045
3719
|
int style Widget_MaterialComponents_FloatingActionButton 0x0
|
|
3046
3720
|
int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
|
|
3721
|
+
int style Widget_MaterialComponents_LinearProgressIndicator 0x0
|
|
3047
3722
|
int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
|
|
3048
3723
|
int style Widget_MaterialComponents_MaterialCalendar 0x0
|
|
3049
3724
|
int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
|
|
@@ -3052,6 +3727,7 @@ int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
|
|
|
3052
3727
|
int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
|
|
3053
3728
|
int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
|
|
3054
3729
|
int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
|
|
3730
|
+
int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
|
|
3055
3731
|
int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
|
|
3056
3732
|
int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
|
|
3057
3733
|
int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
|
|
@@ -3060,14 +3736,23 @@ int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen
|
|
|
3060
3736
|
int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
|
|
3061
3737
|
int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
|
|
3062
3738
|
int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
|
|
3739
|
+
int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
|
|
3740
|
+
int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
|
|
3063
3741
|
int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
|
|
3742
|
+
int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
|
|
3064
3743
|
int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
|
|
3065
3744
|
int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
|
|
3745
|
+
int style Widget_MaterialComponents_NavigationRailView 0x0
|
|
3746
|
+
int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
|
|
3747
|
+
int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
|
|
3748
|
+
int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
|
|
3749
|
+
int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
|
|
3066
3750
|
int style Widget_MaterialComponents_NavigationView 0x0
|
|
3067
3751
|
int style Widget_MaterialComponents_PopupMenu 0x0
|
|
3068
3752
|
int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
|
|
3069
3753
|
int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
|
|
3070
3754
|
int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
|
|
3755
|
+
int style Widget_MaterialComponents_ProgressIndicator 0x0
|
|
3071
3756
|
int style Widget_MaterialComponents_ShapeableImageView 0x0
|
|
3072
3757
|
int style Widget_MaterialComponents_Slider 0x0
|
|
3073
3758
|
int style Widget_MaterialComponents_Snackbar 0x0
|
|
@@ -3089,6 +3774,13 @@ int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
|
|
|
3089
3774
|
int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
|
|
3090
3775
|
int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
|
|
3091
3776
|
int style Widget_MaterialComponents_TextView 0x0
|
|
3777
|
+
int style Widget_MaterialComponents_TimePicker 0x0
|
|
3778
|
+
int style Widget_MaterialComponents_TimePicker_Button 0x0
|
|
3779
|
+
int style Widget_MaterialComponents_TimePicker_Clock 0x0
|
|
3780
|
+
int style Widget_MaterialComponents_TimePicker_Display 0x0
|
|
3781
|
+
int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
|
|
3782
|
+
int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
|
|
3783
|
+
int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
|
|
3092
3784
|
int style Widget_MaterialComponents_Toolbar 0x0
|
|
3093
3785
|
int style Widget_MaterialComponents_Toolbar_Primary 0x0
|
|
3094
3786
|
int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
|
|
@@ -3221,7 +3913,7 @@ int styleable AppCompatTextView_lastBaselineToBottomHeight 17
|
|
|
3221
3913
|
int styleable AppCompatTextView_lineHeight 18
|
|
3222
3914
|
int styleable AppCompatTextView_textAllCaps 19
|
|
3223
3915
|
int styleable AppCompatTextView_textLocale 20
|
|
3224
|
-
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, 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 }
|
|
3916
|
+
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 }
|
|
3225
3917
|
int styleable AppCompatTheme_actionBarDivider 0
|
|
3226
3918
|
int styleable AppCompatTheme_actionBarItemBackground 1
|
|
3227
3919
|
int styleable AppCompatTheme_actionBarPopupTheme 2
|
|
@@ -3239,114 +3931,116 @@ int styleable AppCompatTheme_actionMenuTextAppearance 13
|
|
|
3239
3931
|
int styleable AppCompatTheme_actionMenuTextColor 14
|
|
3240
3932
|
int styleable AppCompatTheme_actionModeBackground 15
|
|
3241
3933
|
int styleable AppCompatTheme_actionModeCloseButtonStyle 16
|
|
3242
|
-
int styleable
|
|
3243
|
-
int styleable
|
|
3244
|
-
int styleable
|
|
3245
|
-
int styleable
|
|
3246
|
-
int styleable
|
|
3247
|
-
int styleable
|
|
3248
|
-
int styleable
|
|
3249
|
-
int styleable
|
|
3250
|
-
int styleable
|
|
3251
|
-
int styleable
|
|
3252
|
-
int styleable
|
|
3253
|
-
int styleable
|
|
3254
|
-
int styleable
|
|
3255
|
-
int styleable
|
|
3256
|
-
int styleable
|
|
3257
|
-
int styleable
|
|
3258
|
-
int styleable
|
|
3259
|
-
int styleable
|
|
3260
|
-
int styleable
|
|
3261
|
-
int styleable
|
|
3262
|
-
int styleable
|
|
3263
|
-
int styleable
|
|
3264
|
-
int styleable
|
|
3265
|
-
int styleable
|
|
3266
|
-
int styleable
|
|
3267
|
-
int styleable
|
|
3268
|
-
int styleable
|
|
3269
|
-
int styleable
|
|
3270
|
-
int styleable
|
|
3271
|
-
int styleable
|
|
3272
|
-
int styleable
|
|
3273
|
-
int styleable
|
|
3274
|
-
int styleable
|
|
3275
|
-
int styleable
|
|
3276
|
-
int styleable
|
|
3277
|
-
int styleable
|
|
3278
|
-
int styleable
|
|
3279
|
-
int styleable
|
|
3280
|
-
int styleable
|
|
3281
|
-
int styleable
|
|
3282
|
-
int styleable
|
|
3283
|
-
int styleable
|
|
3284
|
-
int styleable
|
|
3285
|
-
int styleable
|
|
3286
|
-
int styleable
|
|
3287
|
-
int styleable
|
|
3288
|
-
int styleable
|
|
3289
|
-
int styleable
|
|
3290
|
-
int styleable
|
|
3291
|
-
int styleable
|
|
3292
|
-
int styleable
|
|
3293
|
-
int styleable
|
|
3294
|
-
int styleable
|
|
3295
|
-
int styleable
|
|
3296
|
-
int styleable
|
|
3297
|
-
int styleable
|
|
3298
|
-
int styleable
|
|
3299
|
-
int styleable
|
|
3300
|
-
int styleable
|
|
3301
|
-
int styleable
|
|
3302
|
-
int styleable
|
|
3303
|
-
int styleable
|
|
3304
|
-
int styleable
|
|
3305
|
-
int styleable
|
|
3306
|
-
int styleable
|
|
3307
|
-
int styleable
|
|
3308
|
-
int styleable
|
|
3309
|
-
int styleable
|
|
3310
|
-
int styleable
|
|
3311
|
-
int styleable
|
|
3312
|
-
int styleable
|
|
3313
|
-
int styleable
|
|
3314
|
-
int styleable
|
|
3315
|
-
int styleable
|
|
3316
|
-
int styleable
|
|
3317
|
-
int styleable
|
|
3318
|
-
int styleable
|
|
3319
|
-
int styleable
|
|
3320
|
-
int styleable
|
|
3321
|
-
int styleable
|
|
3322
|
-
int styleable
|
|
3323
|
-
int styleable
|
|
3324
|
-
int styleable
|
|
3325
|
-
int styleable
|
|
3326
|
-
int styleable
|
|
3327
|
-
int styleable
|
|
3328
|
-
int styleable
|
|
3329
|
-
int styleable
|
|
3330
|
-
int styleable
|
|
3331
|
-
int styleable
|
|
3332
|
-
int styleable
|
|
3333
|
-
int styleable
|
|
3334
|
-
int styleable
|
|
3335
|
-
int styleable
|
|
3336
|
-
int styleable
|
|
3337
|
-
int styleable
|
|
3338
|
-
int styleable
|
|
3339
|
-
int styleable
|
|
3340
|
-
int styleable
|
|
3341
|
-
int styleable
|
|
3342
|
-
int styleable
|
|
3343
|
-
int styleable
|
|
3344
|
-
int styleable
|
|
3345
|
-
int styleable
|
|
3346
|
-
int styleable
|
|
3347
|
-
int styleable
|
|
3348
|
-
int styleable
|
|
3349
|
-
int styleable
|
|
3934
|
+
int styleable AppCompatTheme_actionModeCloseContentDescription 17
|
|
3935
|
+
int styleable AppCompatTheme_actionModeCloseDrawable 18
|
|
3936
|
+
int styleable AppCompatTheme_actionModeCopyDrawable 19
|
|
3937
|
+
int styleable AppCompatTheme_actionModeCutDrawable 20
|
|
3938
|
+
int styleable AppCompatTheme_actionModeFindDrawable 21
|
|
3939
|
+
int styleable AppCompatTheme_actionModePasteDrawable 22
|
|
3940
|
+
int styleable AppCompatTheme_actionModePopupWindowStyle 23
|
|
3941
|
+
int styleable AppCompatTheme_actionModeSelectAllDrawable 24
|
|
3942
|
+
int styleable AppCompatTheme_actionModeShareDrawable 25
|
|
3943
|
+
int styleable AppCompatTheme_actionModeSplitBackground 26
|
|
3944
|
+
int styleable AppCompatTheme_actionModeStyle 27
|
|
3945
|
+
int styleable AppCompatTheme_actionModeTheme 28
|
|
3946
|
+
int styleable AppCompatTheme_actionModeWebSearchDrawable 29
|
|
3947
|
+
int styleable AppCompatTheme_actionOverflowButtonStyle 30
|
|
3948
|
+
int styleable AppCompatTheme_actionOverflowMenuStyle 31
|
|
3949
|
+
int styleable AppCompatTheme_activityChooserViewStyle 32
|
|
3950
|
+
int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
|
|
3951
|
+
int styleable AppCompatTheme_alertDialogCenterButtons 34
|
|
3952
|
+
int styleable AppCompatTheme_alertDialogStyle 35
|
|
3953
|
+
int styleable AppCompatTheme_alertDialogTheme 36
|
|
3954
|
+
int styleable AppCompatTheme_android_windowAnimationStyle 37
|
|
3955
|
+
int styleable AppCompatTheme_android_windowIsFloating 38
|
|
3956
|
+
int styleable AppCompatTheme_autoCompleteTextViewStyle 39
|
|
3957
|
+
int styleable AppCompatTheme_borderlessButtonStyle 40
|
|
3958
|
+
int styleable AppCompatTheme_buttonBarButtonStyle 41
|
|
3959
|
+
int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
|
|
3960
|
+
int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
|
|
3961
|
+
int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
|
|
3962
|
+
int styleable AppCompatTheme_buttonBarStyle 45
|
|
3963
|
+
int styleable AppCompatTheme_buttonStyle 46
|
|
3964
|
+
int styleable AppCompatTheme_buttonStyleSmall 47
|
|
3965
|
+
int styleable AppCompatTheme_checkboxStyle 48
|
|
3966
|
+
int styleable AppCompatTheme_checkedTextViewStyle 49
|
|
3967
|
+
int styleable AppCompatTheme_colorAccent 50
|
|
3968
|
+
int styleable AppCompatTheme_colorBackgroundFloating 51
|
|
3969
|
+
int styleable AppCompatTheme_colorButtonNormal 52
|
|
3970
|
+
int styleable AppCompatTheme_colorControlActivated 53
|
|
3971
|
+
int styleable AppCompatTheme_colorControlHighlight 54
|
|
3972
|
+
int styleable AppCompatTheme_colorControlNormal 55
|
|
3973
|
+
int styleable AppCompatTheme_colorError 56
|
|
3974
|
+
int styleable AppCompatTheme_colorPrimary 57
|
|
3975
|
+
int styleable AppCompatTheme_colorPrimaryDark 58
|
|
3976
|
+
int styleable AppCompatTheme_colorSwitchThumbNormal 59
|
|
3977
|
+
int styleable AppCompatTheme_controlBackground 60
|
|
3978
|
+
int styleable AppCompatTheme_dialogCornerRadius 61
|
|
3979
|
+
int styleable AppCompatTheme_dialogPreferredPadding 62
|
|
3980
|
+
int styleable AppCompatTheme_dialogTheme 63
|
|
3981
|
+
int styleable AppCompatTheme_dividerHorizontal 64
|
|
3982
|
+
int styleable AppCompatTheme_dividerVertical 65
|
|
3983
|
+
int styleable AppCompatTheme_dropDownListViewStyle 66
|
|
3984
|
+
int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
|
|
3985
|
+
int styleable AppCompatTheme_editTextBackground 68
|
|
3986
|
+
int styleable AppCompatTheme_editTextColor 69
|
|
3987
|
+
int styleable AppCompatTheme_editTextStyle 70
|
|
3988
|
+
int styleable AppCompatTheme_homeAsUpIndicator 71
|
|
3989
|
+
int styleable AppCompatTheme_imageButtonStyle 72
|
|
3990
|
+
int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
|
|
3991
|
+
int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
|
|
3992
|
+
int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
|
|
3993
|
+
int styleable AppCompatTheme_listDividerAlertDialog 76
|
|
3994
|
+
int styleable AppCompatTheme_listMenuViewStyle 77
|
|
3995
|
+
int styleable AppCompatTheme_listPopupWindowStyle 78
|
|
3996
|
+
int styleable AppCompatTheme_listPreferredItemHeight 79
|
|
3997
|
+
int styleable AppCompatTheme_listPreferredItemHeightLarge 80
|
|
3998
|
+
int styleable AppCompatTheme_listPreferredItemHeightSmall 81
|
|
3999
|
+
int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
|
|
4000
|
+
int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
|
|
4001
|
+
int styleable AppCompatTheme_listPreferredItemPaddingRight 84
|
|
4002
|
+
int styleable AppCompatTheme_listPreferredItemPaddingStart 85
|
|
4003
|
+
int styleable AppCompatTheme_panelBackground 86
|
|
4004
|
+
int styleable AppCompatTheme_panelMenuListTheme 87
|
|
4005
|
+
int styleable AppCompatTheme_panelMenuListWidth 88
|
|
4006
|
+
int styleable AppCompatTheme_popupMenuStyle 89
|
|
4007
|
+
int styleable AppCompatTheme_popupWindowStyle 90
|
|
4008
|
+
int styleable AppCompatTheme_radioButtonStyle 91
|
|
4009
|
+
int styleable AppCompatTheme_ratingBarStyle 92
|
|
4010
|
+
int styleable AppCompatTheme_ratingBarStyleIndicator 93
|
|
4011
|
+
int styleable AppCompatTheme_ratingBarStyleSmall 94
|
|
4012
|
+
int styleable AppCompatTheme_searchViewStyle 95
|
|
4013
|
+
int styleable AppCompatTheme_seekBarStyle 96
|
|
4014
|
+
int styleable AppCompatTheme_selectableItemBackground 97
|
|
4015
|
+
int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
|
|
4016
|
+
int styleable AppCompatTheme_spinnerDropDownItemStyle 99
|
|
4017
|
+
int styleable AppCompatTheme_spinnerStyle 100
|
|
4018
|
+
int styleable AppCompatTheme_switchStyle 101
|
|
4019
|
+
int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
|
|
4020
|
+
int styleable AppCompatTheme_textAppearanceListItem 103
|
|
4021
|
+
int styleable AppCompatTheme_textAppearanceListItemSecondary 104
|
|
4022
|
+
int styleable AppCompatTheme_textAppearanceListItemSmall 105
|
|
4023
|
+
int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
|
|
4024
|
+
int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
|
|
4025
|
+
int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
|
|
4026
|
+
int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
|
|
4027
|
+
int styleable AppCompatTheme_textColorAlertDialogListItem 110
|
|
4028
|
+
int styleable AppCompatTheme_textColorSearchUrl 111
|
|
4029
|
+
int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
|
|
4030
|
+
int styleable AppCompatTheme_toolbarStyle 113
|
|
4031
|
+
int styleable AppCompatTheme_tooltipForegroundColor 114
|
|
4032
|
+
int styleable AppCompatTheme_tooltipFrameBackground 115
|
|
4033
|
+
int styleable AppCompatTheme_viewInflaterClass 116
|
|
4034
|
+
int styleable AppCompatTheme_windowActionBar 117
|
|
4035
|
+
int styleable AppCompatTheme_windowActionBarOverlay 118
|
|
4036
|
+
int styleable AppCompatTheme_windowActionModeOverlay 119
|
|
4037
|
+
int styleable AppCompatTheme_windowFixedHeightMajor 120
|
|
4038
|
+
int styleable AppCompatTheme_windowFixedHeightMinor 121
|
|
4039
|
+
int styleable AppCompatTheme_windowFixedWidthMajor 122
|
|
4040
|
+
int styleable AppCompatTheme_windowFixedWidthMinor 123
|
|
4041
|
+
int styleable AppCompatTheme_windowMinWidthMajor 124
|
|
4042
|
+
int styleable AppCompatTheme_windowMinWidthMinor 125
|
|
4043
|
+
int styleable AppCompatTheme_windowNoTitle 126
|
|
3350
4044
|
int[] styleable AspectRatioFrameLayout { 0x0 }
|
|
3351
4045
|
int styleable AspectRatioFrameLayout_resize_mode 0
|
|
3352
4046
|
int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
@@ -3357,6 +4051,16 @@ int styleable Badge_horizontalOffset 3
|
|
|
3357
4051
|
int styleable Badge_maxCharacterCount 4
|
|
3358
4052
|
int styleable Badge_number 5
|
|
3359
4053
|
int styleable Badge_verticalOffset 6
|
|
4054
|
+
int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4055
|
+
int styleable BaseProgressIndicator_android_indeterminate 0
|
|
4056
|
+
int styleable BaseProgressIndicator_hideAnimationBehavior 1
|
|
4057
|
+
int styleable BaseProgressIndicator_indicatorColor 2
|
|
4058
|
+
int styleable BaseProgressIndicator_minHideDelay 3
|
|
4059
|
+
int styleable BaseProgressIndicator_showAnimationBehavior 4
|
|
4060
|
+
int styleable BaseProgressIndicator_showDelay 5
|
|
4061
|
+
int styleable BaseProgressIndicator_trackColor 6
|
|
4062
|
+
int styleable BaseProgressIndicator_trackCornerRadius 7
|
|
4063
|
+
int styleable BaseProgressIndicator_trackThickness 8
|
|
3360
4064
|
int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3361
4065
|
int styleable BottomAppBar_backgroundTint 0
|
|
3362
4066
|
int styleable BottomAppBar_elevation 1
|
|
@@ -3369,33 +4073,27 @@ int styleable BottomAppBar_hideOnScroll 7
|
|
|
3369
4073
|
int styleable BottomAppBar_paddingBottomSystemWindowInsets 8
|
|
3370
4074
|
int styleable BottomAppBar_paddingLeftSystemWindowInsets 9
|
|
3371
4075
|
int styleable BottomAppBar_paddingRightSystemWindowInsets 10
|
|
3372
|
-
int[] styleable BottomNavigationView { 0x0
|
|
3373
|
-
int styleable
|
|
3374
|
-
int styleable
|
|
3375
|
-
int styleable BottomNavigationView_itemBackground 2
|
|
3376
|
-
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3
|
|
3377
|
-
int styleable BottomNavigationView_itemIconSize 4
|
|
3378
|
-
int styleable BottomNavigationView_itemIconTint 5
|
|
3379
|
-
int styleable BottomNavigationView_itemRippleColor 6
|
|
3380
|
-
int styleable BottomNavigationView_itemTextAppearanceActive 7
|
|
3381
|
-
int styleable BottomNavigationView_itemTextAppearanceInactive 8
|
|
3382
|
-
int styleable BottomNavigationView_itemTextColor 9
|
|
3383
|
-
int styleable BottomNavigationView_labelVisibilityMode 10
|
|
3384
|
-
int styleable BottomNavigationView_menu 11
|
|
3385
|
-
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4076
|
+
int[] styleable BottomNavigationView { 0x0 }
|
|
4077
|
+
int styleable BottomNavigationView_itemHorizontalTranslationEnabled 0
|
|
4078
|
+
int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3386
4079
|
int styleable BottomSheetBehavior_Layout_android_elevation 0
|
|
3387
|
-
int styleable
|
|
3388
|
-
int styleable
|
|
3389
|
-
int styleable
|
|
3390
|
-
int styleable
|
|
3391
|
-
int styleable
|
|
3392
|
-
int styleable
|
|
3393
|
-
int styleable
|
|
3394
|
-
int styleable
|
|
3395
|
-
int styleable
|
|
3396
|
-
int styleable
|
|
3397
|
-
int styleable
|
|
3398
|
-
int styleable
|
|
4080
|
+
int styleable BottomSheetBehavior_Layout_android_maxWidth 1
|
|
4081
|
+
int styleable BottomSheetBehavior_Layout_backgroundTint 2
|
|
4082
|
+
int styleable BottomSheetBehavior_Layout_behavior_draggable 3
|
|
4083
|
+
int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 4
|
|
4084
|
+
int styleable BottomSheetBehavior_Layout_behavior_fitToContents 5
|
|
4085
|
+
int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 6
|
|
4086
|
+
int styleable BottomSheetBehavior_Layout_behavior_hideable 7
|
|
4087
|
+
int styleable BottomSheetBehavior_Layout_behavior_peekHeight 8
|
|
4088
|
+
int styleable BottomSheetBehavior_Layout_behavior_saveFlags 9
|
|
4089
|
+
int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 10
|
|
4090
|
+
int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 11
|
|
4091
|
+
int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 12
|
|
4092
|
+
int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 13
|
|
4093
|
+
int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 14
|
|
4094
|
+
int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 15
|
|
4095
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearance 16
|
|
4096
|
+
int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 17
|
|
3399
4097
|
int[] styleable ButtonBarLayout { 0x0 }
|
|
3400
4098
|
int styleable ButtonBarLayout_allowStacking 0
|
|
3401
4099
|
int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
@@ -3412,48 +4110,49 @@ int styleable CardView_contentPaddingBottom 9
|
|
|
3412
4110
|
int styleable CardView_contentPaddingLeft 10
|
|
3413
4111
|
int styleable CardView_contentPaddingRight 11
|
|
3414
4112
|
int styleable CardView_contentPaddingTop 12
|
|
3415
|
-
int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4113
|
+
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 }
|
|
3416
4114
|
int styleable Chip_android_checkable 0
|
|
3417
4115
|
int styleable Chip_android_ellipsize 1
|
|
3418
4116
|
int styleable Chip_android_maxWidth 2
|
|
3419
4117
|
int styleable Chip_android_text 3
|
|
3420
4118
|
int styleable Chip_android_textAppearance 4
|
|
3421
4119
|
int styleable Chip_android_textColor 5
|
|
3422
|
-
int styleable
|
|
3423
|
-
int styleable
|
|
3424
|
-
int styleable
|
|
3425
|
-
int styleable
|
|
3426
|
-
int styleable
|
|
3427
|
-
int styleable
|
|
3428
|
-
int styleable
|
|
3429
|
-
int styleable
|
|
3430
|
-
int styleable
|
|
3431
|
-
int styleable
|
|
3432
|
-
int styleable
|
|
3433
|
-
int styleable
|
|
3434
|
-
int styleable
|
|
3435
|
-
int styleable
|
|
3436
|
-
int styleable
|
|
3437
|
-
int styleable
|
|
3438
|
-
int styleable
|
|
3439
|
-
int styleable
|
|
3440
|
-
int styleable
|
|
3441
|
-
int styleable
|
|
3442
|
-
int styleable
|
|
3443
|
-
int styleable
|
|
3444
|
-
int styleable
|
|
3445
|
-
int styleable
|
|
3446
|
-
int styleable
|
|
3447
|
-
int styleable
|
|
3448
|
-
int styleable
|
|
3449
|
-
int styleable
|
|
3450
|
-
int styleable
|
|
3451
|
-
int styleable
|
|
3452
|
-
int styleable
|
|
3453
|
-
int styleable
|
|
3454
|
-
int styleable
|
|
3455
|
-
int styleable
|
|
3456
|
-
int styleable
|
|
4120
|
+
int styleable Chip_android_textSize 6
|
|
4121
|
+
int styleable Chip_checkedIcon 7
|
|
4122
|
+
int styleable Chip_checkedIconEnabled 8
|
|
4123
|
+
int styleable Chip_checkedIconTint 9
|
|
4124
|
+
int styleable Chip_checkedIconVisible 10
|
|
4125
|
+
int styleable Chip_chipBackgroundColor 11
|
|
4126
|
+
int styleable Chip_chipCornerRadius 12
|
|
4127
|
+
int styleable Chip_chipEndPadding 13
|
|
4128
|
+
int styleable Chip_chipIcon 14
|
|
4129
|
+
int styleable Chip_chipIconEnabled 15
|
|
4130
|
+
int styleable Chip_chipIconSize 16
|
|
4131
|
+
int styleable Chip_chipIconTint 17
|
|
4132
|
+
int styleable Chip_chipIconVisible 18
|
|
4133
|
+
int styleable Chip_chipMinHeight 19
|
|
4134
|
+
int styleable Chip_chipMinTouchTargetSize 20
|
|
4135
|
+
int styleable Chip_chipStartPadding 21
|
|
4136
|
+
int styleable Chip_chipStrokeColor 22
|
|
4137
|
+
int styleable Chip_chipStrokeWidth 23
|
|
4138
|
+
int styleable Chip_chipSurfaceColor 24
|
|
4139
|
+
int styleable Chip_closeIcon 25
|
|
4140
|
+
int styleable Chip_closeIconEnabled 26
|
|
4141
|
+
int styleable Chip_closeIconEndPadding 27
|
|
4142
|
+
int styleable Chip_closeIconSize 28
|
|
4143
|
+
int styleable Chip_closeIconStartPadding 29
|
|
4144
|
+
int styleable Chip_closeIconTint 30
|
|
4145
|
+
int styleable Chip_closeIconVisible 31
|
|
4146
|
+
int styleable Chip_ensureMinTouchTargetSize 32
|
|
4147
|
+
int styleable Chip_hideMotionSpec 33
|
|
4148
|
+
int styleable Chip_iconEndPadding 34
|
|
4149
|
+
int styleable Chip_iconStartPadding 35
|
|
4150
|
+
int styleable Chip_rippleColor 36
|
|
4151
|
+
int styleable Chip_shapeAppearance 37
|
|
4152
|
+
int styleable Chip_shapeAppearanceOverlay 38
|
|
4153
|
+
int styleable Chip_showMotionSpec 39
|
|
4154
|
+
int styleable Chip_textEndPadding 40
|
|
4155
|
+
int styleable Chip_textStartPadding 41
|
|
3457
4156
|
int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3458
4157
|
int styleable ChipGroup_checkedChip 0
|
|
3459
4158
|
int styleable ChipGroup_chipSpacing 1
|
|
@@ -3462,7 +4161,18 @@ int styleable ChipGroup_chipSpacingVertical 3
|
|
|
3462
4161
|
int styleable ChipGroup_selectionRequired 4
|
|
3463
4162
|
int styleable ChipGroup_singleLine 5
|
|
3464
4163
|
int styleable ChipGroup_singleSelection 6
|
|
3465
|
-
int[] styleable
|
|
4164
|
+
int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
|
|
4165
|
+
int styleable CircularProgressIndicator_indicatorDirectionCircular 0
|
|
4166
|
+
int styleable CircularProgressIndicator_indicatorInset 1
|
|
4167
|
+
int styleable CircularProgressIndicator_indicatorSize 2
|
|
4168
|
+
int[] styleable ClockFaceView { 0x0, 0x0 }
|
|
4169
|
+
int styleable ClockFaceView_clockFaceBackgroundColor 0
|
|
4170
|
+
int styleable ClockFaceView_clockNumberTextColor 1
|
|
4171
|
+
int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
|
|
4172
|
+
int styleable ClockHandView_clockHandColor 0
|
|
4173
|
+
int styleable ClockHandView_materialCircleRadius 1
|
|
4174
|
+
int styleable ClockHandView_selectorSize 2
|
|
4175
|
+
int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3466
4176
|
int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
|
|
3467
4177
|
int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
|
|
3468
4178
|
int styleable CollapsingToolbarLayout_contentScrim 2
|
|
@@ -3473,13 +4183,16 @@ int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
|
|
|
3473
4183
|
int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
|
|
3474
4184
|
int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
|
|
3475
4185
|
int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
|
|
3476
|
-
int styleable
|
|
3477
|
-
int styleable
|
|
3478
|
-
int styleable
|
|
3479
|
-
int styleable
|
|
3480
|
-
int styleable
|
|
3481
|
-
int styleable
|
|
3482
|
-
int styleable
|
|
4186
|
+
int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 10
|
|
4187
|
+
int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 11
|
|
4188
|
+
int styleable CollapsingToolbarLayout_maxLines 12
|
|
4189
|
+
int styleable CollapsingToolbarLayout_scrimAnimationDuration 13
|
|
4190
|
+
int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 14
|
|
4191
|
+
int styleable CollapsingToolbarLayout_statusBarScrim 15
|
|
4192
|
+
int styleable CollapsingToolbarLayout_title 16
|
|
4193
|
+
int styleable CollapsingToolbarLayout_titleCollapseMode 17
|
|
4194
|
+
int styleable CollapsingToolbarLayout_titleEnabled 18
|
|
4195
|
+
int styleable CollapsingToolbarLayout_toolbarId 19
|
|
3483
4196
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
3484
4197
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
3485
4198
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
@@ -3492,6 +4205,322 @@ int styleable CompoundButton_android_button 0
|
|
|
3492
4205
|
int styleable CompoundButton_buttonCompat 1
|
|
3493
4206
|
int styleable CompoundButton_buttonTint 2
|
|
3494
4207
|
int styleable CompoundButton_buttonTintMode 3
|
|
4208
|
+
int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4209
|
+
int styleable Constraint_android_alpha 0
|
|
4210
|
+
int styleable Constraint_android_elevation 1
|
|
4211
|
+
int styleable Constraint_android_id 2
|
|
4212
|
+
int styleable Constraint_android_layout_height 3
|
|
4213
|
+
int styleable Constraint_android_layout_marginBottom 4
|
|
4214
|
+
int styleable Constraint_android_layout_marginEnd 5
|
|
4215
|
+
int styleable Constraint_android_layout_marginLeft 6
|
|
4216
|
+
int styleable Constraint_android_layout_marginRight 7
|
|
4217
|
+
int styleable Constraint_android_layout_marginStart 8
|
|
4218
|
+
int styleable Constraint_android_layout_marginTop 9
|
|
4219
|
+
int styleable Constraint_android_layout_width 10
|
|
4220
|
+
int styleable Constraint_android_maxHeight 11
|
|
4221
|
+
int styleable Constraint_android_maxWidth 12
|
|
4222
|
+
int styleable Constraint_android_minHeight 13
|
|
4223
|
+
int styleable Constraint_android_minWidth 14
|
|
4224
|
+
int styleable Constraint_android_orientation 15
|
|
4225
|
+
int styleable Constraint_android_rotation 16
|
|
4226
|
+
int styleable Constraint_android_rotationX 17
|
|
4227
|
+
int styleable Constraint_android_rotationY 18
|
|
4228
|
+
int styleable Constraint_android_scaleX 19
|
|
4229
|
+
int styleable Constraint_android_scaleY 20
|
|
4230
|
+
int styleable Constraint_android_transformPivotX 21
|
|
4231
|
+
int styleable Constraint_android_transformPivotY 22
|
|
4232
|
+
int styleable Constraint_android_translationX 23
|
|
4233
|
+
int styleable Constraint_android_translationY 24
|
|
4234
|
+
int styleable Constraint_android_translationZ 25
|
|
4235
|
+
int styleable Constraint_android_visibility 26
|
|
4236
|
+
int styleable Constraint_animate_relativeTo 27
|
|
4237
|
+
int styleable Constraint_barrierAllowsGoneWidgets 28
|
|
4238
|
+
int styleable Constraint_barrierDirection 29
|
|
4239
|
+
int styleable Constraint_barrierMargin 30
|
|
4240
|
+
int styleable Constraint_chainUseRtl 31
|
|
4241
|
+
int styleable Constraint_constraint_referenced_ids 32
|
|
4242
|
+
int styleable Constraint_drawPath 33
|
|
4243
|
+
int styleable Constraint_flow_firstHorizontalBias 34
|
|
4244
|
+
int styleable Constraint_flow_firstHorizontalStyle 35
|
|
4245
|
+
int styleable Constraint_flow_firstVerticalBias 36
|
|
4246
|
+
int styleable Constraint_flow_firstVerticalStyle 37
|
|
4247
|
+
int styleable Constraint_flow_horizontalAlign 38
|
|
4248
|
+
int styleable Constraint_flow_horizontalBias 39
|
|
4249
|
+
int styleable Constraint_flow_horizontalGap 40
|
|
4250
|
+
int styleable Constraint_flow_horizontalStyle 41
|
|
4251
|
+
int styleable Constraint_flow_lastHorizontalBias 42
|
|
4252
|
+
int styleable Constraint_flow_lastHorizontalStyle 43
|
|
4253
|
+
int styleable Constraint_flow_lastVerticalBias 44
|
|
4254
|
+
int styleable Constraint_flow_lastVerticalStyle 45
|
|
4255
|
+
int styleable Constraint_flow_maxElementsWrap 46
|
|
4256
|
+
int styleable Constraint_flow_verticalAlign 47
|
|
4257
|
+
int styleable Constraint_flow_verticalBias 48
|
|
4258
|
+
int styleable Constraint_flow_verticalGap 49
|
|
4259
|
+
int styleable Constraint_flow_verticalStyle 50
|
|
4260
|
+
int styleable Constraint_flow_wrapMode 51
|
|
4261
|
+
int styleable Constraint_layout_constrainedHeight 52
|
|
4262
|
+
int styleable Constraint_layout_constrainedWidth 53
|
|
4263
|
+
int styleable Constraint_layout_constraintBaseline_creator 54
|
|
4264
|
+
int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
|
|
4265
|
+
int styleable Constraint_layout_constraintBottom_creator 56
|
|
4266
|
+
int styleable Constraint_layout_constraintBottom_toBottomOf 57
|
|
4267
|
+
int styleable Constraint_layout_constraintBottom_toTopOf 58
|
|
4268
|
+
int styleable Constraint_layout_constraintCircle 59
|
|
4269
|
+
int styleable Constraint_layout_constraintCircleAngle 60
|
|
4270
|
+
int styleable Constraint_layout_constraintCircleRadius 61
|
|
4271
|
+
int styleable Constraint_layout_constraintDimensionRatio 62
|
|
4272
|
+
int styleable Constraint_layout_constraintEnd_toEndOf 63
|
|
4273
|
+
int styleable Constraint_layout_constraintEnd_toStartOf 64
|
|
4274
|
+
int styleable Constraint_layout_constraintGuide_begin 65
|
|
4275
|
+
int styleable Constraint_layout_constraintGuide_end 66
|
|
4276
|
+
int styleable Constraint_layout_constraintGuide_percent 67
|
|
4277
|
+
int styleable Constraint_layout_constraintHeight_default 68
|
|
4278
|
+
int styleable Constraint_layout_constraintHeight_max 69
|
|
4279
|
+
int styleable Constraint_layout_constraintHeight_min 70
|
|
4280
|
+
int styleable Constraint_layout_constraintHeight_percent 71
|
|
4281
|
+
int styleable Constraint_layout_constraintHorizontal_bias 72
|
|
4282
|
+
int styleable Constraint_layout_constraintHorizontal_chainStyle 73
|
|
4283
|
+
int styleable Constraint_layout_constraintHorizontal_weight 74
|
|
4284
|
+
int styleable Constraint_layout_constraintLeft_creator 75
|
|
4285
|
+
int styleable Constraint_layout_constraintLeft_toLeftOf 76
|
|
4286
|
+
int styleable Constraint_layout_constraintLeft_toRightOf 77
|
|
4287
|
+
int styleable Constraint_layout_constraintRight_creator 78
|
|
4288
|
+
int styleable Constraint_layout_constraintRight_toLeftOf 79
|
|
4289
|
+
int styleable Constraint_layout_constraintRight_toRightOf 80
|
|
4290
|
+
int styleable Constraint_layout_constraintStart_toEndOf 81
|
|
4291
|
+
int styleable Constraint_layout_constraintStart_toStartOf 82
|
|
4292
|
+
int styleable Constraint_layout_constraintTag 83
|
|
4293
|
+
int styleable Constraint_layout_constraintTop_creator 84
|
|
4294
|
+
int styleable Constraint_layout_constraintTop_toBottomOf 85
|
|
4295
|
+
int styleable Constraint_layout_constraintTop_toTopOf 86
|
|
4296
|
+
int styleable Constraint_layout_constraintVertical_bias 87
|
|
4297
|
+
int styleable Constraint_layout_constraintVertical_chainStyle 88
|
|
4298
|
+
int styleable Constraint_layout_constraintVertical_weight 89
|
|
4299
|
+
int styleable Constraint_layout_constraintWidth_default 90
|
|
4300
|
+
int styleable Constraint_layout_constraintWidth_max 91
|
|
4301
|
+
int styleable Constraint_layout_constraintWidth_min 92
|
|
4302
|
+
int styleable Constraint_layout_constraintWidth_percent 93
|
|
4303
|
+
int styleable Constraint_layout_editor_absoluteX 94
|
|
4304
|
+
int styleable Constraint_layout_editor_absoluteY 95
|
|
4305
|
+
int styleable Constraint_layout_goneMarginBottom 96
|
|
4306
|
+
int styleable Constraint_layout_goneMarginEnd 97
|
|
4307
|
+
int styleable Constraint_layout_goneMarginLeft 98
|
|
4308
|
+
int styleable Constraint_layout_goneMarginRight 99
|
|
4309
|
+
int styleable Constraint_layout_goneMarginStart 100
|
|
4310
|
+
int styleable Constraint_layout_goneMarginTop 101
|
|
4311
|
+
int styleable Constraint_motionProgress 102
|
|
4312
|
+
int styleable Constraint_motionStagger 103
|
|
4313
|
+
int styleable Constraint_pathMotionArc 104
|
|
4314
|
+
int styleable Constraint_pivotAnchor 105
|
|
4315
|
+
int styleable Constraint_transitionEasing 106
|
|
4316
|
+
int styleable Constraint_transitionPathRotate 107
|
|
4317
|
+
int styleable Constraint_visibilityMode 108
|
|
4318
|
+
int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4319
|
+
int styleable ConstraintLayout_Layout_android_elevation 0
|
|
4320
|
+
int styleable ConstraintLayout_Layout_android_maxHeight 1
|
|
4321
|
+
int styleable ConstraintLayout_Layout_android_maxWidth 2
|
|
4322
|
+
int styleable ConstraintLayout_Layout_android_minHeight 3
|
|
4323
|
+
int styleable ConstraintLayout_Layout_android_minWidth 4
|
|
4324
|
+
int styleable ConstraintLayout_Layout_android_orientation 5
|
|
4325
|
+
int styleable ConstraintLayout_Layout_android_padding 6
|
|
4326
|
+
int styleable ConstraintLayout_Layout_android_paddingBottom 7
|
|
4327
|
+
int styleable ConstraintLayout_Layout_android_paddingEnd 8
|
|
4328
|
+
int styleable ConstraintLayout_Layout_android_paddingLeft 9
|
|
4329
|
+
int styleable ConstraintLayout_Layout_android_paddingRight 10
|
|
4330
|
+
int styleable ConstraintLayout_Layout_android_paddingStart 11
|
|
4331
|
+
int styleable ConstraintLayout_Layout_android_paddingTop 12
|
|
4332
|
+
int styleable ConstraintLayout_Layout_android_visibility 13
|
|
4333
|
+
int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
|
|
4334
|
+
int styleable ConstraintLayout_Layout_barrierDirection 15
|
|
4335
|
+
int styleable ConstraintLayout_Layout_barrierMargin 16
|
|
4336
|
+
int styleable ConstraintLayout_Layout_chainUseRtl 17
|
|
4337
|
+
int styleable ConstraintLayout_Layout_constraintSet 18
|
|
4338
|
+
int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
|
|
4339
|
+
int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
|
|
4340
|
+
int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
|
|
4341
|
+
int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
|
|
4342
|
+
int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
|
|
4343
|
+
int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
|
|
4344
|
+
int styleable ConstraintLayout_Layout_flow_horizontalBias 25
|
|
4345
|
+
int styleable ConstraintLayout_Layout_flow_horizontalGap 26
|
|
4346
|
+
int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
|
|
4347
|
+
int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
|
|
4348
|
+
int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
|
|
4349
|
+
int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
|
|
4350
|
+
int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
|
|
4351
|
+
int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
|
|
4352
|
+
int styleable ConstraintLayout_Layout_flow_verticalAlign 33
|
|
4353
|
+
int styleable ConstraintLayout_Layout_flow_verticalBias 34
|
|
4354
|
+
int styleable ConstraintLayout_Layout_flow_verticalGap 35
|
|
4355
|
+
int styleable ConstraintLayout_Layout_flow_verticalStyle 36
|
|
4356
|
+
int styleable ConstraintLayout_Layout_flow_wrapMode 37
|
|
4357
|
+
int styleable ConstraintLayout_Layout_layoutDescription 38
|
|
4358
|
+
int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
|
|
4359
|
+
int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
|
|
4360
|
+
int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
|
|
4361
|
+
int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
|
|
4362
|
+
int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
|
|
4363
|
+
int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
|
|
4364
|
+
int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
|
|
4365
|
+
int styleable ConstraintLayout_Layout_layout_constraintCircle 46
|
|
4366
|
+
int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
|
|
4367
|
+
int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
|
|
4368
|
+
int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
|
|
4369
|
+
int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
|
|
4370
|
+
int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
|
|
4371
|
+
int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
|
|
4372
|
+
int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
|
|
4373
|
+
int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
|
|
4374
|
+
int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
|
|
4375
|
+
int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
|
|
4376
|
+
int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
|
|
4377
|
+
int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
|
|
4378
|
+
int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
|
|
4379
|
+
int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
|
|
4380
|
+
int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
|
|
4381
|
+
int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
|
|
4382
|
+
int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
|
|
4383
|
+
int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
|
|
4384
|
+
int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
|
|
4385
|
+
int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
|
|
4386
|
+
int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
|
|
4387
|
+
int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
|
|
4388
|
+
int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
|
|
4389
|
+
int styleable ConstraintLayout_Layout_layout_constraintTag 70
|
|
4390
|
+
int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
|
|
4391
|
+
int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
|
|
4392
|
+
int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
|
|
4393
|
+
int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
|
|
4394
|
+
int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
|
|
4395
|
+
int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
|
|
4396
|
+
int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
|
|
4397
|
+
int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
|
|
4398
|
+
int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
|
|
4399
|
+
int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
|
|
4400
|
+
int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
|
|
4401
|
+
int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
|
|
4402
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
|
|
4403
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
|
|
4404
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
|
|
4405
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
|
|
4406
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
|
|
4407
|
+
int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
|
|
4408
|
+
int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
|
|
4409
|
+
int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
|
|
4410
|
+
int styleable ConstraintLayout_placeholder_content 0
|
|
4411
|
+
int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
|
|
4412
|
+
int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4413
|
+
int styleable ConstraintSet_android_alpha 0
|
|
4414
|
+
int styleable ConstraintSet_android_elevation 1
|
|
4415
|
+
int styleable ConstraintSet_android_id 2
|
|
4416
|
+
int styleable ConstraintSet_android_layout_height 3
|
|
4417
|
+
int styleable ConstraintSet_android_layout_marginBottom 4
|
|
4418
|
+
int styleable ConstraintSet_android_layout_marginEnd 5
|
|
4419
|
+
int styleable ConstraintSet_android_layout_marginLeft 6
|
|
4420
|
+
int styleable ConstraintSet_android_layout_marginRight 7
|
|
4421
|
+
int styleable ConstraintSet_android_layout_marginStart 8
|
|
4422
|
+
int styleable ConstraintSet_android_layout_marginTop 9
|
|
4423
|
+
int styleable ConstraintSet_android_layout_width 10
|
|
4424
|
+
int styleable ConstraintSet_android_maxHeight 11
|
|
4425
|
+
int styleable ConstraintSet_android_maxWidth 12
|
|
4426
|
+
int styleable ConstraintSet_android_minHeight 13
|
|
4427
|
+
int styleable ConstraintSet_android_minWidth 14
|
|
4428
|
+
int styleable ConstraintSet_android_orientation 15
|
|
4429
|
+
int styleable ConstraintSet_android_pivotX 16
|
|
4430
|
+
int styleable ConstraintSet_android_pivotY 17
|
|
4431
|
+
int styleable ConstraintSet_android_rotation 18
|
|
4432
|
+
int styleable ConstraintSet_android_rotationX 19
|
|
4433
|
+
int styleable ConstraintSet_android_rotationY 20
|
|
4434
|
+
int styleable ConstraintSet_android_scaleX 21
|
|
4435
|
+
int styleable ConstraintSet_android_scaleY 22
|
|
4436
|
+
int styleable ConstraintSet_android_transformPivotX 23
|
|
4437
|
+
int styleable ConstraintSet_android_transformPivotY 24
|
|
4438
|
+
int styleable ConstraintSet_android_translationX 25
|
|
4439
|
+
int styleable ConstraintSet_android_translationY 26
|
|
4440
|
+
int styleable ConstraintSet_android_translationZ 27
|
|
4441
|
+
int styleable ConstraintSet_android_visibility 28
|
|
4442
|
+
int styleable ConstraintSet_animate_relativeTo 29
|
|
4443
|
+
int styleable ConstraintSet_barrierAllowsGoneWidgets 30
|
|
4444
|
+
int styleable ConstraintSet_barrierDirection 31
|
|
4445
|
+
int styleable ConstraintSet_barrierMargin 32
|
|
4446
|
+
int styleable ConstraintSet_chainUseRtl 33
|
|
4447
|
+
int styleable ConstraintSet_constraint_referenced_ids 34
|
|
4448
|
+
int styleable ConstraintSet_deriveConstraintsFrom 35
|
|
4449
|
+
int styleable ConstraintSet_drawPath 36
|
|
4450
|
+
int styleable ConstraintSet_flow_firstHorizontalBias 37
|
|
4451
|
+
int styleable ConstraintSet_flow_firstHorizontalStyle 38
|
|
4452
|
+
int styleable ConstraintSet_flow_firstVerticalBias 39
|
|
4453
|
+
int styleable ConstraintSet_flow_firstVerticalStyle 40
|
|
4454
|
+
int styleable ConstraintSet_flow_horizontalAlign 41
|
|
4455
|
+
int styleable ConstraintSet_flow_horizontalBias 42
|
|
4456
|
+
int styleable ConstraintSet_flow_horizontalGap 43
|
|
4457
|
+
int styleable ConstraintSet_flow_horizontalStyle 44
|
|
4458
|
+
int styleable ConstraintSet_flow_lastHorizontalBias 45
|
|
4459
|
+
int styleable ConstraintSet_flow_lastHorizontalStyle 46
|
|
4460
|
+
int styleable ConstraintSet_flow_lastVerticalBias 47
|
|
4461
|
+
int styleable ConstraintSet_flow_lastVerticalStyle 48
|
|
4462
|
+
int styleable ConstraintSet_flow_maxElementsWrap 49
|
|
4463
|
+
int styleable ConstraintSet_flow_verticalAlign 50
|
|
4464
|
+
int styleable ConstraintSet_flow_verticalBias 51
|
|
4465
|
+
int styleable ConstraintSet_flow_verticalGap 52
|
|
4466
|
+
int styleable ConstraintSet_flow_verticalStyle 53
|
|
4467
|
+
int styleable ConstraintSet_flow_wrapMode 54
|
|
4468
|
+
int styleable ConstraintSet_layout_constrainedHeight 55
|
|
4469
|
+
int styleable ConstraintSet_layout_constrainedWidth 56
|
|
4470
|
+
int styleable ConstraintSet_layout_constraintBaseline_creator 57
|
|
4471
|
+
int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
|
|
4472
|
+
int styleable ConstraintSet_layout_constraintBottom_creator 59
|
|
4473
|
+
int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
|
|
4474
|
+
int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
|
|
4475
|
+
int styleable ConstraintSet_layout_constraintCircle 62
|
|
4476
|
+
int styleable ConstraintSet_layout_constraintCircleAngle 63
|
|
4477
|
+
int styleable ConstraintSet_layout_constraintCircleRadius 64
|
|
4478
|
+
int styleable ConstraintSet_layout_constraintDimensionRatio 65
|
|
4479
|
+
int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
|
|
4480
|
+
int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
|
|
4481
|
+
int styleable ConstraintSet_layout_constraintGuide_begin 68
|
|
4482
|
+
int styleable ConstraintSet_layout_constraintGuide_end 69
|
|
4483
|
+
int styleable ConstraintSet_layout_constraintGuide_percent 70
|
|
4484
|
+
int styleable ConstraintSet_layout_constraintHeight_default 71
|
|
4485
|
+
int styleable ConstraintSet_layout_constraintHeight_max 72
|
|
4486
|
+
int styleable ConstraintSet_layout_constraintHeight_min 73
|
|
4487
|
+
int styleable ConstraintSet_layout_constraintHeight_percent 74
|
|
4488
|
+
int styleable ConstraintSet_layout_constraintHorizontal_bias 75
|
|
4489
|
+
int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
|
|
4490
|
+
int styleable ConstraintSet_layout_constraintHorizontal_weight 77
|
|
4491
|
+
int styleable ConstraintSet_layout_constraintLeft_creator 78
|
|
4492
|
+
int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
|
|
4493
|
+
int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
|
|
4494
|
+
int styleable ConstraintSet_layout_constraintRight_creator 81
|
|
4495
|
+
int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
|
|
4496
|
+
int styleable ConstraintSet_layout_constraintRight_toRightOf 83
|
|
4497
|
+
int styleable ConstraintSet_layout_constraintStart_toEndOf 84
|
|
4498
|
+
int styleable ConstraintSet_layout_constraintStart_toStartOf 85
|
|
4499
|
+
int styleable ConstraintSet_layout_constraintTag 86
|
|
4500
|
+
int styleable ConstraintSet_layout_constraintTop_creator 87
|
|
4501
|
+
int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
|
|
4502
|
+
int styleable ConstraintSet_layout_constraintTop_toTopOf 89
|
|
4503
|
+
int styleable ConstraintSet_layout_constraintVertical_bias 90
|
|
4504
|
+
int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
|
|
4505
|
+
int styleable ConstraintSet_layout_constraintVertical_weight 92
|
|
4506
|
+
int styleable ConstraintSet_layout_constraintWidth_default 93
|
|
4507
|
+
int styleable ConstraintSet_layout_constraintWidth_max 94
|
|
4508
|
+
int styleable ConstraintSet_layout_constraintWidth_min 95
|
|
4509
|
+
int styleable ConstraintSet_layout_constraintWidth_percent 96
|
|
4510
|
+
int styleable ConstraintSet_layout_editor_absoluteX 97
|
|
4511
|
+
int styleable ConstraintSet_layout_editor_absoluteY 98
|
|
4512
|
+
int styleable ConstraintSet_layout_goneMarginBottom 99
|
|
4513
|
+
int styleable ConstraintSet_layout_goneMarginEnd 100
|
|
4514
|
+
int styleable ConstraintSet_layout_goneMarginLeft 101
|
|
4515
|
+
int styleable ConstraintSet_layout_goneMarginRight 102
|
|
4516
|
+
int styleable ConstraintSet_layout_goneMarginStart 103
|
|
4517
|
+
int styleable ConstraintSet_layout_goneMarginTop 104
|
|
4518
|
+
int styleable ConstraintSet_motionProgress 105
|
|
4519
|
+
int styleable ConstraintSet_motionStagger 106
|
|
4520
|
+
int styleable ConstraintSet_pathMotionArc 107
|
|
4521
|
+
int styleable ConstraintSet_pivotAnchor 108
|
|
4522
|
+
int styleable ConstraintSet_transitionEasing 109
|
|
4523
|
+
int styleable ConstraintSet_transitionPathRotate 110
|
|
3495
4524
|
int[] styleable CoordinatorLayout { 0x0, 0x0 }
|
|
3496
4525
|
int styleable CoordinatorLayout_keylines 0
|
|
3497
4526
|
int styleable CoordinatorLayout_statusBarBackground 1
|
|
@@ -3503,20 +4532,31 @@ int styleable CoordinatorLayout_Layout_layout_behavior 3
|
|
|
3503
4532
|
int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
|
|
3504
4533
|
int styleable CoordinatorLayout_Layout_layout_insetEdge 5
|
|
3505
4534
|
int styleable CoordinatorLayout_Layout_layout_keyline 6
|
|
3506
|
-
int[] styleable
|
|
4535
|
+
int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4536
|
+
int styleable CustomAttribute_attributeName 0
|
|
4537
|
+
int styleable CustomAttribute_customBoolean 1
|
|
4538
|
+
int styleable CustomAttribute_customColorDrawableValue 2
|
|
4539
|
+
int styleable CustomAttribute_customColorValue 3
|
|
4540
|
+
int styleable CustomAttribute_customDimension 4
|
|
4541
|
+
int styleable CustomAttribute_customFloatValue 5
|
|
4542
|
+
int styleable CustomAttribute_customIntegerValue 6
|
|
4543
|
+
int styleable CustomAttribute_customPixelDimension 7
|
|
4544
|
+
int styleable CustomAttribute_customStringValue 8
|
|
4545
|
+
int[] styleable DefaultTimeBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3507
4546
|
int styleable DefaultTimeBar_ad_marker_color 0
|
|
3508
4547
|
int styleable DefaultTimeBar_ad_marker_width 1
|
|
3509
|
-
int styleable
|
|
3510
|
-
int styleable
|
|
3511
|
-
int styleable
|
|
3512
|
-
int styleable
|
|
3513
|
-
int styleable
|
|
3514
|
-
int styleable
|
|
3515
|
-
int styleable
|
|
3516
|
-
int styleable
|
|
3517
|
-
int styleable
|
|
3518
|
-
int styleable
|
|
3519
|
-
int styleable
|
|
4548
|
+
int styleable DefaultTimeBar_bar_gravity 2
|
|
4549
|
+
int styleable DefaultTimeBar_bar_height 3
|
|
4550
|
+
int styleable DefaultTimeBar_buffered_color 4
|
|
4551
|
+
int styleable DefaultTimeBar_played_ad_marker_color 5
|
|
4552
|
+
int styleable DefaultTimeBar_played_color 6
|
|
4553
|
+
int styleable DefaultTimeBar_scrubber_color 7
|
|
4554
|
+
int styleable DefaultTimeBar_scrubber_disabled_size 8
|
|
4555
|
+
int styleable DefaultTimeBar_scrubber_dragged_size 9
|
|
4556
|
+
int styleable DefaultTimeBar_scrubber_drawable 10
|
|
4557
|
+
int styleable DefaultTimeBar_scrubber_enabled_size 11
|
|
4558
|
+
int styleable DefaultTimeBar_touch_target_height 12
|
|
4559
|
+
int styleable DefaultTimeBar_unplayed_color 13
|
|
3520
4560
|
int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3521
4561
|
int styleable DrawerArrowToggle_arrowHeadLength 0
|
|
3522
4562
|
int styleable DrawerArrowToggle_arrowShaftLength 1
|
|
@@ -3526,12 +4566,13 @@ int styleable DrawerArrowToggle_drawableSize 4
|
|
|
3526
4566
|
int styleable DrawerArrowToggle_gapBetweenBars 5
|
|
3527
4567
|
int styleable DrawerArrowToggle_spinBars 6
|
|
3528
4568
|
int styleable DrawerArrowToggle_thickness 7
|
|
3529
|
-
int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3530
|
-
int styleable
|
|
3531
|
-
int styleable
|
|
3532
|
-
int styleable
|
|
3533
|
-
int styleable
|
|
3534
|
-
int styleable
|
|
4569
|
+
int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4570
|
+
int styleable ExtendedFloatingActionButton_collapsedSize 0
|
|
4571
|
+
int styleable ExtendedFloatingActionButton_elevation 1
|
|
4572
|
+
int styleable ExtendedFloatingActionButton_extendMotionSpec 2
|
|
4573
|
+
int styleable ExtendedFloatingActionButton_hideMotionSpec 3
|
|
4574
|
+
int styleable ExtendedFloatingActionButton_showMotionSpec 4
|
|
4575
|
+
int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
|
|
3535
4576
|
int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
|
|
3536
4577
|
int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
|
|
3537
4578
|
int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
|
|
@@ -3558,13 +4599,14 @@ int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
|
|
|
3558
4599
|
int[] styleable FlowLayout { 0x0, 0x0 }
|
|
3559
4600
|
int styleable FlowLayout_itemSpacing 0
|
|
3560
4601
|
int styleable FlowLayout_lineSpacing 1
|
|
3561
|
-
int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4602
|
+
int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3562
4603
|
int styleable FontFamily_fontProviderAuthority 0
|
|
3563
4604
|
int styleable FontFamily_fontProviderCerts 1
|
|
3564
4605
|
int styleable FontFamily_fontProviderFetchStrategy 2
|
|
3565
4606
|
int styleable FontFamily_fontProviderFetchTimeout 3
|
|
3566
4607
|
int styleable FontFamily_fontProviderPackage 4
|
|
3567
4608
|
int styleable FontFamily_fontProviderQuery 5
|
|
4609
|
+
int styleable FontFamily_fontProviderSystemFontFamily 6
|
|
3568
4610
|
int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3569
4611
|
int styleable FontFamilyFont_android_font 0
|
|
3570
4612
|
int styleable FontFamilyFont_android_fontStyle 1
|
|
@@ -3580,6 +4622,13 @@ int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
|
|
|
3580
4622
|
int styleable ForegroundLinearLayout_android_foreground 0
|
|
3581
4623
|
int styleable ForegroundLinearLayout_android_foregroundGravity 1
|
|
3582
4624
|
int styleable ForegroundLinearLayout_foregroundInsidePadding 2
|
|
4625
|
+
int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
|
|
4626
|
+
int styleable Fragment_android_id 0
|
|
4627
|
+
int styleable Fragment_android_name 1
|
|
4628
|
+
int styleable Fragment_android_tag 2
|
|
4629
|
+
int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
|
|
4630
|
+
int styleable FragmentContainerView_android_name 0
|
|
4631
|
+
int styleable FragmentContainerView_android_tag 1
|
|
3583
4632
|
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 }
|
|
3584
4633
|
int styleable GenericDraweeHierarchy_actualImageScaleType 0
|
|
3585
4634
|
int styleable GenericDraweeHierarchy_backgroundImage 1
|
|
@@ -3622,10 +4671,174 @@ int styleable GradientColor_android_type 11
|
|
|
3622
4671
|
int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
|
|
3623
4672
|
int styleable GradientColorItem_android_color 0
|
|
3624
4673
|
int styleable GradientColorItem_android_offset 1
|
|
3625
|
-
int[] styleable
|
|
4674
|
+
int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4675
|
+
int styleable ImageFilterView_altSrc 0
|
|
4676
|
+
int styleable ImageFilterView_brightness 1
|
|
4677
|
+
int styleable ImageFilterView_contrast 2
|
|
4678
|
+
int styleable ImageFilterView_crossfade 3
|
|
4679
|
+
int styleable ImageFilterView_overlay 4
|
|
4680
|
+
int styleable ImageFilterView_round 5
|
|
4681
|
+
int styleable ImageFilterView_roundPercent 6
|
|
4682
|
+
int styleable ImageFilterView_saturation 7
|
|
4683
|
+
int styleable ImageFilterView_warmth 8
|
|
4684
|
+
int[] styleable Insets { 0x0, 0x0, 0x0, 0x0 }
|
|
3626
4685
|
int styleable Insets_paddingBottomSystemWindowInsets 0
|
|
3627
4686
|
int styleable Insets_paddingLeftSystemWindowInsets 1
|
|
3628
4687
|
int styleable Insets_paddingRightSystemWindowInsets 2
|
|
4688
|
+
int styleable Insets_paddingTopSystemWindowInsets 3
|
|
4689
|
+
int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4690
|
+
int styleable KeyAttribute_android_alpha 0
|
|
4691
|
+
int styleable KeyAttribute_android_elevation 1
|
|
4692
|
+
int styleable KeyAttribute_android_rotation 2
|
|
4693
|
+
int styleable KeyAttribute_android_rotationX 3
|
|
4694
|
+
int styleable KeyAttribute_android_rotationY 4
|
|
4695
|
+
int styleable KeyAttribute_android_scaleX 5
|
|
4696
|
+
int styleable KeyAttribute_android_scaleY 6
|
|
4697
|
+
int styleable KeyAttribute_android_transformPivotX 7
|
|
4698
|
+
int styleable KeyAttribute_android_transformPivotY 8
|
|
4699
|
+
int styleable KeyAttribute_android_translationX 9
|
|
4700
|
+
int styleable KeyAttribute_android_translationY 10
|
|
4701
|
+
int styleable KeyAttribute_android_translationZ 11
|
|
4702
|
+
int styleable KeyAttribute_curveFit 12
|
|
4703
|
+
int styleable KeyAttribute_framePosition 13
|
|
4704
|
+
int styleable KeyAttribute_motionProgress 14
|
|
4705
|
+
int styleable KeyAttribute_motionTarget 15
|
|
4706
|
+
int styleable KeyAttribute_transitionEasing 16
|
|
4707
|
+
int styleable KeyAttribute_transitionPathRotate 17
|
|
4708
|
+
int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4709
|
+
int styleable KeyCycle_android_alpha 0
|
|
4710
|
+
int styleable KeyCycle_android_elevation 1
|
|
4711
|
+
int styleable KeyCycle_android_rotation 2
|
|
4712
|
+
int styleable KeyCycle_android_rotationX 3
|
|
4713
|
+
int styleable KeyCycle_android_rotationY 4
|
|
4714
|
+
int styleable KeyCycle_android_scaleX 5
|
|
4715
|
+
int styleable KeyCycle_android_scaleY 6
|
|
4716
|
+
int styleable KeyCycle_android_translationX 7
|
|
4717
|
+
int styleable KeyCycle_android_translationY 8
|
|
4718
|
+
int styleable KeyCycle_android_translationZ 9
|
|
4719
|
+
int styleable KeyCycle_curveFit 10
|
|
4720
|
+
int styleable KeyCycle_framePosition 11
|
|
4721
|
+
int styleable KeyCycle_motionProgress 12
|
|
4722
|
+
int styleable KeyCycle_motionTarget 13
|
|
4723
|
+
int styleable KeyCycle_transitionEasing 14
|
|
4724
|
+
int styleable KeyCycle_transitionPathRotate 15
|
|
4725
|
+
int styleable KeyCycle_waveOffset 16
|
|
4726
|
+
int styleable KeyCycle_wavePeriod 17
|
|
4727
|
+
int styleable KeyCycle_waveShape 18
|
|
4728
|
+
int styleable KeyCycle_waveVariesBy 19
|
|
4729
|
+
int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4730
|
+
int styleable KeyPosition_curveFit 0
|
|
4731
|
+
int styleable KeyPosition_drawPath 1
|
|
4732
|
+
int styleable KeyPosition_framePosition 2
|
|
4733
|
+
int styleable KeyPosition_keyPositionType 3
|
|
4734
|
+
int styleable KeyPosition_motionTarget 4
|
|
4735
|
+
int styleable KeyPosition_pathMotionArc 5
|
|
4736
|
+
int styleable KeyPosition_percentHeight 6
|
|
4737
|
+
int styleable KeyPosition_percentWidth 7
|
|
4738
|
+
int styleable KeyPosition_percentX 8
|
|
4739
|
+
int styleable KeyPosition_percentY 9
|
|
4740
|
+
int styleable KeyPosition_sizePercent 10
|
|
4741
|
+
int styleable KeyPosition_transitionEasing 11
|
|
4742
|
+
int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4743
|
+
int styleable KeyTimeCycle_android_alpha 0
|
|
4744
|
+
int styleable KeyTimeCycle_android_elevation 1
|
|
4745
|
+
int styleable KeyTimeCycle_android_rotation 2
|
|
4746
|
+
int styleable KeyTimeCycle_android_rotationX 3
|
|
4747
|
+
int styleable KeyTimeCycle_android_rotationY 4
|
|
4748
|
+
int styleable KeyTimeCycle_android_scaleX 5
|
|
4749
|
+
int styleable KeyTimeCycle_android_scaleY 6
|
|
4750
|
+
int styleable KeyTimeCycle_android_translationX 7
|
|
4751
|
+
int styleable KeyTimeCycle_android_translationY 8
|
|
4752
|
+
int styleable KeyTimeCycle_android_translationZ 9
|
|
4753
|
+
int styleable KeyTimeCycle_curveFit 10
|
|
4754
|
+
int styleable KeyTimeCycle_framePosition 11
|
|
4755
|
+
int styleable KeyTimeCycle_motionProgress 12
|
|
4756
|
+
int styleable KeyTimeCycle_motionTarget 13
|
|
4757
|
+
int styleable KeyTimeCycle_transitionEasing 14
|
|
4758
|
+
int styleable KeyTimeCycle_transitionPathRotate 15
|
|
4759
|
+
int styleable KeyTimeCycle_waveDecay 16
|
|
4760
|
+
int styleable KeyTimeCycle_waveOffset 17
|
|
4761
|
+
int styleable KeyTimeCycle_wavePeriod 18
|
|
4762
|
+
int styleable KeyTimeCycle_waveShape 19
|
|
4763
|
+
int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4764
|
+
int styleable KeyTrigger_framePosition 0
|
|
4765
|
+
int styleable KeyTrigger_motionTarget 1
|
|
4766
|
+
int styleable KeyTrigger_motion_postLayoutCollision 2
|
|
4767
|
+
int styleable KeyTrigger_motion_triggerOnCollision 3
|
|
4768
|
+
int styleable KeyTrigger_onCross 4
|
|
4769
|
+
int styleable KeyTrigger_onNegativeCross 5
|
|
4770
|
+
int styleable KeyTrigger_onPositiveCross 6
|
|
4771
|
+
int styleable KeyTrigger_triggerId 7
|
|
4772
|
+
int styleable KeyTrigger_triggerReceiver 8
|
|
4773
|
+
int styleable KeyTrigger_triggerSlack 9
|
|
4774
|
+
int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4775
|
+
int styleable Layout_android_layout_height 0
|
|
4776
|
+
int styleable Layout_android_layout_marginBottom 1
|
|
4777
|
+
int styleable Layout_android_layout_marginEnd 2
|
|
4778
|
+
int styleable Layout_android_layout_marginLeft 3
|
|
4779
|
+
int styleable Layout_android_layout_marginRight 4
|
|
4780
|
+
int styleable Layout_android_layout_marginStart 5
|
|
4781
|
+
int styleable Layout_android_layout_marginTop 6
|
|
4782
|
+
int styleable Layout_android_layout_width 7
|
|
4783
|
+
int styleable Layout_android_orientation 8
|
|
4784
|
+
int styleable Layout_barrierAllowsGoneWidgets 9
|
|
4785
|
+
int styleable Layout_barrierDirection 10
|
|
4786
|
+
int styleable Layout_barrierMargin 11
|
|
4787
|
+
int styleable Layout_chainUseRtl 12
|
|
4788
|
+
int styleable Layout_constraint_referenced_ids 13
|
|
4789
|
+
int styleable Layout_layout_constrainedHeight 14
|
|
4790
|
+
int styleable Layout_layout_constrainedWidth 15
|
|
4791
|
+
int styleable Layout_layout_constraintBaseline_creator 16
|
|
4792
|
+
int styleable Layout_layout_constraintBaseline_toBaselineOf 17
|
|
4793
|
+
int styleable Layout_layout_constraintBottom_creator 18
|
|
4794
|
+
int styleable Layout_layout_constraintBottom_toBottomOf 19
|
|
4795
|
+
int styleable Layout_layout_constraintBottom_toTopOf 20
|
|
4796
|
+
int styleable Layout_layout_constraintCircle 21
|
|
4797
|
+
int styleable Layout_layout_constraintCircleAngle 22
|
|
4798
|
+
int styleable Layout_layout_constraintCircleRadius 23
|
|
4799
|
+
int styleable Layout_layout_constraintDimensionRatio 24
|
|
4800
|
+
int styleable Layout_layout_constraintEnd_toEndOf 25
|
|
4801
|
+
int styleable Layout_layout_constraintEnd_toStartOf 26
|
|
4802
|
+
int styleable Layout_layout_constraintGuide_begin 27
|
|
4803
|
+
int styleable Layout_layout_constraintGuide_end 28
|
|
4804
|
+
int styleable Layout_layout_constraintGuide_percent 29
|
|
4805
|
+
int styleable Layout_layout_constraintHeight_default 30
|
|
4806
|
+
int styleable Layout_layout_constraintHeight_max 31
|
|
4807
|
+
int styleable Layout_layout_constraintHeight_min 32
|
|
4808
|
+
int styleable Layout_layout_constraintHeight_percent 33
|
|
4809
|
+
int styleable Layout_layout_constraintHorizontal_bias 34
|
|
4810
|
+
int styleable Layout_layout_constraintHorizontal_chainStyle 35
|
|
4811
|
+
int styleable Layout_layout_constraintHorizontal_weight 36
|
|
4812
|
+
int styleable Layout_layout_constraintLeft_creator 37
|
|
4813
|
+
int styleable Layout_layout_constraintLeft_toLeftOf 38
|
|
4814
|
+
int styleable Layout_layout_constraintLeft_toRightOf 39
|
|
4815
|
+
int styleable Layout_layout_constraintRight_creator 40
|
|
4816
|
+
int styleable Layout_layout_constraintRight_toLeftOf 41
|
|
4817
|
+
int styleable Layout_layout_constraintRight_toRightOf 42
|
|
4818
|
+
int styleable Layout_layout_constraintStart_toEndOf 43
|
|
4819
|
+
int styleable Layout_layout_constraintStart_toStartOf 44
|
|
4820
|
+
int styleable Layout_layout_constraintTop_creator 45
|
|
4821
|
+
int styleable Layout_layout_constraintTop_toBottomOf 46
|
|
4822
|
+
int styleable Layout_layout_constraintTop_toTopOf 47
|
|
4823
|
+
int styleable Layout_layout_constraintVertical_bias 48
|
|
4824
|
+
int styleable Layout_layout_constraintVertical_chainStyle 49
|
|
4825
|
+
int styleable Layout_layout_constraintVertical_weight 50
|
|
4826
|
+
int styleable Layout_layout_constraintWidth_default 51
|
|
4827
|
+
int styleable Layout_layout_constraintWidth_max 52
|
|
4828
|
+
int styleable Layout_layout_constraintWidth_min 53
|
|
4829
|
+
int styleable Layout_layout_constraintWidth_percent 54
|
|
4830
|
+
int styleable Layout_layout_editor_absoluteX 55
|
|
4831
|
+
int styleable Layout_layout_editor_absoluteY 56
|
|
4832
|
+
int styleable Layout_layout_goneMarginBottom 57
|
|
4833
|
+
int styleable Layout_layout_goneMarginEnd 58
|
|
4834
|
+
int styleable Layout_layout_goneMarginLeft 59
|
|
4835
|
+
int styleable Layout_layout_goneMarginRight 60
|
|
4836
|
+
int styleable Layout_layout_goneMarginStart 61
|
|
4837
|
+
int styleable Layout_layout_goneMarginTop 62
|
|
4838
|
+
int styleable Layout_maxHeight 63
|
|
4839
|
+
int styleable Layout_maxWidth 64
|
|
4840
|
+
int styleable Layout_minHeight 65
|
|
4841
|
+
int styleable Layout_minWidth 66
|
|
3629
4842
|
int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
|
|
3630
4843
|
int styleable LinearLayoutCompat_android_baselineAligned 0
|
|
3631
4844
|
int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
|
|
@@ -3641,6 +4854,9 @@ int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
|
|
|
3641
4854
|
int styleable LinearLayoutCompat_Layout_android_layout_height 1
|
|
3642
4855
|
int styleable LinearLayoutCompat_Layout_android_layout_weight 2
|
|
3643
4856
|
int styleable LinearLayoutCompat_Layout_android_layout_width 3
|
|
4857
|
+
int[] styleable LinearProgressIndicator { 0x0, 0x0 }
|
|
4858
|
+
int styleable LinearProgressIndicator_indeterminateAnimationType 0
|
|
4859
|
+
int styleable LinearProgressIndicator_indicatorDirectionLinear 1
|
|
3644
4860
|
int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
|
|
3645
4861
|
int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
|
|
3646
4862
|
int styleable ListPopupWindow_android_dropDownVerticalOffset 1
|
|
@@ -3687,16 +4903,17 @@ int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
|
|
|
3687
4903
|
int styleable MaterialButtonToggleGroup_checkedButton 0
|
|
3688
4904
|
int styleable MaterialButtonToggleGroup_selectionRequired 1
|
|
3689
4905
|
int styleable MaterialButtonToggleGroup_singleSelection 2
|
|
3690
|
-
int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4906
|
+
int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3691
4907
|
int styleable MaterialCalendar_android_windowFullscreen 0
|
|
3692
4908
|
int styleable MaterialCalendar_dayInvalidStyle 1
|
|
3693
4909
|
int styleable MaterialCalendar_daySelectedStyle 2
|
|
3694
4910
|
int styleable MaterialCalendar_dayStyle 3
|
|
3695
4911
|
int styleable MaterialCalendar_dayTodayStyle 4
|
|
3696
|
-
int styleable
|
|
3697
|
-
int styleable
|
|
3698
|
-
int styleable
|
|
3699
|
-
int styleable
|
|
4912
|
+
int styleable MaterialCalendar_nestedScrollable 5
|
|
4913
|
+
int styleable MaterialCalendar_rangeFillColor 6
|
|
4914
|
+
int styleable MaterialCalendar_yearSelectedStyle 7
|
|
4915
|
+
int styleable MaterialCalendar_yearStyle 8
|
|
4916
|
+
int styleable MaterialCalendar_yearTodayStyle 9
|
|
3700
4917
|
int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3701
4918
|
int styleable MaterialCalendarItem_android_insetBottom 0
|
|
3702
4919
|
int styleable MaterialCalendarItem_android_insetLeft 1
|
|
@@ -3708,17 +4925,19 @@ int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
|
|
|
3708
4925
|
int styleable MaterialCalendarItem_itemStrokeColor 7
|
|
3709
4926
|
int styleable MaterialCalendarItem_itemStrokeWidth 8
|
|
3710
4927
|
int styleable MaterialCalendarItem_itemTextColor 9
|
|
3711
|
-
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4928
|
+
int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3712
4929
|
int styleable MaterialCardView_android_checkable 0
|
|
3713
4930
|
int styleable MaterialCardView_cardForegroundColor 1
|
|
3714
4931
|
int styleable MaterialCardView_checkedIcon 2
|
|
3715
|
-
int styleable
|
|
3716
|
-
int styleable
|
|
3717
|
-
int styleable
|
|
3718
|
-
int styleable
|
|
3719
|
-
int styleable
|
|
3720
|
-
int styleable
|
|
3721
|
-
int styleable
|
|
4932
|
+
int styleable MaterialCardView_checkedIconMargin 3
|
|
4933
|
+
int styleable MaterialCardView_checkedIconSize 4
|
|
4934
|
+
int styleable MaterialCardView_checkedIconTint 5
|
|
4935
|
+
int styleable MaterialCardView_rippleColor 6
|
|
4936
|
+
int styleable MaterialCardView_shapeAppearance 7
|
|
4937
|
+
int styleable MaterialCardView_shapeAppearanceOverlay 8
|
|
4938
|
+
int styleable MaterialCardView_state_dragged 9
|
|
4939
|
+
int styleable MaterialCardView_strokeColor 10
|
|
4940
|
+
int styleable MaterialCardView_strokeWidth 11
|
|
3722
4941
|
int[] styleable MaterialCheckBox { 0x0, 0x0 }
|
|
3723
4942
|
int styleable MaterialCheckBox_buttonTint 0
|
|
3724
4943
|
int styleable MaterialCheckBox_useMaterialThemeColors 1
|
|
@@ -3728,13 +4947,21 @@ int styleable MaterialRadioButton_useMaterialThemeColors 1
|
|
|
3728
4947
|
int[] styleable MaterialShape { 0x0, 0x0 }
|
|
3729
4948
|
int styleable MaterialShape_shapeAppearance 0
|
|
3730
4949
|
int styleable MaterialShape_shapeAppearanceOverlay 1
|
|
3731
|
-
int[] styleable MaterialTextAppearance { 0x101057f, 0x0 }
|
|
3732
|
-
int styleable
|
|
3733
|
-
int styleable
|
|
4950
|
+
int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
|
|
4951
|
+
int styleable MaterialTextAppearance_android_letterSpacing 0
|
|
4952
|
+
int styleable MaterialTextAppearance_android_lineHeight 1
|
|
4953
|
+
int styleable MaterialTextAppearance_lineHeight 2
|
|
3734
4954
|
int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
|
|
3735
4955
|
int styleable MaterialTextView_android_lineHeight 0
|
|
3736
4956
|
int styleable MaterialTextView_android_textAppearance 1
|
|
3737
4957
|
int styleable MaterialTextView_lineHeight 2
|
|
4958
|
+
int[] styleable MaterialTimePicker { 0x0, 0x0 }
|
|
4959
|
+
int styleable MaterialTimePicker_clockIcon 0
|
|
4960
|
+
int styleable MaterialTimePicker_keyboardIcon 1
|
|
4961
|
+
int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
|
|
4962
|
+
int styleable MaterialToolbar_navigationIconTint 0
|
|
4963
|
+
int styleable MaterialToolbar_subtitleCentered 1
|
|
4964
|
+
int styleable MaterialToolbar_titleCentered 2
|
|
3738
4965
|
int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
|
|
3739
4966
|
int styleable MenuGroup_android_checkableBehavior 0
|
|
3740
4967
|
int styleable MenuGroup_android_enabled 1
|
|
@@ -3776,7 +5003,53 @@ int styleable MenuView_android_verticalDivider 5
|
|
|
3776
5003
|
int styleable MenuView_android_windowAnimationStyle 6
|
|
3777
5004
|
int styleable MenuView_preserveIconSpacing 7
|
|
3778
5005
|
int styleable MenuView_subMenuArrow 8
|
|
3779
|
-
int[] styleable
|
|
5006
|
+
int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5007
|
+
int styleable MockView_mock_diagonalsColor 0
|
|
5008
|
+
int styleable MockView_mock_label 1
|
|
5009
|
+
int styleable MockView_mock_labelBackgroundColor 2
|
|
5010
|
+
int styleable MockView_mock_labelColor 3
|
|
5011
|
+
int styleable MockView_mock_showDiagonals 4
|
|
5012
|
+
int styleable MockView_mock_showLabel 5
|
|
5013
|
+
int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5014
|
+
int styleable Motion_animate_relativeTo 0
|
|
5015
|
+
int styleable Motion_drawPath 1
|
|
5016
|
+
int styleable Motion_motionPathRotate 2
|
|
5017
|
+
int styleable Motion_motionStagger 3
|
|
5018
|
+
int styleable Motion_pathMotionArc 4
|
|
5019
|
+
int styleable Motion_transitionEasing 5
|
|
5020
|
+
int[] styleable MotionHelper { 0x0, 0x0 }
|
|
5021
|
+
int styleable MotionHelper_onHide 0
|
|
5022
|
+
int styleable MotionHelper_onShow 1
|
|
5023
|
+
int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5024
|
+
int styleable MotionLayout_applyMotionScene 0
|
|
5025
|
+
int styleable MotionLayout_currentState 1
|
|
5026
|
+
int styleable MotionLayout_layoutDescription 2
|
|
5027
|
+
int styleable MotionLayout_motionDebug 3
|
|
5028
|
+
int styleable MotionLayout_motionProgress 4
|
|
5029
|
+
int styleable MotionLayout_showPaths 5
|
|
5030
|
+
int[] styleable MotionScene { 0x0, 0x0 }
|
|
5031
|
+
int styleable MotionScene_defaultDuration 0
|
|
5032
|
+
int styleable MotionScene_layoutDuringTransition 1
|
|
5033
|
+
int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
|
|
5034
|
+
int styleable MotionTelltales_telltales_tailColor 0
|
|
5035
|
+
int styleable MotionTelltales_telltales_tailScale 1
|
|
5036
|
+
int styleable MotionTelltales_telltales_velocityMode 2
|
|
5037
|
+
int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5038
|
+
int styleable NavigationBarView_backgroundTint 0
|
|
5039
|
+
int styleable NavigationBarView_elevation 1
|
|
5040
|
+
int styleable NavigationBarView_itemBackground 2
|
|
5041
|
+
int styleable NavigationBarView_itemIconSize 3
|
|
5042
|
+
int styleable NavigationBarView_itemIconTint 4
|
|
5043
|
+
int styleable NavigationBarView_itemRippleColor 5
|
|
5044
|
+
int styleable NavigationBarView_itemTextAppearanceActive 6
|
|
5045
|
+
int styleable NavigationBarView_itemTextAppearanceInactive 7
|
|
5046
|
+
int styleable NavigationBarView_itemTextColor 8
|
|
5047
|
+
int styleable NavigationBarView_labelVisibilityMode 9
|
|
5048
|
+
int styleable NavigationBarView_menu 10
|
|
5049
|
+
int[] styleable NavigationRailView { 0x0, 0x0 }
|
|
5050
|
+
int styleable NavigationRailView_headerLayout 0
|
|
5051
|
+
int styleable NavigationRailView_menuGravity 1
|
|
5052
|
+
int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3780
5053
|
int styleable NavigationView_android_background 0
|
|
3781
5054
|
int styleable NavigationView_android_fitsSystemWindows 1
|
|
3782
5055
|
int styleable NavigationView_android_maxWidth 2
|
|
@@ -3798,28 +5071,49 @@ int styleable NavigationView_itemShapeInsetTop 17
|
|
|
3798
5071
|
int styleable NavigationView_itemTextAppearance 18
|
|
3799
5072
|
int styleable NavigationView_itemTextColor 19
|
|
3800
5073
|
int styleable NavigationView_menu 20
|
|
3801
|
-
int
|
|
5074
|
+
int styleable NavigationView_shapeAppearance 21
|
|
5075
|
+
int styleable NavigationView_shapeAppearanceOverlay 22
|
|
5076
|
+
int[] styleable OnClick { 0x0, 0x0 }
|
|
5077
|
+
int styleable OnClick_clickAction 0
|
|
5078
|
+
int styleable OnClick_targetId 1
|
|
5079
|
+
int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5080
|
+
int styleable OnSwipe_dragDirection 0
|
|
5081
|
+
int styleable OnSwipe_dragScale 1
|
|
5082
|
+
int styleable OnSwipe_dragThreshold 2
|
|
5083
|
+
int styleable OnSwipe_limitBoundsTo 3
|
|
5084
|
+
int styleable OnSwipe_maxAcceleration 4
|
|
5085
|
+
int styleable OnSwipe_maxVelocity 5
|
|
5086
|
+
int styleable OnSwipe_moveWhenScrollAtTop 6
|
|
5087
|
+
int styleable OnSwipe_nestedScrollFlags 7
|
|
5088
|
+
int styleable OnSwipe_onTouchUp 8
|
|
5089
|
+
int styleable OnSwipe_touchAnchorId 9
|
|
5090
|
+
int styleable OnSwipe_touchAnchorSide 10
|
|
5091
|
+
int styleable OnSwipe_touchRegionId 11
|
|
5092
|
+
int[] styleable PlayerControlView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3802
5093
|
int styleable PlayerControlView_ad_marker_color 0
|
|
3803
5094
|
int styleable PlayerControlView_ad_marker_width 1
|
|
3804
|
-
int styleable
|
|
3805
|
-
int styleable
|
|
3806
|
-
int styleable
|
|
3807
|
-
int styleable
|
|
5095
|
+
int styleable PlayerControlView_bar_gravity 2
|
|
5096
|
+
int styleable PlayerControlView_bar_height 3
|
|
5097
|
+
int styleable PlayerControlView_buffered_color 4
|
|
5098
|
+
int styleable PlayerControlView_controller_layout_id 5
|
|
3808
5099
|
int styleable PlayerControlView_played_ad_marker_color 6
|
|
3809
5100
|
int styleable PlayerControlView_played_color 7
|
|
3810
5101
|
int styleable PlayerControlView_repeat_toggle_modes 8
|
|
3811
|
-
int styleable
|
|
3812
|
-
int styleable
|
|
3813
|
-
int styleable
|
|
3814
|
-
int styleable
|
|
3815
|
-
int styleable
|
|
3816
|
-
int styleable
|
|
3817
|
-
int styleable
|
|
3818
|
-
int styleable
|
|
3819
|
-
int styleable
|
|
3820
|
-
int styleable
|
|
3821
|
-
int styleable
|
|
3822
|
-
int
|
|
5102
|
+
int styleable PlayerControlView_scrubber_color 9
|
|
5103
|
+
int styleable PlayerControlView_scrubber_disabled_size 10
|
|
5104
|
+
int styleable PlayerControlView_scrubber_dragged_size 11
|
|
5105
|
+
int styleable PlayerControlView_scrubber_drawable 12
|
|
5106
|
+
int styleable PlayerControlView_scrubber_enabled_size 13
|
|
5107
|
+
int styleable PlayerControlView_show_fastforward_button 14
|
|
5108
|
+
int styleable PlayerControlView_show_next_button 15
|
|
5109
|
+
int styleable PlayerControlView_show_previous_button 16
|
|
5110
|
+
int styleable PlayerControlView_show_rewind_button 17
|
|
5111
|
+
int styleable PlayerControlView_show_shuffle_button 18
|
|
5112
|
+
int styleable PlayerControlView_show_timeout 19
|
|
5113
|
+
int styleable PlayerControlView_time_bar_min_update_interval 20
|
|
5114
|
+
int styleable PlayerControlView_touch_target_height 21
|
|
5115
|
+
int styleable PlayerControlView_unplayed_color 22
|
|
5116
|
+
int[] styleable PlayerView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3823
5117
|
int styleable PlayerView_ad_marker_color 0
|
|
3824
5118
|
int styleable PlayerView_ad_marker_width 1
|
|
3825
5119
|
int styleable PlayerView_auto_show 2
|
|
@@ -3827,40 +5121,46 @@ int styleable PlayerView_bar_height 3
|
|
|
3827
5121
|
int styleable PlayerView_buffered_color 4
|
|
3828
5122
|
int styleable PlayerView_controller_layout_id 5
|
|
3829
5123
|
int styleable PlayerView_default_artwork 6
|
|
3830
|
-
int styleable
|
|
3831
|
-
int styleable
|
|
3832
|
-
int styleable
|
|
3833
|
-
int styleable
|
|
3834
|
-
int styleable
|
|
3835
|
-
int styleable
|
|
3836
|
-
int styleable
|
|
3837
|
-
int styleable
|
|
3838
|
-
int styleable
|
|
3839
|
-
int styleable
|
|
3840
|
-
int styleable
|
|
3841
|
-
int styleable
|
|
3842
|
-
int styleable
|
|
3843
|
-
int styleable
|
|
3844
|
-
int styleable
|
|
3845
|
-
int styleable
|
|
3846
|
-
int styleable
|
|
3847
|
-
int styleable
|
|
3848
|
-
int styleable
|
|
3849
|
-
int styleable
|
|
3850
|
-
int styleable
|
|
3851
|
-
int styleable
|
|
3852
|
-
int styleable
|
|
3853
|
-
int styleable PlayerView_use_artwork 30
|
|
3854
|
-
int styleable PlayerView_use_controller 31
|
|
3855
|
-
int styleable PlayerView_use_sensor_rotation 32
|
|
5124
|
+
int styleable PlayerView_hide_during_ads 7
|
|
5125
|
+
int styleable PlayerView_hide_on_touch 8
|
|
5126
|
+
int styleable PlayerView_keep_content_on_player_reset 9
|
|
5127
|
+
int styleable PlayerView_played_ad_marker_color 10
|
|
5128
|
+
int styleable PlayerView_played_color 11
|
|
5129
|
+
int styleable PlayerView_player_layout_id 12
|
|
5130
|
+
int styleable PlayerView_repeat_toggle_modes 13
|
|
5131
|
+
int styleable PlayerView_resize_mode 14
|
|
5132
|
+
int styleable PlayerView_scrubber_color 15
|
|
5133
|
+
int styleable PlayerView_scrubber_disabled_size 16
|
|
5134
|
+
int styleable PlayerView_scrubber_dragged_size 17
|
|
5135
|
+
int styleable PlayerView_scrubber_drawable 18
|
|
5136
|
+
int styleable PlayerView_scrubber_enabled_size 19
|
|
5137
|
+
int styleable PlayerView_show_buffering 20
|
|
5138
|
+
int styleable PlayerView_show_shuffle_button 21
|
|
5139
|
+
int styleable PlayerView_show_timeout 22
|
|
5140
|
+
int styleable PlayerView_shutter_background_color 23
|
|
5141
|
+
int styleable PlayerView_surface_type 24
|
|
5142
|
+
int styleable PlayerView_time_bar_min_update_interval 25
|
|
5143
|
+
int styleable PlayerView_touch_target_height 26
|
|
5144
|
+
int styleable PlayerView_unplayed_color 27
|
|
5145
|
+
int styleable PlayerView_use_artwork 28
|
|
5146
|
+
int styleable PlayerView_use_controller 29
|
|
3856
5147
|
int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
|
|
3857
5148
|
int styleable PopupWindow_android_popupAnimationStyle 0
|
|
3858
5149
|
int styleable PopupWindow_android_popupBackground 1
|
|
3859
5150
|
int styleable PopupWindow_overlapAnchor 2
|
|
3860
5151
|
int[] styleable PopupWindowBackgroundState { 0x0 }
|
|
3861
5152
|
int styleable PopupWindowBackgroundState_state_above_anchor 0
|
|
3862
|
-
int[] styleable
|
|
3863
|
-
int styleable
|
|
5153
|
+
int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
|
|
5154
|
+
int styleable PropertySet_android_alpha 0
|
|
5155
|
+
int styleable PropertySet_android_visibility 1
|
|
5156
|
+
int styleable PropertySet_layout_constraintTag 2
|
|
5157
|
+
int styleable PropertySet_motionProgress 3
|
|
5158
|
+
int styleable PropertySet_visibilityMode 4
|
|
5159
|
+
int[] styleable RadialViewGroup { 0x0 }
|
|
5160
|
+
int styleable RadialViewGroup_materialCircleRadius 0
|
|
5161
|
+
int[] styleable RangeSlider { 0x0, 0x0 }
|
|
5162
|
+
int styleable RangeSlider_minSeparation 0
|
|
5163
|
+
int styleable RangeSlider_values 1
|
|
3864
5164
|
int[] styleable RecycleListView { 0x0, 0x0 }
|
|
3865
5165
|
int styleable RecycleListView_paddingBottomNoButtons 0
|
|
3866
5166
|
int styleable RecycleListView_paddingTopNoTitle 1
|
|
@@ -3910,11 +5210,18 @@ int styleable ShapeAppearance_cornerSizeBottomLeft 6
|
|
|
3910
5210
|
int styleable ShapeAppearance_cornerSizeBottomRight 7
|
|
3911
5211
|
int styleable ShapeAppearance_cornerSizeTopLeft 8
|
|
3912
5212
|
int styleable ShapeAppearance_cornerSizeTopRight 9
|
|
3913
|
-
int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0 }
|
|
3914
|
-
int styleable
|
|
3915
|
-
int styleable
|
|
3916
|
-
int styleable
|
|
3917
|
-
int styleable
|
|
5213
|
+
int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5214
|
+
int styleable ShapeableImageView_contentPadding 0
|
|
5215
|
+
int styleable ShapeableImageView_contentPaddingBottom 1
|
|
5216
|
+
int styleable ShapeableImageView_contentPaddingEnd 2
|
|
5217
|
+
int styleable ShapeableImageView_contentPaddingLeft 3
|
|
5218
|
+
int styleable ShapeableImageView_contentPaddingRight 4
|
|
5219
|
+
int styleable ShapeableImageView_contentPaddingStart 5
|
|
5220
|
+
int styleable ShapeableImageView_contentPaddingTop 6
|
|
5221
|
+
int styleable ShapeableImageView_shapeAppearance 7
|
|
5222
|
+
int styleable ShapeableImageView_shapeAppearanceOverlay 8
|
|
5223
|
+
int styleable ShapeableImageView_strokeColor 9
|
|
5224
|
+
int styleable ShapeableImageView_strokeWidth 10
|
|
3918
5225
|
int[] styleable SignInButton { 0x0, 0x0, 0x0 }
|
|
3919
5226
|
int styleable SignInButton_buttonSize 0
|
|
3920
5227
|
int styleable SignInButton_colorScheme 1
|
|
@@ -3922,7 +5229,7 @@ int styleable SignInButton_scopeUris 2
|
|
|
3922
5229
|
int[] styleable SimpleDraweeView { 0x0, 0x0 }
|
|
3923
5230
|
int styleable SimpleDraweeView_actualImageResource 0
|
|
3924
5231
|
int styleable SimpleDraweeView_actualImageUri 1
|
|
3925
|
-
int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5232
|
+
int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3926
5233
|
int styleable Slider_android_enabled 0
|
|
3927
5234
|
int styleable Slider_android_stepSize 1
|
|
3928
5235
|
int styleable Slider_android_value 2
|
|
@@ -3935,13 +5242,16 @@ int styleable Slider_labelStyle 8
|
|
|
3935
5242
|
int styleable Slider_thumbColor 9
|
|
3936
5243
|
int styleable Slider_thumbElevation 10
|
|
3937
5244
|
int styleable Slider_thumbRadius 11
|
|
3938
|
-
int styleable
|
|
3939
|
-
int styleable
|
|
3940
|
-
int styleable
|
|
3941
|
-
int styleable
|
|
3942
|
-
int styleable
|
|
3943
|
-
int styleable
|
|
3944
|
-
int styleable
|
|
5245
|
+
int styleable Slider_thumbStrokeColor 12
|
|
5246
|
+
int styleable Slider_thumbStrokeWidth 13
|
|
5247
|
+
int styleable Slider_tickColor 14
|
|
5248
|
+
int styleable Slider_tickColorActive 15
|
|
5249
|
+
int styleable Slider_tickColorInactive 16
|
|
5250
|
+
int styleable Slider_tickVisible 17
|
|
5251
|
+
int styleable Slider_trackColor 18
|
|
5252
|
+
int styleable Slider_trackColorActive 19
|
|
5253
|
+
int styleable Slider_trackColorInactive 20
|
|
5254
|
+
int styleable Slider_trackHeight 21
|
|
3945
5255
|
int[] styleable Snackbar { 0x0, 0x0, 0x0 }
|
|
3946
5256
|
int styleable Snackbar_snackbarButtonStyle 0
|
|
3947
5257
|
int styleable Snackbar_snackbarStyle 1
|
|
@@ -3961,6 +5271,9 @@ int styleable Spinner_android_entries 1
|
|
|
3961
5271
|
int styleable Spinner_android_popupBackground 2
|
|
3962
5272
|
int styleable Spinner_android_prompt 3
|
|
3963
5273
|
int styleable Spinner_popupTheme 4
|
|
5274
|
+
int[] styleable State { 0x10100d0, 0x0 }
|
|
5275
|
+
int styleable State_android_id 0
|
|
5276
|
+
int styleable State_constraints 1
|
|
3964
5277
|
int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
|
|
3965
5278
|
int styleable StateListDrawable_android_constantSize 0
|
|
3966
5279
|
int styleable StateListDrawable_android_dither 1
|
|
@@ -3970,6 +5283,70 @@ int styleable StateListDrawable_android_variablePadding 4
|
|
|
3970
5283
|
int styleable StateListDrawable_android_visible 5
|
|
3971
5284
|
int[] styleable StateListDrawableItem { 0x1010199 }
|
|
3972
5285
|
int styleable StateListDrawableItem_android_drawable 0
|
|
5286
|
+
int[] styleable StateSet { 0x0 }
|
|
5287
|
+
int styleable StateSet_defaultState 0
|
|
5288
|
+
int[] styleable StyledPlayerControlView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5289
|
+
int styleable StyledPlayerControlView_ad_marker_color 0
|
|
5290
|
+
int styleable StyledPlayerControlView_ad_marker_width 1
|
|
5291
|
+
int styleable StyledPlayerControlView_animation_enabled 2
|
|
5292
|
+
int styleable StyledPlayerControlView_bar_gravity 3
|
|
5293
|
+
int styleable StyledPlayerControlView_bar_height 4
|
|
5294
|
+
int styleable StyledPlayerControlView_buffered_color 5
|
|
5295
|
+
int styleable StyledPlayerControlView_controller_layout_id 6
|
|
5296
|
+
int styleable StyledPlayerControlView_played_ad_marker_color 7
|
|
5297
|
+
int styleable StyledPlayerControlView_played_color 8
|
|
5298
|
+
int styleable StyledPlayerControlView_repeat_toggle_modes 9
|
|
5299
|
+
int styleable StyledPlayerControlView_scrubber_color 10
|
|
5300
|
+
int styleable StyledPlayerControlView_scrubber_disabled_size 11
|
|
5301
|
+
int styleable StyledPlayerControlView_scrubber_dragged_size 12
|
|
5302
|
+
int styleable StyledPlayerControlView_scrubber_drawable 13
|
|
5303
|
+
int styleable StyledPlayerControlView_scrubber_enabled_size 14
|
|
5304
|
+
int styleable StyledPlayerControlView_show_fastforward_button 15
|
|
5305
|
+
int styleable StyledPlayerControlView_show_next_button 16
|
|
5306
|
+
int styleable StyledPlayerControlView_show_previous_button 17
|
|
5307
|
+
int styleable StyledPlayerControlView_show_rewind_button 18
|
|
5308
|
+
int styleable StyledPlayerControlView_show_shuffle_button 19
|
|
5309
|
+
int styleable StyledPlayerControlView_show_subtitle_button 20
|
|
5310
|
+
int styleable StyledPlayerControlView_show_timeout 21
|
|
5311
|
+
int styleable StyledPlayerControlView_show_vr_button 22
|
|
5312
|
+
int styleable StyledPlayerControlView_time_bar_min_update_interval 23
|
|
5313
|
+
int styleable StyledPlayerControlView_touch_target_height 24
|
|
5314
|
+
int styleable StyledPlayerControlView_unplayed_color 25
|
|
5315
|
+
int[] styleable StyledPlayerView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5316
|
+
int styleable StyledPlayerView_ad_marker_color 0
|
|
5317
|
+
int styleable StyledPlayerView_ad_marker_width 1
|
|
5318
|
+
int styleable StyledPlayerView_animation_enabled 2
|
|
5319
|
+
int styleable StyledPlayerView_auto_show 3
|
|
5320
|
+
int styleable StyledPlayerView_bar_gravity 4
|
|
5321
|
+
int styleable StyledPlayerView_bar_height 5
|
|
5322
|
+
int styleable StyledPlayerView_buffered_color 6
|
|
5323
|
+
int styleable StyledPlayerView_controller_layout_id 7
|
|
5324
|
+
int styleable StyledPlayerView_default_artwork 8
|
|
5325
|
+
int styleable StyledPlayerView_hide_during_ads 9
|
|
5326
|
+
int styleable StyledPlayerView_hide_on_touch 10
|
|
5327
|
+
int styleable StyledPlayerView_keep_content_on_player_reset 11
|
|
5328
|
+
int styleable StyledPlayerView_played_ad_marker_color 12
|
|
5329
|
+
int styleable StyledPlayerView_played_color 13
|
|
5330
|
+
int styleable StyledPlayerView_player_layout_id 14
|
|
5331
|
+
int styleable StyledPlayerView_repeat_toggle_modes 15
|
|
5332
|
+
int styleable StyledPlayerView_resize_mode 16
|
|
5333
|
+
int styleable StyledPlayerView_scrubber_color 17
|
|
5334
|
+
int styleable StyledPlayerView_scrubber_disabled_size 18
|
|
5335
|
+
int styleable StyledPlayerView_scrubber_dragged_size 19
|
|
5336
|
+
int styleable StyledPlayerView_scrubber_drawable 20
|
|
5337
|
+
int styleable StyledPlayerView_scrubber_enabled_size 21
|
|
5338
|
+
int styleable StyledPlayerView_show_buffering 22
|
|
5339
|
+
int styleable StyledPlayerView_show_shuffle_button 23
|
|
5340
|
+
int styleable StyledPlayerView_show_subtitle_button 24
|
|
5341
|
+
int styleable StyledPlayerView_show_timeout 25
|
|
5342
|
+
int styleable StyledPlayerView_show_vr_button 26
|
|
5343
|
+
int styleable StyledPlayerView_shutter_background_color 27
|
|
5344
|
+
int styleable StyledPlayerView_surface_type 28
|
|
5345
|
+
int styleable StyledPlayerView_time_bar_min_update_interval 29
|
|
5346
|
+
int styleable StyledPlayerView_touch_target_height 30
|
|
5347
|
+
int styleable StyledPlayerView_unplayed_color 31
|
|
5348
|
+
int styleable StyledPlayerView_use_artwork 32
|
|
5349
|
+
int styleable StyledPlayerView_use_controller 33
|
|
3973
5350
|
int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3974
5351
|
int styleable SwitchCompat_android_textOff 0
|
|
3975
5352
|
int styleable SwitchCompat_android_textOn 1
|
|
@@ -3991,7 +5368,7 @@ int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
|
|
|
3991
5368
|
int styleable TabItem_android_icon 0
|
|
3992
5369
|
int styleable TabItem_android_layout 1
|
|
3993
5370
|
int styleable TabItem_android_text 2
|
|
3994
|
-
int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5371
|
+
int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3995
5372
|
int styleable TabLayout_tabBackground 0
|
|
3996
5373
|
int styleable TabLayout_tabContentStart 1
|
|
3997
5374
|
int styleable TabLayout_tabGravity 2
|
|
@@ -3999,24 +5376,25 @@ int styleable TabLayout_tabIconTint 3
|
|
|
3999
5376
|
int styleable TabLayout_tabIconTintMode 4
|
|
4000
5377
|
int styleable TabLayout_tabIndicator 5
|
|
4001
5378
|
int styleable TabLayout_tabIndicatorAnimationDuration 6
|
|
4002
|
-
int styleable
|
|
4003
|
-
int styleable
|
|
4004
|
-
int styleable
|
|
4005
|
-
int styleable
|
|
4006
|
-
int styleable
|
|
4007
|
-
int styleable
|
|
4008
|
-
int styleable
|
|
4009
|
-
int styleable
|
|
4010
|
-
int styleable
|
|
4011
|
-
int styleable
|
|
4012
|
-
int styleable
|
|
4013
|
-
int styleable
|
|
4014
|
-
int styleable
|
|
4015
|
-
int styleable
|
|
4016
|
-
int styleable
|
|
4017
|
-
int styleable
|
|
4018
|
-
int styleable
|
|
4019
|
-
int styleable
|
|
5379
|
+
int styleable TabLayout_tabIndicatorAnimationMode 7
|
|
5380
|
+
int styleable TabLayout_tabIndicatorColor 8
|
|
5381
|
+
int styleable TabLayout_tabIndicatorFullWidth 9
|
|
5382
|
+
int styleable TabLayout_tabIndicatorGravity 10
|
|
5383
|
+
int styleable TabLayout_tabIndicatorHeight 11
|
|
5384
|
+
int styleable TabLayout_tabInlineLabel 12
|
|
5385
|
+
int styleable TabLayout_tabMaxWidth 13
|
|
5386
|
+
int styleable TabLayout_tabMinWidth 14
|
|
5387
|
+
int styleable TabLayout_tabMode 15
|
|
5388
|
+
int styleable TabLayout_tabPadding 16
|
|
5389
|
+
int styleable TabLayout_tabPaddingBottom 17
|
|
5390
|
+
int styleable TabLayout_tabPaddingEnd 18
|
|
5391
|
+
int styleable TabLayout_tabPaddingStart 19
|
|
5392
|
+
int styleable TabLayout_tabPaddingTop 20
|
|
5393
|
+
int styleable TabLayout_tabRippleColor 21
|
|
5394
|
+
int styleable TabLayout_tabSelectedTextColor 22
|
|
5395
|
+
int styleable TabLayout_tabTextAppearance 23
|
|
5396
|
+
int styleable TabLayout_tabTextColor 24
|
|
5397
|
+
int styleable TabLayout_tabUnboundedRipple 25
|
|
4020
5398
|
int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
|
|
4021
5399
|
int styleable TextAppearance_android_fontFamily 0
|
|
4022
5400
|
int styleable TextAppearance_android_shadowColor 1
|
|
@@ -4036,69 +5414,72 @@ int styleable TextAppearance_textAllCaps 14
|
|
|
4036
5414
|
int styleable TextAppearance_textLocale 15
|
|
4037
5415
|
int[] styleable TextInputEditText { 0x0 }
|
|
4038
5416
|
int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
|
|
4039
|
-
int[] styleable TextInputLayout { 0x101000e, 0x1010150, 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 }
|
|
5417
|
+
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 }
|
|
4040
5418
|
int styleable TextInputLayout_android_enabled 0
|
|
4041
5419
|
int styleable TextInputLayout_android_hint 1
|
|
4042
|
-
int styleable
|
|
4043
|
-
int styleable
|
|
4044
|
-
int styleable
|
|
4045
|
-
int styleable
|
|
4046
|
-
int styleable
|
|
4047
|
-
int styleable
|
|
4048
|
-
int styleable
|
|
4049
|
-
int styleable
|
|
4050
|
-
int styleable
|
|
4051
|
-
int styleable
|
|
4052
|
-
int styleable
|
|
4053
|
-
int styleable
|
|
4054
|
-
int styleable
|
|
4055
|
-
int styleable
|
|
4056
|
-
int styleable
|
|
4057
|
-
int styleable
|
|
4058
|
-
int styleable
|
|
4059
|
-
int styleable
|
|
4060
|
-
int styleable
|
|
4061
|
-
int styleable
|
|
4062
|
-
int styleable
|
|
4063
|
-
int styleable
|
|
4064
|
-
int styleable
|
|
4065
|
-
int styleable
|
|
4066
|
-
int styleable
|
|
4067
|
-
int styleable
|
|
4068
|
-
int styleable
|
|
4069
|
-
int styleable
|
|
4070
|
-
int styleable
|
|
4071
|
-
int styleable
|
|
4072
|
-
int styleable
|
|
4073
|
-
int styleable
|
|
4074
|
-
int styleable
|
|
4075
|
-
int styleable
|
|
4076
|
-
int styleable
|
|
4077
|
-
int styleable
|
|
4078
|
-
int styleable
|
|
4079
|
-
int styleable
|
|
4080
|
-
int styleable
|
|
4081
|
-
int styleable
|
|
4082
|
-
int styleable
|
|
4083
|
-
int styleable
|
|
4084
|
-
int styleable
|
|
4085
|
-
int styleable
|
|
4086
|
-
int styleable
|
|
4087
|
-
int styleable
|
|
4088
|
-
int styleable
|
|
4089
|
-
int styleable
|
|
4090
|
-
int styleable
|
|
4091
|
-
int styleable
|
|
4092
|
-
int styleable
|
|
4093
|
-
int styleable
|
|
4094
|
-
int styleable
|
|
4095
|
-
int styleable
|
|
4096
|
-
int styleable
|
|
4097
|
-
int styleable
|
|
4098
|
-
int styleable
|
|
4099
|
-
int styleable
|
|
4100
|
-
int styleable
|
|
4101
|
-
int styleable
|
|
5420
|
+
int styleable TextInputLayout_android_maxWidth 2
|
|
5421
|
+
int styleable TextInputLayout_android_minWidth 3
|
|
5422
|
+
int styleable TextInputLayout_android_textColorHint 4
|
|
5423
|
+
int styleable TextInputLayout_boxBackgroundColor 5
|
|
5424
|
+
int styleable TextInputLayout_boxBackgroundMode 6
|
|
5425
|
+
int styleable TextInputLayout_boxCollapsedPaddingTop 7
|
|
5426
|
+
int styleable TextInputLayout_boxCornerRadiusBottomEnd 8
|
|
5427
|
+
int styleable TextInputLayout_boxCornerRadiusBottomStart 9
|
|
5428
|
+
int styleable TextInputLayout_boxCornerRadiusTopEnd 10
|
|
5429
|
+
int styleable TextInputLayout_boxCornerRadiusTopStart 11
|
|
5430
|
+
int styleable TextInputLayout_boxStrokeColor 12
|
|
5431
|
+
int styleable TextInputLayout_boxStrokeErrorColor 13
|
|
5432
|
+
int styleable TextInputLayout_boxStrokeWidth 14
|
|
5433
|
+
int styleable TextInputLayout_boxStrokeWidthFocused 15
|
|
5434
|
+
int styleable TextInputLayout_counterEnabled 16
|
|
5435
|
+
int styleable TextInputLayout_counterMaxLength 17
|
|
5436
|
+
int styleable TextInputLayout_counterOverflowTextAppearance 18
|
|
5437
|
+
int styleable TextInputLayout_counterOverflowTextColor 19
|
|
5438
|
+
int styleable TextInputLayout_counterTextAppearance 20
|
|
5439
|
+
int styleable TextInputLayout_counterTextColor 21
|
|
5440
|
+
int styleable TextInputLayout_endIconCheckable 22
|
|
5441
|
+
int styleable TextInputLayout_endIconContentDescription 23
|
|
5442
|
+
int styleable TextInputLayout_endIconDrawable 24
|
|
5443
|
+
int styleable TextInputLayout_endIconMode 25
|
|
5444
|
+
int styleable TextInputLayout_endIconTint 26
|
|
5445
|
+
int styleable TextInputLayout_endIconTintMode 27
|
|
5446
|
+
int styleable TextInputLayout_errorContentDescription 28
|
|
5447
|
+
int styleable TextInputLayout_errorEnabled 29
|
|
5448
|
+
int styleable TextInputLayout_errorIconDrawable 30
|
|
5449
|
+
int styleable TextInputLayout_errorIconTint 31
|
|
5450
|
+
int styleable TextInputLayout_errorIconTintMode 32
|
|
5451
|
+
int styleable TextInputLayout_errorTextAppearance 33
|
|
5452
|
+
int styleable TextInputLayout_errorTextColor 34
|
|
5453
|
+
int styleable TextInputLayout_expandedHintEnabled 35
|
|
5454
|
+
int styleable TextInputLayout_helperText 36
|
|
5455
|
+
int styleable TextInputLayout_helperTextEnabled 37
|
|
5456
|
+
int styleable TextInputLayout_helperTextTextAppearance 38
|
|
5457
|
+
int styleable TextInputLayout_helperTextTextColor 39
|
|
5458
|
+
int styleable TextInputLayout_hintAnimationEnabled 40
|
|
5459
|
+
int styleable TextInputLayout_hintEnabled 41
|
|
5460
|
+
int styleable TextInputLayout_hintTextAppearance 42
|
|
5461
|
+
int styleable TextInputLayout_hintTextColor 43
|
|
5462
|
+
int styleable TextInputLayout_passwordToggleContentDescription 44
|
|
5463
|
+
int styleable TextInputLayout_passwordToggleDrawable 45
|
|
5464
|
+
int styleable TextInputLayout_passwordToggleEnabled 46
|
|
5465
|
+
int styleable TextInputLayout_passwordToggleTint 47
|
|
5466
|
+
int styleable TextInputLayout_passwordToggleTintMode 48
|
|
5467
|
+
int styleable TextInputLayout_placeholderText 49
|
|
5468
|
+
int styleable TextInputLayout_placeholderTextAppearance 50
|
|
5469
|
+
int styleable TextInputLayout_placeholderTextColor 51
|
|
5470
|
+
int styleable TextInputLayout_prefixText 52
|
|
5471
|
+
int styleable TextInputLayout_prefixTextAppearance 53
|
|
5472
|
+
int styleable TextInputLayout_prefixTextColor 54
|
|
5473
|
+
int styleable TextInputLayout_shapeAppearance 55
|
|
5474
|
+
int styleable TextInputLayout_shapeAppearanceOverlay 56
|
|
5475
|
+
int styleable TextInputLayout_startIconCheckable 57
|
|
5476
|
+
int styleable TextInputLayout_startIconContentDescription 58
|
|
5477
|
+
int styleable TextInputLayout_startIconDrawable 59
|
|
5478
|
+
int styleable TextInputLayout_startIconTint 60
|
|
5479
|
+
int styleable TextInputLayout_startIconTintMode 61
|
|
5480
|
+
int styleable TextInputLayout_suffixText 62
|
|
5481
|
+
int styleable TextInputLayout_suffixTextAppearance 63
|
|
5482
|
+
int styleable TextInputLayout_suffixTextColor 64
|
|
4102
5483
|
int[] styleable TextStyle { 0x10100ab, 0x1010153, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101015d, 0x1010034, 0x1010098, 0x1010095, 0x1010097 }
|
|
4103
5484
|
int styleable TextStyle_android_ellipsize 0
|
|
4104
5485
|
int styleable TextStyle_android_maxLines 1
|
|
@@ -4263,6 +5644,36 @@ int styleable Tooltip_android_padding 3
|
|
|
4263
5644
|
int styleable Tooltip_android_text 4
|
|
4264
5645
|
int styleable Tooltip_android_textAppearance 5
|
|
4265
5646
|
int styleable Tooltip_backgroundTint 6
|
|
5647
|
+
int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
|
|
5648
|
+
int styleable Transform_android_elevation 0
|
|
5649
|
+
int styleable Transform_android_rotation 1
|
|
5650
|
+
int styleable Transform_android_rotationX 2
|
|
5651
|
+
int styleable Transform_android_rotationY 3
|
|
5652
|
+
int styleable Transform_android_scaleX 4
|
|
5653
|
+
int styleable Transform_android_scaleY 5
|
|
5654
|
+
int styleable Transform_android_transformPivotX 6
|
|
5655
|
+
int styleable Transform_android_transformPivotY 7
|
|
5656
|
+
int styleable Transform_android_translationX 8
|
|
5657
|
+
int styleable Transform_android_translationY 9
|
|
5658
|
+
int styleable Transform_android_translationZ 10
|
|
5659
|
+
int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5660
|
+
int styleable Transition_android_id 0
|
|
5661
|
+
int styleable Transition_autoTransition 1
|
|
5662
|
+
int styleable Transition_constraintSetEnd 2
|
|
5663
|
+
int styleable Transition_constraintSetStart 3
|
|
5664
|
+
int styleable Transition_duration 4
|
|
5665
|
+
int styleable Transition_layoutDuringTransition 5
|
|
5666
|
+
int styleable Transition_motionInterpolator 6
|
|
5667
|
+
int styleable Transition_pathMotionArc 7
|
|
5668
|
+
int styleable Transition_staggered 8
|
|
5669
|
+
int styleable Transition_transitionDisable 9
|
|
5670
|
+
int styleable Transition_transitionFlags 10
|
|
5671
|
+
int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
5672
|
+
int styleable Variant_constraints 0
|
|
5673
|
+
int styleable Variant_region_heightLessThan 1
|
|
5674
|
+
int styleable Variant_region_heightMoreThan 2
|
|
5675
|
+
int styleable Variant_region_widthLessThan 3
|
|
5676
|
+
int styleable Variant_region_widthMoreThan 4
|
|
4266
5677
|
int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
|
|
4267
5678
|
int styleable View_android_focusable 0
|
|
4268
5679
|
int styleable View_android_theme 1
|