clevertap-react-native 0.5.0 → 0.7.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.
Files changed (117) hide show
  1. package/.codebeatignore +1 -1
  2. package/CHANGELOG.md +28 -0
  3. package/LICENSE +2 -2
  4. package/README.md +21 -18
  5. package/android/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
  6. package/android/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  7. package/android/.gradle/6.1.1/fileContent/fileContent.lock +0 -0
  8. package/android/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
  9. package/android/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  10. package/android/.gradle/{5.4.1 → 6.1.1}/fileHashes/resourceHashesCache.bin +0 -0
  11. package/android/.gradle/6.1.1/javaCompile/classAnalysis.bin +0 -0
  12. package/android/.gradle/6.1.1/javaCompile/jarAnalysis.bin +0 -0
  13. package/android/.gradle/6.1.1/javaCompile/javaCompile.lock +0 -0
  14. package/android/.gradle/6.1.1/javaCompile/taskHistory.bin +0 -0
  15. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  16. package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
  17. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  18. package/android/.gradle/checksums/checksums.lock +0 -0
  19. package/android/.gradle/checksums/md5-checksums.bin +0 -0
  20. package/android/.gradle/checksums/sha1-checksums.bin +0 -0
  21. package/android/android.iml +24 -18
  22. package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +2 -8
  23. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +3 -8
  24. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json +27 -1
  25. package/android/build/intermediates/aar_main_jar/debug/classes.jar +0 -0
  26. package/android/build/intermediates/annotations_typedef_file/debug/{extractDebugAnnotations/typedefs.txt → typedefs.txt} +0 -0
  27. package/android/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar +0 -0
  28. package/android/build/intermediates/compile_symbol_list/debug/R.txt +4287 -0
  29. package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  30. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +1 -1
  31. package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -1
  32. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
  33. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$1.class +0 -0
  34. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$ErrorMessages.class +0 -0
  35. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$InBoxMessages.class +0 -0
  36. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule.class +0 -0
  37. package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +3 -8
  38. package/android/build/intermediates/local_only_symbol_list/debug/{parseDebugLibraryResources/R-def.txt → R-def.txt} +0 -0
  39. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +7 -16
  40. package/android/build/intermediates/merged_manifests/debug/output.json +27 -1
  41. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +3208 -0
  42. package/android/build/outputs/aar/android-debug.aar +0 -0
  43. package/android/build/outputs/logs/manifest-merger-debug-report.txt +10 -18
  44. package/android/build.gradle +9 -9
  45. package/android/src/main/java/com/clevertap/react/CleverTapModule.java +827 -1263
  46. package/android/src/main/java/com/clevertap/react/CleverTapPackage.java +1 -1
  47. package/clevertap-react-native.podspec +1 -1
  48. package/docs/install.md +15 -19
  49. package/docs/integration.md +2 -3
  50. package/docs/usage.md +397 -0
  51. package/index.d.ts +60 -224
  52. package/index.js +227 -374
  53. package/ios/CleverTapReact/CleverTapReact.h +0 -1
  54. package/ios/CleverTapReact/CleverTapReact.m +33 -147
  55. package/ios/CleverTapReact/CleverTapReactEventEmitter.m +1 -6
  56. package/ios/CleverTapReact/CleverTapReactManager.m +0 -4
  57. package/ios/CleverTapReact/CleverTapSDK.framework.zip +0 -0
  58. package/package.json +1 -1
  59. package/.idea/clevertap-rn.iml +0 -9
  60. package/.idea/codeStyles/Project.xml +0 -134
  61. package/.idea/modules.xml +0 -8
  62. package/.idea/vcs.xml +0 -6
  63. package/.idea/workspace.xml +0 -449
  64. package/android/.gradle/5.4.1/executionHistory/executionHistory.bin +0 -0
  65. package/android/.gradle/5.4.1/executionHistory/executionHistory.lock +0 -0
  66. package/android/.gradle/5.4.1/fileChanges/last-build.bin +0 -0
  67. package/android/.gradle/5.4.1/fileContent/fileContent.lock +0 -0
  68. package/android/.gradle/5.4.1/fileHashes/fileHashes.bin +0 -0
  69. package/android/.gradle/5.4.1/fileHashes/fileHashes.lock +0 -0
  70. package/android/.gradle/5.4.1/gc.properties +0 -0
  71. package/android/.gradle/5.4.1/javaCompile/classAnalysis.bin +0 -0
  72. package/android/.gradle/5.4.1/javaCompile/jarAnalysis.bin +0 -0
  73. package/android/.gradle/5.4.1/javaCompile/javaCompile.lock +0 -0
  74. package/android/.gradle/5.4.1/javaCompile/taskHistory.bin +0 -0
  75. package/android/.idea/caches/build_file_checksums.ser +0 -0
  76. package/android/.idea/caches/gradle_models.ser +0 -0
  77. package/android/.idea/codeStyles/Project.xml +0 -134
  78. package/android/.idea/dictionaries/piyush_kukadiya.xml +0 -7
  79. package/android/.idea/gradle.xml +0 -20
  80. package/android/.idea/jarRepositories.xml +0 -40
  81. package/android/.idea/libraries/Gradle__com_android_installreferrer_installreferrer_2_1_aar.xml +0 -11
  82. package/android/.idea/libraries/Gradle__com_android_support_appcompat_v7_23_0_1_aar.xml +0 -18
  83. package/android/.idea/libraries/Gradle__com_android_support_support_annotations_23_0_1_jar.xml +0 -13
  84. package/android/.idea/libraries/Gradle__com_android_support_support_v4_23_0_1_aar.xml +0 -19
  85. package/android/.idea/libraries/Gradle__com_clevertap_android_clevertap_android_sdk_4_0_0_aar.xml +0 -16
  86. package/android/.idea/libraries/Gradle__com_facebook_fbui_textlayoutbuilder_staticlayout_proxy_1_0_jar.xml +0 -13
  87. package/android/.idea/libraries/Gradle__com_facebook_fbui_textlayoutbuilder_textlayoutbuilder_1_0_0_aar.xml +0 -18
  88. package/android/.idea/libraries/Gradle__com_facebook_fresco_drawee_1_3_0_aar.xml +0 -15
  89. package/android/.idea/libraries/Gradle__com_facebook_fresco_fbcore_1_3_0_aar.xml +0 -18
  90. package/android/.idea/libraries/Gradle__com_facebook_fresco_fresco_1_3_0_aar.xml +0 -15
  91. package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_1_3_0_aar.xml +0 -18
  92. package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_base_1_3_0_aar.xml +0 -18
  93. package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp3_1_3_0_aar.xml +0 -15
  94. package/android/.idea/libraries/Gradle__com_facebook_react_react_native_0_49_5_aar.xml +0 -19
  95. package/android/.idea/libraries/Gradle__com_facebook_soloader_soloader_0_1_0_aar.xml +0 -15
  96. package/android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_0_jar.xml +0 -13
  97. package/android/.idea/libraries/Gradle__com_parse_bolts_bolts_tasks_1_4_0_jar.xml +0 -13
  98. package/android/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_3_6_0_jar.xml +0 -13
  99. package/android/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_urlconnection_3_6_0_jar.xml +0 -13
  100. package/android/.idea/libraries/Gradle__com_squareup_okio_okio_1_13_0_jar.xml +0 -13
  101. package/android/.idea/libraries/Gradle__javax_inject_javax_inject_1_jar.xml +0 -13
  102. package/android/.idea/libraries/Gradle__org_webkit_android_jsc_r174650_aar.xml +0 -11
  103. package/android/.idea/misc.xml +0 -14
  104. package/android/.idea/modules.xml +0 -8
  105. package/android/.idea/runConfigurations.xml +0 -12
  106. package/android/.idea/vcs.xml +0 -6
  107. package/android/.idea/workspace.xml +0 -317
  108. package/android/build/generated/source/buildConfig/androidTest/debug/com/clevertap/react/test/BuildConfig.java +0 -13
  109. package/android/build/intermediates/annotation_processor_list/debugUnitTest/annotationProcessors.json +0 -1
  110. package/android/build/intermediates/javac/debugUnitTest/classes/com/clevertap/react/CleverTapModuleTest.class +0 -0
  111. package/android/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt +0 -98
  112. package/android/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml +0 -57
  113. package/android/build/intermediates/merged_manifests/debugAndroidTest/output.json +0 -1
  114. package/android/build/intermediates/packaged-classes/debug/classes.jar +0 -0
  115. package/android/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt +0 -1474
  116. package/android/build/intermediates/symbols/debug/R.txt +0 -2034
  117. package/clevertap-logo.png +0 -0
@@ -1,2034 +0,0 @@
1
- int anim abc_fade_in 0x7f010001
2
- int anim abc_fade_out 0x7f010002
3
- int anim abc_grow_fade_in_from_bottom 0x7f010003
4
- int anim abc_popup_enter 0x7f010004
5
- int anim abc_popup_exit 0x7f010005
6
- int anim abc_shrink_fade_out_from_bottom 0x7f010006
7
- int anim abc_slide_in_bottom 0x7f010007
8
- int anim abc_slide_in_top 0x7f010008
9
- int anim abc_slide_out_bottom 0x7f010009
10
- int anim abc_slide_out_top 0x7f01000a
11
- int anim abc_tooltip_enter 0x7f01000b
12
- int anim abc_tooltip_exit 0x7f01000c
13
- int anim catalyst_push_up_in 0x7f01000d
14
- int anim catalyst_push_up_out 0x7f01000e
15
- int anim fade_in 0x7f01000f
16
- int anim fade_out 0x7f010010
17
- int anim slide_down 0x7f010011
18
- int anim slide_up 0x7f010012
19
- int attr actionBarDivider 0x7f040001
20
- int attr actionBarItemBackground 0x7f040002
21
- int attr actionBarPopupTheme 0x7f040003
22
- int attr actionBarSize 0x7f040004
23
- int attr actionBarSplitStyle 0x7f040005
24
- int attr actionBarStyle 0x7f040006
25
- int attr actionBarTabBarStyle 0x7f040007
26
- int attr actionBarTabStyle 0x7f040008
27
- int attr actionBarTabTextStyle 0x7f040009
28
- int attr actionBarTheme 0x7f04000a
29
- int attr actionBarWidgetTheme 0x7f04000b
30
- int attr actionButtonStyle 0x7f04000c
31
- int attr actionDropDownStyle 0x7f04000d
32
- int attr actionLayout 0x7f04000e
33
- int attr actionMenuTextAppearance 0x7f04000f
34
- int attr actionMenuTextColor 0x7f040010
35
- int attr actionModeBackground 0x7f040011
36
- int attr actionModeCloseButtonStyle 0x7f040012
37
- int attr actionModeCloseDrawable 0x7f040013
38
- int attr actionModeCopyDrawable 0x7f040014
39
- int attr actionModeCutDrawable 0x7f040015
40
- int attr actionModeFindDrawable 0x7f040016
41
- int attr actionModePasteDrawable 0x7f040017
42
- int attr actionModePopupWindowStyle 0x7f040018
43
- int attr actionModeSelectAllDrawable 0x7f040019
44
- int attr actionModeShareDrawable 0x7f04001a
45
- int attr actionModeSplitBackground 0x7f04001b
46
- int attr actionModeStyle 0x7f04001c
47
- int attr actionModeWebSearchDrawable 0x7f04001d
48
- int attr actionOverflowButtonStyle 0x7f04001e
49
- int attr actionOverflowMenuStyle 0x7f04001f
50
- int attr actionProviderClass 0x7f040020
51
- int attr actionViewClass 0x7f040021
52
- int attr activityChooserViewStyle 0x7f040022
53
- int attr actualImageResource 0x7f040023
54
- int attr actualImageScaleType 0x7f040024
55
- int attr actualImageUri 0x7f040025
56
- int attr alertDialogButtonGroupStyle 0x7f040026
57
- int attr alertDialogCenterButtons 0x7f040027
58
- int attr alertDialogStyle 0x7f040028
59
- int attr alertDialogTheme 0x7f040029
60
- int attr allowStacking 0x7f04002a
61
- int attr alpha 0x7f04002b
62
- int attr alphabeticModifiers 0x7f04002c
63
- int attr arrowHeadLength 0x7f04002d
64
- int attr arrowShaftLength 0x7f04002e
65
- int attr autoCompleteTextViewStyle 0x7f04002f
66
- int attr autoSizeMaxTextSize 0x7f040030
67
- int attr autoSizeMinTextSize 0x7f040031
68
- int attr autoSizePresetSizes 0x7f040032
69
- int attr autoSizeStepGranularity 0x7f040033
70
- int attr autoSizeTextType 0x7f040034
71
- int attr background 0x7f040035
72
- int attr backgroundImage 0x7f040036
73
- int attr backgroundSplit 0x7f040037
74
- int attr backgroundStacked 0x7f040038
75
- int attr backgroundTint 0x7f040039
76
- int attr backgroundTintMode 0x7f04003a
77
- int attr barLength 0x7f04003b
78
- int attr borderlessButtonStyle 0x7f04003c
79
- int attr buttonBarButtonStyle 0x7f04003d
80
- int attr buttonBarNegativeButtonStyle 0x7f04003e
81
- int attr buttonBarNeutralButtonStyle 0x7f04003f
82
- int attr buttonBarPositiveButtonStyle 0x7f040040
83
- int attr buttonBarStyle 0x7f040041
84
- int attr buttonGravity 0x7f040042
85
- int attr buttonIconDimen 0x7f040043
86
- int attr buttonPanelSideLayout 0x7f040044
87
- int attr buttonStyle 0x7f040045
88
- int attr buttonStyleSmall 0x7f040046
89
- int attr buttonTint 0x7f040047
90
- int attr buttonTintMode 0x7f040048
91
- int attr checkboxStyle 0x7f040049
92
- int attr checkedTextViewStyle 0x7f04004a
93
- int attr closeIcon 0x7f04004b
94
- int attr closeItemLayout 0x7f04004c
95
- int attr collapseContentDescription 0x7f04004d
96
- int attr collapseIcon 0x7f04004e
97
- int attr color 0x7f04004f
98
- int attr colorAccent 0x7f040050
99
- int attr colorBackgroundFloating 0x7f040051
100
- int attr colorButtonNormal 0x7f040052
101
- int attr colorControlActivated 0x7f040053
102
- int attr colorControlHighlight 0x7f040054
103
- int attr colorControlNormal 0x7f040055
104
- int attr colorError 0x7f040056
105
- int attr colorPrimary 0x7f040057
106
- int attr colorPrimaryDark 0x7f040058
107
- int attr colorSwitchThumbNormal 0x7f040059
108
- int attr commitIcon 0x7f04005a
109
- int attr contentDescription 0x7f04005b
110
- int attr contentInsetEnd 0x7f04005c
111
- int attr contentInsetEndWithActions 0x7f04005d
112
- int attr contentInsetLeft 0x7f04005e
113
- int attr contentInsetRight 0x7f04005f
114
- int attr contentInsetStart 0x7f040060
115
- int attr contentInsetStartWithNavigation 0x7f040061
116
- int attr controlBackground 0x7f040062
117
- int attr coordinatorLayoutStyle 0x7f040063
118
- int attr customNavigationLayout 0x7f040064
119
- int attr defaultQueryHint 0x7f040065
120
- int attr dialogCornerRadius 0x7f040066
121
- int attr dialogPreferredPadding 0x7f040067
122
- int attr dialogTheme 0x7f040068
123
- int attr displayOptions 0x7f040069
124
- int attr divider 0x7f04006a
125
- int attr dividerHorizontal 0x7f04006b
126
- int attr dividerPadding 0x7f04006c
127
- int attr dividerVertical 0x7f04006d
128
- int attr drawableSize 0x7f04006e
129
- int attr drawerArrowStyle 0x7f04006f
130
- int attr dropDownListViewStyle 0x7f040070
131
- int attr dropdownListPreferredItemHeight 0x7f040071
132
- int attr editTextBackground 0x7f040072
133
- int attr editTextColor 0x7f040073
134
- int attr editTextStyle 0x7f040074
135
- int attr elevation 0x7f040075
136
- int attr expandActivityOverflowButtonDrawable 0x7f040076
137
- int attr fadeDuration 0x7f040077
138
- int attr failureImage 0x7f040078
139
- int attr failureImageScaleType 0x7f040079
140
- int attr firstBaselineToTopHeight 0x7f04007a
141
- int attr font 0x7f04007b
142
- int attr fontFamily 0x7f04007c
143
- int attr fontProviderAuthority 0x7f04007d
144
- int attr fontProviderCerts 0x7f04007e
145
- int attr fontProviderFetchStrategy 0x7f04007f
146
- int attr fontProviderFetchTimeout 0x7f040080
147
- int attr fontProviderPackage 0x7f040081
148
- int attr fontProviderQuery 0x7f040082
149
- int attr fontStyle 0x7f040083
150
- int attr fontVariationSettings 0x7f040084
151
- int attr fontWeight 0x7f040085
152
- int attr gapBetweenBars 0x7f040086
153
- int attr goIcon 0x7f040087
154
- int attr height 0x7f040088
155
- int attr hideOnContentScroll 0x7f040089
156
- int attr homeAsUpIndicator 0x7f04008a
157
- int attr homeLayout 0x7f04008b
158
- int attr icon 0x7f04008c
159
- int attr iconTint 0x7f04008d
160
- int attr iconTintMode 0x7f04008e
161
- int attr iconifiedByDefault 0x7f04008f
162
- int attr imageButtonStyle 0x7f040090
163
- int attr indeterminateProgressStyle 0x7f040091
164
- int attr initialActivityCount 0x7f040092
165
- int attr isLightTheme 0x7f040093
166
- int attr itemPadding 0x7f040094
167
- int attr keylines 0x7f040095
168
- int attr lastBaselineToBottomHeight 0x7f040096
169
- int attr layout 0x7f040097
170
- int attr layout_anchor 0x7f040098
171
- int attr layout_anchorGravity 0x7f040099
172
- int attr layout_behavior 0x7f04009a
173
- int attr layout_dodgeInsetEdges 0x7f04009b
174
- int attr layout_insetEdge 0x7f04009c
175
- int attr layout_keyline 0x7f04009d
176
- int attr lineHeight 0x7f04009e
177
- int attr listChoiceBackgroundIndicator 0x7f04009f
178
- int attr listDividerAlertDialog 0x7f0400a0
179
- int attr listItemLayout 0x7f0400a1
180
- int attr listLayout 0x7f0400a2
181
- int attr listMenuViewStyle 0x7f0400a3
182
- int attr listPopupWindowStyle 0x7f0400a4
183
- int attr listPreferredItemHeight 0x7f0400a5
184
- int attr listPreferredItemHeightLarge 0x7f0400a6
185
- int attr listPreferredItemHeightSmall 0x7f0400a7
186
- int attr listPreferredItemPaddingLeft 0x7f0400a8
187
- int attr listPreferredItemPaddingRight 0x7f0400a9
188
- int attr logo 0x7f0400aa
189
- int attr logoDescription 0x7f0400ab
190
- int attr maxButtonHeight 0x7f0400ac
191
- int attr measureWithLargestChild 0x7f0400ad
192
- int attr multiChoiceItemLayout 0x7f0400ae
193
- int attr navigationContentDescription 0x7f0400af
194
- int attr navigationIcon 0x7f0400b0
195
- int attr navigationMode 0x7f0400b1
196
- int attr numericModifiers 0x7f0400b2
197
- int attr overlapAnchor 0x7f0400b3
198
- int attr overlayImage 0x7f0400b4
199
- int attr paddingBottomNoButtons 0x7f0400b5
200
- int attr paddingEnd 0x7f0400b6
201
- int attr paddingStart 0x7f0400b7
202
- int attr paddingTopNoTitle 0x7f0400b8
203
- int attr panelBackground 0x7f0400b9
204
- int attr panelMenuListTheme 0x7f0400ba
205
- int attr panelMenuListWidth 0x7f0400bb
206
- int attr placeholderImage 0x7f0400bc
207
- int attr placeholderImageScaleType 0x7f0400bd
208
- int attr popupMenuStyle 0x7f0400be
209
- int attr popupTheme 0x7f0400bf
210
- int attr popupWindowStyle 0x7f0400c0
211
- int attr preserveIconSpacing 0x7f0400c1
212
- int attr pressedStateOverlayImage 0x7f0400c2
213
- int attr progressBarAutoRotateInterval 0x7f0400c3
214
- int attr progressBarImage 0x7f0400c4
215
- int attr progressBarImageScaleType 0x7f0400c5
216
- int attr progressBarPadding 0x7f0400c6
217
- int attr progressBarStyle 0x7f0400c7
218
- int attr queryBackground 0x7f0400c8
219
- int attr queryHint 0x7f0400c9
220
- int attr radioButtonStyle 0x7f0400ca
221
- int attr ratingBarStyle 0x7f0400cb
222
- int attr ratingBarStyleIndicator 0x7f0400cc
223
- int attr ratingBarStyleSmall 0x7f0400cd
224
- int attr retryImage 0x7f0400ce
225
- int attr retryImageScaleType 0x7f0400cf
226
- int attr roundAsCircle 0x7f0400d0
227
- int attr roundBottomLeft 0x7f0400d1
228
- int attr roundBottomRight 0x7f0400d2
229
- int attr roundTopLeft 0x7f0400d3
230
- int attr roundTopRight 0x7f0400d4
231
- int attr roundWithOverlayColor 0x7f0400d5
232
- int attr roundedCornerRadius 0x7f0400d6
233
- int attr roundingBorderColor 0x7f0400d7
234
- int attr roundingBorderPadding 0x7f0400d8
235
- int attr roundingBorderWidth 0x7f0400d9
236
- int attr searchHintIcon 0x7f0400da
237
- int attr searchIcon 0x7f0400db
238
- int attr searchViewStyle 0x7f0400dc
239
- int attr seekBarStyle 0x7f0400dd
240
- int attr selectableItemBackground 0x7f0400de
241
- int attr selectableItemBackgroundBorderless 0x7f0400df
242
- int attr showAsAction 0x7f0400e0
243
- int attr showDividers 0x7f0400e1
244
- int attr showText 0x7f0400e2
245
- int attr showTitle 0x7f0400e3
246
- int attr singleChoiceItemLayout 0x7f0400e4
247
- int attr spinBars 0x7f0400e5
248
- int attr spinnerDropDownItemStyle 0x7f0400e6
249
- int attr spinnerStyle 0x7f0400e7
250
- int attr splitTrack 0x7f0400e8
251
- int attr srcCompat 0x7f0400e9
252
- int attr state_above_anchor 0x7f0400ea
253
- int attr statusBarBackground 0x7f0400eb
254
- int attr subMenuArrow 0x7f0400ec
255
- int attr submitBackground 0x7f0400ed
256
- int attr subtitle 0x7f0400ee
257
- int attr subtitleTextAppearance 0x7f0400ef
258
- int attr subtitleTextColor 0x7f0400f0
259
- int attr subtitleTextStyle 0x7f0400f1
260
- int attr suggestionRowLayout 0x7f0400f2
261
- int attr switchMinWidth 0x7f0400f3
262
- int attr switchPadding 0x7f0400f4
263
- int attr switchStyle 0x7f0400f5
264
- int attr switchTextAppearance 0x7f0400f6
265
- int attr textAllCaps 0x7f0400f7
266
- int attr textAppearanceLargePopupMenu 0x7f0400f8
267
- int attr textAppearanceListItem 0x7f0400f9
268
- int attr textAppearanceListItemSecondary 0x7f0400fa
269
- int attr textAppearanceListItemSmall 0x7f0400fb
270
- int attr textAppearancePopupMenuHeader 0x7f0400fc
271
- int attr textAppearanceSearchResultSubtitle 0x7f0400fd
272
- int attr textAppearanceSearchResultTitle 0x7f0400fe
273
- int attr textAppearanceSmallPopupMenu 0x7f0400ff
274
- int attr textColorAlertDialogListItem 0x7f040100
275
- int attr textColorSearchUrl 0x7f040101
276
- int attr theme 0x7f040102
277
- int attr thickness 0x7f040103
278
- int attr thumbTextPadding 0x7f040104
279
- int attr thumbTint 0x7f040105
280
- int attr thumbTintMode 0x7f040106
281
- int attr tickMark 0x7f040107
282
- int attr tickMarkTint 0x7f040108
283
- int attr tickMarkTintMode 0x7f040109
284
- int attr tint 0x7f04010a
285
- int attr tintMode 0x7f04010b
286
- int attr title 0x7f04010c
287
- int attr titleMargin 0x7f04010d
288
- int attr titleMarginBottom 0x7f04010e
289
- int attr titleMarginEnd 0x7f04010f
290
- int attr titleMarginStart 0x7f040110
291
- int attr titleMarginTop 0x7f040111
292
- int attr titleMargins 0x7f040112
293
- int attr titleTextAppearance 0x7f040113
294
- int attr titleTextColor 0x7f040114
295
- int attr titleTextStyle 0x7f040115
296
- int attr toolbarNavigationButtonStyle 0x7f040116
297
- int attr toolbarStyle 0x7f040117
298
- int attr tooltipForegroundColor 0x7f040118
299
- int attr tooltipFrameBackground 0x7f040119
300
- int attr tooltipText 0x7f04011a
301
- int attr track 0x7f04011b
302
- int attr trackTint 0x7f04011c
303
- int attr trackTintMode 0x7f04011d
304
- int attr ttcIndex 0x7f04011e
305
- int attr viewAspectRatio 0x7f04011f
306
- int attr viewInflaterClass 0x7f040120
307
- int attr voiceIcon 0x7f040121
308
- int attr windowActionBar 0x7f040122
309
- int attr windowActionBarOverlay 0x7f040123
310
- int attr windowActionModeOverlay 0x7f040124
311
- int attr windowFixedHeightMajor 0x7f040125
312
- int attr windowFixedHeightMinor 0x7f040126
313
- int attr windowFixedWidthMajor 0x7f040127
314
- int attr windowFixedWidthMinor 0x7f040128
315
- int attr windowMinWidthMajor 0x7f040129
316
- int attr windowMinWidthMinor 0x7f04012a
317
- int attr windowNoTitle 0x7f04012b
318
- int bool abc_action_bar_embed_tabs 0x7f050001
319
- int bool abc_action_bar_embed_tabs_pre_jb 0x7f050002
320
- int bool abc_action_bar_expanded_action_views_exclusive 0x7f050003
321
- int bool abc_allow_stacked_button_bar 0x7f050004
322
- int bool abc_config_actionMenuItemAllCaps 0x7f050005
323
- int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050006
324
- int bool abc_config_closeDialogWhenTouchOutside 0x7f050007
325
- int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050008
326
- int color abc_background_cache_hint_selector_material_dark 0x7f060001
327
- int color abc_background_cache_hint_selector_material_light 0x7f060002
328
- int color abc_btn_colored_borderless_text_material 0x7f060003
329
- int color abc_btn_colored_text_material 0x7f060004
330
- int color abc_color_highlight_material 0x7f060005
331
- int color abc_hint_foreground_material_dark 0x7f060006
332
- int color abc_hint_foreground_material_light 0x7f060007
333
- int color abc_input_method_navigation_guard 0x7f060008
334
- int color abc_primary_text_disable_only_material_dark 0x7f060009
335
- int color abc_primary_text_disable_only_material_light 0x7f06000a
336
- int color abc_primary_text_material_dark 0x7f06000b
337
- int color abc_primary_text_material_light 0x7f06000c
338
- int color abc_search_url_text 0x7f06000d
339
- int color abc_search_url_text_normal 0x7f06000e
340
- int color abc_search_url_text_pressed 0x7f06000f
341
- int color abc_search_url_text_selected 0x7f060010
342
- int color abc_secondary_text_material_dark 0x7f060011
343
- int color abc_secondary_text_material_light 0x7f060012
344
- int color abc_tint_btn_checkable 0x7f060013
345
- int color abc_tint_default 0x7f060014
346
- int color abc_tint_edittext 0x7f060015
347
- int color abc_tint_seek_thumb 0x7f060016
348
- int color abc_tint_spinner 0x7f060017
349
- int color abc_tint_switch_track 0x7f060018
350
- int color accent_material_dark 0x7f060019
351
- int color accent_material_light 0x7f06001a
352
- int color background_floating_material_dark 0x7f06001b
353
- int color background_floating_material_light 0x7f06001c
354
- int color background_material_dark 0x7f06001d
355
- int color background_material_light 0x7f06001e
356
- int color bright_foreground_disabled_material_dark 0x7f06001f
357
- int color bright_foreground_disabled_material_light 0x7f060020
358
- int color bright_foreground_inverse_material_dark 0x7f060021
359
- int color bright_foreground_inverse_material_light 0x7f060022
360
- int color bright_foreground_material_dark 0x7f060023
361
- int color bright_foreground_material_light 0x7f060024
362
- int color button_material_dark 0x7f060025
363
- int color button_material_light 0x7f060026
364
- int color catalyst_redbox_background 0x7f060027
365
- int color dim_foreground_disabled_material_dark 0x7f060028
366
- int color dim_foreground_disabled_material_light 0x7f060029
367
- int color dim_foreground_material_dark 0x7f06002a
368
- int color dim_foreground_material_light 0x7f06002b
369
- int color error_color_material_dark 0x7f06002c
370
- int color error_color_material_light 0x7f06002d
371
- int color foreground_material_dark 0x7f06002e
372
- int color foreground_material_light 0x7f06002f
373
- int color highlighted_text_material_dark 0x7f060030
374
- int color highlighted_text_material_light 0x7f060031
375
- int color hint_foreground_material_dark 0x7f060032
376
- int color hint_foreground_material_light 0x7f060033
377
- int color material_blue_grey_800 0x7f060034
378
- int color material_blue_grey_900 0x7f060035
379
- int color material_blue_grey_950 0x7f060036
380
- int color material_deep_teal_200 0x7f060037
381
- int color material_deep_teal_500 0x7f060038
382
- int color material_grey_100 0x7f060039
383
- int color material_grey_300 0x7f06003a
384
- int color material_grey_50 0x7f06003b
385
- int color material_grey_600 0x7f06003c
386
- int color material_grey_800 0x7f06003d
387
- int color material_grey_850 0x7f06003e
388
- int color material_grey_900 0x7f06003f
389
- int color notification_action_color_filter 0x7f060040
390
- int color notification_icon_bg_color 0x7f060041
391
- int color primary_dark_material_dark 0x7f060042
392
- int color primary_dark_material_light 0x7f060043
393
- int color primary_material_dark 0x7f060044
394
- int color primary_material_light 0x7f060045
395
- int color primary_text_default_material_dark 0x7f060046
396
- int color primary_text_default_material_light 0x7f060047
397
- int color primary_text_disabled_material_dark 0x7f060048
398
- int color primary_text_disabled_material_light 0x7f060049
399
- int color ripple_material_dark 0x7f06004a
400
- int color ripple_material_light 0x7f06004b
401
- int color secondary_text_default_material_dark 0x7f06004c
402
- int color secondary_text_default_material_light 0x7f06004d
403
- int color secondary_text_disabled_material_dark 0x7f06004e
404
- int color secondary_text_disabled_material_light 0x7f06004f
405
- int color switch_thumb_disabled_material_dark 0x7f060050
406
- int color switch_thumb_disabled_material_light 0x7f060051
407
- int color switch_thumb_material_dark 0x7f060052
408
- int color switch_thumb_material_light 0x7f060053
409
- int color switch_thumb_normal_material_dark 0x7f060054
410
- int color switch_thumb_normal_material_light 0x7f060055
411
- int color tooltip_background_dark 0x7f060056
412
- int color tooltip_background_light 0x7f060057
413
- int dimen abc_action_bar_content_inset_material 0x7f070001
414
- int dimen abc_action_bar_content_inset_with_nav 0x7f070002
415
- int dimen abc_action_bar_default_height_material 0x7f070003
416
- int dimen abc_action_bar_default_padding_end_material 0x7f070004
417
- int dimen abc_action_bar_default_padding_start_material 0x7f070005
418
- int dimen abc_action_bar_elevation_material 0x7f070006
419
- int dimen abc_action_bar_icon_vertical_padding_material 0x7f070007
420
- int dimen abc_action_bar_overflow_padding_end_material 0x7f070008
421
- int dimen abc_action_bar_overflow_padding_start_material 0x7f070009
422
- int dimen abc_action_bar_progress_bar_size 0x7f07000a
423
- int dimen abc_action_bar_stacked_max_height 0x7f07000b
424
- int dimen abc_action_bar_stacked_tab_max_width 0x7f07000c
425
- int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000d
426
- int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000e
427
- int dimen abc_action_button_min_height_material 0x7f07000f
428
- int dimen abc_action_button_min_width_material 0x7f070010
429
- int dimen abc_action_button_min_width_overflow_material 0x7f070011
430
- int dimen abc_alert_dialog_button_bar_height 0x7f070012
431
- int dimen abc_alert_dialog_button_dimen 0x7f070013
432
- int dimen abc_button_inset_horizontal_material 0x7f070014
433
- int dimen abc_button_inset_vertical_material 0x7f070015
434
- int dimen abc_button_padding_horizontal_material 0x7f070016
435
- int dimen abc_button_padding_vertical_material 0x7f070017
436
- int dimen abc_cascading_menus_min_smallest_width 0x7f070018
437
- int dimen abc_config_prefDialogWidth 0x7f070019
438
- int dimen abc_control_corner_material 0x7f07001a
439
- int dimen abc_control_inset_material 0x7f07001b
440
- int dimen abc_control_padding_material 0x7f07001c
441
- int dimen abc_dialog_corner_radius_material 0x7f07001d
442
- int dimen abc_dialog_fixed_height_major 0x7f07001e
443
- int dimen abc_dialog_fixed_height_minor 0x7f07001f
444
- int dimen abc_dialog_fixed_width_major 0x7f070020
445
- int dimen abc_dialog_fixed_width_minor 0x7f070021
446
- int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f070022
447
- int dimen abc_dialog_list_padding_top_no_title 0x7f070023
448
- int dimen abc_dialog_list_padding_vertical_material 0x7f070024
449
- int dimen abc_dialog_min_width_major 0x7f070025
450
- int dimen abc_dialog_min_width_minor 0x7f070026
451
- int dimen abc_dialog_padding_material 0x7f070027
452
- int dimen abc_dialog_padding_top_material 0x7f070028
453
- int dimen abc_dialog_title_divider_material 0x7f070029
454
- int dimen abc_disabled_alpha_material_dark 0x7f07002a
455
- int dimen abc_disabled_alpha_material_light 0x7f07002b
456
- int dimen abc_dropdownitem_icon_width 0x7f07002c
457
- int dimen abc_dropdownitem_text_padding_left 0x7f07002d
458
- int dimen abc_dropdownitem_text_padding_right 0x7f07002e
459
- int dimen abc_edit_text_inset_bottom_material 0x7f07002f
460
- int dimen abc_edit_text_inset_horizontal_material 0x7f070030
461
- int dimen abc_edit_text_inset_top_material 0x7f070031
462
- int dimen abc_floating_window_z 0x7f070032
463
- int dimen abc_list_item_padding_horizontal_material 0x7f070033
464
- int dimen abc_panel_menu_list_width 0x7f070034
465
- int dimen abc_progress_bar_height_material 0x7f070035
466
- int dimen abc_search_view_preferred_height 0x7f070036
467
- int dimen abc_search_view_preferred_width 0x7f070037
468
- int dimen abc_search_view_text_min_width 0x7f070038
469
- int dimen abc_seekbar_track_background_height_material 0x7f070039
470
- int dimen abc_seekbar_track_progress_height_material 0x7f07003a
471
- int dimen abc_select_dialog_padding_start_material 0x7f07003b
472
- int dimen abc_switch_padding 0x7f07003c
473
- int dimen abc_text_size_body_1_material 0x7f07003d
474
- int dimen abc_text_size_body_2_material 0x7f07003e
475
- int dimen abc_text_size_button_material 0x7f07003f
476
- int dimen abc_text_size_caption_material 0x7f070040
477
- int dimen abc_text_size_display_1_material 0x7f070041
478
- int dimen abc_text_size_display_2_material 0x7f070042
479
- int dimen abc_text_size_display_3_material 0x7f070043
480
- int dimen abc_text_size_display_4_material 0x7f070044
481
- int dimen abc_text_size_headline_material 0x7f070045
482
- int dimen abc_text_size_large_material 0x7f070046
483
- int dimen abc_text_size_medium_material 0x7f070047
484
- int dimen abc_text_size_menu_header_material 0x7f070048
485
- int dimen abc_text_size_menu_material 0x7f070049
486
- int dimen abc_text_size_small_material 0x7f07004a
487
- int dimen abc_text_size_subhead_material 0x7f07004b
488
- int dimen abc_text_size_subtitle_material_toolbar 0x7f07004c
489
- int dimen abc_text_size_title_material 0x7f07004d
490
- int dimen abc_text_size_title_material_toolbar 0x7f07004e
491
- int dimen compat_button_inset_horizontal_material 0x7f07004f
492
- int dimen compat_button_inset_vertical_material 0x7f070050
493
- int dimen compat_button_padding_horizontal_material 0x7f070051
494
- int dimen compat_button_padding_vertical_material 0x7f070052
495
- int dimen compat_control_corner_material 0x7f070053
496
- int dimen compat_notification_large_icon_max_height 0x7f070054
497
- int dimen compat_notification_large_icon_max_width 0x7f070055
498
- int dimen dialog_fixed_height_major 0x7f070056
499
- int dimen dialog_fixed_height_minor 0x7f070057
500
- int dimen dialog_fixed_width_major 0x7f070058
501
- int dimen dialog_fixed_width_minor 0x7f070059
502
- int dimen disabled_alpha_material_dark 0x7f07005a
503
- int dimen disabled_alpha_material_light 0x7f07005b
504
- int dimen highlight_alpha_material_colored 0x7f07005c
505
- int dimen highlight_alpha_material_dark 0x7f07005d
506
- int dimen highlight_alpha_material_light 0x7f07005e
507
- int dimen hint_alpha_material_dark 0x7f07005f
508
- int dimen hint_alpha_material_light 0x7f070060
509
- int dimen hint_pressed_alpha_material_dark 0x7f070061
510
- int dimen hint_pressed_alpha_material_light 0x7f070062
511
- int dimen inapp_button_height 0x7f070063
512
- int dimen notification_action_icon_size 0x7f070064
513
- int dimen notification_action_text_size 0x7f070065
514
- int dimen notification_big_circle_margin 0x7f070066
515
- int dimen notification_content_margin_start 0x7f070067
516
- int dimen notification_large_icon_height 0x7f070068
517
- int dimen notification_large_icon_width 0x7f070069
518
- int dimen notification_main_column_padding_top 0x7f07006a
519
- int dimen notification_media_narrow_margin 0x7f07006b
520
- int dimen notification_right_icon_size 0x7f07006c
521
- int dimen notification_right_side_padding_top 0x7f07006d
522
- int dimen notification_small_icon_background_padding 0x7f07006e
523
- int dimen notification_small_icon_size_as_large 0x7f07006f
524
- int dimen notification_subtext_size 0x7f070070
525
- int dimen notification_top_pad 0x7f070071
526
- int dimen notification_top_pad_large_text 0x7f070072
527
- int dimen tooltip_corner_radius 0x7f070073
528
- int dimen tooltip_horizontal_padding 0x7f070074
529
- int dimen tooltip_margin 0x7f070075
530
- int dimen tooltip_precise_anchor_extra_offset 0x7f070076
531
- int dimen tooltip_precise_anchor_threshold 0x7f070077
532
- int dimen tooltip_vertical_padding 0x7f070078
533
- int dimen tooltip_y_offset_non_touch 0x7f070079
534
- int dimen tooltip_y_offset_touch 0x7f07007a
535
- int dimen txt_size_inapp_button 0x7f07007b
536
- int dimen txt_size_inapp_half_button 0x7f07007c
537
- int dimen txt_size_inapp_half_message 0x7f07007d
538
- int dimen txt_size_inapp_half_title 0x7f07007e
539
- int dimen txt_size_inapp_message 0x7f07007f
540
- int dimen txt_size_inapp_title 0x7f070080
541
- int drawable abc_ab_share_pack_mtrl_alpha 0x7f080001
542
- int drawable abc_action_bar_item_background_material 0x7f080002
543
- int drawable abc_btn_borderless_material 0x7f080003
544
- int drawable abc_btn_check_material 0x7f080004
545
- int drawable abc_btn_check_to_on_mtrl_000 0x7f080005
546
- int drawable abc_btn_check_to_on_mtrl_015 0x7f080006
547
- int drawable abc_btn_colored_material 0x7f080007
548
- int drawable abc_btn_default_mtrl_shape 0x7f080008
549
- int drawable abc_btn_radio_material 0x7f080009
550
- int drawable abc_btn_radio_to_on_mtrl_000 0x7f08000a
551
- int drawable abc_btn_radio_to_on_mtrl_015 0x7f08000b
552
- int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f08000c
553
- int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f08000d
554
- int drawable abc_btn_switch_to_on_mtrl_00001 0x7f08000e
555
- int drawable abc_btn_switch_to_on_mtrl_00012 0x7f08000f
556
- int drawable abc_cab_background_internal_bg 0x7f080010
557
- int drawable abc_cab_background_top_material 0x7f080011
558
- int drawable abc_cab_background_top_mtrl_alpha 0x7f080012
559
- int drawable abc_control_background_material 0x7f080013
560
- int drawable abc_dialog_material_background 0x7f080014
561
- int drawable abc_dialog_material_background_dark 0x7f080015
562
- int drawable abc_dialog_material_background_light 0x7f080016
563
- int drawable abc_edit_text_material 0x7f080017
564
- int drawable abc_ic_ab_back_material 0x7f080018
565
- int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f080019
566
- int drawable abc_ic_arrow_drop_right_black_24dp 0x7f08001a
567
- int drawable abc_ic_clear_material 0x7f08001b
568
- int drawable abc_ic_clear_mtrl_alpha 0x7f08001c
569
- int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f08001d
570
- int drawable abc_ic_go_search_api_material 0x7f08001e
571
- int drawable abc_ic_go_search_api_mtrl_alpha 0x7f08001f
572
- int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f080020
573
- int drawable abc_ic_menu_cut_mtrl_alpha 0x7f080021
574
- int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f080022
575
- int drawable abc_ic_menu_overflow_material 0x7f080023
576
- int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f080024
577
- int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f080025
578
- int drawable abc_ic_menu_share_mtrl_alpha 0x7f080026
579
- int drawable abc_ic_search_api_material 0x7f080027
580
- int drawable abc_ic_search_api_mtrl_alpha 0x7f080028
581
- int drawable abc_ic_star_black_16dp 0x7f080029
582
- int drawable abc_ic_star_black_36dp 0x7f08002a
583
- int drawable abc_ic_star_black_48dp 0x7f08002b
584
- int drawable abc_ic_star_half_black_16dp 0x7f08002c
585
- int drawable abc_ic_star_half_black_36dp 0x7f08002d
586
- int drawable abc_ic_star_half_black_48dp 0x7f08002e
587
- int drawable abc_ic_voice_search_api_material 0x7f08002f
588
- int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f080030
589
- int drawable abc_item_background_holo_dark 0x7f080031
590
- int drawable abc_item_background_holo_light 0x7f080032
591
- int drawable abc_list_divider_material 0x7f080033
592
- int drawable abc_list_divider_mtrl_alpha 0x7f080034
593
- int drawable abc_list_focused_holo 0x7f080035
594
- int drawable abc_list_longpressed_holo 0x7f080036
595
- int drawable abc_list_pressed_holo_dark 0x7f080037
596
- int drawable abc_list_pressed_holo_light 0x7f080038
597
- int drawable abc_list_selector_background_transition_holo_dark 0x7f080039
598
- int drawable abc_list_selector_background_transition_holo_light 0x7f08003a
599
- int drawable abc_list_selector_disabled_holo_dark 0x7f08003b
600
- int drawable abc_list_selector_disabled_holo_light 0x7f08003c
601
- int drawable abc_list_selector_holo_dark 0x7f08003d
602
- int drawable abc_list_selector_holo_light 0x7f08003e
603
- int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f08003f
604
- int drawable abc_popup_background_mtrl_mult 0x7f080040
605
- int drawable abc_ratingbar_full_material 0x7f080041
606
- int drawable abc_ratingbar_indicator_material 0x7f080042
607
- int drawable abc_ratingbar_material 0x7f080043
608
- int drawable abc_ratingbar_small_material 0x7f080044
609
- int drawable abc_scrubber_control_off_mtrl_alpha 0x7f080045
610
- int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f080046
611
- int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f080047
612
- int drawable abc_scrubber_primary_mtrl_alpha 0x7f080048
613
- int drawable abc_scrubber_track_mtrl_alpha 0x7f080049
614
- int drawable abc_seekbar_thumb_material 0x7f08004a
615
- int drawable abc_seekbar_tick_mark_material 0x7f08004b
616
- int drawable abc_seekbar_track_material 0x7f08004c
617
- int drawable abc_spinner_mtrl_am_alpha 0x7f08004d
618
- int drawable abc_spinner_textfield_background_material 0x7f08004e
619
- int drawable abc_switch_thumb_material 0x7f08004f
620
- int drawable abc_switch_track_mtrl_alpha 0x7f080050
621
- int drawable abc_tab_indicator_material 0x7f080051
622
- int drawable abc_tab_indicator_mtrl_alpha 0x7f080052
623
- int drawable abc_text_cursor_material 0x7f080053
624
- int drawable abc_text_select_handle_left_mtrl_dark 0x7f080054
625
- int drawable abc_text_select_handle_left_mtrl_light 0x7f080055
626
- int drawable abc_text_select_handle_middle_mtrl_dark 0x7f080056
627
- int drawable abc_text_select_handle_middle_mtrl_light 0x7f080057
628
- int drawable abc_text_select_handle_right_mtrl_dark 0x7f080058
629
- int drawable abc_text_select_handle_right_mtrl_light 0x7f080059
630
- int drawable abc_textfield_activated_mtrl_alpha 0x7f08005a
631
- int drawable abc_textfield_default_mtrl_alpha 0x7f08005b
632
- int drawable abc_textfield_search_activated_mtrl_alpha 0x7f08005c
633
- int drawable abc_textfield_search_default_mtrl_alpha 0x7f08005d
634
- int drawable abc_textfield_search_material 0x7f08005e
635
- int drawable abc_vector_test 0x7f08005f
636
- int drawable ct_audio 0x7f080060
637
- int drawable ct_close 0x7f080061
638
- int drawable ct_ic_arrow_back_white_24dp 0x7f080062
639
- int drawable ct_ic_fullscreen_expand 0x7f080063
640
- int drawable ct_image 0x7f080064
641
- int drawable ct_read_circle 0x7f080065
642
- int drawable ct_selected_dot 0x7f080066
643
- int drawable ct_unselected_dot 0x7f080067
644
- int drawable ct_video_1 0x7f080068
645
- int drawable ct_volume_off 0x7f080069
646
- int drawable ct_volume_on 0x7f08006a
647
- int drawable notification_action_background 0x7f08006b
648
- int drawable notification_bg 0x7f08006c
649
- int drawable notification_bg_low 0x7f08006d
650
- int drawable notification_bg_low_normal 0x7f08006e
651
- int drawable notification_bg_low_pressed 0x7f08006f
652
- int drawable notification_bg_normal 0x7f080070
653
- int drawable notification_bg_normal_pressed 0x7f080071
654
- int drawable notification_icon_background 0x7f080072
655
- int drawable notification_template_icon_bg 0x7f080073
656
- int drawable notification_template_icon_low_bg 0x7f080074
657
- int drawable notification_tile_bg 0x7f080075
658
- int drawable notify_panel_notification_icon_bg 0x7f080076
659
- int drawable tooltip_frame_dark 0x7f080077
660
- int drawable tooltip_frame_light 0x7f080078
661
- int id action0 0x7f0b0001
662
- int id action_bar 0x7f0b0002
663
- int id action_bar_activity_content 0x7f0b0003
664
- int id action_bar_container 0x7f0b0004
665
- int id action_bar_root 0x7f0b0005
666
- int id action_bar_spinner 0x7f0b0006
667
- int id action_bar_subtitle 0x7f0b0007
668
- int id action_bar_title 0x7f0b0008
669
- int id action_container 0x7f0b0009
670
- int id action_context_bar 0x7f0b000a
671
- int id action_divider 0x7f0b000b
672
- int id action_image 0x7f0b000c
673
- int id action_menu_divider 0x7f0b000d
674
- int id action_menu_presenter 0x7f0b000e
675
- int id action_mode_bar 0x7f0b000f
676
- int id action_mode_bar_stub 0x7f0b0010
677
- int id action_mode_close_button 0x7f0b0011
678
- int id action_text 0x7f0b0012
679
- int id actions 0x7f0b0013
680
- int id activity_chooser_view_content 0x7f0b0014
681
- int id add 0x7f0b0015
682
- int id alertTitle 0x7f0b0016
683
- int id always 0x7f0b0017
684
- int id async 0x7f0b0018
685
- int id backgroundImage 0x7f0b0019
686
- int id beginning 0x7f0b001a
687
- int id blocking 0x7f0b001b
688
- int id body_linear_layout 0x7f0b001c
689
- int id bottom 0x7f0b001d
690
- int id buttonPanel 0x7f0b001e
691
- int id cancel_action 0x7f0b001f
692
- int id carousel_linear_layout 0x7f0b0020
693
- int id carousel_message_relative_layout 0x7f0b0021
694
- int id carousel_read_circle 0x7f0b0022
695
- int id carousel_timestamp 0x7f0b0023
696
- int id catalyst_redbox_title 0x7f0b0024
697
- int id center 0x7f0b0025
698
- int id centerCrop 0x7f0b0026
699
- int id centerInside 0x7f0b0027
700
- int id checkbox 0x7f0b0028
701
- int id chronometer 0x7f0b0029
702
- int id click_relative_layout 0x7f0b002a
703
- int id collapseActionView 0x7f0b002b
704
- int id content 0x7f0b002c
705
- int id contentPanel 0x7f0b002d
706
- int id content_relative_layout 0x7f0b002e
707
- int id cover_button1 0x7f0b002f
708
- int id cover_button2 0x7f0b0030
709
- int id cover_image 0x7f0b0031
710
- int id cover_image_relative_layout 0x7f0b0032
711
- int id cover_linear_layout 0x7f0b0033
712
- int id cover_message 0x7f0b0034
713
- int id cover_relative_layout 0x7f0b0035
714
- int id cover_title 0x7f0b0036
715
- int id cta_button_1 0x7f0b0037
716
- int id cta_button_2 0x7f0b0038
717
- int id cta_button_3 0x7f0b0039
718
- int id cta_linear_layout 0x7f0b003a
719
- int id custom 0x7f0b003b
720
- int id customPanel 0x7f0b003c
721
- int id decor_content_parent 0x7f0b003d
722
- int id default_activity_button 0x7f0b003e
723
- int id disableHome 0x7f0b003f
724
- int id div_view 0x7f0b0040
725
- int id edit_query 0x7f0b0041
726
- int id end 0x7f0b0042
727
- int id end_padder 0x7f0b0043
728
- int id expand_activities_button 0x7f0b0044
729
- int id expanded_menu 0x7f0b0045
730
- int id fitCenter 0x7f0b0046
731
- int id fitEnd 0x7f0b0047
732
- int id fitStart 0x7f0b0048
733
- int id fitXY 0x7f0b0049
734
- int id focusCrop 0x7f0b004a
735
- int id footer_button_1 0x7f0b004b
736
- int id footer_button_2 0x7f0b004c
737
- int id footer_frame_layout 0x7f0b004d
738
- int id footer_icon 0x7f0b004e
739
- int id footer_linear_layout_1 0x7f0b004f
740
- int id footer_linear_layout_2 0x7f0b0050
741
- int id footer_linear_layout_3 0x7f0b0051
742
- int id footer_message 0x7f0b0052
743
- int id footer_relative_layout 0x7f0b0053
744
- int id footer_title 0x7f0b0054
745
- int id forever 0x7f0b0055
746
- int id fps_text 0x7f0b0056
747
- int id gifImage 0x7f0b0057
748
- int id group_divider 0x7f0b0058
749
- int id half_interstitial_button1 0x7f0b0059
750
- int id half_interstitial_button2 0x7f0b005a
751
- int id half_interstitial_image 0x7f0b005b
752
- int id half_interstitial_image_relative_layout 0x7f0b005c
753
- int id half_interstitial_linear_layout 0x7f0b005d
754
- int id half_interstitial_message 0x7f0b005e
755
- int id half_interstitial_relative_layout 0x7f0b005f
756
- int id half_interstitial_title 0x7f0b0060
757
- int id header_button_1 0x7f0b0061
758
- int id header_button_2 0x7f0b0062
759
- int id header_frame_layout 0x7f0b0063
760
- int id header_icon 0x7f0b0064
761
- int id header_linear_layout_1 0x7f0b0065
762
- int id header_linear_layout_2 0x7f0b0066
763
- int id header_linear_layout_3 0x7f0b0067
764
- int id header_message 0x7f0b0068
765
- int id header_relative_layout 0x7f0b0069
766
- int id header_title 0x7f0b006a
767
- int id home 0x7f0b006b
768
- int id homeAsUp 0x7f0b006c
769
- int id icon 0x7f0b006d
770
- int id icon_group 0x7f0b006e
771
- int id icon_message_frame_layout 0x7f0b006f
772
- int id icon_message_relative_layout 0x7f0b0070
773
- int id icon_progress_frame_layout 0x7f0b0071
774
- int id ifRoom 0x7f0b0072
775
- int id image 0x7f0b0073
776
- int id imageView 0x7f0b0074
777
- int id image_carousel_viewpager 0x7f0b0075
778
- int id image_icon 0x7f0b0076
779
- int id inapp_activity_content_container 0x7f0b0077
780
- int id inapp_activity_relative_layout 0x7f0b0078
781
- int id inapp_cover_frame_layout 0x7f0b0079
782
- int id inapp_cover_image_frame_layout 0x7f0b007a
783
- int id inapp_half_interstitial_frame_layout 0x7f0b007b
784
- int id inapp_half_interstitial_image_frame_layout 0x7f0b007c
785
- int id inapp_html_footer_frame_layout 0x7f0b007d
786
- int id inapp_html_full_relative_layout 0x7f0b007e
787
- int id inapp_html_header_frame_layout 0x7f0b007f
788
- int id inapp_interstitial_frame_layout 0x7f0b0080
789
- int id inapp_interstitial_image_frame_layout 0x7f0b0081
790
- int id inbox_linear_layout 0x7f0b0082
791
- int id info 0x7f0b0083
792
- int id interstitial_button1 0x7f0b0084
793
- int id interstitial_button2 0x7f0b0085
794
- int id interstitial_image 0x7f0b0086
795
- int id interstitial_image_relative_layout 0x7f0b0087
796
- int id interstitial_linear_layout 0x7f0b0088
797
- int id interstitial_message 0x7f0b0089
798
- int id interstitial_relative_layout 0x7f0b008a
799
- int id interstitial_title 0x7f0b008b
800
- int id italic 0x7f0b008c
801
- int id left 0x7f0b008d
802
- int id line1 0x7f0b008e
803
- int id line3 0x7f0b008f
804
- int id listMode 0x7f0b0090
805
- int id list_item 0x7f0b0091
806
- int id list_view_fragment 0x7f0b0092
807
- int id list_view_linear_layout 0x7f0b0093
808
- int id list_view_no_message_view 0x7f0b0094
809
- int id list_view_recycler_view 0x7f0b0095
810
- int id media_actions 0x7f0b0096
811
- int id media_image 0x7f0b0097
812
- int id media_layout 0x7f0b0098
813
- int id message 0x7f0b0099
814
- int id messageText 0x7f0b009a
815
- int id messageTitle 0x7f0b009b
816
- int id middle 0x7f0b009c
817
- int id multiply 0x7f0b009d
818
- int id never 0x7f0b009e
819
- int id no_message_view 0x7f0b009f
820
- int id none 0x7f0b00a0
821
- int id normal 0x7f0b00a1
822
- int id notification_background 0x7f0b00a2
823
- int id notification_main_column 0x7f0b00a3
824
- int id notification_main_column_container 0x7f0b00a4
825
- int id parentPanel 0x7f0b00a5
826
- int id progress_circular 0x7f0b00a6
827
- int id progress_horizontal 0x7f0b00a7
828
- int id radio 0x7f0b00a8
829
- int id react_test_id 0x7f0b00a9
830
- int id read_circle 0x7f0b00aa
831
- int id right 0x7f0b00ab
832
- int id right_icon 0x7f0b00ac
833
- int id right_side 0x7f0b00ad
834
- int id rn_frame_file 0x7f0b00ae
835
- int id rn_frame_method 0x7f0b00af
836
- int id rn_redbox_copy_button 0x7f0b00b0
837
- int id rn_redbox_dismiss_button 0x7f0b00b1
838
- int id rn_redbox_line_separator 0x7f0b00b2
839
- int id rn_redbox_loading_indicator 0x7f0b00b3
840
- int id rn_redbox_reload_button 0x7f0b00b4
841
- int id rn_redbox_report_button 0x7f0b00b5
842
- int id rn_redbox_report_label 0x7f0b00b6
843
- int id rn_redbox_stack 0x7f0b00b7
844
- int id screen 0x7f0b00b8
845
- int id scrollIndicatorDown 0x7f0b00b9
846
- int id scrollIndicatorUp 0x7f0b00ba
847
- int id scrollView 0x7f0b00bb
848
- int id search_badge 0x7f0b00bc
849
- int id search_bar 0x7f0b00bd
850
- int id search_button 0x7f0b00be
851
- int id search_close_btn 0x7f0b00bf
852
- int id search_edit_frame 0x7f0b00c0
853
- int id search_go_btn 0x7f0b00c1
854
- int id search_mag_icon 0x7f0b00c2
855
- int id search_plate 0x7f0b00c3
856
- int id search_src_text 0x7f0b00c4
857
- int id search_voice_btn 0x7f0b00c5
858
- int id select_dialog_listview 0x7f0b00c6
859
- int id shortcut 0x7f0b00c7
860
- int id showCustom 0x7f0b00c8
861
- int id showHome 0x7f0b00c9
862
- int id showTitle 0x7f0b00ca
863
- int id simple_message_frame_layout 0x7f0b00cb
864
- int id simple_message_relative_layout 0x7f0b00cc
865
- int id simple_progress_frame_layout 0x7f0b00cd
866
- int id sliderDots 0x7f0b00ce
867
- int id spacer 0x7f0b00cf
868
- int id split_action_bar 0x7f0b00d0
869
- int id squareImageView 0x7f0b00d1
870
- int id square_media_image 0x7f0b00d2
871
- int id src_atop 0x7f0b00d3
872
- int id src_in 0x7f0b00d4
873
- int id src_over 0x7f0b00d5
874
- int id start 0x7f0b00d6
875
- int id status_bar_latest_event_content 0x7f0b00d7
876
- int id submenuarrow 0x7f0b00d8
877
- int id submit_area 0x7f0b00d9
878
- int id tabMode 0x7f0b00da
879
- int id tab_layout 0x7f0b00db
880
- int id tag_transition_group 0x7f0b00dc
881
- int id tag_unhandled_key_event_manager 0x7f0b00dd
882
- int id tag_unhandled_key_listeners 0x7f0b00de
883
- int id template_layout 0x7f0b00df
884
- int id text 0x7f0b00e0
885
- int id text2 0x7f0b00e1
886
- int id textSpacerNoButtons 0x7f0b00e2
887
- int id textSpacerNoTitle 0x7f0b00e3
888
- int id time 0x7f0b00e4
889
- int id timestamp 0x7f0b00e5
890
- int id timestamp_linear_layout 0x7f0b00e6
891
- int id timestamp_relative_layout 0x7f0b00e7
892
- int id title 0x7f0b00e8
893
- int id titleDividerNoCustom 0x7f0b00e9
894
- int id title_template 0x7f0b00ea
895
- int id toolbar 0x7f0b00eb
896
- int id top 0x7f0b00ec
897
- int id topPanel 0x7f0b00ed
898
- int id uniform 0x7f0b00ee
899
- int id up 0x7f0b00ef
900
- int id useLogo 0x7f0b00f0
901
- int id video_frame 0x7f0b00f1
902
- int id view_pager 0x7f0b00f2
903
- int id view_tag_native_id 0x7f0b00f3
904
- int id withText 0x7f0b00f4
905
- int id wrap_content 0x7f0b00f5
906
- int integer abc_config_activityDefaultDur 0x7f0c0001
907
- int integer abc_config_activityShortDur 0x7f0c0002
908
- int integer abc_max_action_buttons 0x7f0c0003
909
- int integer cancel_button_image_alpha 0x7f0c0004
910
- int integer config_tooltipAnimTime 0x7f0c0005
911
- int integer status_bar_notification_info_maxnum 0x7f0c0006
912
- int layout abc_action_bar_title_item 0x7f0e0001
913
- int layout abc_action_bar_up_container 0x7f0e0002
914
- int layout abc_action_bar_view_list_nav_layout 0x7f0e0003
915
- int layout abc_action_menu_item_layout 0x7f0e0004
916
- int layout abc_action_menu_layout 0x7f0e0005
917
- int layout abc_action_mode_bar 0x7f0e0006
918
- int layout abc_action_mode_close_item_material 0x7f0e0007
919
- int layout abc_activity_chooser_view 0x7f0e0008
920
- int layout abc_activity_chooser_view_list_item 0x7f0e0009
921
- int layout abc_alert_dialog_button_bar_material 0x7f0e000a
922
- int layout abc_alert_dialog_material 0x7f0e000b
923
- int layout abc_alert_dialog_title_material 0x7f0e000c
924
- int layout abc_cascading_menu_item_layout 0x7f0e000d
925
- int layout abc_dialog_title_material 0x7f0e000e
926
- int layout abc_expanded_menu_layout 0x7f0e000f
927
- int layout abc_list_menu_item_checkbox 0x7f0e0010
928
- int layout abc_list_menu_item_icon 0x7f0e0011
929
- int layout abc_list_menu_item_layout 0x7f0e0012
930
- int layout abc_list_menu_item_radio 0x7f0e0013
931
- int layout abc_popup_menu_header_item_layout 0x7f0e0014
932
- int layout abc_popup_menu_item_layout 0x7f0e0015
933
- int layout abc_screen_content_include 0x7f0e0016
934
- int layout abc_screen_simple 0x7f0e0017
935
- int layout abc_screen_simple_overlay_action_mode 0x7f0e0018
936
- int layout abc_screen_toolbar 0x7f0e0019
937
- int layout abc_search_dropdown_item_icons_2line 0x7f0e001a
938
- int layout abc_search_view 0x7f0e001b
939
- int layout abc_select_dialog_material 0x7f0e001c
940
- int layout abc_tooltip 0x7f0e001d
941
- int layout dev_loading_view 0x7f0e001e
942
- int layout fps_view 0x7f0e001f
943
- int layout inapp_activity 0x7f0e0020
944
- int layout inapp_cover 0x7f0e0021
945
- int layout inapp_cover_image 0x7f0e0022
946
- int layout inapp_footer 0x7f0e0023
947
- int layout inapp_half_interstitial 0x7f0e0024
948
- int layout inapp_half_interstitial_image 0x7f0e0025
949
- int layout inapp_header 0x7f0e0026
950
- int layout inapp_html_footer 0x7f0e0027
951
- int layout inapp_html_full 0x7f0e0028
952
- int layout inapp_html_header 0x7f0e0029
953
- int layout inapp_interstitial 0x7f0e002a
954
- int layout inapp_interstitial_image 0x7f0e002b
955
- int layout inbox_activity 0x7f0e002c
956
- int layout inbox_carousel_image_layout 0x7f0e002d
957
- int layout inbox_carousel_layout 0x7f0e002e
958
- int layout inbox_carousel_text_layout 0x7f0e002f
959
- int layout inbox_icon_message_layout 0x7f0e0030
960
- int layout inbox_list_view 0x7f0e0031
961
- int layout inbox_simple_message_layout 0x7f0e0032
962
- int layout notification_action 0x7f0e0033
963
- int layout notification_action_tombstone 0x7f0e0034
964
- int layout notification_media_action 0x7f0e0035
965
- int layout notification_media_cancel_action 0x7f0e0036
966
- int layout notification_template_big_media 0x7f0e0037
967
- int layout notification_template_big_media_narrow 0x7f0e0038
968
- int layout notification_template_custom_big 0x7f0e0039
969
- int layout notification_template_icon_group 0x7f0e003a
970
- int layout notification_template_lines 0x7f0e003b
971
- int layout notification_template_media 0x7f0e003c
972
- int layout notification_template_part_chronometer 0x7f0e003d
973
- int layout notification_template_part_time 0x7f0e003e
974
- int layout redbox_item_frame 0x7f0e003f
975
- int layout redbox_item_title 0x7f0e0040
976
- int layout redbox_view 0x7f0e0041
977
- int layout select_dialog_item_material 0x7f0e0042
978
- int layout select_dialog_multichoice_material 0x7f0e0043
979
- int layout select_dialog_singlechoice_material 0x7f0e0044
980
- int layout support_simple_spinner_dropdown_item 0x7f0e0045
981
- int layout tab_inapp_half_interstitial 0x7f0e0046
982
- int layout tab_inapp_half_interstitial_image 0x7f0e0047
983
- int layout tab_inapp_interstitial 0x7f0e0048
984
- int layout tab_inapp_interstitial_image 0x7f0e0049
985
- int string abc_action_bar_home_description 0x7f140001
986
- int string abc_action_bar_home_description_format 0x7f140002
987
- int string abc_action_bar_home_subtitle_description_format 0x7f140003
988
- int string abc_action_bar_up_description 0x7f140004
989
- int string abc_action_menu_overflow_description 0x7f140005
990
- int string abc_action_mode_done 0x7f140006
991
- int string abc_activity_chooser_view_see_all 0x7f140007
992
- int string abc_activitychooserview_choose_application 0x7f140008
993
- int string abc_capital_off 0x7f140009
994
- int string abc_capital_on 0x7f14000a
995
- int string abc_font_family_body_1_material 0x7f14000b
996
- int string abc_font_family_body_2_material 0x7f14000c
997
- int string abc_font_family_button_material 0x7f14000d
998
- int string abc_font_family_caption_material 0x7f14000e
999
- int string abc_font_family_display_1_material 0x7f14000f
1000
- int string abc_font_family_display_2_material 0x7f140010
1001
- int string abc_font_family_display_3_material 0x7f140011
1002
- int string abc_font_family_display_4_material 0x7f140012
1003
- int string abc_font_family_headline_material 0x7f140013
1004
- int string abc_font_family_menu_material 0x7f140014
1005
- int string abc_font_family_subhead_material 0x7f140015
1006
- int string abc_font_family_title_material 0x7f140016
1007
- int string abc_menu_alt_shortcut_label 0x7f140017
1008
- int string abc_menu_ctrl_shortcut_label 0x7f140018
1009
- int string abc_menu_delete_shortcut_label 0x7f140019
1010
- int string abc_menu_enter_shortcut_label 0x7f14001a
1011
- int string abc_menu_function_shortcut_label 0x7f14001b
1012
- int string abc_menu_meta_shortcut_label 0x7f14001c
1013
- int string abc_menu_shift_shortcut_label 0x7f14001d
1014
- int string abc_menu_space_shortcut_label 0x7f14001e
1015
- int string abc_menu_sym_shortcut_label 0x7f14001f
1016
- int string abc_prepend_shortcut_label 0x7f140020
1017
- int string abc_search_hint 0x7f140021
1018
- int string abc_searchview_description_clear 0x7f140022
1019
- int string abc_searchview_description_query 0x7f140023
1020
- int string abc_searchview_description_search 0x7f140024
1021
- int string abc_searchview_description_submit 0x7f140025
1022
- int string abc_searchview_description_voice 0x7f140026
1023
- int string abc_shareactionprovider_share_with 0x7f140027
1024
- int string abc_shareactionprovider_share_with_application 0x7f140028
1025
- int string abc_toolbar_collapse_description 0x7f140029
1026
- int string catalyst_copy_button 0x7f14002a
1027
- int string catalyst_debugjs 0x7f14002b
1028
- int string catalyst_debugjs_off 0x7f14002c
1029
- int string catalyst_dismiss_button 0x7f14002d
1030
- int string catalyst_element_inspector 0x7f14002e
1031
- int string catalyst_heap_capture 0x7f14002f
1032
- int string catalyst_hot_module_replacement 0x7f140030
1033
- int string catalyst_hot_module_replacement_off 0x7f140031
1034
- int string catalyst_jsload_error 0x7f140032
1035
- int string catalyst_live_reload 0x7f140033
1036
- int string catalyst_live_reload_off 0x7f140034
1037
- int string catalyst_loading_from_url 0x7f140035
1038
- int string catalyst_perf_monitor 0x7f140036
1039
- int string catalyst_perf_monitor_off 0x7f140037
1040
- int string catalyst_poke_sampling_profiler 0x7f140038
1041
- int string catalyst_reload_button 0x7f140039
1042
- int string catalyst_reloadjs 0x7f14003a
1043
- int string catalyst_remotedbg_error 0x7f14003b
1044
- int string catalyst_remotedbg_message 0x7f14003c
1045
- int string catalyst_report_button 0x7f14003d
1046
- int string catalyst_settings 0x7f14003e
1047
- int string catalyst_settings_title 0x7f14003f
1048
- int string search_menu_title 0x7f140040
1049
- int string status_bar_notification_info_overflow 0x7f140041
1050
- int style AlertDialog_AppCompat 0x7f150001
1051
- int style AlertDialog_AppCompat_Light 0x7f150002
1052
- int style Animation_AppCompat_Dialog 0x7f150003
1053
- int style Animation_AppCompat_DropDownUp 0x7f150004
1054
- int style Animation_AppCompat_Tooltip 0x7f150005
1055
- int style Animation_Catalyst_RedBox 0x7f150006
1056
- int style Base_AlertDialog_AppCompat 0x7f150007
1057
- int style Base_AlertDialog_AppCompat_Light 0x7f150008
1058
- int style Base_Animation_AppCompat_Dialog 0x7f150009
1059
- int style Base_Animation_AppCompat_DropDownUp 0x7f15000a
1060
- int style Base_Animation_AppCompat_Tooltip 0x7f15000b
1061
- int style Base_DialogWindowTitleBackground_AppCompat 0x7f15000c
1062
- int style Base_DialogWindowTitle_AppCompat 0x7f15000d
1063
- int style Base_TextAppearance_AppCompat 0x7f15000e
1064
- int style Base_TextAppearance_AppCompat_Body1 0x7f15000f
1065
- int style Base_TextAppearance_AppCompat_Body2 0x7f150010
1066
- int style Base_TextAppearance_AppCompat_Button 0x7f150011
1067
- int style Base_TextAppearance_AppCompat_Caption 0x7f150012
1068
- int style Base_TextAppearance_AppCompat_Display1 0x7f150013
1069
- int style Base_TextAppearance_AppCompat_Display2 0x7f150014
1070
- int style Base_TextAppearance_AppCompat_Display3 0x7f150015
1071
- int style Base_TextAppearance_AppCompat_Display4 0x7f150016
1072
- int style Base_TextAppearance_AppCompat_Headline 0x7f150017
1073
- int style Base_TextAppearance_AppCompat_Inverse 0x7f150018
1074
- int style Base_TextAppearance_AppCompat_Large 0x7f150019
1075
- int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f15001a
1076
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f15001b
1077
- int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f15001c
1078
- int style Base_TextAppearance_AppCompat_Medium 0x7f15001d
1079
- int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f15001e
1080
- int style Base_TextAppearance_AppCompat_Menu 0x7f15001f
1081
- int style Base_TextAppearance_AppCompat_SearchResult 0x7f150020
1082
- int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f150021
1083
- int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f150022
1084
- int style Base_TextAppearance_AppCompat_Small 0x7f150023
1085
- int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f150024
1086
- int style Base_TextAppearance_AppCompat_Subhead 0x7f150025
1087
- int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f150026
1088
- int style Base_TextAppearance_AppCompat_Title 0x7f150027
1089
- int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f150028
1090
- int style Base_TextAppearance_AppCompat_Tooltip 0x7f150029
1091
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f15002a
1092
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f15002b
1093
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f15002c
1094
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f15002d
1095
- int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f15002e
1096
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f15002f
1097
- int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f150030
1098
- int style Base_TextAppearance_AppCompat_Widget_Button 0x7f150031
1099
- int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f150032
1100
- int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f150033
1101
- int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f150034
1102
- int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f150035
1103
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f150036
1104
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f150037
1105
- int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f150038
1106
- int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f150039
1107
- int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f15003a
1108
- int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f15003b
1109
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f15003c
1110
- int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f15003d
1111
- int style Base_ThemeOverlay_AppCompat 0x7f15003e
1112
- int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f15003f
1113
- int style Base_ThemeOverlay_AppCompat_Dark 0x7f150040
1114
- int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f150041
1115
- int style Base_ThemeOverlay_AppCompat_Dialog 0x7f150042
1116
- int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f150043
1117
- int style Base_ThemeOverlay_AppCompat_Light 0x7f150044
1118
- int style Base_Theme_AppCompat 0x7f150045
1119
- int style Base_Theme_AppCompat_CompactMenu 0x7f150046
1120
- int style Base_Theme_AppCompat_Dialog 0x7f150047
1121
- int style Base_Theme_AppCompat_DialogWhenLarge 0x7f150048
1122
- int style Base_Theme_AppCompat_Dialog_Alert 0x7f150049
1123
- int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f15004a
1124
- int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f15004b
1125
- int style Base_Theme_AppCompat_Light 0x7f15004c
1126
- int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f15004d
1127
- int style Base_Theme_AppCompat_Light_Dialog 0x7f15004e
1128
- int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f15004f
1129
- int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f150050
1130
- int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f150051
1131
- int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f150052
1132
- int style Base_V11_Theme_AppCompat_Dialog 0x7f150053
1133
- int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f150054
1134
- int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f150055
1135
- int style Base_V12_Widget_AppCompat_EditText 0x7f150056
1136
- int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f150057
1137
- int style Base_V21_Theme_AppCompat 0x7f150058
1138
- int style Base_V21_Theme_AppCompat_Dialog 0x7f150059
1139
- int style Base_V21_Theme_AppCompat_Light 0x7f15005a
1140
- int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f15005b
1141
- int style Base_V22_Theme_AppCompat 0x7f15005c
1142
- int style Base_V22_Theme_AppCompat_Light 0x7f15005d
1143
- int style Base_V23_Theme_AppCompat 0x7f15005e
1144
- int style Base_V23_Theme_AppCompat_Light 0x7f15005f
1145
- int style Base_V26_Theme_AppCompat 0x7f150060
1146
- int style Base_V26_Theme_AppCompat_Light 0x7f150061
1147
- int style Base_V26_Widget_AppCompat_Toolbar 0x7f150062
1148
- int style Base_V28_Theme_AppCompat 0x7f150063
1149
- int style Base_V28_Theme_AppCompat_Light 0x7f150064
1150
- int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f150065
1151
- int style Base_V7_Theme_AppCompat 0x7f150066
1152
- int style Base_V7_Theme_AppCompat_Dialog 0x7f150067
1153
- int style Base_V7_Theme_AppCompat_Light 0x7f150068
1154
- int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f150069
1155
- int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f15006a
1156
- int style Base_V7_Widget_AppCompat_EditText 0x7f15006b
1157
- int style Base_V7_Widget_AppCompat_Toolbar 0x7f15006c
1158
- int style Base_Widget_AppCompat_ActionBar 0x7f15006d
1159
- int style Base_Widget_AppCompat_ActionBar_Solid 0x7f15006e
1160
- int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f15006f
1161
- int style Base_Widget_AppCompat_ActionBar_TabText 0x7f150070
1162
- int style Base_Widget_AppCompat_ActionBar_TabView 0x7f150071
1163
- int style Base_Widget_AppCompat_ActionButton 0x7f150072
1164
- int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f150073
1165
- int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f150074
1166
- int style Base_Widget_AppCompat_ActionMode 0x7f150075
1167
- int style Base_Widget_AppCompat_ActivityChooserView 0x7f150076
1168
- int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f150077
1169
- int style Base_Widget_AppCompat_Button 0x7f150078
1170
- int style Base_Widget_AppCompat_ButtonBar 0x7f150079
1171
- int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f15007a
1172
- int style Base_Widget_AppCompat_Button_Borderless 0x7f15007b
1173
- int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f15007c
1174
- int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15007d
1175
- int style Base_Widget_AppCompat_Button_Colored 0x7f15007e
1176
- int style Base_Widget_AppCompat_Button_Small 0x7f15007f
1177
- int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f150080
1178
- int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f150081
1179
- int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f150082
1180
- int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f150083
1181
- int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f150084
1182
- int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f150085
1183
- int style Base_Widget_AppCompat_EditText 0x7f150086
1184
- int style Base_Widget_AppCompat_ImageButton 0x7f150087
1185
- int style Base_Widget_AppCompat_Light_ActionBar 0x7f150088
1186
- int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f150089
1187
- int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f15008a
1188
- int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f15008b
1189
- int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15008c
1190
- int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f15008d
1191
- int style Base_Widget_AppCompat_Light_PopupMenu 0x7f15008e
1192
- int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15008f
1193
- int style Base_Widget_AppCompat_ListMenuView 0x7f150090
1194
- int style Base_Widget_AppCompat_ListPopupWindow 0x7f150091
1195
- int style Base_Widget_AppCompat_ListView 0x7f150092
1196
- int style Base_Widget_AppCompat_ListView_DropDown 0x7f150093
1197
- int style Base_Widget_AppCompat_ListView_Menu 0x7f150094
1198
- int style Base_Widget_AppCompat_PopupMenu 0x7f150095
1199
- int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f150096
1200
- int style Base_Widget_AppCompat_PopupWindow 0x7f150097
1201
- int style Base_Widget_AppCompat_ProgressBar 0x7f150098
1202
- int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f150099
1203
- int style Base_Widget_AppCompat_RatingBar 0x7f15009a
1204
- int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f15009b
1205
- int style Base_Widget_AppCompat_RatingBar_Small 0x7f15009c
1206
- int style Base_Widget_AppCompat_SearchView 0x7f15009d
1207
- int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f15009e
1208
- int style Base_Widget_AppCompat_SeekBar 0x7f15009f
1209
- int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1500a0
1210
- int style Base_Widget_AppCompat_Spinner 0x7f1500a1
1211
- int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1500a2
1212
- int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1500a3
1213
- int style Base_Widget_AppCompat_Toolbar 0x7f1500a4
1214
- int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1500a5
1215
- int style CalendarDatePickerDialog 0x7f1500a6
1216
- int style CalendarDatePickerStyle 0x7f1500a7
1217
- int style DialogAnimationFade 0x7f1500a8
1218
- int style DialogAnimationSlide 0x7f1500a9
1219
- int style Platform_AppCompat 0x7f1500aa
1220
- int style Platform_AppCompat_Light 0x7f1500ab
1221
- int style Platform_ThemeOverlay_AppCompat 0x7f1500ac
1222
- int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1500ad
1223
- int style Platform_ThemeOverlay_AppCompat_Light 0x7f1500ae
1224
- int style Platform_V11_AppCompat 0x7f1500af
1225
- int style Platform_V11_AppCompat_Light 0x7f1500b0
1226
- int style Platform_V14_AppCompat 0x7f1500b1
1227
- int style Platform_V14_AppCompat_Light 0x7f1500b2
1228
- int style Platform_V21_AppCompat 0x7f1500b3
1229
- int style Platform_V21_AppCompat_Light 0x7f1500b4
1230
- int style Platform_V25_AppCompat 0x7f1500b5
1231
- int style Platform_V25_AppCompat_Light 0x7f1500b6
1232
- int style Platform_Widget_AppCompat_Spinner 0x7f1500b7
1233
- int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1500b8
1234
- int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1500b9
1235
- int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500ba
1236
- int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1500bb
1237
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1500bc
1238
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1500bd
1239
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f1500be
1240
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f1500bf
1241
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f1500c0
1242
- int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f1500c1
1243
- int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f1500c2
1244
- int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f1500c3
1245
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f1500c4
1246
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f1500c5
1247
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f1500c6
1248
- int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f1500c7
1249
- int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f1500c8
1250
- int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f1500c9
1251
- int style SpinnerDatePickerDialog 0x7f1500ca
1252
- int style SpinnerDatePickerStyle 0x7f1500cb
1253
- int style TextAppearance_AppCompat 0x7f1500cc
1254
- int style TextAppearance_AppCompat_Body1 0x7f1500cd
1255
- int style TextAppearance_AppCompat_Body2 0x7f1500ce
1256
- int style TextAppearance_AppCompat_Button 0x7f1500cf
1257
- int style TextAppearance_AppCompat_Caption 0x7f1500d0
1258
- int style TextAppearance_AppCompat_Display1 0x7f1500d1
1259
- int style TextAppearance_AppCompat_Display2 0x7f1500d2
1260
- int style TextAppearance_AppCompat_Display3 0x7f1500d3
1261
- int style TextAppearance_AppCompat_Display4 0x7f1500d4
1262
- int style TextAppearance_AppCompat_Headline 0x7f1500d5
1263
- int style TextAppearance_AppCompat_Inverse 0x7f1500d6
1264
- int style TextAppearance_AppCompat_Large 0x7f1500d7
1265
- int style TextAppearance_AppCompat_Large_Inverse 0x7f1500d8
1266
- int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f1500d9
1267
- int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f1500da
1268
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f1500db
1269
- int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f1500dc
1270
- int style TextAppearance_AppCompat_Medium 0x7f1500dd
1271
- int style TextAppearance_AppCompat_Medium_Inverse 0x7f1500de
1272
- int style TextAppearance_AppCompat_Menu 0x7f1500df
1273
- int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f1500e0
1274
- int style TextAppearance_AppCompat_SearchResult_Title 0x7f1500e1
1275
- int style TextAppearance_AppCompat_Small 0x7f1500e2
1276
- int style TextAppearance_AppCompat_Small_Inverse 0x7f1500e3
1277
- int style TextAppearance_AppCompat_Subhead 0x7f1500e4
1278
- int style TextAppearance_AppCompat_Subhead_Inverse 0x7f1500e5
1279
- int style TextAppearance_AppCompat_Title 0x7f1500e6
1280
- int style TextAppearance_AppCompat_Title_Inverse 0x7f1500e7
1281
- int style TextAppearance_AppCompat_Tooltip 0x7f1500e8
1282
- int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f1500e9
1283
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f1500ea
1284
- int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f1500eb
1285
- int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1500ec
1286
- int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1500ed
1287
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1500ee
1288
- int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1500ef
1289
- int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1500f0
1290
- int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1500f1
1291
- int style TextAppearance_AppCompat_Widget_Button 0x7f1500f2
1292
- int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1500f3
1293
- int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1500f4
1294
- int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1500f5
1295
- int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1500f6
1296
- int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1500f7
1297
- int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1500f8
1298
- int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1500f9
1299
- int style TextAppearance_AppCompat_Widget_Switch 0x7f1500fa
1300
- int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1500fb
1301
- int style TextAppearance_Compat_Notification 0x7f1500fc
1302
- int style TextAppearance_Compat_Notification_Info 0x7f1500fd
1303
- int style TextAppearance_Compat_Notification_Line2 0x7f1500fe
1304
- int style TextAppearance_Compat_Notification_Time 0x7f1500ff
1305
- int style TextAppearance_Compat_Notification_Title 0x7f150100
1306
- int style TextAppearance_StatusBar_EventContent 0x7f150101
1307
- int style TextAppearance_StatusBar_EventContent_Info 0x7f150102
1308
- int style TextAppearance_StatusBar_EventContent_Line2 0x7f150103
1309
- int style TextAppearance_StatusBar_EventContent_Time 0x7f150104
1310
- int style TextAppearance_StatusBar_EventContent_Title 0x7f150105
1311
- int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f150106
1312
- int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f150107
1313
- int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f150108
1314
- int style Theme 0x7f150109
1315
- int style ThemeOverlay_AppCompat 0x7f15010a
1316
- int style ThemeOverlay_AppCompat_ActionBar 0x7f15010b
1317
- int style ThemeOverlay_AppCompat_Dark 0x7f15010c
1318
- int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f15010d
1319
- int style ThemeOverlay_AppCompat_Dialog 0x7f15010e
1320
- int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f15010f
1321
- int style ThemeOverlay_AppCompat_Light 0x7f150110
1322
- int style Theme_AppCompat 0x7f150111
1323
- int style Theme_AppCompat_CompactMenu 0x7f150112
1324
- int style Theme_AppCompat_DayNight 0x7f150113
1325
- int style Theme_AppCompat_DayNight_DarkActionBar 0x7f150114
1326
- int style Theme_AppCompat_DayNight_Dialog 0x7f150115
1327
- int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f150116
1328
- int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f150117
1329
- int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f150118
1330
- int style Theme_AppCompat_DayNight_NoActionBar 0x7f150119
1331
- int style Theme_AppCompat_Dialog 0x7f15011a
1332
- int style Theme_AppCompat_DialogWhenLarge 0x7f15011b
1333
- int style Theme_AppCompat_Dialog_Alert 0x7f15011c
1334
- int style Theme_AppCompat_Dialog_MinWidth 0x7f15011d
1335
- int style Theme_AppCompat_Light 0x7f15011e
1336
- int style Theme_AppCompat_Light_DarkActionBar 0x7f15011f
1337
- int style Theme_AppCompat_Light_Dialog 0x7f150120
1338
- int style Theme_AppCompat_Light_DialogWhenLarge 0x7f150121
1339
- int style Theme_AppCompat_Light_Dialog_Alert 0x7f150122
1340
- int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f150123
1341
- int style Theme_AppCompat_Light_NoActionBar 0x7f150124
1342
- int style Theme_AppCompat_NoActionBar 0x7f150125
1343
- int style Theme_Catalyst 0x7f150126
1344
- int style Theme_Catalyst_RedBox 0x7f150127
1345
- int style Theme_FullScreenDialog 0x7f150128
1346
- int style Theme_FullScreenDialogAnimatedFade 0x7f150129
1347
- int style Theme_FullScreenDialogAnimatedSlide 0x7f15012a
1348
- int style Theme_ReactNative_AppCompat_Light 0x7f15012b
1349
- int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f15012c
1350
- int style Widget_AppCompat_ActionBar 0x7f15012d
1351
- int style Widget_AppCompat_ActionBar_Solid 0x7f15012e
1352
- int style Widget_AppCompat_ActionBar_TabBar 0x7f15012f
1353
- int style Widget_AppCompat_ActionBar_TabText 0x7f150130
1354
- int style Widget_AppCompat_ActionBar_TabView 0x7f150131
1355
- int style Widget_AppCompat_ActionButton 0x7f150132
1356
- int style Widget_AppCompat_ActionButton_CloseMode 0x7f150133
1357
- int style Widget_AppCompat_ActionButton_Overflow 0x7f150134
1358
- int style Widget_AppCompat_ActionMode 0x7f150135
1359
- int style Widget_AppCompat_ActivityChooserView 0x7f150136
1360
- int style Widget_AppCompat_AutoCompleteTextView 0x7f150137
1361
- int style Widget_AppCompat_Button 0x7f150138
1362
- int style Widget_AppCompat_ButtonBar 0x7f150139
1363
- int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f15013a
1364
- int style Widget_AppCompat_Button_Borderless 0x7f15013b
1365
- int style Widget_AppCompat_Button_Borderless_Colored 0x7f15013c
1366
- int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f15013d
1367
- int style Widget_AppCompat_Button_Colored 0x7f15013e
1368
- int style Widget_AppCompat_Button_Small 0x7f15013f
1369
- int style Widget_AppCompat_CompoundButton_CheckBox 0x7f150140
1370
- int style Widget_AppCompat_CompoundButton_RadioButton 0x7f150141
1371
- int style Widget_AppCompat_CompoundButton_Switch 0x7f150142
1372
- int style Widget_AppCompat_DrawerArrowToggle 0x7f150143
1373
- int style Widget_AppCompat_DropDownItem_Spinner 0x7f150144
1374
- int style Widget_AppCompat_EditText 0x7f150145
1375
- int style Widget_AppCompat_ImageButton 0x7f150146
1376
- int style Widget_AppCompat_Light_ActionBar 0x7f150147
1377
- int style Widget_AppCompat_Light_ActionBar_Solid 0x7f150148
1378
- int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f150149
1379
- int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f15014a
1380
- int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f15014b
1381
- int style Widget_AppCompat_Light_ActionBar_TabText 0x7f15014c
1382
- int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f15014d
1383
- int style Widget_AppCompat_Light_ActionBar_TabView 0x7f15014e
1384
- int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f15014f
1385
- int style Widget_AppCompat_Light_ActionButton 0x7f150150
1386
- int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f150151
1387
- int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f150152
1388
- int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f150153
1389
- int style Widget_AppCompat_Light_ActivityChooserView 0x7f150154
1390
- int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f150155
1391
- int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f150156
1392
- int style Widget_AppCompat_Light_ListPopupWindow 0x7f150157
1393
- int style Widget_AppCompat_Light_ListView_DropDown 0x7f150158
1394
- int style Widget_AppCompat_Light_PopupMenu 0x7f150159
1395
- int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f15015a
1396
- int style Widget_AppCompat_Light_SearchView 0x7f15015b
1397
- int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f15015c
1398
- int style Widget_AppCompat_ListMenuView 0x7f15015d
1399
- int style Widget_AppCompat_ListPopupWindow 0x7f15015e
1400
- int style Widget_AppCompat_ListView 0x7f15015f
1401
- int style Widget_AppCompat_ListView_DropDown 0x7f150160
1402
- int style Widget_AppCompat_ListView_Menu 0x7f150161
1403
- int style Widget_AppCompat_PopupMenu 0x7f150162
1404
- int style Widget_AppCompat_PopupMenu_Overflow 0x7f150163
1405
- int style Widget_AppCompat_PopupWindow 0x7f150164
1406
- int style Widget_AppCompat_ProgressBar 0x7f150165
1407
- int style Widget_AppCompat_ProgressBar_Horizontal 0x7f150166
1408
- int style Widget_AppCompat_RatingBar 0x7f150167
1409
- int style Widget_AppCompat_RatingBar_Indicator 0x7f150168
1410
- int style Widget_AppCompat_RatingBar_Small 0x7f150169
1411
- int style Widget_AppCompat_SearchView 0x7f15016a
1412
- int style Widget_AppCompat_SearchView_ActionBar 0x7f15016b
1413
- int style Widget_AppCompat_SeekBar 0x7f15016c
1414
- int style Widget_AppCompat_SeekBar_Discrete 0x7f15016d
1415
- int style Widget_AppCompat_Spinner 0x7f15016e
1416
- int style Widget_AppCompat_Spinner_DropDown 0x7f15016f
1417
- int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f150170
1418
- int style Widget_AppCompat_Spinner_Underlined 0x7f150171
1419
- int style Widget_AppCompat_TextView_SpinnerItem 0x7f150172
1420
- int style Widget_AppCompat_Toolbar 0x7f150173
1421
- int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f150174
1422
- int style Widget_Compat_NotificationActionContainer 0x7f150175
1423
- int style Widget_Compat_NotificationActionText 0x7f150176
1424
- int style Widget_Support_CoordinatorLayout 0x7f150177
1425
- int[] styleable ActionBar { 0x7f040035, 0x7f040037, 0x7f040038, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f040064, 0x7f040069, 0x7f04006a, 0x7f040075, 0x7f040088, 0x7f040089, 0x7f04008a, 0x7f04008b, 0x7f04008c, 0x7f040091, 0x7f040094, 0x7f0400aa, 0x7f0400b1, 0x7f0400bf, 0x7f0400c6, 0x7f0400c7, 0x7f0400ee, 0x7f0400f1, 0x7f04010c, 0x7f040115 }
1426
- int styleable ActionBar_background 0
1427
- int styleable ActionBar_backgroundSplit 1
1428
- int styleable ActionBar_backgroundStacked 2
1429
- int styleable ActionBar_contentInsetEnd 3
1430
- int styleable ActionBar_contentInsetEndWithActions 4
1431
- int styleable ActionBar_contentInsetLeft 5
1432
- int styleable ActionBar_contentInsetRight 6
1433
- int styleable ActionBar_contentInsetStart 7
1434
- int styleable ActionBar_contentInsetStartWithNavigation 8
1435
- int styleable ActionBar_customNavigationLayout 9
1436
- int styleable ActionBar_displayOptions 10
1437
- int styleable ActionBar_divider 11
1438
- int styleable ActionBar_elevation 12
1439
- int styleable ActionBar_height 13
1440
- int styleable ActionBar_hideOnContentScroll 14
1441
- int styleable ActionBar_homeAsUpIndicator 15
1442
- int styleable ActionBar_homeLayout 16
1443
- int styleable ActionBar_icon 17
1444
- int styleable ActionBar_indeterminateProgressStyle 18
1445
- int styleable ActionBar_itemPadding 19
1446
- int styleable ActionBar_logo 20
1447
- int styleable ActionBar_navigationMode 21
1448
- int styleable ActionBar_popupTheme 22
1449
- int styleable ActionBar_progressBarPadding 23
1450
- int styleable ActionBar_progressBarStyle 24
1451
- int styleable ActionBar_subtitle 25
1452
- int styleable ActionBar_subtitleTextStyle 26
1453
- int styleable ActionBar_title 27
1454
- int styleable ActionBar_titleTextStyle 28
1455
- int[] styleable ActionBarLayout { 0x10100b3 }
1456
- int styleable ActionBarLayout_android_layout_gravity 0
1457
- int[] styleable ActionMenuItemView { 0x101013f }
1458
- int styleable ActionMenuItemView_android_minWidth 0
1459
- int[] styleable ActionMenuView { }
1460
- int[] styleable ActionMode { 0x7f040035, 0x7f040037, 0x7f04004c, 0x7f040088, 0x7f0400f1, 0x7f040115 }
1461
- int styleable ActionMode_background 0
1462
- int styleable ActionMode_backgroundSplit 1
1463
- int styleable ActionMode_closeItemLayout 2
1464
- int styleable ActionMode_height 3
1465
- int styleable ActionMode_subtitleTextStyle 4
1466
- int styleable ActionMode_titleTextStyle 5
1467
- int[] styleable ActivityChooserView { 0x7f040076, 0x7f040092 }
1468
- int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
1469
- int styleable ActivityChooserView_initialActivityCount 1
1470
- int[] styleable AlertDialog { 0x10100f2, 0x7f040043, 0x7f040044, 0x7f0400a1, 0x7f0400a2, 0x7f0400ae, 0x7f0400e3, 0x7f0400e4 }
1471
- int styleable AlertDialog_android_layout 0
1472
- int styleable AlertDialog_buttonIconDimen 1
1473
- int styleable AlertDialog_buttonPanelSideLayout 2
1474
- int styleable AlertDialog_listItemLayout 3
1475
- int styleable AlertDialog_listLayout 4
1476
- int styleable AlertDialog_multiChoiceItemLayout 5
1477
- int styleable AlertDialog_showTitle 6
1478
- int styleable AlertDialog_singleChoiceItemLayout 7
1479
- int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
1480
- int styleable AnimatedStateListDrawableCompat_android_constantSize 0
1481
- int styleable AnimatedStateListDrawableCompat_android_dither 1
1482
- int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
1483
- int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
1484
- int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
1485
- int styleable AnimatedStateListDrawableCompat_android_visible 5
1486
- int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
1487
- int styleable AnimatedStateListDrawableItem_android_drawable 0
1488
- int styleable AnimatedStateListDrawableItem_android_id 1
1489
- int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
1490
- int styleable AnimatedStateListDrawableTransition_android_drawable 0
1491
- int styleable AnimatedStateListDrawableTransition_android_fromId 1
1492
- int styleable AnimatedStateListDrawableTransition_android_reversible 2
1493
- int styleable AnimatedStateListDrawableTransition_android_toId 3
1494
- int[] styleable AppCompatImageView { 0x1010119, 0x7f0400e9, 0x7f04010a, 0x7f04010b }
1495
- int styleable AppCompatImageView_android_src 0
1496
- int styleable AppCompatImageView_srcCompat 1
1497
- int styleable AppCompatImageView_tint 2
1498
- int styleable AppCompatImageView_tintMode 3
1499
- int[] styleable AppCompatSeekBar { 0x1010142, 0x7f040107, 0x7f040108, 0x7f040109 }
1500
- int styleable AppCompatSeekBar_android_thumb 0
1501
- int styleable AppCompatSeekBar_tickMark 1
1502
- int styleable AppCompatSeekBar_tickMarkTint 2
1503
- int styleable AppCompatSeekBar_tickMarkTintMode 3
1504
- int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
1505
- int styleable AppCompatTextHelper_android_drawableBottom 0
1506
- int styleable AppCompatTextHelper_android_drawableEnd 1
1507
- int styleable AppCompatTextHelper_android_drawableLeft 2
1508
- int styleable AppCompatTextHelper_android_drawableRight 3
1509
- int styleable AppCompatTextHelper_android_drawableStart 4
1510
- int styleable AppCompatTextHelper_android_drawableTop 5
1511
- int styleable AppCompatTextHelper_android_textAppearance 6
1512
- int[] styleable AppCompatTextView { 0x1010034, 0x7f040030, 0x7f040031, 0x7f040032, 0x7f040033, 0x7f040034, 0x7f04007a, 0x7f04007c, 0x7f040096, 0x7f04009e, 0x7f0400f7 }
1513
- int styleable AppCompatTextView_android_textAppearance 0
1514
- int styleable AppCompatTextView_autoSizeMaxTextSize 1
1515
- int styleable AppCompatTextView_autoSizeMinTextSize 2
1516
- int styleable AppCompatTextView_autoSizePresetSizes 3
1517
- int styleable AppCompatTextView_autoSizeStepGranularity 4
1518
- int styleable AppCompatTextView_autoSizeTextType 5
1519
- int styleable AppCompatTextView_firstBaselineToTopHeight 6
1520
- int styleable AppCompatTextView_fontFamily 7
1521
- int styleable AppCompatTextView_lastBaselineToBottomHeight 8
1522
- int styleable AppCompatTextView_lineHeight 9
1523
- int styleable AppCompatTextView_textAllCaps 10
1524
- int[] styleable AppCompatTheme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040026, 0x7f040027, 0x7f040028, 0x7f040029, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f04003c, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040040, 0x7f040041, 0x7f040045, 0x7f040046, 0x7f040049, 0x7f04004a, 0x7f040050, 0x7f040051, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040056, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f040062, 0x7f040066, 0x7f040067, 0x7f040068, 0x7f04006b, 0x7f04006d, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040074, 0x7f04008a, 0x7f040090, 0x7f04009f, 0x7f0400a0, 0x7f0400a3, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400be, 0x7f0400c0, 0x7f0400ca, 0x7f0400cb, 0x7f0400cc, 0x7f0400cd, 0x7f0400dc, 0x7f0400dd, 0x7f0400de, 0x7f0400df, 0x7f0400e6, 0x7f0400e7, 0x7f0400f5, 0x7f0400f8, 0x7f0400f9, 0x7f0400fa, 0x7f0400fb, 0x7f0400fc, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040116, 0x7f040117, 0x7f040118, 0x7f040119, 0x7f040120, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b }
1525
- int styleable AppCompatTheme_actionBarDivider 0
1526
- int styleable AppCompatTheme_actionBarItemBackground 1
1527
- int styleable AppCompatTheme_actionBarPopupTheme 2
1528
- int styleable AppCompatTheme_actionBarSize 3
1529
- int styleable AppCompatTheme_actionBarSplitStyle 4
1530
- int styleable AppCompatTheme_actionBarStyle 5
1531
- int styleable AppCompatTheme_actionBarTabBarStyle 6
1532
- int styleable AppCompatTheme_actionBarTabStyle 7
1533
- int styleable AppCompatTheme_actionBarTabTextStyle 8
1534
- int styleable AppCompatTheme_actionBarTheme 9
1535
- int styleable AppCompatTheme_actionBarWidgetTheme 10
1536
- int styleable AppCompatTheme_actionButtonStyle 11
1537
- int styleable AppCompatTheme_actionDropDownStyle 12
1538
- int styleable AppCompatTheme_actionMenuTextAppearance 13
1539
- int styleable AppCompatTheme_actionMenuTextColor 14
1540
- int styleable AppCompatTheme_actionModeBackground 15
1541
- int styleable AppCompatTheme_actionModeCloseButtonStyle 16
1542
- int styleable AppCompatTheme_actionModeCloseDrawable 17
1543
- int styleable AppCompatTheme_actionModeCopyDrawable 18
1544
- int styleable AppCompatTheme_actionModeCutDrawable 19
1545
- int styleable AppCompatTheme_actionModeFindDrawable 20
1546
- int styleable AppCompatTheme_actionModePasteDrawable 21
1547
- int styleable AppCompatTheme_actionModePopupWindowStyle 22
1548
- int styleable AppCompatTheme_actionModeSelectAllDrawable 23
1549
- int styleable AppCompatTheme_actionModeShareDrawable 24
1550
- int styleable AppCompatTheme_actionModeSplitBackground 25
1551
- int styleable AppCompatTheme_actionModeStyle 26
1552
- int styleable AppCompatTheme_actionModeWebSearchDrawable 27
1553
- int styleable AppCompatTheme_actionOverflowButtonStyle 28
1554
- int styleable AppCompatTheme_actionOverflowMenuStyle 29
1555
- int styleable AppCompatTheme_activityChooserViewStyle 30
1556
- int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
1557
- int styleable AppCompatTheme_alertDialogCenterButtons 32
1558
- int styleable AppCompatTheme_alertDialogStyle 33
1559
- int styleable AppCompatTheme_alertDialogTheme 34
1560
- int styleable AppCompatTheme_android_windowAnimationStyle 35
1561
- int styleable AppCompatTheme_android_windowIsFloating 36
1562
- int styleable AppCompatTheme_autoCompleteTextViewStyle 37
1563
- int styleable AppCompatTheme_borderlessButtonStyle 38
1564
- int styleable AppCompatTheme_buttonBarButtonStyle 39
1565
- int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
1566
- int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
1567
- int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
1568
- int styleable AppCompatTheme_buttonBarStyle 43
1569
- int styleable AppCompatTheme_buttonStyle 44
1570
- int styleable AppCompatTheme_buttonStyleSmall 45
1571
- int styleable AppCompatTheme_checkboxStyle 46
1572
- int styleable AppCompatTheme_checkedTextViewStyle 47
1573
- int styleable AppCompatTheme_colorAccent 48
1574
- int styleable AppCompatTheme_colorBackgroundFloating 49
1575
- int styleable AppCompatTheme_colorButtonNormal 50
1576
- int styleable AppCompatTheme_colorControlActivated 51
1577
- int styleable AppCompatTheme_colorControlHighlight 52
1578
- int styleable AppCompatTheme_colorControlNormal 53
1579
- int styleable AppCompatTheme_colorError 54
1580
- int styleable AppCompatTheme_colorPrimary 55
1581
- int styleable AppCompatTheme_colorPrimaryDark 56
1582
- int styleable AppCompatTheme_colorSwitchThumbNormal 57
1583
- int styleable AppCompatTheme_controlBackground 58
1584
- int styleable AppCompatTheme_dialogCornerRadius 59
1585
- int styleable AppCompatTheme_dialogPreferredPadding 60
1586
- int styleable AppCompatTheme_dialogTheme 61
1587
- int styleable AppCompatTheme_dividerHorizontal 62
1588
- int styleable AppCompatTheme_dividerVertical 63
1589
- int styleable AppCompatTheme_dropDownListViewStyle 64
1590
- int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
1591
- int styleable AppCompatTheme_editTextBackground 66
1592
- int styleable AppCompatTheme_editTextColor 67
1593
- int styleable AppCompatTheme_editTextStyle 68
1594
- int styleable AppCompatTheme_homeAsUpIndicator 69
1595
- int styleable AppCompatTheme_imageButtonStyle 70
1596
- int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
1597
- int styleable AppCompatTheme_listDividerAlertDialog 72
1598
- int styleable AppCompatTheme_listMenuViewStyle 73
1599
- int styleable AppCompatTheme_listPopupWindowStyle 74
1600
- int styleable AppCompatTheme_listPreferredItemHeight 75
1601
- int styleable AppCompatTheme_listPreferredItemHeightLarge 76
1602
- int styleable AppCompatTheme_listPreferredItemHeightSmall 77
1603
- int styleable AppCompatTheme_listPreferredItemPaddingLeft 78
1604
- int styleable AppCompatTheme_listPreferredItemPaddingRight 79
1605
- int styleable AppCompatTheme_panelBackground 80
1606
- int styleable AppCompatTheme_panelMenuListTheme 81
1607
- int styleable AppCompatTheme_panelMenuListWidth 82
1608
- int styleable AppCompatTheme_popupMenuStyle 83
1609
- int styleable AppCompatTheme_popupWindowStyle 84
1610
- int styleable AppCompatTheme_radioButtonStyle 85
1611
- int styleable AppCompatTheme_ratingBarStyle 86
1612
- int styleable AppCompatTheme_ratingBarStyleIndicator 87
1613
- int styleable AppCompatTheme_ratingBarStyleSmall 88
1614
- int styleable AppCompatTheme_searchViewStyle 89
1615
- int styleable AppCompatTheme_seekBarStyle 90
1616
- int styleable AppCompatTheme_selectableItemBackground 91
1617
- int styleable AppCompatTheme_selectableItemBackgroundBorderless 92
1618
- int styleable AppCompatTheme_spinnerDropDownItemStyle 93
1619
- int styleable AppCompatTheme_spinnerStyle 94
1620
- int styleable AppCompatTheme_switchStyle 95
1621
- int styleable AppCompatTheme_textAppearanceLargePopupMenu 96
1622
- int styleable AppCompatTheme_textAppearanceListItem 97
1623
- int styleable AppCompatTheme_textAppearanceListItemSecondary 98
1624
- int styleable AppCompatTheme_textAppearanceListItemSmall 99
1625
- int styleable AppCompatTheme_textAppearancePopupMenuHeader 100
1626
- int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101
1627
- int styleable AppCompatTheme_textAppearanceSearchResultTitle 102
1628
- int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103
1629
- int styleable AppCompatTheme_textColorAlertDialogListItem 104
1630
- int styleable AppCompatTheme_textColorSearchUrl 105
1631
- int styleable AppCompatTheme_toolbarNavigationButtonStyle 106
1632
- int styleable AppCompatTheme_toolbarStyle 107
1633
- int styleable AppCompatTheme_tooltipForegroundColor 108
1634
- int styleable AppCompatTheme_tooltipFrameBackground 109
1635
- int styleable AppCompatTheme_viewInflaterClass 110
1636
- int styleable AppCompatTheme_windowActionBar 111
1637
- int styleable AppCompatTheme_windowActionBarOverlay 112
1638
- int styleable AppCompatTheme_windowActionModeOverlay 113
1639
- int styleable AppCompatTheme_windowFixedHeightMajor 114
1640
- int styleable AppCompatTheme_windowFixedHeightMinor 115
1641
- int styleable AppCompatTheme_windowFixedWidthMajor 116
1642
- int styleable AppCompatTheme_windowFixedWidthMinor 117
1643
- int styleable AppCompatTheme_windowMinWidthMajor 118
1644
- int styleable AppCompatTheme_windowMinWidthMinor 119
1645
- int styleable AppCompatTheme_windowNoTitle 120
1646
- int[] styleable ButtonBarLayout { 0x7f04002a }
1647
- int styleable ButtonBarLayout_allowStacking 0
1648
- int[] styleable ColorStateListItem { 0x7f04002b, 0x101031f, 0x10101a5 }
1649
- int styleable ColorStateListItem_alpha 0
1650
- int styleable ColorStateListItem_android_alpha 1
1651
- int styleable ColorStateListItem_android_color 2
1652
- int[] styleable CompoundButton { 0x1010107, 0x7f040047, 0x7f040048 }
1653
- int styleable CompoundButton_android_button 0
1654
- int styleable CompoundButton_buttonTint 1
1655
- int styleable CompoundButton_buttonTintMode 2
1656
- int[] styleable CoordinatorLayout { 0x7f040095, 0x7f0400eb }
1657
- int styleable CoordinatorLayout_keylines 0
1658
- int styleable CoordinatorLayout_statusBarBackground 1
1659
- int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f040098, 0x7f040099, 0x7f04009a, 0x7f04009b, 0x7f04009c, 0x7f04009d }
1660
- int styleable CoordinatorLayout_Layout_android_layout_gravity 0
1661
- int styleable CoordinatorLayout_Layout_layout_anchor 1
1662
- int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
1663
- int styleable CoordinatorLayout_Layout_layout_behavior 3
1664
- int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
1665
- int styleable CoordinatorLayout_Layout_layout_insetEdge 5
1666
- int styleable CoordinatorLayout_Layout_layout_keyline 6
1667
- int[] styleable DrawerArrowToggle { 0x7f04002d, 0x7f04002e, 0x7f04003b, 0x7f04004f, 0x7f04006e, 0x7f040086, 0x7f0400e5, 0x7f040103 }
1668
- int styleable DrawerArrowToggle_arrowHeadLength 0
1669
- int styleable DrawerArrowToggle_arrowShaftLength 1
1670
- int styleable DrawerArrowToggle_barLength 2
1671
- int styleable DrawerArrowToggle_color 3
1672
- int styleable DrawerArrowToggle_drawableSize 4
1673
- int styleable DrawerArrowToggle_gapBetweenBars 5
1674
- int styleable DrawerArrowToggle_spinBars 6
1675
- int styleable DrawerArrowToggle_thickness 7
1676
- int[] styleable FontFamily { 0x7f04007d, 0x7f04007e, 0x7f04007f, 0x7f040080, 0x7f040081, 0x7f040082 }
1677
- int styleable FontFamily_fontProviderAuthority 0
1678
- int styleable FontFamily_fontProviderCerts 1
1679
- int styleable FontFamily_fontProviderFetchStrategy 2
1680
- int styleable FontFamily_fontProviderFetchTimeout 3
1681
- int styleable FontFamily_fontProviderPackage 4
1682
- int styleable FontFamily_fontProviderQuery 5
1683
- int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f04007b, 0x7f040083, 0x7f040084, 0x7f040085, 0x7f04011e }
1684
- int styleable FontFamilyFont_android_font 0
1685
- int styleable FontFamilyFont_android_fontStyle 1
1686
- int styleable FontFamilyFont_android_fontVariationSettings 2
1687
- int styleable FontFamilyFont_android_fontWeight 3
1688
- int styleable FontFamilyFont_android_ttcIndex 4
1689
- int styleable FontFamilyFont_font 5
1690
- int styleable FontFamilyFont_fontStyle 6
1691
- int styleable FontFamilyFont_fontVariationSettings 7
1692
- int styleable FontFamilyFont_fontWeight 8
1693
- int styleable FontFamilyFont_ttcIndex 9
1694
- int[] styleable GenericDraweeHierarchy { 0x7f040024, 0x7f040036, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f0400b4, 0x7f0400bc, 0x7f0400bd, 0x7f0400c2, 0x7f0400c3, 0x7f0400c4, 0x7f0400c5, 0x7f0400ce, 0x7f0400cf, 0x7f0400d0, 0x7f0400d1, 0x7f0400d2, 0x7f0400d3, 0x7f0400d4, 0x7f0400d5, 0x7f0400d6, 0x7f0400d7, 0x7f0400d8, 0x7f0400d9, 0x7f04011f }
1695
- int styleable GenericDraweeHierarchy_actualImageScaleType 0
1696
- int styleable GenericDraweeHierarchy_backgroundImage 1
1697
- int styleable GenericDraweeHierarchy_fadeDuration 2
1698
- int styleable GenericDraweeHierarchy_failureImage 3
1699
- int styleable GenericDraweeHierarchy_failureImageScaleType 4
1700
- int styleable GenericDraweeHierarchy_overlayImage 5
1701
- int styleable GenericDraweeHierarchy_placeholderImage 6
1702
- int styleable GenericDraweeHierarchy_placeholderImageScaleType 7
1703
- int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8
1704
- int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9
1705
- int styleable GenericDraweeHierarchy_progressBarImage 10
1706
- int styleable GenericDraweeHierarchy_progressBarImageScaleType 11
1707
- int styleable GenericDraweeHierarchy_retryImage 12
1708
- int styleable GenericDraweeHierarchy_retryImageScaleType 13
1709
- int styleable GenericDraweeHierarchy_roundAsCircle 14
1710
- int styleable GenericDraweeHierarchy_roundBottomLeft 15
1711
- int styleable GenericDraweeHierarchy_roundBottomRight 16
1712
- int styleable GenericDraweeHierarchy_roundTopLeft 17
1713
- int styleable GenericDraweeHierarchy_roundTopRight 18
1714
- int styleable GenericDraweeHierarchy_roundWithOverlayColor 19
1715
- int styleable GenericDraweeHierarchy_roundedCornerRadius 20
1716
- int styleable GenericDraweeHierarchy_roundingBorderColor 21
1717
- int styleable GenericDraweeHierarchy_roundingBorderPadding 22
1718
- int styleable GenericDraweeHierarchy_roundingBorderWidth 23
1719
- int styleable GenericDraweeHierarchy_viewAspectRatio 24
1720
- int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
1721
- int styleable GradientColor_android_centerColor 0
1722
- int styleable GradientColor_android_centerX 1
1723
- int styleable GradientColor_android_centerY 2
1724
- int styleable GradientColor_android_endColor 3
1725
- int styleable GradientColor_android_endX 4
1726
- int styleable GradientColor_android_endY 5
1727
- int styleable GradientColor_android_gradientRadius 6
1728
- int styleable GradientColor_android_startColor 7
1729
- int styleable GradientColor_android_startX 8
1730
- int styleable GradientColor_android_startY 9
1731
- int styleable GradientColor_android_tileMode 10
1732
- int styleable GradientColor_android_type 11
1733
- int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
1734
- int styleable GradientColorItem_android_color 0
1735
- int styleable GradientColorItem_android_offset 1
1736
- int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x7f04006a, 0x7f04006c, 0x7f0400ad, 0x7f0400e1 }
1737
- int styleable LinearLayoutCompat_android_baselineAligned 0
1738
- int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
1739
- int styleable LinearLayoutCompat_android_gravity 2
1740
- int styleable LinearLayoutCompat_android_orientation 3
1741
- int styleable LinearLayoutCompat_android_weightSum 4
1742
- int styleable LinearLayoutCompat_divider 5
1743
- int styleable LinearLayoutCompat_dividerPadding 6
1744
- int styleable LinearLayoutCompat_measureWithLargestChild 7
1745
- int styleable LinearLayoutCompat_showDividers 8
1746
- int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
1747
- int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
1748
- int styleable LinearLayoutCompat_Layout_android_layout_height 1
1749
- int styleable LinearLayoutCompat_Layout_android_layout_weight 2
1750
- int styleable LinearLayoutCompat_Layout_android_layout_width 3
1751
- int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
1752
- int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
1753
- int styleable ListPopupWindow_android_dropDownVerticalOffset 1
1754
- int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
1755
- int styleable MenuGroup_android_checkableBehavior 0
1756
- int styleable MenuGroup_android_enabled 1
1757
- int styleable MenuGroup_android_id 2
1758
- int styleable MenuGroup_android_menuCategory 3
1759
- int styleable MenuGroup_android_orderInCategory 4
1760
- int styleable MenuGroup_android_visible 5
1761
- int[] styleable MenuItem { 0x7f04000e, 0x7f040020, 0x7f040021, 0x7f04002c, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x7f04005b, 0x7f04008d, 0x7f04008e, 0x7f0400b2, 0x7f0400e0, 0x7f04011a }
1762
- int styleable MenuItem_actionLayout 0
1763
- int styleable MenuItem_actionProviderClass 1
1764
- int styleable MenuItem_actionViewClass 2
1765
- int styleable MenuItem_alphabeticModifiers 3
1766
- int styleable MenuItem_android_alphabeticShortcut 4
1767
- int styleable MenuItem_android_checkable 5
1768
- int styleable MenuItem_android_checked 6
1769
- int styleable MenuItem_android_enabled 7
1770
- int styleable MenuItem_android_icon 8
1771
- int styleable MenuItem_android_id 9
1772
- int styleable MenuItem_android_menuCategory 10
1773
- int styleable MenuItem_android_numericShortcut 11
1774
- int styleable MenuItem_android_onClick 12
1775
- int styleable MenuItem_android_orderInCategory 13
1776
- int styleable MenuItem_android_title 14
1777
- int styleable MenuItem_android_titleCondensed 15
1778
- int styleable MenuItem_android_visible 16
1779
- int styleable MenuItem_contentDescription 17
1780
- int styleable MenuItem_iconTint 18
1781
- int styleable MenuItem_iconTintMode 19
1782
- int styleable MenuItem_numericModifiers 20
1783
- int styleable MenuItem_showAsAction 21
1784
- int styleable MenuItem_tooltipText 22
1785
- int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x7f0400c1, 0x7f0400ec }
1786
- int styleable MenuView_android_headerBackground 0
1787
- int styleable MenuView_android_horizontalDivider 1
1788
- int styleable MenuView_android_itemBackground 2
1789
- int styleable MenuView_android_itemIconDisabledAlpha 3
1790
- int styleable MenuView_android_itemTextAppearance 4
1791
- int styleable MenuView_android_verticalDivider 5
1792
- int styleable MenuView_android_windowAnimationStyle 6
1793
- int styleable MenuView_preserveIconSpacing 7
1794
- int styleable MenuView_subMenuArrow 8
1795
- int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x7f0400b3 }
1796
- int styleable PopupWindow_android_popupAnimationStyle 0
1797
- int styleable PopupWindow_android_popupBackground 1
1798
- int styleable PopupWindow_overlapAnchor 2
1799
- int[] styleable PopupWindowBackgroundState { 0x7f0400ea }
1800
- int styleable PopupWindowBackgroundState_state_above_anchor 0
1801
- int[] styleable RecycleListView { 0x7f0400b5, 0x7f0400b8 }
1802
- int styleable RecycleListView_paddingBottomNoButtons 0
1803
- int styleable RecycleListView_paddingTopNoTitle 1
1804
- int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x7f04004b, 0x7f04005a, 0x7f040065, 0x7f040087, 0x7f04008f, 0x7f040097, 0x7f0400c8, 0x7f0400c9, 0x7f0400da, 0x7f0400db, 0x7f0400ed, 0x7f0400f2, 0x7f040121 }
1805
- int styleable SearchView_android_focusable 0
1806
- int styleable SearchView_android_imeOptions 1
1807
- int styleable SearchView_android_inputType 2
1808
- int styleable SearchView_android_maxWidth 3
1809
- int styleable SearchView_closeIcon 4
1810
- int styleable SearchView_commitIcon 5
1811
- int styleable SearchView_defaultQueryHint 6
1812
- int styleable SearchView_goIcon 7
1813
- int styleable SearchView_iconifiedByDefault 8
1814
- int styleable SearchView_layout 9
1815
- int styleable SearchView_queryBackground 10
1816
- int styleable SearchView_queryHint 11
1817
- int styleable SearchView_searchHintIcon 12
1818
- int styleable SearchView_searchIcon 13
1819
- int styleable SearchView_submitBackground 14
1820
- int styleable SearchView_suggestionRowLayout 15
1821
- int styleable SearchView_voiceIcon 16
1822
- int[] styleable SimpleDraweeView { 0x7f040023, 0x7f040025 }
1823
- int styleable SimpleDraweeView_actualImageResource 0
1824
- int styleable SimpleDraweeView_actualImageUri 1
1825
- int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x7f0400bf }
1826
- int styleable Spinner_android_dropDownWidth 0
1827
- int styleable Spinner_android_entries 1
1828
- int styleable Spinner_android_popupBackground 2
1829
- int styleable Spinner_android_prompt 3
1830
- int styleable Spinner_popupTheme 4
1831
- int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
1832
- int styleable StateListDrawable_android_constantSize 0
1833
- int styleable StateListDrawable_android_dither 1
1834
- int styleable StateListDrawable_android_enterFadeDuration 2
1835
- int styleable StateListDrawable_android_exitFadeDuration 3
1836
- int styleable StateListDrawable_android_variablePadding 4
1837
- int styleable StateListDrawable_android_visible 5
1838
- int[] styleable StateListDrawableItem { 0x1010199 }
1839
- int styleable StateListDrawableItem_android_drawable 0
1840
- int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x7f0400e2, 0x7f0400e8, 0x7f0400f3, 0x7f0400f4, 0x7f0400f6, 0x7f040104, 0x7f040105, 0x7f040106, 0x7f04011b, 0x7f04011c, 0x7f04011d }
1841
- int styleable SwitchCompat_android_textOff 0
1842
- int styleable SwitchCompat_android_textOn 1
1843
- int styleable SwitchCompat_android_thumb 2
1844
- int styleable SwitchCompat_showText 3
1845
- int styleable SwitchCompat_splitTrack 4
1846
- int styleable SwitchCompat_switchMinWidth 5
1847
- int styleable SwitchCompat_switchPadding 6
1848
- int styleable SwitchCompat_switchTextAppearance 7
1849
- int styleable SwitchCompat_thumbTextPadding 8
1850
- int styleable SwitchCompat_thumbTint 9
1851
- int styleable SwitchCompat_thumbTintMode 10
1852
- int styleable SwitchCompat_track 11
1853
- int styleable SwitchCompat_trackTint 12
1854
- int styleable SwitchCompat_trackTintMode 13
1855
- int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010095, 0x1010097, 0x1010096, 0x7f04007c, 0x7f0400f7 }
1856
- int styleable TextAppearance_android_fontFamily 0
1857
- int styleable TextAppearance_android_shadowColor 1
1858
- int styleable TextAppearance_android_shadowDx 2
1859
- int styleable TextAppearance_android_shadowDy 3
1860
- int styleable TextAppearance_android_shadowRadius 4
1861
- int styleable TextAppearance_android_textColor 5
1862
- int styleable TextAppearance_android_textColorHint 6
1863
- int styleable TextAppearance_android_textColorLink 7
1864
- int styleable TextAppearance_android_textSize 8
1865
- int styleable TextAppearance_android_textStyle 9
1866
- int styleable TextAppearance_android_typeface 10
1867
- int styleable TextAppearance_fontFamily 11
1868
- int styleable TextAppearance_textAllCaps 12
1869
- int[] styleable TextStyle { 0x10100ab, 0x1010153, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101015d, 0x1010034, 0x1010098, 0x1010095, 0x1010097 }
1870
- int styleable TextStyle_android_ellipsize 0
1871
- int styleable TextStyle_android_maxLines 1
1872
- int styleable TextStyle_android_shadowColor 2
1873
- int styleable TextStyle_android_shadowDx 3
1874
- int styleable TextStyle_android_shadowDy 4
1875
- int styleable TextStyle_android_shadowRadius 5
1876
- int styleable TextStyle_android_singleLine 6
1877
- int styleable TextStyle_android_textAppearance 7
1878
- int styleable TextStyle_android_textColor 8
1879
- int styleable TextStyle_android_textSize 9
1880
- int styleable TextStyle_android_textStyle 10
1881
- int[] styleable Theme { 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f04000d, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013, 0x7f040014, 0x7f040015, 0x7f040016, 0x7f040017, 0x7f040018, 0x7f040019, 0x7f04001a, 0x7f04001b, 0x7f04001c, 0x7f04001d, 0x7f04001e, 0x7f04001f, 0x7f040022, 0x7f040026, 0x7f040027, 0x7f040028, 0x7f040029, 0x10100ae, 0x1010057, 0x7f04002f, 0x7f04003c, 0x7f04003d, 0x7f04003e, 0x7f04003f, 0x7f040040, 0x7f040041, 0x7f040045, 0x7f040046, 0x7f040049, 0x7f04004a, 0x7f040050, 0x7f040052, 0x7f040053, 0x7f040054, 0x7f040055, 0x7f040057, 0x7f040058, 0x7f040059, 0x7f040062, 0x7f040067, 0x7f040068, 0x7f04006b, 0x7f04006d, 0x7f040070, 0x7f040071, 0x7f040072, 0x7f040073, 0x7f040074, 0x7f04008a, 0x7f04009f, 0x7f0400a0, 0x7f0400a4, 0x7f0400a5, 0x7f0400a6, 0x7f0400a7, 0x7f0400a8, 0x7f0400a9, 0x7f0400b9, 0x7f0400ba, 0x7f0400bb, 0x7f0400be, 0x7f0400c0, 0x7f0400ca, 0x7f0400cb, 0x7f0400dc, 0x7f0400de, 0x7f0400df, 0x7f0400e6, 0x7f0400e7, 0x7f0400f5, 0x7f0400f8, 0x7f0400f9, 0x7f0400fb, 0x7f0400fd, 0x7f0400fe, 0x7f0400ff, 0x7f040100, 0x7f040101, 0x7f040116, 0x7f040117, 0x7f040122, 0x7f040123, 0x7f040124, 0x7f040125, 0x7f040126, 0x7f040127, 0x7f040128, 0x7f040129, 0x7f04012a, 0x7f04012b }
1882
- int styleable Theme_actionBarDivider 0
1883
- int styleable Theme_actionBarItemBackground 1
1884
- int styleable Theme_actionBarPopupTheme 2
1885
- int styleable Theme_actionBarSize 3
1886
- int styleable Theme_actionBarSplitStyle 4
1887
- int styleable Theme_actionBarStyle 5
1888
- int styleable Theme_actionBarTabBarStyle 6
1889
- int styleable Theme_actionBarTabStyle 7
1890
- int styleable Theme_actionBarTabTextStyle 8
1891
- int styleable Theme_actionBarTheme 9
1892
- int styleable Theme_actionBarWidgetTheme 10
1893
- int styleable Theme_actionButtonStyle 11
1894
- int styleable Theme_actionDropDownStyle 12
1895
- int styleable Theme_actionMenuTextAppearance 13
1896
- int styleable Theme_actionMenuTextColor 14
1897
- int styleable Theme_actionModeBackground 15
1898
- int styleable Theme_actionModeCloseButtonStyle 16
1899
- int styleable Theme_actionModeCloseDrawable 17
1900
- int styleable Theme_actionModeCopyDrawable 18
1901
- int styleable Theme_actionModeCutDrawable 19
1902
- int styleable Theme_actionModeFindDrawable 20
1903
- int styleable Theme_actionModePasteDrawable 21
1904
- int styleable Theme_actionModePopupWindowStyle 22
1905
- int styleable Theme_actionModeSelectAllDrawable 23
1906
- int styleable Theme_actionModeShareDrawable 24
1907
- int styleable Theme_actionModeSplitBackground 25
1908
- int styleable Theme_actionModeStyle 26
1909
- int styleable Theme_actionModeWebSearchDrawable 27
1910
- int styleable Theme_actionOverflowButtonStyle 28
1911
- int styleable Theme_actionOverflowMenuStyle 29
1912
- int styleable Theme_activityChooserViewStyle 30
1913
- int styleable Theme_alertDialogButtonGroupStyle 31
1914
- int styleable Theme_alertDialogCenterButtons 32
1915
- int styleable Theme_alertDialogStyle 33
1916
- int styleable Theme_alertDialogTheme 34
1917
- int styleable Theme_android_windowAnimationStyle 35
1918
- int styleable Theme_android_windowIsFloating 36
1919
- int styleable Theme_autoCompleteTextViewStyle 37
1920
- int styleable Theme_borderlessButtonStyle 38
1921
- int styleable Theme_buttonBarButtonStyle 39
1922
- int styleable Theme_buttonBarNegativeButtonStyle 40
1923
- int styleable Theme_buttonBarNeutralButtonStyle 41
1924
- int styleable Theme_buttonBarPositiveButtonStyle 42
1925
- int styleable Theme_buttonBarStyle 43
1926
- int styleable Theme_buttonStyle 44
1927
- int styleable Theme_buttonStyleSmall 45
1928
- int styleable Theme_checkboxStyle 46
1929
- int styleable Theme_checkedTextViewStyle 47
1930
- int styleable Theme_colorAccent 48
1931
- int styleable Theme_colorButtonNormal 49
1932
- int styleable Theme_colorControlActivated 50
1933
- int styleable Theme_colorControlHighlight 51
1934
- int styleable Theme_colorControlNormal 52
1935
- int styleable Theme_colorPrimary 53
1936
- int styleable Theme_colorPrimaryDark 54
1937
- int styleable Theme_colorSwitchThumbNormal 55
1938
- int styleable Theme_controlBackground 56
1939
- int styleable Theme_dialogPreferredPadding 57
1940
- int styleable Theme_dialogTheme 58
1941
- int styleable Theme_dividerHorizontal 59
1942
- int styleable Theme_dividerVertical 60
1943
- int styleable Theme_dropDownListViewStyle 61
1944
- int styleable Theme_dropdownListPreferredItemHeight 62
1945
- int styleable Theme_editTextBackground 63
1946
- int styleable Theme_editTextColor 64
1947
- int styleable Theme_editTextStyle 65
1948
- int styleable Theme_homeAsUpIndicator 66
1949
- int styleable Theme_listChoiceBackgroundIndicator 67
1950
- int styleable Theme_listDividerAlertDialog 68
1951
- int styleable Theme_listPopupWindowStyle 69
1952
- int styleable Theme_listPreferredItemHeight 70
1953
- int styleable Theme_listPreferredItemHeightLarge 71
1954
- int styleable Theme_listPreferredItemHeightSmall 72
1955
- int styleable Theme_listPreferredItemPaddingLeft 73
1956
- int styleable Theme_listPreferredItemPaddingRight 74
1957
- int styleable Theme_panelBackground 75
1958
- int styleable Theme_panelMenuListTheme 76
1959
- int styleable Theme_panelMenuListWidth 77
1960
- int styleable Theme_popupMenuStyle 78
1961
- int styleable Theme_popupWindowStyle 79
1962
- int styleable Theme_radioButtonStyle 80
1963
- int styleable Theme_ratingBarStyle 81
1964
- int styleable Theme_searchViewStyle 82
1965
- int styleable Theme_selectableItemBackground 83
1966
- int styleable Theme_selectableItemBackgroundBorderless 84
1967
- int styleable Theme_spinnerDropDownItemStyle 85
1968
- int styleable Theme_spinnerStyle 86
1969
- int styleable Theme_switchStyle 87
1970
- int styleable Theme_textAppearanceLargePopupMenu 88
1971
- int styleable Theme_textAppearanceListItem 89
1972
- int styleable Theme_textAppearanceListItemSmall 90
1973
- int styleable Theme_textAppearanceSearchResultSubtitle 91
1974
- int styleable Theme_textAppearanceSearchResultTitle 92
1975
- int styleable Theme_textAppearanceSmallPopupMenu 93
1976
- int styleable Theme_textColorAlertDialogListItem 94
1977
- int styleable Theme_textColorSearchUrl 95
1978
- int styleable Theme_toolbarNavigationButtonStyle 96
1979
- int styleable Theme_toolbarStyle 97
1980
- int styleable Theme_windowActionBar 98
1981
- int styleable Theme_windowActionBarOverlay 99
1982
- int styleable Theme_windowActionModeOverlay 100
1983
- int styleable Theme_windowFixedHeightMajor 101
1984
- int styleable Theme_windowFixedHeightMinor 102
1985
- int styleable Theme_windowFixedWidthMajor 103
1986
- int styleable Theme_windowFixedWidthMinor 104
1987
- int styleable Theme_windowMinWidthMajor 105
1988
- int styleable Theme_windowMinWidthMinor 106
1989
- int styleable Theme_windowNoTitle 107
1990
- int[] styleable Toolbar { 0x10100af, 0x1010140, 0x7f040042, 0x7f04004d, 0x7f04004e, 0x7f04005c, 0x7f04005d, 0x7f04005e, 0x7f04005f, 0x7f040060, 0x7f040061, 0x7f0400aa, 0x7f0400ab, 0x7f0400ac, 0x7f0400af, 0x7f0400b0, 0x7f0400bf, 0x7f0400ee, 0x7f0400ef, 0x7f0400f0, 0x7f04010c, 0x7f04010d, 0x7f04010e, 0x7f04010f, 0x7f040110, 0x7f040111, 0x7f040112, 0x7f040113, 0x7f040114 }
1991
- int styleable Toolbar_android_gravity 0
1992
- int styleable Toolbar_android_minHeight 1
1993
- int styleable Toolbar_buttonGravity 2
1994
- int styleable Toolbar_collapseContentDescription 3
1995
- int styleable Toolbar_collapseIcon 4
1996
- int styleable Toolbar_contentInsetEnd 5
1997
- int styleable Toolbar_contentInsetEndWithActions 6
1998
- int styleable Toolbar_contentInsetLeft 7
1999
- int styleable Toolbar_contentInsetRight 8
2000
- int styleable Toolbar_contentInsetStart 9
2001
- int styleable Toolbar_contentInsetStartWithNavigation 10
2002
- int styleable Toolbar_logo 11
2003
- int styleable Toolbar_logoDescription 12
2004
- int styleable Toolbar_maxButtonHeight 13
2005
- int styleable Toolbar_navigationContentDescription 14
2006
- int styleable Toolbar_navigationIcon 15
2007
- int styleable Toolbar_popupTheme 16
2008
- int styleable Toolbar_subtitle 17
2009
- int styleable Toolbar_subtitleTextAppearance 18
2010
- int styleable Toolbar_subtitleTextColor 19
2011
- int styleable Toolbar_title 20
2012
- int styleable Toolbar_titleMargin 21
2013
- int styleable Toolbar_titleMarginBottom 22
2014
- int styleable Toolbar_titleMarginEnd 23
2015
- int styleable Toolbar_titleMarginStart 24
2016
- int styleable Toolbar_titleMarginTop 25
2017
- int styleable Toolbar_titleMargins 26
2018
- int styleable Toolbar_titleTextAppearance 27
2019
- int styleable Toolbar_titleTextColor 28
2020
- int[] styleable View { 0x10100da, 0x1010000, 0x7f0400b6, 0x7f0400b7, 0x7f040102 }
2021
- int styleable View_android_focusable 0
2022
- int styleable View_android_theme 1
2023
- int styleable View_paddingEnd 2
2024
- int styleable View_paddingStart 3
2025
- int styleable View_theme 4
2026
- int[] styleable ViewBackgroundHelper { 0x10100d4, 0x7f040039, 0x7f04003a }
2027
- int styleable ViewBackgroundHelper_android_background 0
2028
- int styleable ViewBackgroundHelper_backgroundTint 1
2029
- int styleable ViewBackgroundHelper_backgroundTintMode 2
2030
- int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
2031
- int styleable ViewStubCompat_android_id 0
2032
- int styleable ViewStubCompat_android_inflatedId 1
2033
- int styleable ViewStubCompat_android_layout 2
2034
- int xml preferences 0x7f180001