Rizin
unix-like reverse engineering framework and cli tools
axml_resources.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021 keegan
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef RZ_AXML_RESOURCES_H
5 #define RZ_AXML_RESOURCES_H
6 
7 #include <rz_types.h>
8 
34 const char *ANDROID_ATTRIBUTE_NAMES[] = {
35  "theme",
36  "label",
37  "icon",
38  "name",
39  "manageSpaceActivity",
40  "allowClearUserData",
41  "permission",
42  "readPermission",
43  "writePermission",
44  "protectionLevel",
45  "permissionGroup",
46  "sharedUserId",
47  "hasCode",
48  "persistent",
49  "enabled",
50  "debuggable",
51  "exported",
52  "process",
53  "taskAffinity",
54  "multiprocess",
55  "finishOnTaskLaunch",
56  "clearTaskOnLaunch",
57  "stateNotNeeded",
58  "excludeFromRecents",
59  "authorities",
60  "syncable",
61  "initOrder",
62  "grantUriPermissions",
63  "priority",
64  "launchMode",
65  "screenOrientation",
66  "configChanges",
67  "description",
68  "targetPackage",
69  "handleProfiling",
70  "functionalTest",
71  "value",
72  "resource",
73  "mimeType",
74  "scheme",
75  "host",
76  "port",
77  "path",
78  "pathPrefix",
79  "pathPattern",
80  "action",
81  "data",
82  "targetClass",
83  "colorForeground",
84  "colorBackground",
85  "backgroundDimAmount",
86  "disabledAlpha",
87  "textAppearance",
88  "textAppearanceInverse",
89  "textColorPrimary",
90  "textColorPrimaryDisableOnly",
91  "textColorSecondary",
92  "textColorPrimaryInverse",
93  "textColorSecondaryInverse",
94  "textColorPrimaryNoDisable",
95  "textColorSecondaryNoDisable",
96  "textColorPrimaryInverseNoDisable",
97  "textColorSecondaryInverseNoDisable",
98  "textColorHintInverse",
99  "textAppearanceLarge",
100  "textAppearanceMedium",
101  "textAppearanceSmall",
102  "textAppearanceLargeInverse",
103  "textAppearanceMediumInverse",
104  "textAppearanceSmallInverse",
105  "textCheckMark",
106  "textCheckMarkInverse",
107  "buttonStyle",
108  "buttonStyleSmall",
109  "buttonStyleInset",
110  "buttonStyleToggle",
111  "galleryItemBackground",
112  "listPreferredItemHeight",
113  "expandableListPreferredItemPaddingLeft",
114  "expandableListPreferredChildPaddingLeft",
115  "expandableListPreferredItemIndicatorLeft",
116  "expandableListPreferredItemIndicatorRight",
117  "expandableListPreferredChildIndicatorLeft",
118  "expandableListPreferredChildIndicatorRight",
119  "windowBackground",
120  "windowFrame",
121  "windowNoTitle",
122  "windowIsFloating",
123  "windowIsTranslucent",
124  "windowContentOverlay",
125  "windowTitleSize",
126  "windowTitleStyle",
127  "windowTitleBackgroundStyle",
128  "alertDialogStyle",
129  "panelBackground",
130  "panelFullBackground",
131  "panelColorForeground",
132  "panelColorBackground",
133  "panelTextAppearance",
134  "scrollbarSize",
135  "scrollbarThumbHorizontal",
136  "scrollbarThumbVertical",
137  "scrollbarTrackHorizontal",
138  "scrollbarTrackVertical",
139  "scrollbarAlwaysDrawHorizontalTrack",
140  "scrollbarAlwaysDrawVerticalTrack",
141  "absListViewStyle",
142  "autoCompleteTextViewStyle",
143  "checkboxStyle",
144  "dropDownListViewStyle",
145  "editTextStyle",
146  "expandableListViewStyle",
147  "galleryStyle",
148  "gridViewStyle",
149  "imageButtonStyle",
150  "imageWellStyle",
151  "listViewStyle",
152  "listViewWhiteStyle",
153  "popupWindowStyle",
154  "progressBarStyle",
155  "progressBarStyleHorizontal",
156  "progressBarStyleSmall",
157  "progressBarStyleLarge",
158  "seekBarStyle",
159  "ratingBarStyle",
160  "ratingBarStyleSmall",
161  "radioButtonStyle",
162  "scrollbarStyle",
163  "scrollViewStyle",
164  "spinnerStyle",
165  "starStyle",
166  "tabWidgetStyle",
167  "textViewStyle",
168  "webViewStyle",
169  "dropDownItemStyle",
170  "spinnerDropDownItemStyle",
171  "dropDownHintAppearance",
172  "spinnerItemStyle",
173  "mapViewStyle",
174  "preferenceScreenStyle",
175  "preferenceCategoryStyle",
176  "preferenceInformationStyle",
177  "preferenceStyle",
178  "checkBoxPreferenceStyle",
179  "yesNoPreferenceStyle",
180  "dialogPreferenceStyle",
181  "editTextPreferenceStyle",
182  "ringtonePreferenceStyle",
183  "preferenceLayoutChild",
184  "textSize",
185  "typeface",
186  "textStyle",
187  "textColor",
188  "textColorHighlight",
189  "textColorHint",
190  "textColorLink",
191  "state_focused",
192  "state_window_focused",
193  "state_enabled",
194  "state_checkable",
195  "state_checked",
196  "state_selected",
197  "state_active",
198  "state_single",
199  "state_first",
200  "state_middle",
201  "state_last",
202  "state_pressed",
203  "state_expanded",
204  "state_empty",
205  "state_above_anchor",
206  "ellipsize",
207  "x",
208  "y",
209  "windowAnimationStyle",
210  "gravity",
211  "autoLink",
212  "linksClickable",
213  "entries",
214  "layout_gravity",
215  "windowEnterAnimation",
216  "windowExitAnimation",
217  "windowShowAnimation",
218  "windowHideAnimation",
219  "activityOpenEnterAnimation",
220  "activityOpenExitAnimation",
221  "activityCloseEnterAnimation",
222  "activityCloseExitAnimation",
223  "taskOpenEnterAnimation",
224  "taskOpenExitAnimation",
225  "taskCloseEnterAnimation",
226  "taskCloseExitAnimation",
227  "taskToFrontEnterAnimation",
228  "taskToFrontExitAnimation",
229  "taskToBackEnterAnimation",
230  "taskToBackExitAnimation",
231  "orientation",
232  "keycode",
233  "fullDark",
234  "topDark",
235  "centerDark",
236  "bottomDark",
237  "fullBright",
238  "topBright",
239  "centerBright",
240  "bottomBright",
241  "bottomMedium",
242  "centerMedium",
243  "id",
244  "tag",
245  "scrollX",
246  "scrollY",
247  "background",
248  "padding",
249  "paddingLeft",
250  "paddingTop",
251  "paddingRight",
252  "paddingBottom",
253  "focusable",
254  "focusableInTouchMode",
255  "visibility",
256  "fitsSystemWindows",
257  "scrollbars",
258  "fadingEdge",
259  "fadingEdgeLength",
260  "nextFocusLeft",
261  "nextFocusRight",
262  "nextFocusUp",
263  "nextFocusDown",
264  "clickable",
265  "longClickable",
266  "saveEnabled",
267  "drawingCacheQuality",
268  "duplicateParentState",
269  "clipChildren",
270  "clipToPadding",
271  "layoutAnimation",
272  "animationCache",
273  "persistentDrawingCache",
274  "alwaysDrawnWithCache",
275  "addStatesFromChildren",
276  "descendantFocusability",
277  "layout",
278  "inflatedId",
279  "layout_width",
280  "layout_height",
281  "layout_margin",
282  "layout_marginLeft",
283  "layout_marginTop",
284  "layout_marginRight",
285  "layout_marginBottom",
286  "listSelector",
287  "drawSelectorOnTop",
288  "stackFromBottom",
289  "scrollingCache",
290  "textFilterEnabled",
291  "transcriptMode",
292  "cacheColorHint",
293  "dial",
294  "hand_hour",
295  "hand_minute",
296  "format",
297  "checked",
298  "button",
299  "checkMark",
300  "foreground",
301  "measureAllChildren",
302  "groupIndicator",
303  "childIndicator",
304  "indicatorLeft",
305  "indicatorRight",
306  "childIndicatorLeft",
307  "childIndicatorRight",
308  "childDivider",
309  "animationDuration",
310  "spacing",
311  "horizontalSpacing",
312  "verticalSpacing",
313  "stretchMode",
314  "columnWidth",
315  "numColumns",
316  "src",
317  "antialias",
318  "filter",
319  "dither",
320  "scaleType",
321  "adjustViewBounds",
322  "maxWidth",
323  "maxHeight",
324  "tint",
325  "baselineAlignBottom",
326  "cropToPadding",
327  "textOn",
328  "textOff",
329  "baselineAligned",
330  "baselineAlignedChildIndex",
331  "weightSum",
332  "divider",
333  "dividerHeight",
334  "choiceMode",
335  "itemTextAppearance",
336  "horizontalDivider",
337  "verticalDivider",
338  "headerBackground",
339  "itemBackground",
340  "itemIconDisabledAlpha",
341  "rowHeight",
342  "maxRows",
343  "maxItemsPerRow",
344  "moreIcon",
345  "max",
346  "progress",
347  "secondaryProgress",
348  "indeterminate",
349  "indeterminateOnly",
350  "indeterminateDrawable",
351  "progressDrawable",
352  "indeterminateDuration",
353  "indeterminateBehavior",
354  "minWidth",
355  "minHeight",
356  "interpolator",
357  "thumb",
358  "thumbOffset",
359  "numStars",
360  "rating",
361  "stepSize",
362  "isIndicator",
363  "checkedButton",
364  "stretchColumns",
365  "shrinkColumns",
366  "collapseColumns",
367  "layout_column",
368  "layout_span",
369  "bufferType",
370  "text",
371  "hint",
372  "textScaleX",
373  "cursorVisible",
374  "maxLines",
375  "lines",
376  "height",
377  "minLines",
378  "maxEms",
379  "ems",
380  "width",
381  "minEms",
382  "scrollHorizontally",
383  "password",
384  "singleLine",
385  "selectAllOnFocus",
386  "includeFontPadding",
387  "maxLength",
388  "shadowColor",
389  "shadowDx",
390  "shadowDy",
391  "shadowRadius",
392  "numeric",
393  "digits",
394  "phoneNumber",
395  "inputMethod",
396  "capitalize",
397  "autoText",
398  "editable",
399  "freezesText",
400  "drawableTop",
401  "drawableBottom",
402  "drawableLeft",
403  "drawableRight",
404  "drawablePadding",
405  "completionHint",
406  "completionHintView",
407  "completionThreshold",
408  "dropDownSelector",
409  "popupBackground",
410  "inAnimation",
411  "outAnimation",
412  "flipInterval",
413  "fillViewport",
414  "prompt",
415  "startYear",
416  "endYear",
417  "mode",
418  "layout_x",
419  "layout_y",
420  "layout_weight",
421  "layout_toLeftOf",
422  "layout_toRightOf",
423  "layout_above",
424  "layout_below",
425  "layout_alignBaseline",
426  "layout_alignLeft",
427  "layout_alignTop",
428  "layout_alignRight",
429  "layout_alignBottom",
430  "layout_alignParentLeft",
431  "layout_alignParentTop",
432  "layout_alignParentRight",
433  "layout_alignParentBottom",
434  "layout_centerInParent",
435  "layout_centerHorizontal",
436  "layout_centerVertical",
437  "layout_alignWithParentIfMissing",
438  "layout_scale",
439  "visible",
440  "variablePadding",
441  "constantSize",
442  "oneshot",
443  "duration",
444  "drawable",
445  "shape",
446  "innerRadiusRatio",
447  "thicknessRatio",
448  "startColor",
449  "endColor",
450  "useLevel",
451  "angle",
452  "type",
453  "centerX",
454  "centerY",
455  "gradientRadius",
456  "color",
457  "dashWidth",
458  "dashGap",
459  "radius",
460  "topLeftRadius",
461  "topRightRadius",
462  "bottomLeftRadius",
463  "bottomRightRadius",
464  "left",
465  "top",
466  "right",
467  "bottom",
468  "minLevel",
469  "maxLevel",
470  "fromDegrees",
471  "toDegrees",
472  "pivotX",
473  "pivotY",
474  "insetLeft",
475  "insetRight",
476  "insetTop",
477  "insetBottom",
478  "shareInterpolator",
479  "fillBefore",
480  "fillAfter",
481  "startOffset",
482  "repeatCount",
483  "repeatMode",
484  "zAdjustment",
485  "fromXScale",
486  "toXScale",
487  "fromYScale",
488  "toYScale",
489  "fromXDelta",
490  "toXDelta",
491  "fromYDelta",
492  "toYDelta",
493  "fromAlpha",
494  "toAlpha",
495  "delay",
496  "animation",
497  "animationOrder",
498  "columnDelay",
499  "rowDelay",
500  "direction",
501  "directionPriority",
502  "factor",
503  "cycles",
504  "searchMode",
505  "searchSuggestAuthority",
506  "searchSuggestPath",
507  "searchSuggestSelection",
508  "searchSuggestIntentAction",
509  "searchSuggestIntentData",
510  "queryActionMsg",
511  "suggestActionMsg",
512  "suggestActionMsgColumn",
513  "menuCategory",
514  "orderInCategory",
515  "checkableBehavior",
516  "title",
517  "titleCondensed",
518  "alphabeticShortcut",
519  "numericShortcut",
520  "checkable",
521  "selectable",
522  "orderingFromXml",
523  "key",
524  "summary",
525  "order",
526  "widgetLayout",
527  "dependency",
528  "defaultValue",
529  "shouldDisableView",
530  "summaryOn",
531  "summaryOff",
532  "disableDependentsState",
533  "dialogTitle",
534  "dialogMessage",
535  "dialogIcon",
536  "positiveButtonText",
537  "negativeButtonText",
538  "dialogLayout",
539  "entryValues",
540  "ringtoneType",
541  "showDefault",
542  "showSilent",
543  "scaleWidth",
544  "scaleHeight",
545  "scaleGravity",
546  "ignoreGravity",
547  "foregroundGravity",
548  "tileMode",
549  "targetActivity",
550  "alwaysRetainTaskState",
551  "allowTaskReparenting",
552  "searchButtonText",
553  "colorForegroundInverse",
554  "textAppearanceButton",
555  "listSeparatorTextViewStyle",
556  "streamType",
557  "clipOrientation",
558  "centerColor",
559  "minSdkVersion",
560  "windowFullscreen",
561  "unselectedAlpha",
562  "progressBarStyleSmallTitle",
563  "ratingBarStyleIndicator",
564  "apiKey",
565  "textColorTertiary",
566  "textColorTertiaryInverse",
567  "listDivider",
568  "soundEffectsEnabled",
569  "keepScreenOn",
570  "lineSpacingExtra",
571  "lineSpacingMultiplier",
572  "listChoiceIndicatorSingle",
573  "listChoiceIndicatorMultiple",
574  "versionCode",
575  "versionName",
576  "marqueeRepeatLimit",
577  "windowNoDisplay",
578  "backgroundDimEnabled",
579  "inputType",
580  "isDefault",
581  "windowDisablePreview",
582  "privateImeOptions",
583  "editorExtras",
584  "settingsActivity",
585  "fastScrollEnabled",
586  "reqTouchScreen",
587  "reqKeyboardType",
588  "reqHardKeyboard",
589  "reqNavigation",
590  "windowSoftInputMode",
591  "imeFullscreenBackground",
592  "noHistory",
593  "headerDividersEnabled",
594  "footerDividersEnabled",
595  "candidatesTextStyleSpans",
596  "smoothScrollbar",
597  "reqFiveWayNav",
598  "keyBackground",
599  "keyTextSize",
600  "labelTextSize",
601  "keyTextColor",
602  "keyPreviewLayout",
603  "keyPreviewOffset",
604  "keyPreviewHeight",
605  "verticalCorrection",
606  "popupLayout",
607  "state_long_pressable",
608  "keyWidth",
609  "keyHeight",
610  "horizontalGap",
611  "verticalGap",
612  "rowEdgeFlags",
613  "codes",
614  "popupKeyboard",
615  "popupCharacters",
616  "keyEdgeFlags",
617  "isModifier",
618  "isSticky",
619  "isRepeatable",
620  "iconPreview",
621  "keyOutputText",
622  "keyLabel",
623  "keyIcon",
624  "keyboardMode",
625  "isScrollContainer",
626  "fillEnabled",
627  "updatePeriodMillis",
628  "initialLayout",
629  "voiceSearchMode",
630  "voiceLanguageModel",
631  "voicePromptText",
632  "voiceLanguage",
633  "voiceMaxResults",
634  "bottomOffset",
635  "topOffset",
636  "allowSingleTap",
637  "handle",
638  "content",
639  "animateOnClick",
640  "configure",
641  "hapticFeedbackEnabled",
642  "innerRadius",
643  "thickness",
644  "sharedUserLabel",
645  "dropDownWidth",
646  "dropDownAnchor",
647  "imeOptions",
648  "imeActionLabel",
649  "imeActionId",
650  "null",
651  "imeExtractEnterAnimation",
652  "imeExtractExitAnimation",
653  "tension",
654  "extraTension",
655  "anyDensity",
656  "searchSuggestThreshold",
657  "includeInGlobalSearch",
658  "onClick",
659  "targetSdkVersion",
660  "maxSdkVersion",
661  "testOnly",
662  "contentDescription",
663  "gestureStrokeWidth",
664  "gestureColor",
665  "uncertainGestureColor",
666  "fadeOffset",
667  "fadeDuration",
668  "gestureStrokeType",
669  "gestureStrokeLengthThreshold",
670  "gestureStrokeSquarenessThreshold",
671  "gestureStrokeAngleThreshold",
672  "eventsInterceptionEnabled",
673  "fadeEnabled",
674  "backupAgent",
675  "allowBackup",
676  "glEsVersion",
677  "queryAfterZeroResults",
678  "dropDownHeight",
679  "smallScreens",
680  "normalScreens",
681  "largeScreens",
682  "progressBarStyleInverse",
683  "progressBarStyleSmallInverse",
684  "progressBarStyleLargeInverse",
685  "searchSettingsDescription",
686  "textColorPrimaryInverseDisableOnly",
687  "autoUrlDetect",
688  "resizeable",
689  "required",
690  "accountType",
691  "contentAuthority",
692  "userVisible",
693  "windowShowWallpaper",
694  "wallpaperOpenEnterAnimation",
695  "wallpaperOpenExitAnimation",
696  "wallpaperCloseEnterAnimation",
697  "wallpaperCloseExitAnimation",
698  "wallpaperIntraOpenEnterAnimation",
699  "wallpaperIntraOpenExitAnimation",
700  "wallpaperIntraCloseEnterAnimation",
701  "wallpaperIntraCloseExitAnimation",
702  "supportsUploading",
703  "killAfterRestore",
704  "restoreNeedsApplication",
705  "smallIcon",
706  "accountPreferences",
707  "textAppearanceSearchResultSubtitle",
708  "textAppearanceSearchResultTitle",
709  "summaryColumn",
710  "detailColumn",
711  "detailSocialSummary",
712  "thumbnail",
713  "detachWallpaper",
714  "finishOnCloseSystemDialogs",
715  "scrollbarFadeDuration",
716  "scrollbarDefaultDelayBeforeFade",
717  "fadeScrollbars",
718  "colorBackgroundCacheHint",
719  "dropDownHorizontalOffset",
720  "dropDownVerticalOffset",
721  "quickContactBadgeStyleWindowSmall",
722  "quickContactBadgeStyleWindowMedium",
723  "quickContactBadgeStyleWindowLarge",
724  "quickContactBadgeStyleSmallWindowSmall",
725  "quickContactBadgeStyleSmallWindowMedium",
726  "quickContactBadgeStyleSmallWindowLarge",
727  "author",
728  "autoStart",
729  "expandableListViewWhiteStyle",
730  "installLocation",
731  "vmSafeMode",
732  "webTextViewStyle",
733  "restoreAnyVersion",
734  "tabStripLeft",
735  "tabStripRight",
736  "tabStripEnabled",
737  "logo",
738  "xlargeScreens",
739  "immersive",
740  "overScrollMode",
741  "overScrollHeader",
742  "overScrollFooter",
743  "filterTouchesWhenObscured",
744  "textSelectHandleLeft",
745  "textSelectHandleRight",
746  "textSelectHandle",
747  "textSelectHandleWindowStyle",
748  "popupAnimationStyle",
749  "screenSize",
750  "screenDensity",
751  "allContactsName",
752  "windowActionBar",
753  "actionBarStyle",
754  "navigationMode",
755  "displayOptions",
756  "subtitle",
757  "customNavigationLayout",
758  "hardwareAccelerated",
759  "measureWithLargestChild",
760  "animateFirstView",
761  "dropDownSpinnerStyle",
762  "actionDropDownStyle",
763  "actionButtonStyle",
764  "showAsAction",
765  "previewImage",
766  "actionModeBackground",
767  "actionModeCloseDrawable",
768  "windowActionModeOverlay",
769  "valueFrom",
770  "valueTo",
771  "valueType",
772  "propertyName",
773  "ordering",
774  "fragment",
775  "windowActionBarOverlay",
776  "fragmentOpenEnterAnimation",
777  "fragmentOpenExitAnimation",
778  "fragmentCloseEnterAnimation",
779  "fragmentCloseExitAnimation",
780  "fragmentFadeEnterAnimation",
781  "fragmentFadeExitAnimation",
782  "actionBarSize",
783  "imeSubtypeLocale",
784  "imeSubtypeMode",
785  "imeSubtypeExtraValue",
786  "splitMotionEvents",
787  "listChoiceBackgroundIndicator",
788  "spinnerMode",
789  "animateLayoutChanges",
790  "actionBarTabStyle",
791  "actionBarTabBarStyle",
792  "actionBarTabTextStyle",
793  "actionOverflowButtonStyle",
794  "actionModeCloseButtonStyle",
795  "titleTextStyle",
796  "subtitleTextStyle",
797  "iconifiedByDefault",
798  "actionLayout",
799  "actionViewClass",
800  "activatedBackgroundIndicator",
801  "state_activated",
802  "listPopupWindowStyle",
803  "popupMenuStyle",
804  "textAppearanceLargePopupMenu",
805  "textAppearanceSmallPopupMenu",
806  "breadCrumbTitle",
807  "breadCrumbShortTitle",
808  "listDividerAlertDialog",
809  "textColorAlertDialogListItem",
810  "loopViews",
811  "dialogTheme",
812  "alertDialogTheme",
813  "dividerVertical",
814  "homeAsUpIndicator",
815  "enterFadeDuration",
816  "exitFadeDuration",
817  "selectableItemBackground",
818  "autoAdvanceViewId",
819  "useIntrinsicSizeAsMinimum",
820  "actionModeCutDrawable",
821  "actionModeCopyDrawable",
822  "actionModePasteDrawable",
823  "textEditPasteWindowLayout",
824  "textEditNoPasteWindowLayout",
825  "textIsSelectable",
826  "windowEnableSplitTouch",
827  "indeterminateProgressStyle",
828  "progressBarPadding",
829  "animationResolution",
830  "state_accelerated",
831  "baseline",
832  "homeLayout",
833  "opacity",
834  "alpha",
835  "transformPivotX",
836  "transformPivotY",
837  "translationX",
838  "translationY",
839  "scaleX",
840  "scaleY",
841  "rotation",
842  "rotationX",
843  "rotationY",
844  "showDividers",
845  "dividerPadding",
846  "borderlessButtonStyle",
847  "dividerHorizontal",
848  "itemPadding",
849  "buttonBarStyle",
850  "buttonBarButtonStyle",
851  "segmentedButtonStyle",
852  "staticWallpaperPreview",
853  "allowParallelSyncs",
854  "isAlwaysSyncable",
855  "verticalScrollbarPosition",
856  "fastScrollAlwaysVisible",
857  "fastScrollThumbDrawable",
858  "fastScrollPreviewBackgroundLeft",
859  "fastScrollPreviewBackgroundRight",
860  "fastScrollTrackDrawable",
861  "fastScrollOverlayPosition",
862  "customTokens",
863  "nextFocusForward",
864  "firstDayOfWeek",
865  "showWeekNumber",
866  "minDate",
867  "maxDate",
868  "shownWeekCount",
869  "selectedWeekBackgroundColor",
870  "focusedMonthDateColor",
871  "unfocusedMonthDateColor",
872  "weekNumberColor",
873  "weekSeparatorLineColor",
874  "selectedDateVerticalBar",
875  "weekDayTextAppearance",
876  "dateTextAppearance",
877  "solidColor",
878  "spinnersShown",
879  "calendarViewShown",
880  "state_multiline",
881  "detailsElementBackground",
882  "textColorHighlightInverse",
883  "textColorLinkInverse",
884  "editTextColor",
885  "editTextBackground",
886  "horizontalScrollViewStyle",
887  "layerType",
888  "alertDialogIcon",
889  "windowMinWidthMajor",
890  "windowMinWidthMinor",
891  "queryHint",
892  "fastScrollTextColor",
893  "largeHeap",
894  "windowCloseOnTouchOutside",
895  "datePickerStyle",
896  "calendarViewStyle",
897  "textEditSidePasteWindowLayout",
898  "textEditSideNoPasteWindowLayout",
899  "actionMenuTextAppearance",
900  "actionMenuTextColor",
901  "textCursorDrawable",
902  "resizeMode",
903  "requiresSmallestWidthDp",
904  "compatibleWidthLimitDp",
905  "largestWidthLimitDp",
906  "state_hovered",
907  "state_drag_can_accept",
908  "state_drag_hovered",
909  "stopWithTask",
910  "switchTextOn",
911  "switchTextOff",
912  "switchPreferenceStyle",
913  "switchTextAppearance",
914  "track",
915  "switchMinWidth",
916  "switchPadding",
917  "thumbTextPadding",
918  "textSuggestionsWindowStyle",
919  "textEditSuggestionItemLayout",
920  "rowCount",
921  "rowOrderPreserved",
922  "columnCount",
923  "columnOrderPreserved",
924  "useDefaultMargins",
925  "alignmentMode",
926  "layout_row",
927  "layout_rowSpan",
928  "layout_columnSpan",
929  "actionModeSelectAllDrawable",
930  "isAuxiliary",
931  "accessibilityEventTypes",
932  "packageNames",
933  "accessibilityFeedbackType",
934  "notificationTimeout",
935  "accessibilityFlags",
936  "canRetrieveWindowContent",
937  "listPreferredItemHeightLarge",
938  "listPreferredItemHeightSmall",
939  "actionBarSplitStyle",
940  "actionProviderClass",
941  "backgroundStacked",
942  "backgroundSplit",
943  "textAllCaps",
944  "colorPressedHighlight",
945  "colorLongPressedHighlight",
946  "colorFocusedHighlight",
947  "colorActivatedHighlight",
948  "colorMultiSelectHighlight",
949  "drawableStart",
950  "drawableEnd",
951  "actionModeStyle",
952  "minResizeWidth",
953  "minResizeHeight",
954  "actionBarWidgetTheme",
955  "uiOptions",
956  "subtypeLocale",
957  "subtypeExtraValue",
958  "actionBarDivider",
959  "actionBarItemBackground",
960  "actionModeSplitBackground",
961  "textAppearanceListItem",
962  "textAppearanceListItemSmall",
963  "targetDescriptions",
964  "directionDescriptions",
965  "overridesImplicitlyEnabledSubtype",
966  "listPreferredItemPaddingLeft",
967  "listPreferredItemPaddingRight",
968  "requiresFadingEdge",
969  "publicKey",
970  "parentActivityName",
971  "null",
972  "isolatedProcess",
973  "importantForAccessibility",
974  "keyboardLayout",
975  "fontFamily",
976  "mediaRouteButtonStyle",
977  "mediaRouteTypes",
978  "supportsRtl",
979  "textDirection",
980  "textAlignment",
981  "layoutDirection",
982  "paddingStart",
983  "paddingEnd",
984  "layout_marginStart",
985  "layout_marginEnd",
986  "layout_toStartOf",
987  "layout_toEndOf",
988  "layout_alignStart",
989  "layout_alignEnd",
990  "layout_alignParentStart",
991  "layout_alignParentEnd",
992  "listPreferredItemPaddingStart",
993  "listPreferredItemPaddingEnd",
994  "singleUser",
995  "presentationTheme",
996  "subtypeId",
997  "initialKeyguardLayout",
998  "null",
999  "widgetCategory",
1000  "permissionGroupFlags",
1001  "labelFor",
1002  "permissionFlags",
1003  "checkedTextViewStyle",
1004  "showOnLockScreen",
1005  "format12Hour",
1006  "format24Hour",
1007  "timeZone",
1008  "mipMap",
1009  "mirrorForRtl",
1010  "windowOverscan",
1011  "requiredForAllUsers",
1012  "indicatorStart",
1013  "indicatorEnd",
1014  "childIndicatorStart",
1015  "childIndicatorEnd",
1016  "restrictedAccountType",
1017  "requiredAccountType",
1018  "canRequestTouchExplorationMode",
1019  "canRequestEnhancedWebAccessibility",
1020  "canRequestFilterKeyEvents",
1021  "layoutMode",
1022  "keySet",
1023  "targetId",
1024  "fromScene",
1025  "toScene",
1026  "transition",
1027  "transitionOrdering",
1028  "fadingMode",
1029  "startDelay",
1030  "ssp",
1031  "sspPrefix",
1032  "sspPattern",
1033  "addPrintersActivity",
1034  "vendor",
1035  "category",
1036  "isAsciiCapable",
1037  "autoMirrored",
1038  "supportsSwitchingToNextInputMethod",
1039  "requireDeviceUnlock",
1040  "apduServiceBanner",
1041  "accessibilityLiveRegion",
1042  "windowTranslucentStatus",
1043  "windowTranslucentNavigation",
1044  "advancedPrintOptionsActivity",
1045  "banner",
1046  "windowSwipeToDismiss",
1047  "isGame",
1048  "allowEmbedded",
1049  "setupActivity",
1050  "fastScrollStyle",
1051  "windowContentTransitions",
1052  "windowContentTransitionManager",
1053  "translationZ",
1054  "tintMode",
1055  "controlX1",
1056  "controlY1",
1057  "controlX2",
1058  "controlY2",
1059  "transitionName",
1060  "transitionGroup",
1061  "viewportWidth",
1062  "viewportHeight",
1063  "fillColor",
1064  "pathData",
1065  "strokeColor",
1066  "strokeWidth",
1067  "trimPathStart",
1068  "trimPathEnd",
1069  "trimPathOffset",
1070  "strokeLineCap",
1071  "strokeLineJoin",
1072  "strokeMiterLimit",
1073  "null",
1074  "null",
1075  "null",
1076  "null",
1077  "null",
1078  "null",
1079  "null",
1080  "null",
1081  "null",
1082  "null",
1083  "null",
1084  "null",
1085  "null",
1086  "null",
1087  "null",
1088  "null",
1089  "null",
1090  "null",
1091  "null",
1092  "null",
1093  "null",
1094  "null",
1095  "null",
1096  "null",
1097  "null",
1098  "null",
1099  "null",
1100  "colorControlNormal",
1101  "colorControlActivated",
1102  "colorButtonNormal",
1103  "colorControlHighlight",
1104  "persistableMode",
1105  "titleTextAppearance",
1106  "subtitleTextAppearance",
1107  "slideEdge",
1108  "actionBarTheme",
1109  "textAppearanceListItemSecondary",
1110  "colorPrimary",
1111  "colorPrimaryDark",
1112  "colorAccent",
1113  "nestedScrollingEnabled",
1114  "windowEnterTransition",
1115  "windowExitTransition",
1116  "windowSharedElementEnterTransition",
1117  "windowSharedElementExitTransition",
1118  "windowAllowReturnTransitionOverlap",
1119  "windowAllowEnterTransitionOverlap",
1120  "sessionService",
1121  "stackViewStyle",
1122  "switchStyle",
1123  "elevation",
1124  "excludeId",
1125  "excludeClass",
1126  "hideOnContentScroll",
1127  "actionOverflowMenuStyle",
1128  "documentLaunchMode",
1129  "maxRecents",
1130  "autoRemoveFromRecents",
1131  "stateListAnimator",
1132  "toId",
1133  "fromId",
1134  "reversible",
1135  "splitTrack",
1136  "targetName",
1137  "excludeName",
1138  "matchOrder",
1139  "windowDrawsSystemBarBackgrounds",
1140  "statusBarColor",
1141  "navigationBarColor",
1142  "contentInsetStart",
1143  "contentInsetEnd",
1144  "contentInsetLeft",
1145  "contentInsetRight",
1146  "paddingMode",
1147  "layout_rowWeight",
1148  "layout_columnWeight",
1149  "translateX",
1150  "translateY",
1151  "selectableItemBackgroundBorderless",
1152  "elegantTextHeight",
1153  "searchKeyphraseId",
1154  "searchKeyphrase",
1155  "searchKeyphraseSupportedLocales",
1156  "windowTransitionBackgroundFadeDuration",
1157  "overlapAnchor",
1158  "progressTint",
1159  "progressTintMode",
1160  "progressBackgroundTint",
1161  "progressBackgroundTintMode",
1162  "secondaryProgressTint",
1163  "secondaryProgressTintMode",
1164  "indeterminateTint",
1165  "indeterminateTintMode",
1166  "backgroundTint",
1167  "backgroundTintMode",
1168  "foregroundTint",
1169  "foregroundTintMode",
1170  "buttonTint",
1171  "buttonTintMode",
1172  "thumbTint",
1173  "thumbTintMode",
1174  "fullBackupOnly",
1175  "propertyXName",
1176  "propertyYName",
1177  "relinquishTaskIdentity",
1178  "tileModeX",
1179  "tileModeY",
1180  "actionModeShareDrawable",
1181  "actionModeFindDrawable",
1182  "actionModeWebSearchDrawable",
1183  "transitionVisibilityMode",
1184  "minimumHorizontalAngle",
1185  "minimumVerticalAngle",
1186  "maximumAngle",
1187  "searchViewStyle",
1188  "closeIcon",
1189  "goIcon",
1190  "searchIcon",
1191  "voiceIcon",
1192  "commitIcon",
1193  "suggestionRowLayout",
1194  "queryBackground",
1195  "submitBackground",
1196  "buttonBarPositiveButtonStyle",
1197  "buttonBarNeutralButtonStyle",
1198  "buttonBarNegativeButtonStyle",
1199  "popupElevation",
1200  "actionBarPopupTheme",
1201  "multiArch",
1202  "touchscreenBlocksFocus",
1203  "windowElevation",
1204  "launchTaskBehindTargetAnimation",
1205  "launchTaskBehindSourceAnimation",
1206  "restrictionType",
1207  "dayOfWeekBackground",
1208  "dayOfWeekTextAppearance",
1209  "headerMonthTextAppearance",
1210  "headerDayOfMonthTextAppearance",
1211  "headerYearTextAppearance",
1212  "yearListItemTextAppearance",
1213  "yearListSelectorColor",
1214  "calendarTextColor",
1215  "recognitionService",
1216  "timePickerStyle",
1217  "timePickerDialogTheme",
1218  "headerTimeTextAppearance",
1219  "headerAmPmTextAppearance",
1220  "numbersTextColor",
1221  "numbersBackgroundColor",
1222  "numbersSelectorColor",
1223  "amPmTextColor",
1224  "amPmBackgroundColor",
1225  "searchKeyphraseRecognitionFlags",
1226  "checkMarkTint",
1227  "checkMarkTintMode",
1228  "popupTheme",
1229  "toolbarStyle",
1230  "windowClipToOutline",
1231  "datePickerDialogTheme",
1232  "showText",
1233  "windowReturnTransition",
1234  "windowReenterTransition",
1235  "windowSharedElementReturnTransition",
1236  "windowSharedElementReenterTransition",
1237  "resumeWhilePausing",
1238  "datePickerMode",
1239  "timePickerMode",
1240  "inset",
1241  "letterSpacing",
1242  "fontFeatureSettings",
1243  "outlineProvider",
1244  "contentAgeHint",
1245  "country",
1246  "windowSharedElementsUseOverlay",
1247  "reparent",
1248  "reparentWithOverlay",
1249  "ambientShadowAlpha",
1250  "spotShadowAlpha",
1251  "navigationIcon",
1252  "navigationContentDescription",
1253  "fragmentExitTransition",
1254  "fragmentEnterTransition",
1255  "fragmentSharedElementEnterTransition",
1256  "fragmentReturnTransition",
1257  "fragmentSharedElementReturnTransition",
1258  "fragmentReenterTransition",
1259  "fragmentAllowEnterTransitionOverlap",
1260  "fragmentAllowReturnTransitionOverlap",
1261  "patternPathData",
1262  "strokeAlpha",
1263  "fillAlpha",
1264  "windowActivityTransitions",
1265  "colorEdgeEffect",
1266  "resizeClip",
1267  "collapseContentDescription",
1268  "accessibilityTraversalBefore",
1269  "accessibilityTraversalAfter",
1270  "dialogPreferredPadding",
1271  "searchHintIcon",
1272  "revisionCode",
1273  "drawableTint",
1274  "drawableTintMode",
1275  "fraction",
1276  "trackTint",
1277  "trackTintMode",
1278  "start",
1279  "end",
1280  "breakStrategy",
1281  "hyphenationFrequency",
1282  "allowUndo",
1283  "windowLightStatusBar",
1284  "numbersInnerTextColor",
1285  "colorBackgroundFloating",
1286  "titleTextColor",
1287  "subtitleTextColor",
1288  "thumbPosition",
1289  "scrollIndicators",
1290  "contextClickable",
1291  "fingerprintAuthDrawable",
1292  "logoDescription",
1293  "extractNativeLibs",
1294  "fullBackupContent",
1295  "usesCleartextTraffic",
1296  "lockTaskMode",
1297  "autoVerify",
1298  "showForAllUsers",
1299  "supportsAssist",
1300  "supportsLaunchVoiceAssistFromKeyguard",
1301  "listMenuViewStyle",
1302  "subMenuArrow",
1303  "defaultWidth",
1304  "defaultHeight",
1305  "resizeableActivity",
1306  "supportsPictureInPicture",
1307  "titleMargin",
1308  "titleMarginStart",
1309  "titleMarginEnd",
1310  "titleMarginTop",
1311  "titleMarginBottom",
1312  "maxButtonHeight",
1313  "buttonGravity",
1314  "collapseIcon",
1315  "level",
1316  "contextPopupMenuStyle",
1317  "textAppearancePopupMenuHeader",
1318  "windowBackgroundFallback",
1319  "defaultToDeviceProtectedStorage",
1320  "directBootAware",
1321  "preferenceFragmentStyle",
1322  "canControlMagnification",
1323  "languageTag",
1324  "pointerIcon",
1325  "tickMark",
1326  "tickMarkTint",
1327  "tickMarkTintMode",
1328  "canPerformGestures",
1329  "externalService",
1330  "supportsLocalInteraction",
1331  "startX",
1332  "startY",
1333  "endX",
1334  "endY",
1335  "offset",
1336  "use32bitAbi",
1337  "bitmap",
1338  "hotSpotX",
1339  "hotSpotY",
1340  "version",
1341  "backupInForeground",
1342  "countDown",
1343  "canRecord",
1344  "tunerCount",
1345  "fillType",
1346  "popupEnterTransition",
1347  "popupExitTransition",
1348  "forceHasOverlappingRendering",
1349  "contentInsetStartWithNavigation",
1350  "contentInsetEndWithActions",
1351  "numberPickerStyle",
1352  "enableVrMode",
1353  "hash",
1354  "networkSecurityConfig",
1355  "shortcutId",
1356  "shortcutShortLabel",
1357  "shortcutLongLabel",
1358  "shortcutDisabledMessage",
1359  "roundIcon",
1360  "contextUri",
1361  "contextDescription",
1362  "showMetadataInPreview",
1363  "colorSecondary",
1364  "visibleToInstantApps",
1365  "font",
1366  "fontWeight",
1367  "tooltipText",
1368  "autoSizeTextType",
1369  "autoSizeStepGranularity",
1370  "autoSizePresetSizes",
1371  "autoSizeMinTextSize",
1372  "min",
1373  "rotationAnimation",
1374  "layout_marginHorizontal",
1375  "layout_marginVertical",
1376  "paddingHorizontal",
1377  "paddingVertical",
1378  "fontStyle",
1379  "keyboardNavigationCluster",
1380  "targetProcesses",
1381  "nextClusterForward",
1382  "colorError",
1383  "focusedByDefault",
1384  "appCategory",
1385  "autoSizeMaxTextSize",
1386  "recreateOnConfigChanges",
1387  "certDigest",
1388  "splitName",
1389  "colorMode",
1390  "isolatedSplits",
1391  "targetSandboxVersion",
1392  "canRequestFingerprintGestures",
1393  "alphabeticModifiers",
1394  "numericModifiers",
1395  "fontProviderAuthority",
1396  "fontProviderQuery",
1397  "primaryContentAlpha",
1398  "secondaryContentAlpha",
1399  "requiredFeature",
1400  "requiredNotFeature",
1401  "autofillHints",
1402  "fontProviderPackage",
1403  "importantForAutofill",
1404  "recycleEnabled",
1405  "isStatic",
1406  "isFeatureSplit",
1407  "singleLineTitle",
1408  "fontProviderCerts",
1409  "iconTint",
1410  "iconTintMode",
1411  "maxAspectRatio",
1412  "iconSpaceReserved",
1413  "defaultFocusHighlightEnabled",
1414  "persistentWhenFeatureAvailable",
1415  "windowSplashscreenContent",
1416  "requiredSystemPropertyName",
1417  "requiredSystemPropertyValue",
1418  "justificationMode",
1419  "autofilledHighlight",
1420  "showWhenLocked",
1421  "turnScreenOn",
1422  "classLoader",
1423  "windowLightNavigationBar",
1424  "navigationBarDividerColor",
1425  "cantSaveState",
1426  "ttcIndex",
1427  "fontVariationSettings",
1428  "dialogCornerRadius",
1429  "compileSdkVersion",
1430  "compileSdkVersionCodename",
1431  "screenReaderFocusable",
1432  "buttonCornerRadius",
1433  "versionCodeMajor",
1434  "versionMajor",
1435  "isVrOnly",
1436  "widgetFeatures",
1437  "appComponentFactory",
1438  "fallbackLineSpacing",
1439  "accessibilityPaneTitle",
1440  "firstBaselineToTopHeight",
1441  "lastBaselineToBottomHeight",
1442  "lineHeight",
1443  "accessibilityHeading",
1444  "outlineSpotShadowColor",
1445  "outlineAmbientShadowColor",
1446  "maxLongVersionCode",
1447  "userRestriction",
1448  "textFontWeight",
1449  "windowLayoutInDisplayCutoutMode",
1450  "packageType",
1451  "opticalInsetLeft",
1452  "opticalInsetTop",
1453  "opticalInsetRight",
1454  "opticalInsetBottom",
1455  "forceDarkAllowed",
1456  "supportsAmbientMode",
1457  "usesNonSdkApi",
1458  "nonInteractiveUiTimeout",
1459  "isLightTheme",
1460  "isSplitRequired",
1461  "textLocale",
1462  "settingsSliceUri",
1463  "shell",
1464  "interactiveUiTimeout",
1465  "supportsMultipleDisplays",
1466  "useAppZygote",
1467  "selectionDividerHeight",
1468  "foregroundServiceType",
1469  "hasFragileUserData",
1470  "minAspectRatio",
1471  "inheritShowWhenLocked",
1472  "zygotePreloadName",
1473  "useEmbeddedDex",
1474  "forceUriPermissions",
1475  "null",
1476  "null",
1477  "null",
1478  "null",
1479  "null",
1480  "null",
1481  "null",
1482  "null",
1483  "null",
1484  "null",
1485  "null",
1486  "null",
1487  "null",
1488  "null",
1489  "null",
1490  "null",
1491  "null",
1492  "null",
1493  "null",
1494  "null",
1495  "null",
1496  "null",
1497  "null",
1498  "null",
1499  "null",
1500  "null",
1501  "null",
1502  "null",
1503  "null",
1504  "null",
1505  "null",
1506  "null",
1507  "null",
1508  "null",
1509  "null",
1510  "null",
1511  "null",
1512  "null",
1513  "null",
1514  "null",
1515  "null",
1516  "null",
1517  "null",
1518  "null",
1519  "null",
1520  "null",
1521  "null",
1522  "null",
1523  "null",
1524  "null",
1525  "null",
1526  "null",
1527  "null",
1528  "null",
1529  "null",
1530  "null",
1531  "null",
1532  "null",
1533  "null",
1534  "null",
1535  "null",
1536  "null",
1537  "null",
1538  "null",
1539  "null",
1540  "null",
1541  "null",
1542  "null",
1543  "null",
1544  "null",
1545  "null",
1546  "null",
1547  "null",
1548  "null",
1549  "null",
1550  "null",
1551  "null",
1552  "null",
1553  "null",
1554  "null",
1555  "null",
1556  "null",
1557  "null",
1558  "null",
1559  "null",
1560  "null",
1561  "null",
1562  "null",
1563  "null",
1564  "null",
1565  "null",
1566  "null",
1567  "null",
1568  "null",
1569  "null",
1570  "null",
1571  "allowClearUserDataOnFailedRestore",
1572  "allowAudioPlaybackCapture",
1573  "secureElementName",
1574  "requestLegacyExternalStorage",
1575  "enforceStatusBarContrast",
1576  "enforceNavigationBarContrast",
1577  "identifier",
1578  "importantForContentCapture",
1579  "forceQueryable",
1580  "resourcesMap",
1581  "animatedImageDrawable",
1582  "htmlDescription",
1583  "preferMinimalPostProcessing",
1584  "supportsInlineSuggestions",
1585  "crossProfile",
1586  "canTakeScreenshot",
1587  "sdkVersion",
1588  "minExtensionVersion",
1589  "allowNativeHeapPointerTagging",
1590  "autoRevokePermissions",
1591  "preserveLegacyExternalStorage",
1592  "mimeGroup",
1593  "gwpAsanMode",
1594 };
1595 
1597 
1598 #endif // RZ_AXML_RESOURCES_H
size_t ANDROID_ATTRIBUTE_NAMES_SIZE
const char * ANDROID_ATTRIBUTE_NAMES[]
#define RZ_ARRAY_SIZE(x)
Definition: rz_types.h:300