reactnative-plugin-appice 1.4.0 → 1.4.1

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.
Files changed (59) hide show
  1. package/android/build/.transforms/0fb7fc20a81e8c5e30919b8556df922b/classes/classes.dex +0 -0
  2. package/android/build/.transforms/0fb7fc20a81e8c5e30919b8556df922b.bin +1 -0
  3. package/android/build/.transforms/184a86fb83e4fc57ae31353a94048849/classes/classes.dex +0 -0
  4. package/android/build/.transforms/184a86fb83e4fc57ae31353a94048849.bin +1 -0
  5. package/android/build/.transforms/1d7033815c0870dfddb8f5813b3011e0/classes/classes.dex +0 -0
  6. package/android/build/.transforms/1d7033815c0870dfddb8f5813b3011e0.bin +1 -0
  7. package/android/build/.transforms/8a037f6056383e22d4a8bcea677e34f0/classes/classes.dex +0 -0
  8. package/android/build/.transforms/8a037f6056383e22d4a8bcea677e34f0.bin +1 -0
  9. package/android/build/.transforms/a26ffe20fdead2a4e2dd98ea390f8248/classes/classes.dex +0 -0
  10. package/android/build/.transforms/a26ffe20fdead2a4e2dd98ea390f8248.bin +1 -0
  11. package/android/build/.transforms/bf07a1d7c27044f37d3c2dd1bc209936/classes/classes.dex +0 -0
  12. package/android/build/.transforms/bf07a1d7c27044f37d3c2dd1bc209936.bin +1 -0
  13. package/android/build/.transforms/fa5cc52e69d33c06df5a4f6b52a33150/classes/classes.dex +0 -0
  14. package/android/build/.transforms/fa5cc52e69d33c06df5a4f6b52a33150.bin +1 -0
  15. package/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java +10 -0
  16. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +188 -0
  17. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +16 -0
  18. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +2 -0
  19. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  20. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  21. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  22. package/android/build/intermediates/compile_symbol_list/debug/R.txt +2050 -0
  23. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  24. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  25. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  26. package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -0
  27. package/android/build/intermediates/incremental/packageDebugResources/merger.xml +2 -0
  28. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/AppIceReactPluginModule.class +0 -0
  29. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/AppIceReactPluginPackage.class +0 -0
  30. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/BuildConfig.class +0 -0
  31. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/CampaignCampsReceiver.class +0 -0
  32. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/InAppWebView.class +0 -0
  33. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/NotificationEventService$1.class +0 -0
  34. package/android/build/intermediates/javac/debug/classes/com/reactlibrary/NotificationEventService.class +0 -0
  35. package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +189 -0
  36. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
  37. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +351 -0
  38. package/android/build/intermediates/navigation_json/debug/navigation.json +1 -0
  39. package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +16 -0
  40. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  41. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +1567 -0
  42. package/android/build/outputs/logs/manifest-merger-debug-report.txt +331 -0
  43. package/android/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt +13 -0
  44. package/android/build.gradle +3 -2
  45. package/android/libs/logutility.jar +0 -0
  46. package/android/src/main/AndroidManifest.xml +1 -1
  47. package/android/src/main/java/com/reactlibrary/AppIceReactPluginModule.java +48 -7
  48. package/android/src/main/java/com/reactlibrary/CampaignCampsReceiver.java +0 -0
  49. package/android/src/main/java/com/reactlibrary/InAppWebView.java +68 -0
  50. package/android/src/main/java/com/reactlibrary/NotificationEventService.java +0 -0
  51. package/android/src/main/java/com/reactlibrary/React-Native workspace.code-workspace +29 -0
  52. package/ios/AppICESDK/appICEBundle.bundle/sound2.caf +0 -0
  53. package/ios/AppICESDK/include/iosAppiceSDK/appICE.h +2 -0
  54. package/ios/AppICESDK/include/iosAppiceSDK/appICEDB.h +0 -0
  55. package/ios/AppIceReactPlugin.m +7 -2
  56. package/ios/Podfile +1 -0
  57. package/package.json +2 -2
  58. package/ios/.DS_Store +0 -0
  59. package/ios/AppICESDK/libiosAppiceSDK_v1.7.15.a +0 -0
@@ -0,0 +1,1567 @@
1
+ com.reactlibrary
2
+ anim abc_fade_in
3
+ anim abc_fade_out
4
+ anim abc_grow_fade_in_from_bottom
5
+ anim abc_popup_enter
6
+ anim abc_popup_exit
7
+ anim abc_shrink_fade_out_from_bottom
8
+ anim abc_slide_in_bottom
9
+ anim abc_slide_in_top
10
+ anim abc_slide_out_bottom
11
+ anim abc_slide_out_top
12
+ anim abc_tooltip_enter
13
+ anim abc_tooltip_exit
14
+ anim catalyst_fade_in
15
+ anim catalyst_fade_out
16
+ anim catalyst_push_up_in
17
+ anim catalyst_push_up_out
18
+ anim catalyst_slide_down
19
+ anim catalyst_slide_up
20
+ attr actionBarDivider
21
+ attr actionBarItemBackground
22
+ attr actionBarPopupTheme
23
+ attr actionBarSize
24
+ attr actionBarSplitStyle
25
+ attr actionBarStyle
26
+ attr actionBarTabBarStyle
27
+ attr actionBarTabStyle
28
+ attr actionBarTabTextStyle
29
+ attr actionBarTheme
30
+ attr actionBarWidgetTheme
31
+ attr actionButtonStyle
32
+ attr actionDropDownStyle
33
+ attr actionLayout
34
+ attr actionMenuTextAppearance
35
+ attr actionMenuTextColor
36
+ attr actionModeBackground
37
+ attr actionModeCloseButtonStyle
38
+ attr actionModeCloseDrawable
39
+ attr actionModeCopyDrawable
40
+ attr actionModeCutDrawable
41
+ attr actionModeFindDrawable
42
+ attr actionModePasteDrawable
43
+ attr actionModePopupWindowStyle
44
+ attr actionModeSelectAllDrawable
45
+ attr actionModeShareDrawable
46
+ attr actionModeSplitBackground
47
+ attr actionModeStyle
48
+ attr actionModeWebSearchDrawable
49
+ attr actionOverflowButtonStyle
50
+ attr actionOverflowMenuStyle
51
+ attr actionProviderClass
52
+ attr actionViewClass
53
+ attr activityChooserViewStyle
54
+ attr actualImageResource
55
+ attr actualImageScaleType
56
+ attr actualImageUri
57
+ attr adSize
58
+ attr adSizes
59
+ attr adUnitId
60
+ attr alertDialogButtonGroupStyle
61
+ attr alertDialogCenterButtons
62
+ attr alertDialogStyle
63
+ attr alertDialogTheme
64
+ attr allowStacking
65
+ attr alpha
66
+ attr alphabeticModifiers
67
+ attr arrowHeadLength
68
+ attr arrowShaftLength
69
+ attr autoCompleteTextViewStyle
70
+ attr autoSizeMaxTextSize
71
+ attr autoSizeMinTextSize
72
+ attr autoSizePresetSizes
73
+ attr autoSizeStepGranularity
74
+ attr autoSizeTextType
75
+ attr background
76
+ attr backgroundImage
77
+ attr backgroundSplit
78
+ attr backgroundStacked
79
+ attr backgroundTint
80
+ attr backgroundTintMode
81
+ attr barLength
82
+ attr borderlessButtonStyle
83
+ attr buttonBarButtonStyle
84
+ attr buttonBarNegativeButtonStyle
85
+ attr buttonBarNeutralButtonStyle
86
+ attr buttonBarPositiveButtonStyle
87
+ attr buttonBarStyle
88
+ attr buttonGravity
89
+ attr buttonIconDimen
90
+ attr buttonPanelSideLayout
91
+ attr buttonSize
92
+ attr buttonStyle
93
+ attr buttonStyleSmall
94
+ attr buttonTint
95
+ attr buttonTintMode
96
+ attr checkboxStyle
97
+ attr checkedTextViewStyle
98
+ attr circleCrop
99
+ attr closeIcon
100
+ attr closeItemLayout
101
+ attr collapseContentDescription
102
+ attr collapseIcon
103
+ attr color
104
+ attr colorAccent
105
+ attr colorBackgroundFloating
106
+ attr colorButtonNormal
107
+ attr colorControlActivated
108
+ attr colorControlHighlight
109
+ attr colorControlNormal
110
+ attr colorError
111
+ attr colorPrimary
112
+ attr colorPrimaryDark
113
+ attr colorScheme
114
+ attr colorSwitchThumbNormal
115
+ attr commitIcon
116
+ attr contentDescription
117
+ attr contentInsetEnd
118
+ attr contentInsetEndWithActions
119
+ attr contentInsetLeft
120
+ attr contentInsetRight
121
+ attr contentInsetStart
122
+ attr contentInsetStartWithNavigation
123
+ attr controlBackground
124
+ attr coordinatorLayoutStyle
125
+ attr customNavigationLayout
126
+ attr defaultQueryHint
127
+ attr dialogCornerRadius
128
+ attr dialogPreferredPadding
129
+ attr dialogTheme
130
+ attr displayOptions
131
+ attr divider
132
+ attr dividerHorizontal
133
+ attr dividerPadding
134
+ attr dividerVertical
135
+ attr drawableSize
136
+ attr drawerArrowStyle
137
+ attr dropDownListViewStyle
138
+ attr dropdownListPreferredItemHeight
139
+ attr editTextBackground
140
+ attr editTextColor
141
+ attr editTextStyle
142
+ attr elevation
143
+ attr expandActivityOverflowButtonDrawable
144
+ attr fadeDuration
145
+ attr failureImage
146
+ attr failureImageScaleType
147
+ attr firstBaselineToTopHeight
148
+ attr font
149
+ attr fontFamily
150
+ attr fontProviderAuthority
151
+ attr fontProviderCerts
152
+ attr fontProviderFetchStrategy
153
+ attr fontProviderFetchTimeout
154
+ attr fontProviderPackage
155
+ attr fontProviderQuery
156
+ attr fontStyle
157
+ attr fontVariationSettings
158
+ attr fontWeight
159
+ attr gapBetweenBars
160
+ attr goIcon
161
+ attr height
162
+ attr hideOnContentScroll
163
+ attr homeAsUpIndicator
164
+ attr homeLayout
165
+ attr icon
166
+ attr iconTint
167
+ attr iconTintMode
168
+ attr iconifiedByDefault
169
+ attr imageAspectRatio
170
+ attr imageAspectRatioAdjust
171
+ attr imageButtonStyle
172
+ attr indeterminateProgressStyle
173
+ attr initialActivityCount
174
+ attr isLightTheme
175
+ attr itemPadding
176
+ attr keylines
177
+ attr lastBaselineToBottomHeight
178
+ attr layout
179
+ attr layout_anchor
180
+ attr layout_anchorGravity
181
+ attr layout_behavior
182
+ attr layout_dodgeInsetEdges
183
+ attr layout_insetEdge
184
+ attr layout_keyline
185
+ attr lineHeight
186
+ attr listChoiceBackgroundIndicator
187
+ attr listDividerAlertDialog
188
+ attr listItemLayout
189
+ attr listLayout
190
+ attr listMenuViewStyle
191
+ attr listPopupWindowStyle
192
+ attr listPreferredItemHeight
193
+ attr listPreferredItemHeightLarge
194
+ attr listPreferredItemHeightSmall
195
+ attr listPreferredItemPaddingLeft
196
+ attr listPreferredItemPaddingRight
197
+ attr logo
198
+ attr logoDescription
199
+ attr maxButtonHeight
200
+ attr measureWithLargestChild
201
+ attr multiChoiceItemLayout
202
+ attr navigationContentDescription
203
+ attr navigationIcon
204
+ attr navigationMode
205
+ attr numericModifiers
206
+ attr overlapAnchor
207
+ attr overlayImage
208
+ attr paddingBottomNoButtons
209
+ attr paddingEnd
210
+ attr paddingStart
211
+ attr paddingTopNoTitle
212
+ attr panelBackground
213
+ attr panelMenuListTheme
214
+ attr panelMenuListWidth
215
+ attr placeholderImage
216
+ attr placeholderImageScaleType
217
+ attr popupMenuStyle
218
+ attr popupTheme
219
+ attr popupWindowStyle
220
+ attr preserveIconSpacing
221
+ attr pressedStateOverlayImage
222
+ attr progressBarAutoRotateInterval
223
+ attr progressBarImage
224
+ attr progressBarImageScaleType
225
+ attr progressBarPadding
226
+ attr progressBarStyle
227
+ attr queryBackground
228
+ attr queryHint
229
+ attr radioButtonStyle
230
+ attr ratingBarStyle
231
+ attr ratingBarStyleIndicator
232
+ attr ratingBarStyleSmall
233
+ attr retryImage
234
+ attr retryImageScaleType
235
+ attr roundAsCircle
236
+ attr roundBottomEnd
237
+ attr roundBottomLeft
238
+ attr roundBottomRight
239
+ attr roundBottomStart
240
+ attr roundTopEnd
241
+ attr roundTopLeft
242
+ attr roundTopRight
243
+ attr roundTopStart
244
+ attr roundWithOverlayColor
245
+ attr roundedCornerRadius
246
+ attr roundingBorderColor
247
+ attr roundingBorderPadding
248
+ attr roundingBorderWidth
249
+ attr scopeUris
250
+ attr searchHintIcon
251
+ attr searchIcon
252
+ attr searchViewStyle
253
+ attr seekBarStyle
254
+ attr selectableItemBackground
255
+ attr selectableItemBackgroundBorderless
256
+ attr showAsAction
257
+ attr showDividers
258
+ attr showText
259
+ attr showTitle
260
+ attr singleChoiceItemLayout
261
+ attr spinBars
262
+ attr spinnerDropDownItemStyle
263
+ attr spinnerStyle
264
+ attr splitTrack
265
+ attr srcCompat
266
+ attr state_above_anchor
267
+ attr statusBarBackground
268
+ attr subMenuArrow
269
+ attr submitBackground
270
+ attr subtitle
271
+ attr subtitleTextAppearance
272
+ attr subtitleTextColor
273
+ attr subtitleTextStyle
274
+ attr suggestionRowLayout
275
+ attr switchMinWidth
276
+ attr switchPadding
277
+ attr switchStyle
278
+ attr switchTextAppearance
279
+ attr textAllCaps
280
+ attr textAppearanceLargePopupMenu
281
+ attr textAppearanceListItem
282
+ attr textAppearanceListItemSecondary
283
+ attr textAppearanceListItemSmall
284
+ attr textAppearancePopupMenuHeader
285
+ attr textAppearanceSearchResultSubtitle
286
+ attr textAppearanceSearchResultTitle
287
+ attr textAppearanceSmallPopupMenu
288
+ attr textColorAlertDialogListItem
289
+ attr textColorSearchUrl
290
+ attr theme
291
+ attr thickness
292
+ attr thumbTextPadding
293
+ attr thumbTint
294
+ attr thumbTintMode
295
+ attr tickMark
296
+ attr tickMarkTint
297
+ attr tickMarkTintMode
298
+ attr tint
299
+ attr tintMode
300
+ attr title
301
+ attr titleMargin
302
+ attr titleMarginBottom
303
+ attr titleMarginEnd
304
+ attr titleMarginStart
305
+ attr titleMarginTop
306
+ attr titleMargins
307
+ attr titleTextAppearance
308
+ attr titleTextColor
309
+ attr titleTextStyle
310
+ attr toolbarNavigationButtonStyle
311
+ attr toolbarStyle
312
+ attr tooltipForegroundColor
313
+ attr tooltipFrameBackground
314
+ attr tooltipText
315
+ attr track
316
+ attr trackTint
317
+ attr trackTintMode
318
+ attr ttcIndex
319
+ attr viewAspectRatio
320
+ attr viewInflaterClass
321
+ attr voiceIcon
322
+ attr windowActionBar
323
+ attr windowActionBarOverlay
324
+ attr windowActionModeOverlay
325
+ attr windowFixedHeightMajor
326
+ attr windowFixedHeightMinor
327
+ attr windowFixedWidthMajor
328
+ attr windowFixedWidthMinor
329
+ attr windowMinWidthMajor
330
+ attr windowMinWidthMinor
331
+ attr windowNoTitle
332
+ bool abc_action_bar_embed_tabs
333
+ bool abc_allow_stacked_button_bar
334
+ bool abc_config_actionMenuItemAllCaps
335
+ bool enable_system_alarm_service_default
336
+ bool enable_system_job_service_default
337
+ bool workmanager_test_configuration
338
+ color abc_background_cache_hint_selector_material_dark
339
+ color abc_background_cache_hint_selector_material_light
340
+ color abc_btn_colored_borderless_text_material
341
+ color abc_btn_colored_text_material
342
+ color abc_color_highlight_material
343
+ color abc_hint_foreground_material_dark
344
+ color abc_hint_foreground_material_light
345
+ color abc_input_method_navigation_guard
346
+ color abc_primary_text_disable_only_material_dark
347
+ color abc_primary_text_disable_only_material_light
348
+ color abc_primary_text_material_dark
349
+ color abc_primary_text_material_light
350
+ color abc_search_url_text
351
+ color abc_search_url_text_normal
352
+ color abc_search_url_text_pressed
353
+ color abc_search_url_text_selected
354
+ color abc_secondary_text_material_dark
355
+ color abc_secondary_text_material_light
356
+ color abc_tint_btn_checkable
357
+ color abc_tint_default
358
+ color abc_tint_edittext
359
+ color abc_tint_seek_thumb
360
+ color abc_tint_spinner
361
+ color abc_tint_switch_track
362
+ color accent_material_dark
363
+ color accent_material_light
364
+ color background_floating_material_dark
365
+ color background_floating_material_light
366
+ color background_material_dark
367
+ color background_material_light
368
+ color bright_foreground_disabled_material_dark
369
+ color bright_foreground_disabled_material_light
370
+ color bright_foreground_inverse_material_dark
371
+ color bright_foreground_inverse_material_light
372
+ color bright_foreground_material_dark
373
+ color bright_foreground_material_light
374
+ color browser_actions_bg_grey
375
+ color browser_actions_divider_color
376
+ color browser_actions_text_color
377
+ color browser_actions_title_color
378
+ color buttonDefaultColor
379
+ color button_material_dark
380
+ color button_material_light
381
+ color carouselDescriptionTextColor
382
+ color carouselItemCardBackgroundColor
383
+ color carouselNotificationBackgroundColor
384
+ color carouselTitleTextColor
385
+ color catalyst_logbox_background
386
+ color catalyst_redbox_background
387
+ color common_google_signin_btn_text_dark
388
+ color common_google_signin_btn_text_dark_default
389
+ color common_google_signin_btn_text_dark_disabled
390
+ color common_google_signin_btn_text_dark_focused
391
+ color common_google_signin_btn_text_dark_pressed
392
+ color common_google_signin_btn_text_light
393
+ color common_google_signin_btn_text_light_default
394
+ color common_google_signin_btn_text_light_disabled
395
+ color common_google_signin_btn_text_light_focused
396
+ color common_google_signin_btn_text_light_pressed
397
+ color common_google_signin_btn_tint
398
+ color dim_foreground_disabled_material_dark
399
+ color dim_foreground_disabled_material_light
400
+ color dim_foreground_material_dark
401
+ color dim_foreground_material_light
402
+ color error_color_material_dark
403
+ color error_color_material_light
404
+ color foreground_material_dark
405
+ color foreground_material_light
406
+ color highlighted_text_material_dark
407
+ color highlighted_text_material_light
408
+ color material_blue_grey_800
409
+ color material_blue_grey_900
410
+ color material_blue_grey_950
411
+ color material_deep_teal_200
412
+ color material_deep_teal_500
413
+ color material_grey_100
414
+ color material_grey_300
415
+ color material_grey_50
416
+ color material_grey_600
417
+ color material_grey_800
418
+ color material_grey_850
419
+ color material_grey_900
420
+ color notification_action_color_filter
421
+ color notification_icon_bg_color
422
+ color notification_material_background_media_default_color
423
+ color primary_dark_material_dark
424
+ color primary_dark_material_light
425
+ color primary_material_dark
426
+ color primary_material_light
427
+ color primary_text_default_material_dark
428
+ color primary_text_default_material_light
429
+ color primary_text_disabled_material_dark
430
+ color primary_text_disabled_material_light
431
+ color ripple_material_dark
432
+ color ripple_material_light
433
+ color secondary_text_default_material_dark
434
+ color secondary_text_default_material_light
435
+ color secondary_text_disabled_material_dark
436
+ color secondary_text_disabled_material_light
437
+ color switch_thumb_disabled_material_dark
438
+ color switch_thumb_disabled_material_light
439
+ color switch_thumb_material_dark
440
+ color switch_thumb_material_light
441
+ color switch_thumb_normal_material_dark
442
+ color switch_thumb_normal_material_light
443
+ color tooltip_background_dark
444
+ color tooltip_background_light
445
+ dimen abc_action_bar_content_inset_material
446
+ dimen abc_action_bar_content_inset_with_nav
447
+ dimen abc_action_bar_default_height_material
448
+ dimen abc_action_bar_default_padding_end_material
449
+ dimen abc_action_bar_default_padding_start_material
450
+ dimen abc_action_bar_elevation_material
451
+ dimen abc_action_bar_icon_vertical_padding_material
452
+ dimen abc_action_bar_overflow_padding_end_material
453
+ dimen abc_action_bar_overflow_padding_start_material
454
+ dimen abc_action_bar_stacked_max_height
455
+ dimen abc_action_bar_stacked_tab_max_width
456
+ dimen abc_action_bar_subtitle_bottom_margin_material
457
+ dimen abc_action_bar_subtitle_top_margin_material
458
+ dimen abc_action_button_min_height_material
459
+ dimen abc_action_button_min_width_material
460
+ dimen abc_action_button_min_width_overflow_material
461
+ dimen abc_alert_dialog_button_bar_height
462
+ dimen abc_alert_dialog_button_dimen
463
+ dimen abc_button_inset_horizontal_material
464
+ dimen abc_button_inset_vertical_material
465
+ dimen abc_button_padding_horizontal_material
466
+ dimen abc_button_padding_vertical_material
467
+ dimen abc_cascading_menus_min_smallest_width
468
+ dimen abc_config_prefDialogWidth
469
+ dimen abc_control_corner_material
470
+ dimen abc_control_inset_material
471
+ dimen abc_control_padding_material
472
+ dimen abc_dialog_corner_radius_material
473
+ dimen abc_dialog_fixed_height_major
474
+ dimen abc_dialog_fixed_height_minor
475
+ dimen abc_dialog_fixed_width_major
476
+ dimen abc_dialog_fixed_width_minor
477
+ dimen abc_dialog_list_padding_bottom_no_buttons
478
+ dimen abc_dialog_list_padding_top_no_title
479
+ dimen abc_dialog_min_width_major
480
+ dimen abc_dialog_min_width_minor
481
+ dimen abc_dialog_padding_material
482
+ dimen abc_dialog_padding_top_material
483
+ dimen abc_dialog_title_divider_material
484
+ dimen abc_disabled_alpha_material_dark
485
+ dimen abc_disabled_alpha_material_light
486
+ dimen abc_dropdownitem_icon_width
487
+ dimen abc_dropdownitem_text_padding_left
488
+ dimen abc_dropdownitem_text_padding_right
489
+ dimen abc_edit_text_inset_bottom_material
490
+ dimen abc_edit_text_inset_horizontal_material
491
+ dimen abc_edit_text_inset_top_material
492
+ dimen abc_floating_window_z
493
+ dimen abc_list_item_padding_horizontal_material
494
+ dimen abc_panel_menu_list_width
495
+ dimen abc_progress_bar_height_material
496
+ dimen abc_search_view_preferred_height
497
+ dimen abc_search_view_preferred_width
498
+ dimen abc_seekbar_track_background_height_material
499
+ dimen abc_seekbar_track_progress_height_material
500
+ dimen abc_select_dialog_padding_start_material
501
+ dimen abc_switch_padding
502
+ dimen abc_text_size_body_1_material
503
+ dimen abc_text_size_body_2_material
504
+ dimen abc_text_size_button_material
505
+ dimen abc_text_size_caption_material
506
+ dimen abc_text_size_display_1_material
507
+ dimen abc_text_size_display_2_material
508
+ dimen abc_text_size_display_3_material
509
+ dimen abc_text_size_display_4_material
510
+ dimen abc_text_size_headline_material
511
+ dimen abc_text_size_large_material
512
+ dimen abc_text_size_medium_material
513
+ dimen abc_text_size_menu_header_material
514
+ dimen abc_text_size_menu_material
515
+ dimen abc_text_size_small_material
516
+ dimen abc_text_size_subhead_material
517
+ dimen abc_text_size_subtitle_material_toolbar
518
+ dimen abc_text_size_title_material
519
+ dimen abc_text_size_title_material_toolbar
520
+ dimen browser_actions_context_menu_max_width
521
+ dimen browser_actions_context_menu_min_padding
522
+ dimen compat_button_inset_horizontal_material
523
+ dimen compat_button_inset_vertical_material
524
+ dimen compat_button_padding_horizontal_material
525
+ dimen compat_button_padding_vertical_material
526
+ dimen compat_control_corner_material
527
+ dimen compat_notification_large_icon_max_height
528
+ dimen compat_notification_large_icon_max_width
529
+ dimen disabled_alpha_material_dark
530
+ dimen disabled_alpha_material_light
531
+ dimen highlight_alpha_material_colored
532
+ dimen highlight_alpha_material_dark
533
+ dimen highlight_alpha_material_light
534
+ dimen hint_alpha_material_dark
535
+ dimen hint_alpha_material_light
536
+ dimen hint_pressed_alpha_material_dark
537
+ dimen hint_pressed_alpha_material_light
538
+ dimen notification_action_icon_size
539
+ dimen notification_action_text_size
540
+ dimen notification_big_circle_margin
541
+ dimen notification_content_margin_start
542
+ dimen notification_large_icon_height
543
+ dimen notification_large_icon_width
544
+ dimen notification_main_column_padding_top
545
+ dimen notification_media_narrow_margin
546
+ dimen notification_right_icon_size
547
+ dimen notification_right_side_padding_top
548
+ dimen notification_small_icon_background_padding
549
+ dimen notification_small_icon_size_as_large
550
+ dimen notification_subtext_size
551
+ dimen notification_top_pad
552
+ dimen notification_top_pad_large_text
553
+ dimen subtitle_corner_radius
554
+ dimen subtitle_outline_width
555
+ dimen subtitle_shadow_offset
556
+ dimen subtitle_shadow_radius
557
+ dimen tooltip_corner_radius
558
+ dimen tooltip_horizontal_padding
559
+ dimen tooltip_margin
560
+ dimen tooltip_precise_anchor_extra_offset
561
+ dimen tooltip_precise_anchor_threshold
562
+ dimen tooltip_vertical_padding
563
+ dimen tooltip_y_offset_non_touch
564
+ dimen tooltip_y_offset_touch
565
+ drawable abc_ab_share_pack_mtrl_alpha
566
+ drawable abc_action_bar_item_background_material
567
+ drawable abc_btn_borderless_material
568
+ drawable abc_btn_check_material
569
+ drawable abc_btn_check_to_on_mtrl_000
570
+ drawable abc_btn_check_to_on_mtrl_015
571
+ drawable abc_btn_colored_material
572
+ drawable abc_btn_default_mtrl_shape
573
+ drawable abc_btn_radio_material
574
+ drawable abc_btn_radio_to_on_mtrl_000
575
+ drawable abc_btn_radio_to_on_mtrl_015
576
+ drawable abc_btn_switch_to_on_mtrl_00001
577
+ drawable abc_btn_switch_to_on_mtrl_00012
578
+ drawable abc_cab_background_internal_bg
579
+ drawable abc_cab_background_top_material
580
+ drawable abc_cab_background_top_mtrl_alpha
581
+ drawable abc_control_background_material
582
+ drawable abc_dialog_material_background
583
+ drawable abc_edit_text_material
584
+ drawable abc_ic_ab_back_material
585
+ drawable abc_ic_arrow_drop_right_black_24dp
586
+ drawable abc_ic_clear_material
587
+ drawable abc_ic_commit_search_api_mtrl_alpha
588
+ drawable abc_ic_go_search_api_material
589
+ drawable abc_ic_menu_copy_mtrl_am_alpha
590
+ drawable abc_ic_menu_cut_mtrl_alpha
591
+ drawable abc_ic_menu_overflow_material
592
+ drawable abc_ic_menu_paste_mtrl_am_alpha
593
+ drawable abc_ic_menu_selectall_mtrl_alpha
594
+ drawable abc_ic_menu_share_mtrl_alpha
595
+ drawable abc_ic_search_api_material
596
+ drawable abc_ic_star_black_16dp
597
+ drawable abc_ic_star_black_36dp
598
+ drawable abc_ic_star_black_48dp
599
+ drawable abc_ic_star_half_black_16dp
600
+ drawable abc_ic_star_half_black_36dp
601
+ drawable abc_ic_star_half_black_48dp
602
+ drawable abc_ic_voice_search_api_material
603
+ drawable abc_item_background_holo_dark
604
+ drawable abc_item_background_holo_light
605
+ drawable abc_list_divider_material
606
+ drawable abc_list_divider_mtrl_alpha
607
+ drawable abc_list_focused_holo
608
+ drawable abc_list_longpressed_holo
609
+ drawable abc_list_pressed_holo_dark
610
+ drawable abc_list_pressed_holo_light
611
+ drawable abc_list_selector_background_transition_holo_dark
612
+ drawable abc_list_selector_background_transition_holo_light
613
+ drawable abc_list_selector_disabled_holo_dark
614
+ drawable abc_list_selector_disabled_holo_light
615
+ drawable abc_list_selector_holo_dark
616
+ drawable abc_list_selector_holo_light
617
+ drawable abc_menu_hardkey_panel_mtrl_mult
618
+ drawable abc_popup_background_mtrl_mult
619
+ drawable abc_ratingbar_indicator_material
620
+ drawable abc_ratingbar_material
621
+ drawable abc_ratingbar_small_material
622
+ drawable abc_scrubber_control_off_mtrl_alpha
623
+ drawable abc_scrubber_control_to_pressed_mtrl_000
624
+ drawable abc_scrubber_control_to_pressed_mtrl_005
625
+ drawable abc_scrubber_primary_mtrl_alpha
626
+ drawable abc_scrubber_track_mtrl_alpha
627
+ drawable abc_seekbar_thumb_material
628
+ drawable abc_seekbar_tick_mark_material
629
+ drawable abc_seekbar_track_material
630
+ drawable abc_spinner_mtrl_am_alpha
631
+ drawable abc_spinner_textfield_background_material
632
+ drawable abc_switch_thumb_material
633
+ drawable abc_switch_track_mtrl_alpha
634
+ drawable abc_tab_indicator_material
635
+ drawable abc_tab_indicator_mtrl_alpha
636
+ drawable abc_text_cursor_material
637
+ drawable abc_text_select_handle_left_mtrl_dark
638
+ drawable abc_text_select_handle_left_mtrl_light
639
+ drawable abc_text_select_handle_middle_mtrl_dark
640
+ drawable abc_text_select_handle_middle_mtrl_light
641
+ drawable abc_text_select_handle_right_mtrl_dark
642
+ drawable abc_text_select_handle_right_mtrl_light
643
+ drawable abc_textfield_activated_mtrl_alpha
644
+ drawable abc_textfield_default_mtrl_alpha
645
+ drawable abc_textfield_search_activated_mtrl_alpha
646
+ drawable abc_textfield_search_default_mtrl_alpha
647
+ drawable abc_textfield_search_material
648
+ drawable abc_vector_test
649
+ drawable appice_sdk_buttonround
650
+ drawable appice_sdk_buttonroundb
651
+ drawable appice_sdk_close
652
+ drawable appice_sdk_framebox
653
+ drawable appice_sdk_graygradient
654
+ drawable appice_sdk_graygradientr
655
+ drawable appice_sdk_keyboard
656
+ drawable appice_sdk_starempty
657
+ drawable appice_sdk_starhover
658
+ drawable appice_sdk_suveybg
659
+ drawable back
660
+ drawable border_back_color
661
+ drawable carousel_card_item
662
+ drawable common_full_open_on_phone
663
+ drawable common_google_signin_btn_icon_dark
664
+ drawable common_google_signin_btn_icon_dark_focused
665
+ drawable common_google_signin_btn_icon_dark_normal
666
+ drawable common_google_signin_btn_icon_dark_normal_background
667
+ drawable common_google_signin_btn_icon_disabled
668
+ drawable common_google_signin_btn_icon_light
669
+ drawable common_google_signin_btn_icon_light_focused
670
+ drawable common_google_signin_btn_icon_light_normal
671
+ drawable common_google_signin_btn_icon_light_normal_background
672
+ drawable common_google_signin_btn_text_dark
673
+ drawable common_google_signin_btn_text_dark_focused
674
+ drawable common_google_signin_btn_text_dark_normal
675
+ drawable common_google_signin_btn_text_dark_normal_background
676
+ drawable common_google_signin_btn_text_disabled
677
+ drawable common_google_signin_btn_text_light
678
+ drawable common_google_signin_btn_text_light_focused
679
+ drawable common_google_signin_btn_text_light_normal
680
+ drawable common_google_signin_btn_text_light_normal_background
681
+ drawable googleg_disabled_color_18
682
+ drawable googleg_standard_color_18
683
+ drawable ic_carousel_icon
684
+ drawable ic_carousel_left_arrow
685
+ drawable ic_carousel_right_icon
686
+ drawable notification_action_background
687
+ drawable notification_bg
688
+ drawable notification_bg_low
689
+ drawable notification_bg_low_normal
690
+ drawable notification_bg_low_pressed
691
+ drawable notification_bg_normal
692
+ drawable notification_bg_normal_pressed
693
+ drawable notification_icon_background
694
+ drawable notification_template_icon_bg
695
+ drawable notification_template_icon_low_bg
696
+ drawable notification_tile_bg
697
+ drawable notify_panel_notification_icon_bg
698
+ drawable redbox_top_border_background
699
+ drawable starempty
700
+ drawable tooltip_frame_dark
701
+ drawable tooltip_frame_light
702
+ id accessibility_action_clickable_span
703
+ id accessibility_actions
704
+ id accessibility_custom_action_0
705
+ id accessibility_custom_action_1
706
+ id accessibility_custom_action_10
707
+ id accessibility_custom_action_11
708
+ id accessibility_custom_action_12
709
+ id accessibility_custom_action_13
710
+ id accessibility_custom_action_14
711
+ id accessibility_custom_action_15
712
+ id accessibility_custom_action_16
713
+ id accessibility_custom_action_17
714
+ id accessibility_custom_action_18
715
+ id accessibility_custom_action_19
716
+ id accessibility_custom_action_2
717
+ id accessibility_custom_action_20
718
+ id accessibility_custom_action_21
719
+ id accessibility_custom_action_22
720
+ id accessibility_custom_action_23
721
+ id accessibility_custom_action_24
722
+ id accessibility_custom_action_25
723
+ id accessibility_custom_action_26
724
+ id accessibility_custom_action_27
725
+ id accessibility_custom_action_28
726
+ id accessibility_custom_action_29
727
+ id accessibility_custom_action_3
728
+ id accessibility_custom_action_30
729
+ id accessibility_custom_action_31
730
+ id accessibility_custom_action_4
731
+ id accessibility_custom_action_5
732
+ id accessibility_custom_action_6
733
+ id accessibility_custom_action_7
734
+ id accessibility_custom_action_8
735
+ id accessibility_custom_action_9
736
+ id accessibility_hint
737
+ id accessibility_label
738
+ id accessibility_role
739
+ id accessibility_state
740
+ id accessibility_value
741
+ id action0
742
+ id actionButton
743
+ id action_bar
744
+ id action_bar_activity_content
745
+ id action_bar_container
746
+ id action_bar_root
747
+ id action_bar_spinner
748
+ id action_bar_subtitle
749
+ id action_bar_title
750
+ id action_container
751
+ id action_context_bar
752
+ id action_divider
753
+ id action_image
754
+ id action_menu_divider
755
+ id action_menu_presenter
756
+ id action_mode_bar
757
+ id action_mode_bar_stub
758
+ id action_mode_close_button
759
+ id action_text
760
+ id actions
761
+ id activity_chooser_view_content
762
+ id add
763
+ id adjust_height
764
+ id adjust_width
765
+ id alertTitle
766
+ id async
767
+ id auto
768
+ id blocking
769
+ id bottom
770
+ id bottomButton
771
+ id browser_actions_header_text
772
+ id browser_actions_menu_item_icon
773
+ id browser_actions_menu_item_text
774
+ id browser_actions_menu_items
775
+ id browser_actions_menu_view
776
+ id button1
777
+ id button10
778
+ id button2
779
+ id button3
780
+ id button4
781
+ id button5
782
+ id button6
783
+ id button7
784
+ id button8
785
+ id button9
786
+ id buttonPanel
787
+ id cancelButton
788
+ id cancel_action
789
+ id catalyst_redbox_title
790
+ id center
791
+ id centerCrop
792
+ id centerInside
793
+ id checkbox
794
+ id chronometer
795
+ id closeLayout
796
+ id content
797
+ id contentPanel
798
+ id custom
799
+ id customPanel
800
+ id dark
801
+ id decor_content_parent
802
+ id default_activity_button
803
+ id dialog_button
804
+ id editText
805
+ id edit_query
806
+ id end
807
+ id end_padder
808
+ id expand_activities_button
809
+ id expandedGif
810
+ id expandedImg
811
+ id expanded_menu
812
+ id fitBottomStart
813
+ id fitCenter
814
+ id fitEnd
815
+ id fitStart
816
+ id fitXY
817
+ id focusCrop
818
+ id forever
819
+ id fps_text
820
+ id group_divider
821
+ id headerImg
822
+ id headerRateTxt
823
+ id headerSubTitle
824
+ id headerTitle
825
+ id home
826
+ id icon
827
+ id icon_group
828
+ id icon_only
829
+ id image
830
+ id indicator
831
+ id info
832
+ id infolayout
833
+ id italic
834
+ id ivArrowLeft
835
+ id ivArrowRight
836
+ id ivCarouselAppIcon
837
+ id ivImageLeft
838
+ id ivImageRight
839
+ id left
840
+ id light
841
+ id line1
842
+ id line3
843
+ id linearLayout1
844
+ id listMode
845
+ id list_item
846
+ id llLeftItemLayout
847
+ id llRightItemLayout
848
+ id media_actions
849
+ id message
850
+ id multiply
851
+ id nextButton
852
+ id none
853
+ id normal
854
+ id notification_background
855
+ id notification_main_column
856
+ id notification_main_column_container
857
+ id parentPanel
858
+ id progress_circular
859
+ id progress_horizontal
860
+ id questionPager
861
+ id radio
862
+ id radioGroup
863
+ id ratingButtons
864
+ id ratingview_relativeLayout1
865
+ id react_test_id
866
+ id relativeLayout2
867
+ id right
868
+ id right_icon
869
+ id right_side
870
+ id rn_frame_file
871
+ id rn_frame_method
872
+ id rn_redbox_dismiss_button
873
+ id rn_redbox_line_separator
874
+ id rn_redbox_loading_indicator
875
+ id rn_redbox_reload_button
876
+ id rn_redbox_report_button
877
+ id rn_redbox_report_label
878
+ id rn_redbox_stack
879
+ id root_survey
880
+ id rootlayout
881
+ id screen
882
+ id scrollIndicatorDown
883
+ id scrollIndicatorUp
884
+ id scrollView
885
+ id search_badge
886
+ id search_bar
887
+ id search_button
888
+ id search_close_btn
889
+ id search_edit_frame
890
+ id search_go_btn
891
+ id search_mag_icon
892
+ id search_plate
893
+ id search_src_text
894
+ id search_voice_btn
895
+ id select_dialog_listview
896
+ id shortcut
897
+ id spacer
898
+ id split_action_bar
899
+ id src_atop
900
+ id src_in
901
+ id src_over
902
+ id standard
903
+ id start
904
+ id status_bar_latest_event_content
905
+ id submenuarrow
906
+ id submit_area
907
+ id tabMode
908
+ id tag1
909
+ id tag2
910
+ id tag3
911
+ id tag_accessibility_actions
912
+ id tag_accessibility_clickable_spans
913
+ id tag_accessibility_heading
914
+ id tag_accessibility_pane_title
915
+ id tag_screen_reader_focusable
916
+ id tag_transition_group
917
+ id tag_unhandled_key_event_manager
918
+ id tag_unhandled_key_listeners
919
+ id text
920
+ id text2
921
+ id textSpacerNoButtons
922
+ id textSpacerNoTitle
923
+ id textView1
924
+ id time
925
+ id title
926
+ id titleDividerNoCustom
927
+ id title_template
928
+ id top
929
+ id topPanel
930
+ id tvCarouselContent
931
+ id tvCarouselTitle
932
+ id tvLeftDescriptionText
933
+ id tvLeftTitleText
934
+ id tvRightDescriptionText
935
+ id tvRightTitleText
936
+ id uniform
937
+ id up
938
+ id view_tag_instance_handle
939
+ id view_tag_native_id
940
+ id wide
941
+ id wrap_content
942
+ integer abc_config_activityDefaultDur
943
+ integer abc_config_activityShortDur
944
+ integer cancel_button_image_alpha
945
+ integer config_tooltipAnimTime
946
+ integer google_play_services_version
947
+ integer react_native_dev_server_port
948
+ integer react_native_inspector_proxy_port
949
+ integer status_bar_notification_info_maxnum
950
+ layout abc_action_bar_title_item
951
+ layout abc_action_bar_up_container
952
+ layout abc_action_menu_item_layout
953
+ layout abc_action_menu_layout
954
+ layout abc_action_mode_bar
955
+ layout abc_action_mode_close_item_material
956
+ layout abc_activity_chooser_view
957
+ layout abc_activity_chooser_view_list_item
958
+ layout abc_alert_dialog_button_bar_material
959
+ layout abc_alert_dialog_material
960
+ layout abc_alert_dialog_title_material
961
+ layout abc_cascading_menu_item_layout
962
+ layout abc_dialog_title_material
963
+ layout abc_expanded_menu_layout
964
+ layout abc_list_menu_item_checkbox
965
+ layout abc_list_menu_item_icon
966
+ layout abc_list_menu_item_layout
967
+ layout abc_list_menu_item_radio
968
+ layout abc_popup_menu_header_item_layout
969
+ layout abc_popup_menu_item_layout
970
+ layout abc_screen_content_include
971
+ layout abc_screen_simple
972
+ layout abc_screen_simple_overlay_action_mode
973
+ layout abc_screen_toolbar
974
+ layout abc_search_dropdown_item_icons_2line
975
+ layout abc_search_view
976
+ layout abc_select_dialog_material
977
+ layout abc_tooltip
978
+ layout appice_sdk_collapsedview
979
+ layout appice_sdk_expandedview
980
+ layout appice_sdk_inappfooterview
981
+ layout appice_sdk_inappfullview
982
+ layout appice_sdk_inappheaderview
983
+ layout appice_sdk_inappminiview
984
+ layout appice_sdk_inappsurveyview
985
+ layout appice_sdk_ratingview
986
+ layout appice_sdk_surveyview
987
+ layout browser_actions_context_menu_page
988
+ layout browser_actions_context_menu_row
989
+ layout carousel_notification_item
990
+ layout carousel_notification_itemwithtext
991
+ layout carousel_notification_slider
992
+ layout carousel_notification_static
993
+ layout custom_dialog
994
+ layout dev_loading_view
995
+ layout fps_view
996
+ layout notification_action
997
+ layout notification_action_tombstone
998
+ layout notification_media_action
999
+ layout notification_media_cancel_action
1000
+ layout notification_template_big_media
1001
+ layout notification_template_big_media_custom
1002
+ layout notification_template_big_media_narrow
1003
+ layout notification_template_big_media_narrow_custom
1004
+ layout notification_template_custom_big
1005
+ layout notification_template_icon_group
1006
+ layout notification_template_lines_media
1007
+ layout notification_template_media
1008
+ layout notification_template_media_custom
1009
+ layout notification_template_part_chronometer
1010
+ layout notification_template_part_time
1011
+ layout redbox_item_frame
1012
+ layout redbox_item_title
1013
+ layout redbox_view
1014
+ layout select_dialog_item_material
1015
+ layout select_dialog_multichoice_material
1016
+ layout select_dialog_singlechoice_material
1017
+ layout support_simple_spinner_dropdown_item
1018
+ string abc_action_bar_home_description
1019
+ string abc_action_bar_up_description
1020
+ string abc_action_menu_overflow_description
1021
+ string abc_action_mode_done
1022
+ string abc_activity_chooser_view_see_all
1023
+ string abc_activitychooserview_choose_application
1024
+ string abc_capital_off
1025
+ string abc_capital_on
1026
+ string abc_font_family_body_1_material
1027
+ string abc_font_family_body_2_material
1028
+ string abc_font_family_button_material
1029
+ string abc_font_family_caption_material
1030
+ string abc_font_family_display_1_material
1031
+ string abc_font_family_display_2_material
1032
+ string abc_font_family_display_3_material
1033
+ string abc_font_family_display_4_material
1034
+ string abc_font_family_headline_material
1035
+ string abc_font_family_menu_material
1036
+ string abc_font_family_subhead_material
1037
+ string abc_font_family_title_material
1038
+ string abc_menu_alt_shortcut_label
1039
+ string abc_menu_ctrl_shortcut_label
1040
+ string abc_menu_delete_shortcut_label
1041
+ string abc_menu_enter_shortcut_label
1042
+ string abc_menu_function_shortcut_label
1043
+ string abc_menu_meta_shortcut_label
1044
+ string abc_menu_shift_shortcut_label
1045
+ string abc_menu_space_shortcut_label
1046
+ string abc_menu_sym_shortcut_label
1047
+ string abc_prepend_shortcut_label
1048
+ string abc_search_hint
1049
+ string abc_searchview_description_clear
1050
+ string abc_searchview_description_query
1051
+ string abc_searchview_description_search
1052
+ string abc_searchview_description_submit
1053
+ string abc_searchview_description_voice
1054
+ string abc_shareactionprovider_share_with
1055
+ string abc_shareactionprovider_share_with_application
1056
+ string abc_toolbar_collapse_description
1057
+ string alert_description
1058
+ string app_name
1059
+ string button_description
1060
+ string catalyst_change_bundle_location
1061
+ string catalyst_copy_button
1062
+ string catalyst_debug
1063
+ string catalyst_debug_chrome
1064
+ string catalyst_debug_chrome_stop
1065
+ string catalyst_debug_connecting
1066
+ string catalyst_debug_error
1067
+ string catalyst_debug_open
1068
+ string catalyst_debug_stop
1069
+ string catalyst_devtools_open
1070
+ string catalyst_dismiss_button
1071
+ string catalyst_heap_capture
1072
+ string catalyst_hot_reloading
1073
+ string catalyst_hot_reloading_auto_disable
1074
+ string catalyst_hot_reloading_auto_enable
1075
+ string catalyst_hot_reloading_stop
1076
+ string catalyst_inspector
1077
+ string catalyst_loading_from_url
1078
+ string catalyst_open_flipper_error
1079
+ string catalyst_perf_monitor
1080
+ string catalyst_perf_monitor_stop
1081
+ string catalyst_reload
1082
+ string catalyst_reload_button
1083
+ string catalyst_reload_error
1084
+ string catalyst_report_button
1085
+ string catalyst_sample_profiler_disable
1086
+ string catalyst_sample_profiler_enable
1087
+ string catalyst_settings
1088
+ string catalyst_settings_title
1089
+ string combobox_description
1090
+ string common_google_play_services_enable_button
1091
+ string common_google_play_services_enable_text
1092
+ string common_google_play_services_enable_title
1093
+ string common_google_play_services_install_button
1094
+ string common_google_play_services_install_text
1095
+ string common_google_play_services_install_title
1096
+ string common_google_play_services_notification_channel_name
1097
+ string common_google_play_services_notification_ticker
1098
+ string common_google_play_services_unknown_issue
1099
+ string common_google_play_services_unsupported_text
1100
+ string common_google_play_services_update_button
1101
+ string common_google_play_services_update_text
1102
+ string common_google_play_services_update_title
1103
+ string common_google_play_services_updating_text
1104
+ string common_google_play_services_wear_update_text
1105
+ string common_open_on_phone
1106
+ string common_signin_button_text
1107
+ string common_signin_button_text_long
1108
+ string fcm_fallback_notification_channel_label
1109
+ string header_description
1110
+ string image_description
1111
+ string imagebutton_description
1112
+ string link_description
1113
+ string menu_description
1114
+ string menubar_description
1115
+ string menuitem_description
1116
+ string offline_notification_text
1117
+ string offline_notification_title
1118
+ string offline_opt_in_confirm
1119
+ string offline_opt_in_confirmation
1120
+ string offline_opt_in_decline
1121
+ string offline_opt_in_message
1122
+ string offline_opt_in_title
1123
+ string progressbar_description
1124
+ string radiogroup_description
1125
+ string rn_tab_description
1126
+ string s1
1127
+ string s2
1128
+ string s3
1129
+ string s4
1130
+ string s5
1131
+ string s6
1132
+ string s7
1133
+ string scrollbar_description
1134
+ string search_description
1135
+ string search_menu_title
1136
+ string spinbutton_description
1137
+ string state_busy_description
1138
+ string state_collapsed_description
1139
+ string state_expanded_description
1140
+ string state_mixed_description
1141
+ string state_off_description
1142
+ string state_on_description
1143
+ string status_bar_notification_info_overflow
1144
+ string summary_description
1145
+ string tablist_description
1146
+ string timer_description
1147
+ string toolbar_description
1148
+ style AlertDialog_AppCompat
1149
+ style AlertDialog_AppCompat_Light
1150
+ style Animation_AppCompat_Dialog
1151
+ style Animation_AppCompat_DropDownUp
1152
+ style Animation_AppCompat_Tooltip
1153
+ style Animation_Catalyst_LogBox
1154
+ style Animation_Catalyst_RedBox
1155
+ style Base_AlertDialog_AppCompat
1156
+ style Base_AlertDialog_AppCompat_Light
1157
+ style Base_Animation_AppCompat_Dialog
1158
+ style Base_Animation_AppCompat_DropDownUp
1159
+ style Base_Animation_AppCompat_Tooltip
1160
+ style Base_DialogWindowTitleBackground_AppCompat
1161
+ style Base_DialogWindowTitle_AppCompat
1162
+ style Base_TextAppearance_AppCompat
1163
+ style Base_TextAppearance_AppCompat_Body1
1164
+ style Base_TextAppearance_AppCompat_Body2
1165
+ style Base_TextAppearance_AppCompat_Button
1166
+ style Base_TextAppearance_AppCompat_Caption
1167
+ style Base_TextAppearance_AppCompat_Display1
1168
+ style Base_TextAppearance_AppCompat_Display2
1169
+ style Base_TextAppearance_AppCompat_Display3
1170
+ style Base_TextAppearance_AppCompat_Display4
1171
+ style Base_TextAppearance_AppCompat_Headline
1172
+ style Base_TextAppearance_AppCompat_Inverse
1173
+ style Base_TextAppearance_AppCompat_Large
1174
+ style Base_TextAppearance_AppCompat_Large_Inverse
1175
+ style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
1176
+ style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
1177
+ style Base_TextAppearance_AppCompat_Medium
1178
+ style Base_TextAppearance_AppCompat_Medium_Inverse
1179
+ style Base_TextAppearance_AppCompat_Menu
1180
+ style Base_TextAppearance_AppCompat_SearchResult
1181
+ style Base_TextAppearance_AppCompat_SearchResult_Subtitle
1182
+ style Base_TextAppearance_AppCompat_SearchResult_Title
1183
+ style Base_TextAppearance_AppCompat_Small
1184
+ style Base_TextAppearance_AppCompat_Small_Inverse
1185
+ style Base_TextAppearance_AppCompat_Subhead
1186
+ style Base_TextAppearance_AppCompat_Subhead_Inverse
1187
+ style Base_TextAppearance_AppCompat_Title
1188
+ style Base_TextAppearance_AppCompat_Title_Inverse
1189
+ style Base_TextAppearance_AppCompat_Tooltip
1190
+ style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu
1191
+ style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle
1192
+ style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
1193
+ style Base_TextAppearance_AppCompat_Widget_ActionBar_Title
1194
+ style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
1195
+ style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle
1196
+ style Base_TextAppearance_AppCompat_Widget_ActionMode_Title
1197
+ style Base_TextAppearance_AppCompat_Widget_Button
1198
+ style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored
1199
+ style Base_TextAppearance_AppCompat_Widget_Button_Colored
1200
+ style Base_TextAppearance_AppCompat_Widget_Button_Inverse
1201
+ style Base_TextAppearance_AppCompat_Widget_DropDownItem
1202
+ style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header
1203
+ style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large
1204
+ style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small
1205
+ style Base_TextAppearance_AppCompat_Widget_Switch
1206
+ style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem
1207
+ style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item
1208
+ style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle
1209
+ style Base_TextAppearance_Widget_AppCompat_Toolbar_Title
1210
+ style Base_ThemeOverlay_AppCompat
1211
+ style Base_ThemeOverlay_AppCompat_ActionBar
1212
+ style Base_ThemeOverlay_AppCompat_Dark
1213
+ style Base_ThemeOverlay_AppCompat_Dark_ActionBar
1214
+ style Base_ThemeOverlay_AppCompat_Dialog
1215
+ style Base_ThemeOverlay_AppCompat_Dialog_Alert
1216
+ style Base_ThemeOverlay_AppCompat_Light
1217
+ style Base_Theme_AppCompat
1218
+ style Base_Theme_AppCompat_CompactMenu
1219
+ style Base_Theme_AppCompat_Dialog
1220
+ style Base_Theme_AppCompat_DialogWhenLarge
1221
+ style Base_Theme_AppCompat_Dialog_Alert
1222
+ style Base_Theme_AppCompat_Dialog_FixedSize
1223
+ style Base_Theme_AppCompat_Dialog_MinWidth
1224
+ style Base_Theme_AppCompat_Light
1225
+ style Base_Theme_AppCompat_Light_DarkActionBar
1226
+ style Base_Theme_AppCompat_Light_Dialog
1227
+ style Base_Theme_AppCompat_Light_DialogWhenLarge
1228
+ style Base_Theme_AppCompat_Light_Dialog_Alert
1229
+ style Base_Theme_AppCompat_Light_Dialog_FixedSize
1230
+ style Base_Theme_AppCompat_Light_Dialog_MinWidth
1231
+ style Base_V21_ThemeOverlay_AppCompat_Dialog
1232
+ style Base_V21_Theme_AppCompat
1233
+ style Base_V21_Theme_AppCompat_Dialog
1234
+ style Base_V21_Theme_AppCompat_Light
1235
+ style Base_V21_Theme_AppCompat_Light_Dialog
1236
+ style Base_V22_Theme_AppCompat
1237
+ style Base_V22_Theme_AppCompat_Light
1238
+ style Base_V23_Theme_AppCompat
1239
+ style Base_V23_Theme_AppCompat_Light
1240
+ style Base_V26_Theme_AppCompat
1241
+ style Base_V26_Theme_AppCompat_Light
1242
+ style Base_V26_Widget_AppCompat_Toolbar
1243
+ style Base_V28_Theme_AppCompat
1244
+ style Base_V28_Theme_AppCompat_Light
1245
+ style Base_V7_ThemeOverlay_AppCompat_Dialog
1246
+ style Base_V7_Theme_AppCompat
1247
+ style Base_V7_Theme_AppCompat_Dialog
1248
+ style Base_V7_Theme_AppCompat_Light
1249
+ style Base_V7_Theme_AppCompat_Light_Dialog
1250
+ style Base_V7_Widget_AppCompat_AutoCompleteTextView
1251
+ style Base_V7_Widget_AppCompat_EditText
1252
+ style Base_V7_Widget_AppCompat_Toolbar
1253
+ style Base_Widget_AppCompat_ActionBar
1254
+ style Base_Widget_AppCompat_ActionBar_Solid
1255
+ style Base_Widget_AppCompat_ActionBar_TabBar
1256
+ style Base_Widget_AppCompat_ActionBar_TabText
1257
+ style Base_Widget_AppCompat_ActionBar_TabView
1258
+ style Base_Widget_AppCompat_ActionButton
1259
+ style Base_Widget_AppCompat_ActionButton_CloseMode
1260
+ style Base_Widget_AppCompat_ActionButton_Overflow
1261
+ style Base_Widget_AppCompat_ActionMode
1262
+ style Base_Widget_AppCompat_ActivityChooserView
1263
+ style Base_Widget_AppCompat_AutoCompleteTextView
1264
+ style Base_Widget_AppCompat_Button
1265
+ style Base_Widget_AppCompat_ButtonBar
1266
+ style Base_Widget_AppCompat_ButtonBar_AlertDialog
1267
+ style Base_Widget_AppCompat_Button_Borderless
1268
+ style Base_Widget_AppCompat_Button_Borderless_Colored
1269
+ style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog
1270
+ style Base_Widget_AppCompat_Button_Colored
1271
+ style Base_Widget_AppCompat_Button_Small
1272
+ style Base_Widget_AppCompat_CompoundButton_CheckBox
1273
+ style Base_Widget_AppCompat_CompoundButton_RadioButton
1274
+ style Base_Widget_AppCompat_CompoundButton_Switch
1275
+ style Base_Widget_AppCompat_DrawerArrowToggle
1276
+ style Base_Widget_AppCompat_DrawerArrowToggle_Common
1277
+ style Base_Widget_AppCompat_DropDownItem_Spinner
1278
+ style Base_Widget_AppCompat_EditText
1279
+ style Base_Widget_AppCompat_ImageButton
1280
+ style Base_Widget_AppCompat_Light_ActionBar
1281
+ style Base_Widget_AppCompat_Light_ActionBar_Solid
1282
+ style Base_Widget_AppCompat_Light_ActionBar_TabBar
1283
+ style Base_Widget_AppCompat_Light_ActionBar_TabText
1284
+ style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse
1285
+ style Base_Widget_AppCompat_Light_ActionBar_TabView
1286
+ style Base_Widget_AppCompat_Light_PopupMenu
1287
+ style Base_Widget_AppCompat_Light_PopupMenu_Overflow
1288
+ style Base_Widget_AppCompat_ListMenuView
1289
+ style Base_Widget_AppCompat_ListPopupWindow
1290
+ style Base_Widget_AppCompat_ListView
1291
+ style Base_Widget_AppCompat_ListView_DropDown
1292
+ style Base_Widget_AppCompat_ListView_Menu
1293
+ style Base_Widget_AppCompat_PopupMenu
1294
+ style Base_Widget_AppCompat_PopupMenu_Overflow
1295
+ style Base_Widget_AppCompat_PopupWindow
1296
+ style Base_Widget_AppCompat_ProgressBar
1297
+ style Base_Widget_AppCompat_ProgressBar_Horizontal
1298
+ style Base_Widget_AppCompat_RatingBar
1299
+ style Base_Widget_AppCompat_RatingBar_Indicator
1300
+ style Base_Widget_AppCompat_RatingBar_Small
1301
+ style Base_Widget_AppCompat_SearchView
1302
+ style Base_Widget_AppCompat_SearchView_ActionBar
1303
+ style Base_Widget_AppCompat_SeekBar
1304
+ style Base_Widget_AppCompat_SeekBar_Discrete
1305
+ style Base_Widget_AppCompat_Spinner
1306
+ style Base_Widget_AppCompat_Spinner_Underlined
1307
+ style Base_Widget_AppCompat_TextView_SpinnerItem
1308
+ style Base_Widget_AppCompat_Toolbar
1309
+ style Base_Widget_AppCompat_Toolbar_Button_Navigation
1310
+ style CalendarDatePickerDialog
1311
+ style CalendarDatePickerStyle
1312
+ style DialogAnimationFade
1313
+ style DialogAnimationSlide
1314
+ style Platform_AppCompat
1315
+ style Platform_AppCompat_Light
1316
+ style Platform_ThemeOverlay_AppCompat
1317
+ style Platform_ThemeOverlay_AppCompat_Dark
1318
+ style Platform_ThemeOverlay_AppCompat_Light
1319
+ style Platform_V21_AppCompat
1320
+ style Platform_V21_AppCompat_Light
1321
+ style Platform_V25_AppCompat
1322
+ style Platform_V25_AppCompat_Light
1323
+ style Platform_Widget_AppCompat_Spinner
1324
+ style RtlOverlay_DialogWindowTitle_AppCompat
1325
+ style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem
1326
+ style RtlOverlay_Widget_AppCompat_DialogTitle_Icon
1327
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem
1328
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup
1329
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut
1330
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow
1331
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text
1332
+ style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title
1333
+ style RtlOverlay_Widget_AppCompat_SearchView_MagIcon
1334
+ style RtlOverlay_Widget_AppCompat_Search_DropDown
1335
+ style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1
1336
+ style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2
1337
+ style RtlOverlay_Widget_AppCompat_Search_DropDown_Query
1338
+ style RtlOverlay_Widget_AppCompat_Search_DropDown_Text
1339
+ style RtlUnderlay_Widget_AppCompat_ActionButton
1340
+ style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow
1341
+ style SpinnerDatePickerDialog
1342
+ style SpinnerDatePickerStyle
1343
+ style TextAppearance_AppCompat
1344
+ style TextAppearance_AppCompat_Body1
1345
+ style TextAppearance_AppCompat_Body2
1346
+ style TextAppearance_AppCompat_Button
1347
+ style TextAppearance_AppCompat_Caption
1348
+ style TextAppearance_AppCompat_Display1
1349
+ style TextAppearance_AppCompat_Display2
1350
+ style TextAppearance_AppCompat_Display3
1351
+ style TextAppearance_AppCompat_Display4
1352
+ style TextAppearance_AppCompat_Headline
1353
+ style TextAppearance_AppCompat_Inverse
1354
+ style TextAppearance_AppCompat_Large
1355
+ style TextAppearance_AppCompat_Large_Inverse
1356
+ style TextAppearance_AppCompat_Light_SearchResult_Subtitle
1357
+ style TextAppearance_AppCompat_Light_SearchResult_Title
1358
+ style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
1359
+ style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
1360
+ style TextAppearance_AppCompat_Medium
1361
+ style TextAppearance_AppCompat_Medium_Inverse
1362
+ style TextAppearance_AppCompat_Menu
1363
+ style TextAppearance_AppCompat_SearchResult_Subtitle
1364
+ style TextAppearance_AppCompat_SearchResult_Title
1365
+ style TextAppearance_AppCompat_Small
1366
+ style TextAppearance_AppCompat_Small_Inverse
1367
+ style TextAppearance_AppCompat_Subhead
1368
+ style TextAppearance_AppCompat_Subhead_Inverse
1369
+ style TextAppearance_AppCompat_Title
1370
+ style TextAppearance_AppCompat_Title_Inverse
1371
+ style TextAppearance_AppCompat_Tooltip
1372
+ style TextAppearance_AppCompat_Widget_ActionBar_Menu
1373
+ style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
1374
+ style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
1375
+ style TextAppearance_AppCompat_Widget_ActionBar_Title
1376
+ style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
1377
+ style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
1378
+ style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
1379
+ style TextAppearance_AppCompat_Widget_ActionMode_Title
1380
+ style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
1381
+ style TextAppearance_AppCompat_Widget_Button
1382
+ style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
1383
+ style TextAppearance_AppCompat_Widget_Button_Colored
1384
+ style TextAppearance_AppCompat_Widget_Button_Inverse
1385
+ style TextAppearance_AppCompat_Widget_DropDownItem
1386
+ style TextAppearance_AppCompat_Widget_PopupMenu_Header
1387
+ style TextAppearance_AppCompat_Widget_PopupMenu_Large
1388
+ style TextAppearance_AppCompat_Widget_PopupMenu_Small
1389
+ style TextAppearance_AppCompat_Widget_Switch
1390
+ style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
1391
+ style TextAppearance_Compat_Notification
1392
+ style TextAppearance_Compat_Notification_Info
1393
+ style TextAppearance_Compat_Notification_Info_Media
1394
+ style TextAppearance_Compat_Notification_Line2
1395
+ style TextAppearance_Compat_Notification_Line2_Media
1396
+ style TextAppearance_Compat_Notification_Media
1397
+ style TextAppearance_Compat_Notification_Time
1398
+ style TextAppearance_Compat_Notification_Time_Media
1399
+ style TextAppearance_Compat_Notification_Title
1400
+ style TextAppearance_Compat_Notification_Title_Media
1401
+ style TextAppearance_Widget_AppCompat_ExpandedMenu_Item
1402
+ style TextAppearance_Widget_AppCompat_Toolbar_Subtitle
1403
+ style TextAppearance_Widget_AppCompat_Toolbar_Title
1404
+ style Theme
1405
+ style ThemeOverlay_AppCompat
1406
+ style ThemeOverlay_AppCompat_ActionBar
1407
+ style ThemeOverlay_AppCompat_Dark
1408
+ style ThemeOverlay_AppCompat_Dark_ActionBar
1409
+ style ThemeOverlay_AppCompat_Dialog
1410
+ style ThemeOverlay_AppCompat_Dialog_Alert
1411
+ style ThemeOverlay_AppCompat_Light
1412
+ style Theme_AppCompat
1413
+ style Theme_AppCompat_CompactMenu
1414
+ style Theme_AppCompat_DayNight
1415
+ style Theme_AppCompat_DayNight_DarkActionBar
1416
+ style Theme_AppCompat_DayNight_Dialog
1417
+ style Theme_AppCompat_DayNight_DialogWhenLarge
1418
+ style Theme_AppCompat_DayNight_Dialog_Alert
1419
+ style Theme_AppCompat_DayNight_Dialog_MinWidth
1420
+ style Theme_AppCompat_DayNight_NoActionBar
1421
+ style Theme_AppCompat_Dialog
1422
+ style Theme_AppCompat_DialogWhenLarge
1423
+ style Theme_AppCompat_Dialog_Alert
1424
+ style Theme_AppCompat_Dialog_MinWidth
1425
+ style Theme_AppCompat_Light
1426
+ style Theme_AppCompat_Light_DarkActionBar
1427
+ style Theme_AppCompat_Light_Dialog
1428
+ style Theme_AppCompat_Light_DialogWhenLarge
1429
+ style Theme_AppCompat_Light_Dialog_Alert
1430
+ style Theme_AppCompat_Light_Dialog_MinWidth
1431
+ style Theme_AppCompat_Light_NoActionBar
1432
+ style Theme_AppCompat_NoActionBar
1433
+ style Theme_Catalyst
1434
+ style Theme_Catalyst_LogBox
1435
+ style Theme_Catalyst_RedBox
1436
+ style Theme_FullScreenDialog
1437
+ style Theme_FullScreenDialogAnimatedFade
1438
+ style Theme_FullScreenDialogAnimatedSlide
1439
+ style Theme_IAPTheme
1440
+ style Theme_ReactNative_AppCompat_Light
1441
+ style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen
1442
+ style Widget_AppCompat_ActionBar
1443
+ style Widget_AppCompat_ActionBar_Solid
1444
+ style Widget_AppCompat_ActionBar_TabBar
1445
+ style Widget_AppCompat_ActionBar_TabText
1446
+ style Widget_AppCompat_ActionBar_TabView
1447
+ style Widget_AppCompat_ActionButton
1448
+ style Widget_AppCompat_ActionButton_CloseMode
1449
+ style Widget_AppCompat_ActionButton_Overflow
1450
+ style Widget_AppCompat_ActionMode
1451
+ style Widget_AppCompat_ActivityChooserView
1452
+ style Widget_AppCompat_AutoCompleteTextView
1453
+ style Widget_AppCompat_Button
1454
+ style Widget_AppCompat_ButtonBar
1455
+ style Widget_AppCompat_ButtonBar_AlertDialog
1456
+ style Widget_AppCompat_Button_Borderless
1457
+ style Widget_AppCompat_Button_Borderless_Colored
1458
+ style Widget_AppCompat_Button_ButtonBar_AlertDialog
1459
+ style Widget_AppCompat_Button_Colored
1460
+ style Widget_AppCompat_Button_Small
1461
+ style Widget_AppCompat_CompoundButton_CheckBox
1462
+ style Widget_AppCompat_CompoundButton_RadioButton
1463
+ style Widget_AppCompat_CompoundButton_Switch
1464
+ style Widget_AppCompat_DrawerArrowToggle
1465
+ style Widget_AppCompat_DropDownItem_Spinner
1466
+ style Widget_AppCompat_EditText
1467
+ style Widget_AppCompat_ImageButton
1468
+ style Widget_AppCompat_Light_ActionBar
1469
+ style Widget_AppCompat_Light_ActionBar_Solid
1470
+ style Widget_AppCompat_Light_ActionBar_Solid_Inverse
1471
+ style Widget_AppCompat_Light_ActionBar_TabBar
1472
+ style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
1473
+ style Widget_AppCompat_Light_ActionBar_TabText
1474
+ style Widget_AppCompat_Light_ActionBar_TabText_Inverse
1475
+ style Widget_AppCompat_Light_ActionBar_TabView
1476
+ style Widget_AppCompat_Light_ActionBar_TabView_Inverse
1477
+ style Widget_AppCompat_Light_ActionButton
1478
+ style Widget_AppCompat_Light_ActionButton_CloseMode
1479
+ style Widget_AppCompat_Light_ActionButton_Overflow
1480
+ style Widget_AppCompat_Light_ActionMode_Inverse
1481
+ style Widget_AppCompat_Light_ActivityChooserView
1482
+ style Widget_AppCompat_Light_AutoCompleteTextView
1483
+ style Widget_AppCompat_Light_DropDownItem_Spinner
1484
+ style Widget_AppCompat_Light_ListPopupWindow
1485
+ style Widget_AppCompat_Light_ListView_DropDown
1486
+ style Widget_AppCompat_Light_PopupMenu
1487
+ style Widget_AppCompat_Light_PopupMenu_Overflow
1488
+ style Widget_AppCompat_Light_SearchView
1489
+ style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
1490
+ style Widget_AppCompat_ListMenuView
1491
+ style Widget_AppCompat_ListPopupWindow
1492
+ style Widget_AppCompat_ListView
1493
+ style Widget_AppCompat_ListView_DropDown
1494
+ style Widget_AppCompat_ListView_Menu
1495
+ style Widget_AppCompat_PopupMenu
1496
+ style Widget_AppCompat_PopupMenu_Overflow
1497
+ style Widget_AppCompat_PopupWindow
1498
+ style Widget_AppCompat_ProgressBar
1499
+ style Widget_AppCompat_ProgressBar_Horizontal
1500
+ style Widget_AppCompat_RatingBar
1501
+ style Widget_AppCompat_RatingBar_Indicator
1502
+ style Widget_AppCompat_RatingBar_Small
1503
+ style Widget_AppCompat_SearchView
1504
+ style Widget_AppCompat_SearchView_ActionBar
1505
+ style Widget_AppCompat_SeekBar
1506
+ style Widget_AppCompat_SeekBar_Discrete
1507
+ style Widget_AppCompat_Spinner
1508
+ style Widget_AppCompat_Spinner_DropDown
1509
+ style Widget_AppCompat_Spinner_DropDown_ActionBar
1510
+ style Widget_AppCompat_Spinner_Underlined
1511
+ style Widget_AppCompat_TextView_SpinnerItem
1512
+ style Widget_AppCompat_Toolbar
1513
+ style Widget_AppCompat_Toolbar_Button_Navigation
1514
+ style Widget_Compat_NotificationActionContainer
1515
+ style Widget_Compat_NotificationActionText
1516
+ style Widget_Support_CoordinatorLayout
1517
+ style redboxButton
1518
+ styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle
1519
+ styleable ActionBarLayout android_layout_gravity
1520
+ styleable ActionMenuItemView android_minWidth
1521
+ styleable ActionMenuView
1522
+ styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle
1523
+ styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount
1524
+ styleable AdsAttrs adSize adSizes adUnitId
1525
+ styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout
1526
+ styleable AnimatedStateListDrawableCompat android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
1527
+ styleable AnimatedStateListDrawableItem android_drawable android_id
1528
+ styleable AnimatedStateListDrawableTransition android_drawable android_fromId android_reversible android_toId
1529
+ styleable AppCompatImageView android_src srcCompat tint tintMode
1530
+ styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
1531
+ styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
1532
+ styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType firstBaselineToTopHeight fontFamily lastBaselineToBottomHeight lineHeight textAllCaps
1533
+ styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
1534
+ styleable ButtonBarLayout allowStacking
1535
+ styleable ColorStateListItem alpha android_alpha android_color
1536
+ styleable CompoundButton android_button buttonTint buttonTintMode
1537
+ styleable CoordinatorLayout keylines statusBarBackground
1538
+ styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
1539
+ styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
1540
+ styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery
1541
+ styleable FontFamilyFont android_font android_fontStyle android_fontVariationSettings android_fontWeight android_ttcIndex font fontStyle fontVariationSettings fontWeight ttcIndex
1542
+ styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
1543
+ styleable GradientColor android_centerColor android_centerX android_centerY android_endColor android_endX android_endY android_gradientRadius android_startColor android_startX android_startY android_tileMode android_type
1544
+ styleable GradientColorItem android_color android_offset
1545
+ styleable LinearLayoutCompat android_baselineAligned android_baselineAlignedChildIndex android_gravity android_orientation android_weightSum divider dividerPadding measureWithLargestChild showDividers
1546
+ styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_height android_layout_weight android_layout_width
1547
+ styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
1548
+ styleable LoadingImageView circleCrop imageAspectRatio imageAspectRatioAdjust
1549
+ styleable MenuGroup android_checkableBehavior android_enabled android_id android_menuCategory android_orderInCategory android_visible
1550
+ styleable MenuItem actionLayout actionProviderClass actionViewClass alphabeticModifiers android_alphabeticShortcut android_checkable android_checked android_enabled android_icon android_id android_menuCategory android_numericShortcut android_onClick android_orderInCategory android_title android_titleCondensed android_visible contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText
1551
+ styleable MenuView android_headerBackground android_horizontalDivider android_itemBackground android_itemIconDisabledAlpha android_itemTextAppearance android_verticalDivider android_windowAnimationStyle preserveIconSpacing subMenuArrow
1552
+ styleable PopupWindow android_popupAnimationStyle android_popupBackground overlapAnchor
1553
+ styleable PopupWindowBackgroundState state_above_anchor
1554
+ styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
1555
+ styleable SearchView android_focusable android_imeOptions android_inputType android_maxWidth closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
1556
+ styleable SignInButton buttonSize colorScheme scopeUris
1557
+ styleable SimpleDraweeView actualImageResource actualImageScaleType actualImageUri backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio
1558
+ styleable Spinner android_dropDownWidth android_entries android_popupBackground android_prompt popupTheme
1559
+ styleable StateListDrawable android_constantSize android_dither android_enterFadeDuration android_exitFadeDuration android_variablePadding android_visible
1560
+ styleable StateListDrawableItem android_drawable
1561
+ styleable SwitchCompat android_textOff android_textOn android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
1562
+ styleable TextAppearance android_fontFamily android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_textColor android_textColorHint android_textColorLink android_textSize android_textStyle android_typeface fontFamily textAllCaps
1563
+ styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
1564
+ styleable View android_focusable android_theme paddingEnd paddingStart theme
1565
+ styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
1566
+ styleable ViewStubCompat android_id android_inflatedId android_layout
1567
+ xml rn_dev_preferences