* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2955 lines
260 KiB
Java
2955 lines
260 KiB
Java
package androidx.constraintlayout.widget;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class R {
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class anim {
|
|
public static int abc_fade_in = 0x7f010000;
|
|
public static int abc_fade_out = 0x7f010001;
|
|
public static int abc_grow_fade_in_from_bottom = 0x7f010002;
|
|
public static int abc_popup_enter = 0x7f010003;
|
|
public static int abc_popup_exit = 0x7f010004;
|
|
public static int abc_shrink_fade_out_from_bottom = 0x7f010005;
|
|
public static int abc_slide_in_bottom = 0x7f010006;
|
|
public static int abc_slide_in_top = 0x7f010007;
|
|
public static int abc_slide_out_bottom = 0x7f010008;
|
|
public static int abc_slide_out_top = 0x7f010009;
|
|
public static int abc_tooltip_enter = 0x7f01000a;
|
|
public static int abc_tooltip_exit = 0x7f01000b;
|
|
public static int btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c;
|
|
public static int btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d;
|
|
public static int btn_checkbox_to_checked_icon_null_animation = 0x7f01000e;
|
|
public static int btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f;
|
|
public static int btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010;
|
|
public static int btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011;
|
|
public static int btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012;
|
|
public static int btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013;
|
|
public static int btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014;
|
|
public static int btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015;
|
|
public static int btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016;
|
|
public static int btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class attr {
|
|
public static int ConstraintRotate = 0x7f040000;
|
|
public static int SharedValue = 0x7f040001;
|
|
public static int SharedValueId = 0x7f040002;
|
|
public static int actionBarDivider = 0x7f040003;
|
|
public static int actionBarItemBackground = 0x7f040004;
|
|
public static int actionBarPopupTheme = 0x7f040005;
|
|
public static int actionBarSize = 0x7f040006;
|
|
public static int actionBarSplitStyle = 0x7f040007;
|
|
public static int actionBarStyle = 0x7f040008;
|
|
public static int actionBarTabBarStyle = 0x7f040009;
|
|
public static int actionBarTabStyle = 0x7f04000a;
|
|
public static int actionBarTabTextStyle = 0x7f04000b;
|
|
public static int actionBarTheme = 0x7f04000c;
|
|
public static int actionBarWidgetTheme = 0x7f04000d;
|
|
public static int actionButtonStyle = 0x7f04000e;
|
|
public static int actionDropDownStyle = 0x7f04000f;
|
|
public static int actionLayout = 0x7f040010;
|
|
public static int actionMenuTextAppearance = 0x7f040011;
|
|
public static int actionMenuTextColor = 0x7f040012;
|
|
public static int actionModeBackground = 0x7f040013;
|
|
public static int actionModeCloseButtonStyle = 0x7f040014;
|
|
public static int actionModeCloseDrawable = 0x7f040016;
|
|
public static int actionModeCopyDrawable = 0x7f040017;
|
|
public static int actionModeCutDrawable = 0x7f040018;
|
|
public static int actionModeFindDrawable = 0x7f040019;
|
|
public static int actionModePasteDrawable = 0x7f04001a;
|
|
public static int actionModePopupWindowStyle = 0x7f04001b;
|
|
public static int actionModeSelectAllDrawable = 0x7f04001c;
|
|
public static int actionModeShareDrawable = 0x7f04001d;
|
|
public static int actionModeSplitBackground = 0x7f04001e;
|
|
public static int actionModeStyle = 0x7f04001f;
|
|
public static int actionModeWebSearchDrawable = 0x7f040021;
|
|
public static int actionOverflowButtonStyle = 0x7f040022;
|
|
public static int actionOverflowMenuStyle = 0x7f040023;
|
|
public static int actionProviderClass = 0x7f040024;
|
|
public static int actionViewClass = 0x7f040026;
|
|
public static int activityChooserViewStyle = 0x7f040028;
|
|
public static int alertDialogButtonGroupStyle = 0x7f04002d;
|
|
public static int alertDialogCenterButtons = 0x7f04002e;
|
|
public static int alertDialogStyle = 0x7f04002f;
|
|
public static int alertDialogTheme = 0x7f040030;
|
|
public static int allowStacking = 0x7f040031;
|
|
public static int alpha = 0x7f040032;
|
|
public static int alphabeticModifiers = 0x7f040033;
|
|
public static int altSrc = 0x7f040034;
|
|
public static int animateCircleAngleTo = 0x7f040035;
|
|
public static int animateRelativeTo = 0x7f040038;
|
|
public static int applyMotionScene = 0x7f04003b;
|
|
public static int arcMode = 0x7f04003c;
|
|
public static int arrowHeadLength = 0x7f04003d;
|
|
public static int arrowShaftLength = 0x7f04003e;
|
|
public static int attributeName = 0x7f04003f;
|
|
public static int autoCompleteMode = 0x7f040041;
|
|
public static int autoCompleteTextViewStyle = 0x7f040042;
|
|
public static int autoSizeMaxTextSize = 0x7f040044;
|
|
public static int autoSizeMinTextSize = 0x7f040045;
|
|
public static int autoSizePresetSizes = 0x7f040046;
|
|
public static int autoSizeStepGranularity = 0x7f040047;
|
|
public static int autoSizeTextType = 0x7f040048;
|
|
public static int autoTransition = 0x7f040049;
|
|
public static int background = 0x7f04004b;
|
|
public static int backgroundSplit = 0x7f040052;
|
|
public static int backgroundStacked = 0x7f040053;
|
|
public static int backgroundTint = 0x7f040054;
|
|
public static int backgroundTintMode = 0x7f040055;
|
|
public static int barLength = 0x7f040068;
|
|
public static int barrierAllowsGoneWidgets = 0x7f040069;
|
|
public static int barrierDirection = 0x7f04006a;
|
|
public static int barrierMargin = 0x7f04006b;
|
|
public static int blendSrc = 0x7f040079;
|
|
public static int borderRound = 0x7f04007a;
|
|
public static int borderRoundPercent = 0x7f04007b;
|
|
public static int borderlessButtonStyle = 0x7f04007d;
|
|
public static int brightness = 0x7f04008f;
|
|
public static int buttonBarButtonStyle = 0x7f040090;
|
|
public static int buttonBarNegativeButtonStyle = 0x7f040091;
|
|
public static int buttonBarNeutralButtonStyle = 0x7f040092;
|
|
public static int buttonBarPositiveButtonStyle = 0x7f040093;
|
|
public static int buttonBarStyle = 0x7f040094;
|
|
public static int buttonCompat = 0x7f040095;
|
|
public static int buttonGravity = 0x7f040096;
|
|
public static int buttonIconDimen = 0x7f040098;
|
|
public static int buttonPanelSideLayout = 0x7f04009b;
|
|
public static int buttonStyle = 0x7f04009e;
|
|
public static int buttonStyleSmall = 0x7f04009f;
|
|
public static int buttonTint = 0x7f0400a0;
|
|
public static int buttonTintMode = 0x7f0400a1;
|
|
public static int carousel_backwardTransition = 0x7f0400ab;
|
|
public static int carousel_emptyViewsBehavior = 0x7f0400ac;
|
|
public static int carousel_firstView = 0x7f0400ad;
|
|
public static int carousel_forwardTransition = 0x7f0400ae;
|
|
public static int carousel_infinite = 0x7f0400af;
|
|
public static int carousel_nextState = 0x7f0400b0;
|
|
public static int carousel_previousState = 0x7f0400b1;
|
|
public static int carousel_touchUpMode = 0x7f0400b2;
|
|
public static int carousel_touchUp_dampeningFactor = 0x7f0400b3;
|
|
public static int carousel_touchUp_velocityThreshold = 0x7f0400b4;
|
|
public static int chainUseRtl = 0x7f0400e4;
|
|
public static int checkboxStyle = 0x7f0400e8;
|
|
public static int checkedTextViewStyle = 0x7f0400f3;
|
|
public static int circleRadius = 0x7f040109;
|
|
public static int circularflow_angles = 0x7f04010b;
|
|
public static int circularflow_defaultAngle = 0x7f04010c;
|
|
public static int circularflow_defaultRadius = 0x7f04010d;
|
|
public static int circularflow_radiusInDP = 0x7f04010e;
|
|
public static int circularflow_viewCenter = 0x7f04010f;
|
|
public static int clearsTag = 0x7f040110;
|
|
public static int clickAction = 0x7f040111;
|
|
public static int closeIcon = 0x7f040116;
|
|
public static int closeItemLayout = 0x7f04011d;
|
|
public static int collapseContentDescription = 0x7f04011e;
|
|
public static int collapseIcon = 0x7f04011f;
|
|
public static int color = 0x7f04012d;
|
|
public static int colorAccent = 0x7f04012e;
|
|
public static int colorBackgroundFloating = 0x7f04012f;
|
|
public static int colorButtonNormal = 0x7f040130;
|
|
public static int colorControlActivated = 0x7f040134;
|
|
public static int colorControlHighlight = 0x7f040135;
|
|
public static int colorControlNormal = 0x7f040136;
|
|
public static int colorError = 0x7f040137;
|
|
public static int colorPrimary = 0x7f040151;
|
|
public static int colorPrimaryDark = 0x7f040153;
|
|
public static int colorSwitchThumbNormal = 0x7f040169;
|
|
public static int commitIcon = 0x7f04016e;
|
|
public static int constraintSet = 0x7f040170;
|
|
public static int constraintSetEnd = 0x7f040171;
|
|
public static int constraintSetStart = 0x7f040172;
|
|
public static int constraint_referenced_ids = 0x7f040173;
|
|
public static int constraint_referenced_tags = 0x7f040174;
|
|
public static int constraints = 0x7f040175;
|
|
public static int content = 0x7f040187;
|
|
public static int contentDescription = 0x7f040188;
|
|
public static int contentInsetEnd = 0x7f040189;
|
|
public static int contentInsetEndWithActions = 0x7f04018a;
|
|
public static int contentInsetLeft = 0x7f04018b;
|
|
public static int contentInsetRight = 0x7f04018c;
|
|
public static int contentInsetStart = 0x7f04018d;
|
|
public static int contentInsetStartWithNavigation = 0x7f04018e;
|
|
public static int contrast = 0x7f040198;
|
|
public static int controlBackground = 0x7f040199;
|
|
public static int crossfade = 0x7f0401ad;
|
|
public static int currentState = 0x7f0401af;
|
|
public static int curveFit = 0x7f0401b2;
|
|
public static int customBoolean = 0x7f0401b3;
|
|
public static int customColorDrawableValue = 0x7f0401b4;
|
|
public static int customColorValue = 0x7f0401b5;
|
|
public static int customDimension = 0x7f0401b6;
|
|
public static int customFloatValue = 0x7f0401b7;
|
|
public static int customIntegerValue = 0x7f0401b8;
|
|
public static int customNavigationLayout = 0x7f0401b9;
|
|
public static int customPixelDimension = 0x7f0401ba;
|
|
public static int customReference = 0x7f0401bb;
|
|
public static int customStringValue = 0x7f0401bc;
|
|
public static int defaultDuration = 0x7f0401c2;
|
|
public static int defaultQueryHint = 0x7f0401c4;
|
|
public static int defaultState = 0x7f0401c6;
|
|
public static int deltaPolarAngle = 0x7f0401c7;
|
|
public static int deltaPolarRadius = 0x7f0401c8;
|
|
public static int deriveConstraintsFrom = 0x7f0401c9;
|
|
public static int dialogCornerRadius = 0x7f0401ca;
|
|
public static int dialogPreferredPadding = 0x7f0401cb;
|
|
public static int dialogTheme = 0x7f0401cc;
|
|
public static int displayOptions = 0x7f0401cd;
|
|
public static int divider = 0x7f0401ce;
|
|
public static int dividerHorizontal = 0x7f0401d0;
|
|
public static int dividerPadding = 0x7f0401d3;
|
|
public static int dividerVertical = 0x7f0401d5;
|
|
public static int dragDirection = 0x7f0401d8;
|
|
public static int dragScale = 0x7f0401d9;
|
|
public static int dragThreshold = 0x7f0401da;
|
|
public static int drawPath = 0x7f0401db;
|
|
public static int drawableBottomCompat = 0x7f0401dc;
|
|
public static int drawableEndCompat = 0x7f0401dd;
|
|
public static int drawableLeftCompat = 0x7f0401de;
|
|
public static int drawableRightCompat = 0x7f0401df;
|
|
public static int drawableSize = 0x7f0401e0;
|
|
public static int drawableStartCompat = 0x7f0401e1;
|
|
public static int drawableTint = 0x7f0401e2;
|
|
public static int drawableTintMode = 0x7f0401e3;
|
|
public static int drawableTopCompat = 0x7f0401e4;
|
|
public static int drawerArrowStyle = 0x7f0401e5;
|
|
public static int dropDownListViewStyle = 0x7f0401e9;
|
|
public static int dropdownListPreferredItemHeight = 0x7f0401ea;
|
|
public static int duration = 0x7f0401eb;
|
|
public static int editTextBackground = 0x7f0401ed;
|
|
public static int editTextColor = 0x7f0401ee;
|
|
public static int editTextStyle = 0x7f0401ef;
|
|
public static int elevation = 0x7f0401f0;
|
|
public static int expandActivityOverflowButtonDrawable = 0x7f04020c;
|
|
public static int firstBaselineToTopHeight = 0x7f04023f;
|
|
public static int flow_firstHorizontalBias = 0x7f040252;
|
|
public static int flow_firstHorizontalStyle = 0x7f040253;
|
|
public static int flow_firstVerticalBias = 0x7f040254;
|
|
public static int flow_firstVerticalStyle = 0x7f040255;
|
|
public static int flow_horizontalAlign = 0x7f040256;
|
|
public static int flow_horizontalBias = 0x7f040257;
|
|
public static int flow_horizontalGap = 0x7f040258;
|
|
public static int flow_horizontalStyle = 0x7f040259;
|
|
public static int flow_lastHorizontalBias = 0x7f04025a;
|
|
public static int flow_lastHorizontalStyle = 0x7f04025b;
|
|
public static int flow_lastVerticalBias = 0x7f04025c;
|
|
public static int flow_lastVerticalStyle = 0x7f04025d;
|
|
public static int flow_maxElementsWrap = 0x7f04025e;
|
|
public static int flow_padding = 0x7f04025f;
|
|
public static int flow_verticalAlign = 0x7f040260;
|
|
public static int flow_verticalBias = 0x7f040261;
|
|
public static int flow_verticalGap = 0x7f040262;
|
|
public static int flow_verticalStyle = 0x7f040263;
|
|
public static int flow_wrapMode = 0x7f040264;
|
|
public static int font = 0x7f040265;
|
|
public static int fontFamily = 0x7f040266;
|
|
public static int fontProviderAuthority = 0x7f040267;
|
|
public static int fontProviderCerts = 0x7f040268;
|
|
public static int fontProviderFetchStrategy = 0x7f04026a;
|
|
public static int fontProviderFetchTimeout = 0x7f04026b;
|
|
public static int fontProviderPackage = 0x7f04026c;
|
|
public static int fontProviderQuery = 0x7f04026d;
|
|
public static int fontStyle = 0x7f04026f;
|
|
public static int fontVariationSettings = 0x7f040270;
|
|
public static int fontWeight = 0x7f040271;
|
|
public static int framePosition = 0x7f040275;
|
|
public static int gapBetweenBars = 0x7f040276;
|
|
public static int goIcon = 0x7f040278;
|
|
public static int height = 0x7f04027d;
|
|
public static int hideOnContentScroll = 0x7f040285;
|
|
public static int homeAsUpIndicator = 0x7f04028c;
|
|
public static int homeLayout = 0x7f04028d;
|
|
public static int icon = 0x7f040294;
|
|
public static int iconTint = 0x7f04029b;
|
|
public static int iconTintMode = 0x7f04029c;
|
|
public static int iconifiedByDefault = 0x7f04029d;
|
|
public static int ifTagNotSet = 0x7f04029e;
|
|
public static int ifTagSet = 0x7f04029f;
|
|
public static int imageButtonStyle = 0x7f0402a2;
|
|
public static int imagePanX = 0x7f0402a3;
|
|
public static int imagePanY = 0x7f0402a4;
|
|
public static int imageRotate = 0x7f0402a5;
|
|
public static int imageZoom = 0x7f0402a6;
|
|
public static int indeterminateProgressStyle = 0x7f0402aa;
|
|
public static int initialActivityCount = 0x7f0402b2;
|
|
public static int isLightTheme = 0x7f0402b5;
|
|
public static int itemPadding = 0x7f0402c5;
|
|
public static int keyPositionType = 0x7f0402d9;
|
|
public static int lastBaselineToBottomHeight = 0x7f0402e4;
|
|
public static int layout = 0x7f0402e6;
|
|
public static int layoutDescription = 0x7f0402e7;
|
|
public static int layoutDuringTransition = 0x7f0402e8;
|
|
public static int layout_constrainedHeight = 0x7f0402ef;
|
|
public static int layout_constrainedWidth = 0x7f0402f0;
|
|
public static int layout_constraintBaseline_creator = 0x7f0402f1;
|
|
public static int layout_constraintBaseline_toBaselineOf = 0x7f0402f2;
|
|
public static int layout_constraintBaseline_toBottomOf = 0x7f0402f3;
|
|
public static int layout_constraintBaseline_toTopOf = 0x7f0402f4;
|
|
public static int layout_constraintBottom_creator = 0x7f0402f5;
|
|
public static int layout_constraintBottom_toBottomOf = 0x7f0402f6;
|
|
public static int layout_constraintBottom_toTopOf = 0x7f0402f7;
|
|
public static int layout_constraintCircle = 0x7f0402f8;
|
|
public static int layout_constraintCircleAngle = 0x7f0402f9;
|
|
public static int layout_constraintCircleRadius = 0x7f0402fa;
|
|
public static int layout_constraintDimensionRatio = 0x7f0402fb;
|
|
public static int layout_constraintEnd_toEndOf = 0x7f0402fc;
|
|
public static int layout_constraintEnd_toStartOf = 0x7f0402fd;
|
|
public static int layout_constraintGuide_begin = 0x7f0402fe;
|
|
public static int layout_constraintGuide_end = 0x7f0402ff;
|
|
public static int layout_constraintGuide_percent = 0x7f040300;
|
|
public static int layout_constraintHeight = 0x7f040301;
|
|
public static int layout_constraintHeight_default = 0x7f040302;
|
|
public static int layout_constraintHeight_max = 0x7f040303;
|
|
public static int layout_constraintHeight_min = 0x7f040304;
|
|
public static int layout_constraintHeight_percent = 0x7f040305;
|
|
public static int layout_constraintHorizontal_bias = 0x7f040306;
|
|
public static int layout_constraintHorizontal_chainStyle = 0x7f040307;
|
|
public static int layout_constraintHorizontal_weight = 0x7f040308;
|
|
public static int layout_constraintLeft_creator = 0x7f040309;
|
|
public static int layout_constraintLeft_toLeftOf = 0x7f04030a;
|
|
public static int layout_constraintLeft_toRightOf = 0x7f04030b;
|
|
public static int layout_constraintRight_creator = 0x7f04030c;
|
|
public static int layout_constraintRight_toLeftOf = 0x7f04030d;
|
|
public static int layout_constraintRight_toRightOf = 0x7f04030e;
|
|
public static int layout_constraintStart_toEndOf = 0x7f04030f;
|
|
public static int layout_constraintStart_toStartOf = 0x7f040310;
|
|
public static int layout_constraintTag = 0x7f040311;
|
|
public static int layout_constraintTop_creator = 0x7f040312;
|
|
public static int layout_constraintTop_toBottomOf = 0x7f040313;
|
|
public static int layout_constraintTop_toTopOf = 0x7f040314;
|
|
public static int layout_constraintVertical_bias = 0x7f040315;
|
|
public static int layout_constraintVertical_chainStyle = 0x7f040316;
|
|
public static int layout_constraintVertical_weight = 0x7f040317;
|
|
public static int layout_constraintWidth = 0x7f040318;
|
|
public static int layout_constraintWidth_default = 0x7f040319;
|
|
public static int layout_constraintWidth_max = 0x7f04031a;
|
|
public static int layout_constraintWidth_min = 0x7f04031b;
|
|
public static int layout_constraintWidth_percent = 0x7f04031c;
|
|
public static int layout_editor_absoluteX = 0x7f04031e;
|
|
public static int layout_editor_absoluteY = 0x7f04031f;
|
|
public static int layout_goneMarginBaseline = 0x7f040320;
|
|
public static int layout_goneMarginBottom = 0x7f040321;
|
|
public static int layout_goneMarginEnd = 0x7f040322;
|
|
public static int layout_goneMarginLeft = 0x7f040323;
|
|
public static int layout_goneMarginRight = 0x7f040324;
|
|
public static int layout_goneMarginStart = 0x7f040325;
|
|
public static int layout_goneMarginTop = 0x7f040326;
|
|
public static int layout_marginBaseline = 0x7f040329;
|
|
public static int layout_optimizationLevel = 0x7f04032a;
|
|
public static int layout_wrapBehaviorInParent = 0x7f04032e;
|
|
public static int limitBoundsTo = 0x7f040332;
|
|
public static int lineHeight = 0x7f040333;
|
|
public static int listChoiceBackgroundIndicator = 0x7f040336;
|
|
public static int listChoiceIndicatorMultipleAnimated = 0x7f040337;
|
|
public static int listChoiceIndicatorSingleAnimated = 0x7f040338;
|
|
public static int listDividerAlertDialog = 0x7f040339;
|
|
public static int listItemLayout = 0x7f04033a;
|
|
public static int listLayout = 0x7f04033b;
|
|
public static int listMenuViewStyle = 0x7f04033c;
|
|
public static int listPopupWindowStyle = 0x7f04033d;
|
|
public static int listPreferredItemHeight = 0x7f04033e;
|
|
public static int listPreferredItemHeightLarge = 0x7f04033f;
|
|
public static int listPreferredItemHeightSmall = 0x7f040340;
|
|
public static int listPreferredItemPaddingEnd = 0x7f040341;
|
|
public static int listPreferredItemPaddingLeft = 0x7f040342;
|
|
public static int listPreferredItemPaddingRight = 0x7f040343;
|
|
public static int listPreferredItemPaddingStart = 0x7f040344;
|
|
public static int logo = 0x7f040346;
|
|
public static int logoDescription = 0x7f040348;
|
|
public static int maxAcceleration = 0x7f040387;
|
|
public static int maxButtonHeight = 0x7f040389;
|
|
public static int maxHeight = 0x7f04038b;
|
|
public static int maxVelocity = 0x7f04038f;
|
|
public static int maxWidth = 0x7f040390;
|
|
public static int measureWithLargestChild = 0x7f040392;
|
|
public static int menu = 0x7f0403a4;
|
|
public static int methodName = 0x7f0403a7;
|
|
public static int minHeight = 0x7f0403a8;
|
|
public static int minWidth = 0x7f0403ac;
|
|
public static int mock_diagonalsColor = 0x7f0403ad;
|
|
public static int mock_label = 0x7f0403ae;
|
|
public static int mock_labelBackgroundColor = 0x7f0403af;
|
|
public static int mock_labelColor = 0x7f0403b0;
|
|
public static int mock_showDiagonals = 0x7f0403b1;
|
|
public static int mock_showLabel = 0x7f0403b2;
|
|
public static int motionDebug = 0x7f0403b3;
|
|
public static int motionEffect_alpha = 0x7f0403d0;
|
|
public static int motionEffect_end = 0x7f0403d1;
|
|
public static int motionEffect_move = 0x7f0403d2;
|
|
public static int motionEffect_start = 0x7f0403d3;
|
|
public static int motionEffect_strict = 0x7f0403d4;
|
|
public static int motionEffect_translationX = 0x7f0403d5;
|
|
public static int motionEffect_translationY = 0x7f0403d6;
|
|
public static int motionEffect_viewTransition = 0x7f0403d7;
|
|
public static int motionInterpolator = 0x7f0403d8;
|
|
public static int motionPathRotate = 0x7f0403da;
|
|
public static int motionProgress = 0x7f0403db;
|
|
public static int motionStagger = 0x7f0403e2;
|
|
public static int motionTarget = 0x7f0403e3;
|
|
public static int motion_postLayoutCollision = 0x7f0403e4;
|
|
public static int motion_triggerOnCollision = 0x7f0403e5;
|
|
public static int moveWhenScrollAtTop = 0x7f0403e6;
|
|
public static int multiChoiceItemLayout = 0x7f0403e7;
|
|
public static int navigationContentDescription = 0x7f0403e8;
|
|
public static int navigationIcon = 0x7f0403e9;
|
|
public static int navigationMode = 0x7f0403eb;
|
|
public static int nestedScrollFlags = 0x7f0403ee;
|
|
public static int numericModifiers = 0x7f0403f2;
|
|
public static int onCross = 0x7f0403f4;
|
|
public static int onHide = 0x7f0403f5;
|
|
public static int onNegativeCross = 0x7f0403f6;
|
|
public static int onPositiveCross = 0x7f0403f7;
|
|
public static int onShow = 0x7f0403f8;
|
|
public static int onStateTransition = 0x7f0403f9;
|
|
public static int onTouchUp = 0x7f0403fa;
|
|
public static int overlapAnchor = 0x7f0403fc;
|
|
public static int overlay = 0x7f0403fd;
|
|
public static int paddingBottomNoButtons = 0x7f0403fe;
|
|
public static int paddingEnd = 0x7f040400;
|
|
public static int paddingStart = 0x7f040403;
|
|
public static int paddingTopNoTitle = 0x7f040405;
|
|
public static int panelBackground = 0x7f040407;
|
|
public static int panelMenuListTheme = 0x7f040408;
|
|
public static int panelMenuListWidth = 0x7f040409;
|
|
public static int pathMotionArc = 0x7f04040f;
|
|
public static int path_percent = 0x7f040410;
|
|
public static int percentHeight = 0x7f040411;
|
|
public static int percentWidth = 0x7f040412;
|
|
public static int percentX = 0x7f040413;
|
|
public static int percentY = 0x7f040414;
|
|
public static int perpendicularPath_percent = 0x7f040415;
|
|
public static int pivotAnchor = 0x7f040416;
|
|
public static int placeholder_emptyVisibility = 0x7f04041a;
|
|
public static int polarRelativeTo = 0x7f04041b;
|
|
public static int popupMenuStyle = 0x7f04041d;
|
|
public static int popupTheme = 0x7f04041e;
|
|
public static int popupWindowStyle = 0x7f04041f;
|
|
public static int preserveIconSpacing = 0x7f040424;
|
|
public static int progressBarPadding = 0x7f040426;
|
|
public static int progressBarStyle = 0x7f040427;
|
|
public static int quantizeMotionInterpolator = 0x7f040428;
|
|
public static int quantizeMotionPhase = 0x7f040429;
|
|
public static int quantizeMotionSteps = 0x7f04042a;
|
|
public static int queryBackground = 0x7f04042b;
|
|
public static int queryHint = 0x7f04042c;
|
|
public static int radioButtonStyle = 0x7f04042e;
|
|
public static int ratingBarStyle = 0x7f040430;
|
|
public static int ratingBarStyleIndicator = 0x7f040431;
|
|
public static int ratingBarStyleSmall = 0x7f040432;
|
|
public static int reactiveGuide_animateChange = 0x7f040433;
|
|
public static int reactiveGuide_applyToAllConstraintSets = 0x7f040434;
|
|
public static int reactiveGuide_applyToConstraintSet = 0x7f040435;
|
|
public static int reactiveGuide_valueId = 0x7f040436;
|
|
public static int region_heightLessThan = 0x7f040438;
|
|
public static int region_heightMoreThan = 0x7f040439;
|
|
public static int region_widthLessThan = 0x7f04043a;
|
|
public static int region_widthMoreThan = 0x7f04043b;
|
|
public static int rotationCenterId = 0x7f04043f;
|
|
public static int round = 0x7f040440;
|
|
public static int roundPercent = 0x7f040441;
|
|
public static int saturation = 0x7f040442;
|
|
public static int scaleFromTextSize = 0x7f040443;
|
|
public static int searchHintIcon = 0x7f040449;
|
|
public static int searchIcon = 0x7f04044a;
|
|
public static int searchViewStyle = 0x7f04044c;
|
|
public static int seekBarStyle = 0x7f04044d;
|
|
public static int selectableItemBackground = 0x7f04044e;
|
|
public static int selectableItemBackgroundBorderless = 0x7f04044f;
|
|
public static int setsTag = 0x7f040452;
|
|
public static int showAsAction = 0x7f04046c;
|
|
public static int showDividers = 0x7f04046e;
|
|
public static int showPaths = 0x7f040471;
|
|
public static int showText = 0x7f040472;
|
|
public static int showTitle = 0x7f040473;
|
|
public static int singleChoiceItemLayout = 0x7f04047b;
|
|
public static int sizePercent = 0x7f04047e;
|
|
public static int spinBars = 0x7f040484;
|
|
public static int spinnerDropDownItemStyle = 0x7f040485;
|
|
public static int spinnerStyle = 0x7f040486;
|
|
public static int splitTrack = 0x7f040488;
|
|
public static int springBoundary = 0x7f040489;
|
|
public static int springDamping = 0x7f04048a;
|
|
public static int springMass = 0x7f04048b;
|
|
public static int springStiffness = 0x7f04048c;
|
|
public static int springStopThreshold = 0x7f04048d;
|
|
public static int srcCompat = 0x7f04048e;
|
|
public static int staggered = 0x7f040490;
|
|
public static int state_above_anchor = 0x7f040499;
|
|
public static int subMenuArrow = 0x7f0404a8;
|
|
public static int submitBackground = 0x7f0404ae;
|
|
public static int subtitle = 0x7f0404af;
|
|
public static int subtitleTextAppearance = 0x7f0404b2;
|
|
public static int subtitleTextColor = 0x7f0404b3;
|
|
public static int subtitleTextStyle = 0x7f0404b4;
|
|
public static int suggestionRowLayout = 0x7f0404b8;
|
|
public static int switchMinWidth = 0x7f0404ba;
|
|
public static int switchPadding = 0x7f0404bb;
|
|
public static int switchStyle = 0x7f0404bc;
|
|
public static int switchTextAppearance = 0x7f0404bd;
|
|
public static int targetId = 0x7f0404db;
|
|
public static int telltales_tailColor = 0x7f0404dc;
|
|
public static int telltales_tailScale = 0x7f0404dd;
|
|
public static int telltales_velocityMode = 0x7f0404de;
|
|
public static int textAllCaps = 0x7f0404df;
|
|
public static int textAppearanceLargePopupMenu = 0x7f040502;
|
|
public static int textAppearanceListItem = 0x7f040504;
|
|
public static int textAppearanceListItemSecondary = 0x7f040505;
|
|
public static int textAppearanceListItemSmall = 0x7f040506;
|
|
public static int textAppearancePopupMenuHeader = 0x7f040508;
|
|
public static int textAppearanceSearchResultSubtitle = 0x7f040509;
|
|
public static int textAppearanceSearchResultTitle = 0x7f04050a;
|
|
public static int textAppearanceSmallPopupMenu = 0x7f04050b;
|
|
public static int textBackground = 0x7f040514;
|
|
public static int textBackgroundPanX = 0x7f040515;
|
|
public static int textBackgroundPanY = 0x7f040516;
|
|
public static int textBackgroundRotate = 0x7f040517;
|
|
public static int textBackgroundZoom = 0x7f040518;
|
|
public static int textColorAlertDialogListItem = 0x7f04051a;
|
|
public static int textColorSearchUrl = 0x7f04051b;
|
|
public static int textFillColor = 0x7f04051d;
|
|
public static int textLocale = 0x7f040526;
|
|
public static int textOutlineColor = 0x7f040527;
|
|
public static int textOutlineThickness = 0x7f040528;
|
|
public static int textPanX = 0x7f040529;
|
|
public static int textPanY = 0x7f04052a;
|
|
public static int textureBlurFactor = 0x7f04052c;
|
|
public static int textureEffect = 0x7f04052d;
|
|
public static int textureHeight = 0x7f04052e;
|
|
public static int textureWidth = 0x7f04052f;
|
|
public static int theme = 0x7f040530;
|
|
public static int thickness = 0x7f040531;
|
|
public static int thumbTextPadding = 0x7f04053c;
|
|
public static int thumbTint = 0x7f04053d;
|
|
public static int thumbTintMode = 0x7f04053e;
|
|
public static int tickMark = 0x7f040544;
|
|
public static int tickMarkTint = 0x7f040545;
|
|
public static int tickMarkTintMode = 0x7f040546;
|
|
public static int tint = 0x7f04054b;
|
|
public static int tintMode = 0x7f04054c;
|
|
public static int title = 0x7f04054e;
|
|
public static int titleMargin = 0x7f040552;
|
|
public static int titleMarginBottom = 0x7f040553;
|
|
public static int titleMarginEnd = 0x7f040554;
|
|
public static int titleMarginStart = 0x7f040555;
|
|
public static int titleMarginTop = 0x7f040556;
|
|
public static int titleMargins = 0x7f040557;
|
|
public static int titleTextAppearance = 0x7f04055a;
|
|
public static int titleTextColor = 0x7f04055b;
|
|
public static int titleTextStyle = 0x7f04055d;
|
|
public static int toolbarNavigationButtonStyle = 0x7f040560;
|
|
public static int toolbarStyle = 0x7f040561;
|
|
public static int tooltipForegroundColor = 0x7f040563;
|
|
public static int tooltipFrameBackground = 0x7f040564;
|
|
public static int tooltipText = 0x7f040566;
|
|
public static int touchAnchorId = 0x7f040568;
|
|
public static int touchAnchorSide = 0x7f040569;
|
|
public static int touchRegionId = 0x7f04056a;
|
|
public static int track = 0x7f04056b;
|
|
public static int trackTint = 0x7f040581;
|
|
public static int trackTintMode = 0x7f040582;
|
|
public static int transformPivotTarget = 0x7f040583;
|
|
public static int transitionDisable = 0x7f040584;
|
|
public static int transitionEasing = 0x7f040585;
|
|
public static int transitionFlags = 0x7f040586;
|
|
public static int transitionPathRotate = 0x7f040587;
|
|
public static int triggerId = 0x7f040589;
|
|
public static int triggerReceiver = 0x7f04058a;
|
|
public static int triggerSlack = 0x7f04058b;
|
|
public static int ttcIndex = 0x7f04058c;
|
|
public static int upDuration = 0x7f04058d;
|
|
public static int viewInflaterClass = 0x7f040594;
|
|
public static int viewTransitionMode = 0x7f040595;
|
|
public static int viewTransitionOnCross = 0x7f040596;
|
|
public static int viewTransitionOnNegativeCross = 0x7f040597;
|
|
public static int viewTransitionOnPositiveCross = 0x7f040598;
|
|
public static int visibilityMode = 0x7f040599;
|
|
public static int voiceIcon = 0x7f04059a;
|
|
public static int warmth = 0x7f04059b;
|
|
public static int waveDecay = 0x7f04059d;
|
|
public static int waveOffset = 0x7f04059e;
|
|
public static int wavePeriod = 0x7f04059f;
|
|
public static int wavePhase = 0x7f0405a0;
|
|
public static int waveShape = 0x7f0405a1;
|
|
public static int waveVariesBy = 0x7f0405a3;
|
|
public static int windowActionBar = 0x7f0405a8;
|
|
public static int windowActionBarOverlay = 0x7f0405a9;
|
|
public static int windowActionModeOverlay = 0x7f0405aa;
|
|
public static int windowFixedHeightMajor = 0x7f0405ab;
|
|
public static int windowFixedHeightMinor = 0x7f0405ac;
|
|
public static int windowFixedWidthMajor = 0x7f0405ad;
|
|
public static int windowFixedWidthMinor = 0x7f0405ae;
|
|
public static int windowMinWidthMajor = 0x7f0405af;
|
|
public static int windowMinWidthMinor = 0x7f0405b0;
|
|
public static int windowNoTitle = 0x7f0405b1;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class bool {
|
|
public static int abc_action_bar_embed_tabs = 0x7f050000;
|
|
public static int abc_config_actionMenuItemAllCaps = 0x7f050001;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class color {
|
|
public static int abc_background_cache_hint_selector_material_dark = 0x7f060000;
|
|
public static int abc_background_cache_hint_selector_material_light = 0x7f060001;
|
|
public static int abc_btn_colored_borderless_text_material = 0x7f060002;
|
|
public static int abc_btn_colored_text_material = 0x7f060003;
|
|
public static int abc_color_highlight_material = 0x7f060004;
|
|
public static int abc_decor_view_status_guard = 0x7f060005;
|
|
public static int abc_decor_view_status_guard_light = 0x7f060006;
|
|
public static int abc_hint_foreground_material_dark = 0x7f060007;
|
|
public static int abc_hint_foreground_material_light = 0x7f060008;
|
|
public static int abc_primary_text_disable_only_material_dark = 0x7f060009;
|
|
public static int abc_primary_text_disable_only_material_light = 0x7f06000a;
|
|
public static int abc_primary_text_material_dark = 0x7f06000b;
|
|
public static int abc_primary_text_material_light = 0x7f06000c;
|
|
public static int abc_search_url_text = 0x7f06000d;
|
|
public static int abc_search_url_text_normal = 0x7f06000e;
|
|
public static int abc_search_url_text_pressed = 0x7f06000f;
|
|
public static int abc_search_url_text_selected = 0x7f060010;
|
|
public static int abc_secondary_text_material_dark = 0x7f060011;
|
|
public static int abc_secondary_text_material_light = 0x7f060012;
|
|
public static int abc_tint_btn_checkable = 0x7f060013;
|
|
public static int abc_tint_default = 0x7f060014;
|
|
public static int abc_tint_edittext = 0x7f060015;
|
|
public static int abc_tint_seek_thumb = 0x7f060016;
|
|
public static int abc_tint_spinner = 0x7f060017;
|
|
public static int abc_tint_switch_track = 0x7f060018;
|
|
public static int accent_material_dark = 0x7f06001a;
|
|
public static int accent_material_light = 0x7f06001b;
|
|
public static int androidx_core_ripple_material_light = 0x7f06001d;
|
|
public static int androidx_core_secondary_text_default_material_light = 0x7f06001e;
|
|
public static int background_floating_material_dark = 0x7f06001f;
|
|
public static int background_floating_material_light = 0x7f060020;
|
|
public static int background_material_dark = 0x7f060021;
|
|
public static int background_material_light = 0x7f060022;
|
|
public static int bright_foreground_disabled_material_dark = 0x7f060025;
|
|
public static int bright_foreground_disabled_material_light = 0x7f060026;
|
|
public static int bright_foreground_inverse_material_dark = 0x7f060027;
|
|
public static int bright_foreground_inverse_material_light = 0x7f060028;
|
|
public static int bright_foreground_material_dark = 0x7f060029;
|
|
public static int bright_foreground_material_light = 0x7f06002a;
|
|
public static int button_material_dark = 0x7f06002f;
|
|
public static int button_material_light = 0x7f060030;
|
|
public static int dim_foreground_disabled_material_dark = 0x7f060084;
|
|
public static int dim_foreground_disabled_material_light = 0x7f060085;
|
|
public static int dim_foreground_material_dark = 0x7f060086;
|
|
public static int dim_foreground_material_light = 0x7f060087;
|
|
public static int error_color_material_dark = 0x7f060088;
|
|
public static int error_color_material_light = 0x7f060089;
|
|
public static int foreground_material_dark = 0x7f06008a;
|
|
public static int foreground_material_light = 0x7f06008b;
|
|
public static int highlighted_text_material_dark = 0x7f06008e;
|
|
public static int highlighted_text_material_light = 0x7f06008f;
|
|
public static int material_blue_grey_800 = 0x7f0602f1;
|
|
public static int material_blue_grey_900 = 0x7f0602f2;
|
|
public static int material_blue_grey_950 = 0x7f0602f3;
|
|
public static int material_deep_teal_200 = 0x7f0602f5;
|
|
public static int material_deep_teal_500 = 0x7f0602f6;
|
|
public static int material_grey_100 = 0x7f060341;
|
|
public static int material_grey_300 = 0x7f060342;
|
|
public static int material_grey_50 = 0x7f060343;
|
|
public static int material_grey_600 = 0x7f060344;
|
|
public static int material_grey_800 = 0x7f060345;
|
|
public static int material_grey_850 = 0x7f060346;
|
|
public static int material_grey_900 = 0x7f060347;
|
|
public static int notification_action_color_filter = 0x7f0603dd;
|
|
public static int notification_icon_bg_color = 0x7f0603de;
|
|
public static int primary_dark_material_dark = 0x7f0603e2;
|
|
public static int primary_dark_material_light = 0x7f0603e3;
|
|
public static int primary_material_dark = 0x7f0603e4;
|
|
public static int primary_material_light = 0x7f0603e5;
|
|
public static int primary_text_default_material_dark = 0x7f0603e6;
|
|
public static int primary_text_default_material_light = 0x7f0603e7;
|
|
public static int primary_text_disabled_material_dark = 0x7f0603e8;
|
|
public static int primary_text_disabled_material_light = 0x7f0603e9;
|
|
public static int ripple_material_dark = 0x7f0603ea;
|
|
public static int ripple_material_light = 0x7f0603eb;
|
|
public static int secondary_text_default_material_dark = 0x7f0603ec;
|
|
public static int secondary_text_default_material_light = 0x7f0603ed;
|
|
public static int secondary_text_disabled_material_dark = 0x7f0603ee;
|
|
public static int secondary_text_disabled_material_light = 0x7f0603ef;
|
|
public static int switch_thumb_disabled_material_dark = 0x7f0603f0;
|
|
public static int switch_thumb_disabled_material_light = 0x7f0603f1;
|
|
public static int switch_thumb_material_dark = 0x7f0603f2;
|
|
public static int switch_thumb_material_light = 0x7f0603f3;
|
|
public static int switch_thumb_normal_material_dark = 0x7f0603f4;
|
|
public static int switch_thumb_normal_material_light = 0x7f0603f5;
|
|
public static int tooltip_background_dark = 0x7f0603f6;
|
|
public static int tooltip_background_light = 0x7f0603f7;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class dimen {
|
|
public static int abc_action_bar_content_inset_material = 0x7f070000;
|
|
public static int abc_action_bar_content_inset_with_nav = 0x7f070001;
|
|
public static int abc_action_bar_default_height_material = 0x7f070002;
|
|
public static int abc_action_bar_default_padding_end_material = 0x7f070003;
|
|
public static int abc_action_bar_default_padding_start_material = 0x7f070004;
|
|
public static int abc_action_bar_elevation_material = 0x7f070005;
|
|
public static int abc_action_bar_icon_vertical_padding_material = 0x7f070006;
|
|
public static int abc_action_bar_overflow_padding_end_material = 0x7f070007;
|
|
public static int abc_action_bar_overflow_padding_start_material = 0x7f070008;
|
|
public static int abc_action_bar_stacked_max_height = 0x7f070009;
|
|
public static int abc_action_bar_stacked_tab_max_width = 0x7f07000a;
|
|
public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f07000b;
|
|
public static int abc_action_bar_subtitle_top_margin_material = 0x7f07000c;
|
|
public static int abc_action_button_min_height_material = 0x7f07000d;
|
|
public static int abc_action_button_min_width_material = 0x7f07000e;
|
|
public static int abc_action_button_min_width_overflow_material = 0x7f07000f;
|
|
public static int abc_alert_dialog_button_bar_height = 0x7f070010;
|
|
public static int abc_alert_dialog_button_dimen = 0x7f070011;
|
|
public static int abc_button_inset_horizontal_material = 0x7f070012;
|
|
public static int abc_button_inset_vertical_material = 0x7f070013;
|
|
public static int abc_button_padding_horizontal_material = 0x7f070014;
|
|
public static int abc_button_padding_vertical_material = 0x7f070015;
|
|
public static int abc_cascading_menus_min_smallest_width = 0x7f070016;
|
|
public static int abc_config_prefDialogWidth = 0x7f070017;
|
|
public static int abc_control_corner_material = 0x7f070018;
|
|
public static int abc_control_inset_material = 0x7f070019;
|
|
public static int abc_control_padding_material = 0x7f07001a;
|
|
public static int abc_dialog_corner_radius_material = 0x7f07001b;
|
|
public static int abc_dialog_fixed_height_major = 0x7f07001c;
|
|
public static int abc_dialog_fixed_height_minor = 0x7f07001d;
|
|
public static int abc_dialog_fixed_width_major = 0x7f07001e;
|
|
public static int abc_dialog_fixed_width_minor = 0x7f07001f;
|
|
public static int abc_dialog_list_padding_bottom_no_buttons = 0x7f070020;
|
|
public static int abc_dialog_list_padding_top_no_title = 0x7f070021;
|
|
public static int abc_dialog_min_width_major = 0x7f070022;
|
|
public static int abc_dialog_min_width_minor = 0x7f070023;
|
|
public static int abc_dialog_padding_material = 0x7f070024;
|
|
public static int abc_dialog_padding_top_material = 0x7f070025;
|
|
public static int abc_dialog_title_divider_material = 0x7f070026;
|
|
public static int abc_disabled_alpha_material_dark = 0x7f070027;
|
|
public static int abc_disabled_alpha_material_light = 0x7f070028;
|
|
public static int abc_dropdownitem_icon_width = 0x7f070029;
|
|
public static int abc_dropdownitem_text_padding_left = 0x7f07002a;
|
|
public static int abc_dropdownitem_text_padding_right = 0x7f07002b;
|
|
public static int abc_edit_text_inset_bottom_material = 0x7f07002c;
|
|
public static int abc_edit_text_inset_horizontal_material = 0x7f07002d;
|
|
public static int abc_edit_text_inset_top_material = 0x7f07002e;
|
|
public static int abc_floating_window_z = 0x7f07002f;
|
|
public static int abc_list_item_height_large_material = 0x7f070030;
|
|
public static int abc_list_item_height_material = 0x7f070031;
|
|
public static int abc_list_item_height_small_material = 0x7f070032;
|
|
public static int abc_list_item_padding_horizontal_material = 0x7f070033;
|
|
public static int abc_panel_menu_list_width = 0x7f070034;
|
|
public static int abc_progress_bar_height_material = 0x7f070035;
|
|
public static int abc_search_view_preferred_height = 0x7f070036;
|
|
public static int abc_search_view_preferred_width = 0x7f070037;
|
|
public static int abc_seekbar_track_background_height_material = 0x7f070038;
|
|
public static int abc_seekbar_track_progress_height_material = 0x7f070039;
|
|
public static int abc_select_dialog_padding_start_material = 0x7f07003a;
|
|
public static int abc_switch_padding = 0x7f07003e;
|
|
public static int abc_text_size_body_1_material = 0x7f07003f;
|
|
public static int abc_text_size_body_2_material = 0x7f070040;
|
|
public static int abc_text_size_button_material = 0x7f070041;
|
|
public static int abc_text_size_caption_material = 0x7f070042;
|
|
public static int abc_text_size_display_1_material = 0x7f070043;
|
|
public static int abc_text_size_display_2_material = 0x7f070044;
|
|
public static int abc_text_size_display_3_material = 0x7f070045;
|
|
public static int abc_text_size_display_4_material = 0x7f070046;
|
|
public static int abc_text_size_headline_material = 0x7f070047;
|
|
public static int abc_text_size_large_material = 0x7f070048;
|
|
public static int abc_text_size_medium_material = 0x7f070049;
|
|
public static int abc_text_size_menu_header_material = 0x7f07004a;
|
|
public static int abc_text_size_menu_material = 0x7f07004b;
|
|
public static int abc_text_size_small_material = 0x7f07004c;
|
|
public static int abc_text_size_subhead_material = 0x7f07004d;
|
|
public static int abc_text_size_subtitle_material_toolbar = 0x7f07004e;
|
|
public static int abc_text_size_title_material = 0x7f07004f;
|
|
public static int abc_text_size_title_material_toolbar = 0x7f070050;
|
|
public static int compat_button_inset_horizontal_material = 0x7f07007c;
|
|
public static int compat_button_inset_vertical_material = 0x7f07007d;
|
|
public static int compat_button_padding_horizontal_material = 0x7f07007e;
|
|
public static int compat_button_padding_vertical_material = 0x7f07007f;
|
|
public static int compat_control_corner_material = 0x7f070080;
|
|
public static int compat_notification_large_icon_max_height = 0x7f070081;
|
|
public static int compat_notification_large_icon_max_width = 0x7f070082;
|
|
public static int disabled_alpha_material_dark = 0x7f0700b6;
|
|
public static int disabled_alpha_material_light = 0x7f0700b7;
|
|
public static int highlight_alpha_material_colored = 0x7f0700bc;
|
|
public static int highlight_alpha_material_dark = 0x7f0700bd;
|
|
public static int highlight_alpha_material_light = 0x7f0700be;
|
|
public static int hint_alpha_material_dark = 0x7f0700bf;
|
|
public static int hint_alpha_material_light = 0x7f0700c0;
|
|
public static int hint_pressed_alpha_material_dark = 0x7f0700c1;
|
|
public static int hint_pressed_alpha_material_light = 0x7f0700c2;
|
|
public static int notification_action_icon_size = 0x7f07042b;
|
|
public static int notification_action_text_size = 0x7f07042c;
|
|
public static int notification_big_circle_margin = 0x7f07042d;
|
|
public static int notification_content_margin_start = 0x7f07042e;
|
|
public static int notification_large_icon_height = 0x7f07042f;
|
|
public static int notification_large_icon_width = 0x7f070430;
|
|
public static int notification_main_column_padding_top = 0x7f070431;
|
|
public static int notification_media_narrow_margin = 0x7f070432;
|
|
public static int notification_right_icon_size = 0x7f070433;
|
|
public static int notification_right_side_padding_top = 0x7f070434;
|
|
public static int notification_small_icon_background_padding = 0x7f070435;
|
|
public static int notification_small_icon_size_as_large = 0x7f070436;
|
|
public static int notification_subtext_size = 0x7f070437;
|
|
public static int notification_top_pad = 0x7f070438;
|
|
public static int notification_top_pad_large_text = 0x7f070439;
|
|
public static int tooltip_corner_radius = 0x7f070441;
|
|
public static int tooltip_horizontal_padding = 0x7f070442;
|
|
public static int tooltip_margin = 0x7f070443;
|
|
public static int tooltip_precise_anchor_extra_offset = 0x7f070444;
|
|
public static int tooltip_precise_anchor_threshold = 0x7f070445;
|
|
public static int tooltip_vertical_padding = 0x7f070446;
|
|
public static int tooltip_y_offset_non_touch = 0x7f070447;
|
|
public static int tooltip_y_offset_touch = 0x7f070448;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class drawable {
|
|
public static int abc_ab_share_pack_mtrl_alpha = 0x7f080028;
|
|
public static int abc_action_bar_item_background_material = 0x7f080029;
|
|
public static int abc_btn_borderless_material = 0x7f08002a;
|
|
public static int abc_btn_check_material = 0x7f08002b;
|
|
public static int abc_btn_check_material_anim = 0x7f08002c;
|
|
public static int abc_btn_check_to_on_mtrl_000 = 0x7f08002d;
|
|
public static int abc_btn_check_to_on_mtrl_015 = 0x7f08002e;
|
|
public static int abc_btn_colored_material = 0x7f08002f;
|
|
public static int abc_btn_default_mtrl_shape = 0x7f080030;
|
|
public static int abc_btn_radio_material = 0x7f080031;
|
|
public static int abc_btn_radio_material_anim = 0x7f080032;
|
|
public static int abc_btn_radio_to_on_mtrl_000 = 0x7f080033;
|
|
public static int abc_btn_radio_to_on_mtrl_015 = 0x7f080034;
|
|
public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f080035;
|
|
public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f080036;
|
|
public static int abc_cab_background_internal_bg = 0x7f080037;
|
|
public static int abc_cab_background_top_material = 0x7f080038;
|
|
public static int abc_cab_background_top_mtrl_alpha = 0x7f080039;
|
|
public static int abc_control_background_material = 0x7f08003a;
|
|
public static int abc_dialog_material_background = 0x7f08003b;
|
|
public static int abc_edit_text_material = 0x7f08003c;
|
|
public static int abc_ic_ab_back_material = 0x7f08003d;
|
|
public static int abc_ic_arrow_drop_right_black_24dp = 0x7f08003e;
|
|
public static int abc_ic_clear_material = 0x7f08003f;
|
|
public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f080040;
|
|
public static int abc_ic_go_search_api_material = 0x7f080041;
|
|
public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f080042;
|
|
public static int abc_ic_menu_cut_mtrl_alpha = 0x7f080043;
|
|
public static int abc_ic_menu_overflow_material = 0x7f080044;
|
|
public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f080045;
|
|
public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f080046;
|
|
public static int abc_ic_menu_share_mtrl_alpha = 0x7f080047;
|
|
public static int abc_ic_search_api_material = 0x7f080048;
|
|
public static int abc_ic_voice_search_api_material = 0x7f080049;
|
|
public static int abc_item_background_holo_dark = 0x7f08004a;
|
|
public static int abc_item_background_holo_light = 0x7f08004b;
|
|
public static int abc_list_divider_material = 0x7f08004c;
|
|
public static int abc_list_divider_mtrl_alpha = 0x7f08004d;
|
|
public static int abc_list_focused_holo = 0x7f08004e;
|
|
public static int abc_list_longpressed_holo = 0x7f08004f;
|
|
public static int abc_list_pressed_holo_dark = 0x7f080050;
|
|
public static int abc_list_pressed_holo_light = 0x7f080051;
|
|
public static int abc_list_selector_background_transition_holo_dark = 0x7f080052;
|
|
public static int abc_list_selector_background_transition_holo_light = 0x7f080053;
|
|
public static int abc_list_selector_disabled_holo_dark = 0x7f080054;
|
|
public static int abc_list_selector_disabled_holo_light = 0x7f080055;
|
|
public static int abc_list_selector_holo_dark = 0x7f080056;
|
|
public static int abc_list_selector_holo_light = 0x7f080057;
|
|
public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f080058;
|
|
public static int abc_popup_background_mtrl_mult = 0x7f080059;
|
|
public static int abc_ratingbar_indicator_material = 0x7f08005a;
|
|
public static int abc_ratingbar_material = 0x7f08005b;
|
|
public static int abc_ratingbar_small_material = 0x7f08005c;
|
|
public static int abc_scrubber_control_off_mtrl_alpha = 0x7f08005d;
|
|
public static int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f08005e;
|
|
public static int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f08005f;
|
|
public static int abc_scrubber_primary_mtrl_alpha = 0x7f080060;
|
|
public static int abc_scrubber_track_mtrl_alpha = 0x7f080061;
|
|
public static int abc_seekbar_thumb_material = 0x7f080062;
|
|
public static int abc_seekbar_tick_mark_material = 0x7f080063;
|
|
public static int abc_seekbar_track_material = 0x7f080064;
|
|
public static int abc_spinner_mtrl_am_alpha = 0x7f080065;
|
|
public static int abc_spinner_textfield_background_material = 0x7f080066;
|
|
public static int abc_switch_thumb_material = 0x7f080069;
|
|
public static int abc_switch_track_mtrl_alpha = 0x7f08006a;
|
|
public static int abc_tab_indicator_material = 0x7f08006b;
|
|
public static int abc_tab_indicator_mtrl_alpha = 0x7f08006c;
|
|
public static int abc_text_cursor_material = 0x7f08006d;
|
|
public static int abc_textfield_activated_mtrl_alpha = 0x7f080071;
|
|
public static int abc_textfield_default_mtrl_alpha = 0x7f080072;
|
|
public static int abc_textfield_search_activated_mtrl_alpha = 0x7f080073;
|
|
public static int abc_textfield_search_default_mtrl_alpha = 0x7f080074;
|
|
public static int abc_textfield_search_material = 0x7f080075;
|
|
public static int abc_vector_test = 0x7f080076;
|
|
public static int btn_checkbox_checked_mtrl = 0x7f0800d1;
|
|
public static int btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f0800d2;
|
|
public static int btn_checkbox_unchecked_mtrl = 0x7f0800d3;
|
|
public static int btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f0800d4;
|
|
public static int btn_radio_off_mtrl = 0x7f0800d5;
|
|
public static int btn_radio_off_to_on_mtrl_animation = 0x7f0800d6;
|
|
public static int btn_radio_on_mtrl = 0x7f0800d7;
|
|
public static int btn_radio_on_to_off_mtrl_animation = 0x7f0800d8;
|
|
public static int notification_action_background = 0x7f0802c6;
|
|
public static int notification_bg = 0x7f0802c7;
|
|
public static int notification_bg_low = 0x7f0802c8;
|
|
public static int notification_bg_low_normal = 0x7f0802c9;
|
|
public static int notification_bg_low_pressed = 0x7f0802ca;
|
|
public static int notification_bg_normal = 0x7f0802cb;
|
|
public static int notification_bg_normal_pressed = 0x7f0802cc;
|
|
public static int notification_icon_background = 0x7f0802cd;
|
|
public static int notification_template_icon_bg = 0x7f0802cf;
|
|
public static int notification_template_icon_low_bg = 0x7f0802d0;
|
|
public static int notification_tile_bg = 0x7f0802d1;
|
|
public static int notify_panel_notification_icon_bg = 0x7f0802d2;
|
|
public static int tooltip_frame_dark = 0x7f08056d;
|
|
public static int tooltip_frame_light = 0x7f08056e;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class id {
|
|
public static int NO_DEBUG = 0x7f090006;
|
|
public static int SHOW_ALL = 0x7f090008;
|
|
public static int SHOW_PATH = 0x7f090009;
|
|
public static int SHOW_PROGRESS = 0x7f09000a;
|
|
public static int accelerate = 0x7f09000e;
|
|
public static int accessibility_action_clickable_span = 0x7f09000f;
|
|
public static int accessibility_custom_action_0 = 0x7f090010;
|
|
public static int accessibility_custom_action_1 = 0x7f090011;
|
|
public static int accessibility_custom_action_10 = 0x7f090012;
|
|
public static int accessibility_custom_action_11 = 0x7f090013;
|
|
public static int accessibility_custom_action_12 = 0x7f090014;
|
|
public static int accessibility_custom_action_13 = 0x7f090015;
|
|
public static int accessibility_custom_action_14 = 0x7f090016;
|
|
public static int accessibility_custom_action_15 = 0x7f090017;
|
|
public static int accessibility_custom_action_16 = 0x7f090018;
|
|
public static int accessibility_custom_action_17 = 0x7f090019;
|
|
public static int accessibility_custom_action_18 = 0x7f09001a;
|
|
public static int accessibility_custom_action_19 = 0x7f09001b;
|
|
public static int accessibility_custom_action_2 = 0x7f09001c;
|
|
public static int accessibility_custom_action_20 = 0x7f09001d;
|
|
public static int accessibility_custom_action_21 = 0x7f09001e;
|
|
public static int accessibility_custom_action_22 = 0x7f09001f;
|
|
public static int accessibility_custom_action_23 = 0x7f090020;
|
|
public static int accessibility_custom_action_24 = 0x7f090021;
|
|
public static int accessibility_custom_action_25 = 0x7f090022;
|
|
public static int accessibility_custom_action_26 = 0x7f090023;
|
|
public static int accessibility_custom_action_27 = 0x7f090024;
|
|
public static int accessibility_custom_action_28 = 0x7f090025;
|
|
public static int accessibility_custom_action_29 = 0x7f090026;
|
|
public static int accessibility_custom_action_3 = 0x7f090027;
|
|
public static int accessibility_custom_action_30 = 0x7f090028;
|
|
public static int accessibility_custom_action_31 = 0x7f090029;
|
|
public static int accessibility_custom_action_4 = 0x7f09002a;
|
|
public static int accessibility_custom_action_5 = 0x7f09002b;
|
|
public static int accessibility_custom_action_6 = 0x7f09002c;
|
|
public static int accessibility_custom_action_7 = 0x7f09002d;
|
|
public static int accessibility_custom_action_8 = 0x7f09002e;
|
|
public static int accessibility_custom_action_9 = 0x7f09002f;
|
|
public static int actionDown = 0x7f090031;
|
|
public static int actionDownUp = 0x7f090032;
|
|
public static int actionUp = 0x7f090033;
|
|
public static int action_bar = 0x7f090034;
|
|
public static int action_bar_activity_content = 0x7f090035;
|
|
public static int action_bar_container = 0x7f090036;
|
|
public static int action_bar_root = 0x7f090037;
|
|
public static int action_bar_spinner = 0x7f090038;
|
|
public static int action_bar_subtitle = 0x7f090039;
|
|
public static int action_bar_title = 0x7f09003a;
|
|
public static int action_container = 0x7f09003b;
|
|
public static int action_context_bar = 0x7f09003c;
|
|
public static int action_divider = 0x7f09003d;
|
|
public static int action_image = 0x7f09003e;
|
|
public static int action_menu_divider = 0x7f09003f;
|
|
public static int action_menu_presenter = 0x7f090040;
|
|
public static int action_mode_bar = 0x7f090041;
|
|
public static int action_mode_bar_stub = 0x7f090042;
|
|
public static int action_mode_close_button = 0x7f090043;
|
|
public static int action_text = 0x7f090044;
|
|
public static int actions = 0x7f090045;
|
|
public static int activity_chooser_view_content = 0x7f090046;
|
|
public static int add = 0x7f09004e;
|
|
public static int alertTitle = 0x7f090054;
|
|
public static int aligned = 0x7f090055;
|
|
public static int allStates = 0x7f090057;
|
|
public static int animateToEnd = 0x7f09005a;
|
|
public static int animateToStart = 0x7f09005b;
|
|
public static int antiClockwise = 0x7f09005c;
|
|
public static int anticipate = 0x7f09005d;
|
|
public static int asConfigured = 0x7f090063;
|
|
public static int async = 0x7f090064;
|
|
public static int auto = 0x7f090066;
|
|
public static int autoComplete = 0x7f090067;
|
|
public static int autoCompleteToEnd = 0x7f090068;
|
|
public static int autoCompleteToStart = 0x7f090069;
|
|
public static int baseline = 0x7f090071;
|
|
public static int bestChoice = 0x7f090074;
|
|
public static int blocking = 0x7f090075;
|
|
public static int bottom = 0x7f090077;
|
|
public static int bounce = 0x7f090078;
|
|
public static int buttonPanel = 0x7f090082;
|
|
public static int carryVelocity = 0x7f09008b;
|
|
public static int center = 0x7f09009b;
|
|
public static int chain = 0x7f0900a0;
|
|
public static int checkbox = 0x7f0900a2;
|
|
public static int checked = 0x7f0900a3;
|
|
public static int chronometer = 0x7f0900a4;
|
|
public static int clockwise = 0x7f0900a9;
|
|
public static int closest = 0x7f0900aa;
|
|
public static int constraint = 0x7f0900ae;
|
|
public static int content = 0x7f0900b2;
|
|
public static int contentPanel = 0x7f0900b3;
|
|
public static int continuousVelocity = 0x7f0900b5;
|
|
public static int cos = 0x7f0900b8;
|
|
public static int currentState = 0x7f0900c2;
|
|
public static int custom = 0x7f0900c3;
|
|
public static int customPanel = 0x7f0900c4;
|
|
public static int decelerate = 0x7f0900c8;
|
|
public static int decelerateAndComplete = 0x7f0900c9;
|
|
public static int decor_content_parent = 0x7f0900ca;
|
|
public static int default_activity_button = 0x7f0900cb;
|
|
public static int deltaRelative = 0x7f0900cc;
|
|
public static int dialog_button = 0x7f0900d3;
|
|
public static int dragAnticlockwise = 0x7f0900e0;
|
|
public static int dragClockwise = 0x7f0900e1;
|
|
public static int dragDown = 0x7f0900e2;
|
|
public static int dragEnd = 0x7f0900e3;
|
|
public static int dragLeft = 0x7f0900e4;
|
|
public static int dragRight = 0x7f0900e5;
|
|
public static int dragStart = 0x7f0900e6;
|
|
public static int dragUp = 0x7f0900e7;
|
|
public static int easeIn = 0x7f0900e9;
|
|
public static int easeInOut = 0x7f0900ea;
|
|
public static int easeOut = 0x7f0900eb;
|
|
public static int east = 0x7f0900ec;
|
|
public static int edit_query = 0x7f0900ee;
|
|
public static int end = 0x7f0900f4;
|
|
public static int expand_activities_button = 0x7f0900fe;
|
|
public static int expanded_menu = 0x7f090100;
|
|
public static int flip = 0x7f090110;
|
|
public static int forever = 0x7f090112;
|
|
public static int frost = 0x7f090114;
|
|
public static int gone = 0x7f09011c;
|
|
public static int group_divider = 0x7f090123;
|
|
public static int home = 0x7f09012c;
|
|
public static int honorRequest = 0x7f09012e;
|
|
public static int horizontal_only = 0x7f09012f;
|
|
public static int icon = 0x7f090130;
|
|
public static int icon_group = 0x7f090131;
|
|
public static int ignore = 0x7f090135;
|
|
public static int ignoreRequest = 0x7f090136;
|
|
public static int image = 0x7f090137;
|
|
public static int immediateStop = 0x7f090138;
|
|
public static int included = 0x7f090139;
|
|
public static int info = 0x7f09013b;
|
|
public static int invisible = 0x7f09013c;
|
|
public static int italic = 0x7f09013f;
|
|
public static int jumpToEnd = 0x7f090152;
|
|
public static int jumpToStart = 0x7f090153;
|
|
public static int layout = 0x7f090156;
|
|
public static int left = 0x7f090157;
|
|
public static int line1 = 0x7f09015b;
|
|
public static int line3 = 0x7f09015c;
|
|
public static int linear = 0x7f09015d;
|
|
public static int listMode = 0x7f09015e;
|
|
public static int list_item = 0x7f090165;
|
|
public static int match_constraint = 0x7f09018d;
|
|
public static int match_parent = 0x7f09018e;
|
|
public static int message = 0x7f0901a8;
|
|
public static int middle = 0x7f0901a9;
|
|
public static int motion_base = 0x7f0901b1;
|
|
public static int multiply = 0x7f090205;
|
|
public static int neverCompleteToEnd = 0x7f090212;
|
|
public static int neverCompleteToStart = 0x7f090213;
|
|
public static int noState = 0x7f090215;
|
|
public static int none = 0x7f090216;
|
|
public static int normal = 0x7f090217;
|
|
public static int north = 0x7f090218;
|
|
public static int notification_background = 0x7f090219;
|
|
public static int notification_main_column = 0x7f09021a;
|
|
public static int notification_main_column_container = 0x7f09021b;
|
|
public static int off = 0x7f09021c;
|
|
public static int on = 0x7f090220;
|
|
public static int overshoot = 0x7f090234;
|
|
public static int packed = 0x7f090235;
|
|
public static int parent = 0x7f090237;
|
|
public static int parentPanel = 0x7f090238;
|
|
public static int parentRelative = 0x7f090239;
|
|
public static int path = 0x7f090244;
|
|
public static int pathRelative = 0x7f090245;
|
|
public static int percent = 0x7f090247;
|
|
public static int position = 0x7f09024d;
|
|
public static int postLayout = 0x7f09024e;
|
|
public static int progress_circular = 0x7f090251;
|
|
public static int progress_horizontal = 0x7f090252;
|
|
public static int radio = 0x7f090259;
|
|
public static int rectangles = 0x7f090262;
|
|
public static int reverseSawtooth = 0x7f090265;
|
|
public static int right = 0x7f090266;
|
|
public static int right_icon = 0x7f090268;
|
|
public static int right_side = 0x7f090269;
|
|
public static int sawtooth = 0x7f09026e;
|
|
public static int screen = 0x7f090270;
|
|
public static int scrollIndicatorDown = 0x7f090272;
|
|
public static int scrollIndicatorUp = 0x7f090273;
|
|
public static int scrollView = 0x7f090274;
|
|
public static int search_badge = 0x7f090276;
|
|
public static int search_bar = 0x7f090277;
|
|
public static int search_button = 0x7f090278;
|
|
public static int search_close_btn = 0x7f090279;
|
|
public static int search_edit_frame = 0x7f09027a;
|
|
public static int search_go_btn = 0x7f09027b;
|
|
public static int search_mag_icon = 0x7f09027d;
|
|
public static int search_plate = 0x7f09027e;
|
|
public static int search_src_text = 0x7f09027f;
|
|
public static int search_voice_btn = 0x7f090280;
|
|
public static int select_dialog_listview = 0x7f09028b;
|
|
public static int sharedValueSet = 0x7f0902b0;
|
|
public static int sharedValueUnset = 0x7f0902b1;
|
|
public static int shortcut = 0x7f0902b2;
|
|
public static int sin = 0x7f0902b6;
|
|
public static int skipped = 0x7f0902b8;
|
|
public static int south = 0x7f0902bf;
|
|
public static int spacer = 0x7f0902c0;
|
|
public static int spline = 0x7f0902c6;
|
|
public static int split_action_bar = 0x7f0902c7;
|
|
public static int spread = 0x7f0902c8;
|
|
public static int spread_inside = 0x7f0902c9;
|
|
public static int spring = 0x7f0902ca;
|
|
public static int square = 0x7f0902cb;
|
|
public static int src_atop = 0x7f0902cc;
|
|
public static int src_in = 0x7f0902cd;
|
|
public static int src_over = 0x7f0902ce;
|
|
public static int standard = 0x7f0902d3;
|
|
public static int start = 0x7f0902d4;
|
|
public static int startHorizontal = 0x7f0902d5;
|
|
public static int startVertical = 0x7f0902d7;
|
|
public static int staticLayout = 0x7f0902db;
|
|
public static int staticPostLayout = 0x7f0902dc;
|
|
public static int stop = 0x7f0902df;
|
|
public static int submenuarrow = 0x7f0902e1;
|
|
public static int submit_area = 0x7f0902e2;
|
|
public static int tabMode = 0x7f0902e5;
|
|
public static int tag_accessibility_actions = 0x7f0902ea;
|
|
public static int tag_accessibility_clickable_spans = 0x7f0902eb;
|
|
public static int tag_accessibility_heading = 0x7f0902ec;
|
|
public static int tag_accessibility_pane_title = 0x7f0902ed;
|
|
public static int tag_screen_reader_focusable = 0x7f0902f1;
|
|
public static int tag_transition_group = 0x7f0902f3;
|
|
public static int tag_unhandled_key_event_manager = 0x7f0902f4;
|
|
public static int tag_unhandled_key_listeners = 0x7f0902f5;
|
|
public static int text = 0x7f0902f7;
|
|
public static int text2 = 0x7f0902f8;
|
|
public static int textSpacerNoButtons = 0x7f0902fa;
|
|
public static int textSpacerNoTitle = 0x7f0902fb;
|
|
public static int time = 0x7f090309;
|
|
public static int title = 0x7f09030a;
|
|
public static int titleDividerNoCustom = 0x7f09030b;
|
|
public static int title_template = 0x7f09030c;
|
|
public static int top = 0x7f090312;
|
|
public static int topPanel = 0x7f090313;
|
|
public static int triangle = 0x7f090320;
|
|
public static int unchecked = 0x7f090321;
|
|
public static int uniform = 0x7f090322;
|
|
public static int up = 0x7f090324;
|
|
public static int vertical_only = 0x7f090326;
|
|
public static int view_transition = 0x7f090328;
|
|
public static int visible = 0x7f09032d;
|
|
public static int west = 0x7f090334;
|
|
public static int wrap = 0x7f090339;
|
|
public static int wrap_content = 0x7f09033a;
|
|
public static int wrap_content_constrained = 0x7f09033b;
|
|
public static int x_left = 0x7f090340;
|
|
public static int x_right = 0x7f090341;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class integer {
|
|
public static int abc_config_activityDefaultDur = 0x7f0a0000;
|
|
public static int abc_config_activityShortDur = 0x7f0a0001;
|
|
public static int cancel_button_image_alpha = 0x7f0a0004;
|
|
public static int config_tooltipAnimTime = 0x7f0a0006;
|
|
public static int status_bar_notification_info_maxnum = 0x7f0a004e;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class interpolator {
|
|
public static int btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0b0000;
|
|
public static int btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0b0001;
|
|
public static int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0b0002;
|
|
public static int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0b0003;
|
|
public static int btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0b0004;
|
|
public static int btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0b0005;
|
|
public static int fast_out_slow_in = 0x7f0b0006;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class layout {
|
|
public static int abc_action_bar_title_item = 0x7f0c0000;
|
|
public static int abc_action_bar_up_container = 0x7f0c0001;
|
|
public static int abc_action_menu_item_layout = 0x7f0c0002;
|
|
public static int abc_action_menu_layout = 0x7f0c0003;
|
|
public static int abc_action_mode_bar = 0x7f0c0004;
|
|
public static int abc_action_mode_close_item_material = 0x7f0c0005;
|
|
public static int abc_activity_chooser_view = 0x7f0c0006;
|
|
public static int abc_activity_chooser_view_list_item = 0x7f0c0007;
|
|
public static int abc_alert_dialog_button_bar_material = 0x7f0c0008;
|
|
public static int abc_alert_dialog_material = 0x7f0c0009;
|
|
public static int abc_alert_dialog_title_material = 0x7f0c000a;
|
|
public static int abc_cascading_menu_item_layout = 0x7f0c000b;
|
|
public static int abc_dialog_title_material = 0x7f0c000c;
|
|
public static int abc_expanded_menu_layout = 0x7f0c000d;
|
|
public static int abc_list_menu_item_checkbox = 0x7f0c000e;
|
|
public static int abc_list_menu_item_icon = 0x7f0c000f;
|
|
public static int abc_list_menu_item_layout = 0x7f0c0010;
|
|
public static int abc_list_menu_item_radio = 0x7f0c0011;
|
|
public static int abc_popup_menu_header_item_layout = 0x7f0c0012;
|
|
public static int abc_popup_menu_item_layout = 0x7f0c0013;
|
|
public static int abc_screen_content_include = 0x7f0c0014;
|
|
public static int abc_screen_simple = 0x7f0c0015;
|
|
public static int abc_screen_simple_overlay_action_mode = 0x7f0c0016;
|
|
public static int abc_screen_toolbar = 0x7f0c0017;
|
|
public static int abc_search_dropdown_item_icons_2line = 0x7f0c0018;
|
|
public static int abc_search_view = 0x7f0c0019;
|
|
public static int abc_select_dialog_material = 0x7f0c001a;
|
|
public static int abc_tooltip = 0x7f0c001b;
|
|
public static int custom_dialog = 0x7f0c0027;
|
|
public static int notification_action = 0x7f0c007e;
|
|
public static int notification_action_tombstone = 0x7f0c007f;
|
|
public static int notification_template_custom_big = 0x7f0c0086;
|
|
public static int notification_template_icon_group = 0x7f0c0087;
|
|
public static int notification_template_part_chronometer = 0x7f0c008b;
|
|
public static int notification_template_part_time = 0x7f0c008c;
|
|
public static int select_dialog_item_material = 0x7f0c008e;
|
|
public static int select_dialog_multichoice_material = 0x7f0c008f;
|
|
public static int select_dialog_singlechoice_material = 0x7f0c0090;
|
|
public static int support_simple_spinner_dropdown_item = 0x7f0c0092;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class string {
|
|
public static int abc_action_bar_home_description = 0x7f120000;
|
|
public static int abc_action_bar_up_description = 0x7f120001;
|
|
public static int abc_action_menu_overflow_description = 0x7f120002;
|
|
public static int abc_action_mode_done = 0x7f120003;
|
|
public static int abc_activity_chooser_view_see_all = 0x7f120004;
|
|
public static int abc_activitychooserview_choose_application = 0x7f120005;
|
|
public static int abc_capital_off = 0x7f120006;
|
|
public static int abc_capital_on = 0x7f120007;
|
|
public static int abc_menu_alt_shortcut_label = 0x7f120008;
|
|
public static int abc_menu_ctrl_shortcut_label = 0x7f120009;
|
|
public static int abc_menu_delete_shortcut_label = 0x7f12000a;
|
|
public static int abc_menu_enter_shortcut_label = 0x7f12000b;
|
|
public static int abc_menu_function_shortcut_label = 0x7f12000c;
|
|
public static int abc_menu_meta_shortcut_label = 0x7f12000d;
|
|
public static int abc_menu_shift_shortcut_label = 0x7f12000e;
|
|
public static int abc_menu_space_shortcut_label = 0x7f12000f;
|
|
public static int abc_menu_sym_shortcut_label = 0x7f120010;
|
|
public static int abc_prepend_shortcut_label = 0x7f120011;
|
|
public static int abc_search_hint = 0x7f120012;
|
|
public static int abc_searchview_description_clear = 0x7f120013;
|
|
public static int abc_searchview_description_query = 0x7f120014;
|
|
public static int abc_searchview_description_search = 0x7f120015;
|
|
public static int abc_searchview_description_submit = 0x7f120016;
|
|
public static int abc_searchview_description_voice = 0x7f120017;
|
|
public static int abc_shareactionprovider_share_with = 0x7f120018;
|
|
public static int abc_shareactionprovider_share_with_application = 0x7f120019;
|
|
public static int abc_toolbar_collapse_description = 0x7f12001a;
|
|
public static int search_menu_title = 0x7f12045f;
|
|
public static int status_bar_notification_info_overflow = 0x7f1204b7;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class style {
|
|
public static int AlertDialog_AppCompat = 0x7f130001;
|
|
public static int AlertDialog_AppCompat_Light = 0x7f130002;
|
|
public static int Animation_AppCompat_Dialog = 0x7f130003;
|
|
public static int Animation_AppCompat_DropDownUp = 0x7f130004;
|
|
public static int Animation_AppCompat_Tooltip = 0x7f130005;
|
|
public static int Base_AlertDialog_AppCompat = 0x7f13000d;
|
|
public static int Base_AlertDialog_AppCompat_Light = 0x7f13000e;
|
|
public static int Base_Animation_AppCompat_Dialog = 0x7f13000f;
|
|
public static int Base_Animation_AppCompat_DropDownUp = 0x7f130010;
|
|
public static int Base_Animation_AppCompat_Tooltip = 0x7f130011;
|
|
public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f130014;
|
|
public static int Base_DialogWindowTitle_AppCompat = 0x7f130013;
|
|
public static int Base_TextAppearance_AppCompat = 0x7f130018;
|
|
public static int Base_TextAppearance_AppCompat_Body1 = 0x7f130019;
|
|
public static int Base_TextAppearance_AppCompat_Body2 = 0x7f13001a;
|
|
public static int Base_TextAppearance_AppCompat_Button = 0x7f13001b;
|
|
public static int Base_TextAppearance_AppCompat_Caption = 0x7f13001c;
|
|
public static int Base_TextAppearance_AppCompat_Display1 = 0x7f13001d;
|
|
public static int Base_TextAppearance_AppCompat_Display2 = 0x7f13001e;
|
|
public static int Base_TextAppearance_AppCompat_Display3 = 0x7f13001f;
|
|
public static int Base_TextAppearance_AppCompat_Display4 = 0x7f130020;
|
|
public static int Base_TextAppearance_AppCompat_Headline = 0x7f130021;
|
|
public static int Base_TextAppearance_AppCompat_Inverse = 0x7f130022;
|
|
public static int Base_TextAppearance_AppCompat_Large = 0x7f130023;
|
|
public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f130024;
|
|
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f130025;
|
|
public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f130026;
|
|
public static int Base_TextAppearance_AppCompat_Medium = 0x7f130027;
|
|
public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f130028;
|
|
public static int Base_TextAppearance_AppCompat_Menu = 0x7f130029;
|
|
public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f13002a;
|
|
public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f13002b;
|
|
public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f13002c;
|
|
public static int Base_TextAppearance_AppCompat_Small = 0x7f13002d;
|
|
public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f13002e;
|
|
public static int Base_TextAppearance_AppCompat_Subhead = 0x7f13002f;
|
|
public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f130030;
|
|
public static int Base_TextAppearance_AppCompat_Title = 0x7f130031;
|
|
public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f130032;
|
|
public static int Base_TextAppearance_AppCompat_Tooltip = 0x7f130033;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f130034;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f130035;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f130036;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f130037;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f130038;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f130039;
|
|
public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f13003a;
|
|
public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f13003b;
|
|
public static int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f13003c;
|
|
public static int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f13003d;
|
|
public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f13003e;
|
|
public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f13003f;
|
|
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f130040;
|
|
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f130041;
|
|
public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f130042;
|
|
public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f130043;
|
|
public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f130044;
|
|
public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f130049;
|
|
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f13004a;
|
|
public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f13004b;
|
|
public static int Base_ThemeOverlay_AppCompat = 0x7f13007c;
|
|
public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f13007d;
|
|
public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f13007e;
|
|
public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f13007f;
|
|
public static int Base_ThemeOverlay_AppCompat_Dialog = 0x7f130080;
|
|
public static int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f130081;
|
|
public static int Base_ThemeOverlay_AppCompat_Light = 0x7f130082;
|
|
public static int Base_Theme_AppCompat = 0x7f13004c;
|
|
public static int Base_Theme_AppCompat_CompactMenu = 0x7f13004d;
|
|
public static int Base_Theme_AppCompat_Dialog = 0x7f13004e;
|
|
public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f130052;
|
|
public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f13004f;
|
|
public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f130050;
|
|
public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f130051;
|
|
public static int Base_Theme_AppCompat_Light = 0x7f130053;
|
|
public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f130054;
|
|
public static int Base_Theme_AppCompat_Light_Dialog = 0x7f130055;
|
|
public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f130059;
|
|
public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f130056;
|
|
public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f130057;
|
|
public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f130058;
|
|
public static int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f1300ac;
|
|
public static int Base_V21_Theme_AppCompat = 0x7f1300a4;
|
|
public static int Base_V21_Theme_AppCompat_Dialog = 0x7f1300a5;
|
|
public static int Base_V21_Theme_AppCompat_Light = 0x7f1300a6;
|
|
public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f1300a7;
|
|
public static int Base_V22_Theme_AppCompat = 0x7f1300af;
|
|
public static int Base_V22_Theme_AppCompat_Light = 0x7f1300b0;
|
|
public static int Base_V23_Theme_AppCompat = 0x7f1300b1;
|
|
public static int Base_V23_Theme_AppCompat_Light = 0x7f1300b2;
|
|
public static int Base_V26_Theme_AppCompat = 0x7f1300b7;
|
|
public static int Base_V26_Theme_AppCompat_Light = 0x7f1300b8;
|
|
public static int Base_V26_Widget_AppCompat_Toolbar = 0x7f1300b9;
|
|
public static int Base_V28_Theme_AppCompat = 0x7f1300ba;
|
|
public static int Base_V28_Theme_AppCompat_Light = 0x7f1300bb;
|
|
public static int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f1300c0;
|
|
public static int Base_V7_Theme_AppCompat = 0x7f1300bc;
|
|
public static int Base_V7_Theme_AppCompat_Dialog = 0x7f1300bd;
|
|
public static int Base_V7_Theme_AppCompat_Light = 0x7f1300be;
|
|
public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f1300bf;
|
|
public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f1300c1;
|
|
public static int Base_V7_Widget_AppCompat_EditText = 0x7f1300c2;
|
|
public static int Base_V7_Widget_AppCompat_Toolbar = 0x7f1300c3;
|
|
public static int Base_Widget_AppCompat_ActionBar = 0x7f1300c4;
|
|
public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f1300c5;
|
|
public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f1300c6;
|
|
public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f1300c7;
|
|
public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f1300c8;
|
|
public static int Base_Widget_AppCompat_ActionButton = 0x7f1300c9;
|
|
public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f1300ca;
|
|
public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f1300cb;
|
|
public static int Base_Widget_AppCompat_ActionMode = 0x7f1300cc;
|
|
public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f1300cd;
|
|
public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f1300ce;
|
|
public static int Base_Widget_AppCompat_Button = 0x7f1300cf;
|
|
public static int Base_Widget_AppCompat_ButtonBar = 0x7f1300d5;
|
|
public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f1300d6;
|
|
public static int Base_Widget_AppCompat_Button_Borderless = 0x7f1300d0;
|
|
public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f1300d1;
|
|
public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f1300d2;
|
|
public static int Base_Widget_AppCompat_Button_Colored = 0x7f1300d3;
|
|
public static int Base_Widget_AppCompat_Button_Small = 0x7f1300d4;
|
|
public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f1300d7;
|
|
public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f1300d8;
|
|
public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f1300d9;
|
|
public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f1300da;
|
|
public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f1300db;
|
|
public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f1300dc;
|
|
public static int Base_Widget_AppCompat_EditText = 0x7f1300dd;
|
|
public static int Base_Widget_AppCompat_ImageButton = 0x7f1300de;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f1300df;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f1300e0;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f1300e1;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f1300e2;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f1300e3;
|
|
public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f1300e4;
|
|
public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f1300e5;
|
|
public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f1300e6;
|
|
public static int Base_Widget_AppCompat_ListMenuView = 0x7f1300e7;
|
|
public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f1300e8;
|
|
public static int Base_Widget_AppCompat_ListView = 0x7f1300e9;
|
|
public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f1300ea;
|
|
public static int Base_Widget_AppCompat_ListView_Menu = 0x7f1300eb;
|
|
public static int Base_Widget_AppCompat_PopupMenu = 0x7f1300ec;
|
|
public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f1300ed;
|
|
public static int Base_Widget_AppCompat_PopupWindow = 0x7f1300ee;
|
|
public static int Base_Widget_AppCompat_ProgressBar = 0x7f1300ef;
|
|
public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f1300f0;
|
|
public static int Base_Widget_AppCompat_RatingBar = 0x7f1300f1;
|
|
public static int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f1300f2;
|
|
public static int Base_Widget_AppCompat_RatingBar_Small = 0x7f1300f3;
|
|
public static int Base_Widget_AppCompat_SearchView = 0x7f1300f4;
|
|
public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f1300f5;
|
|
public static int Base_Widget_AppCompat_SeekBar = 0x7f1300f6;
|
|
public static int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f1300f7;
|
|
public static int Base_Widget_AppCompat_Spinner = 0x7f1300f8;
|
|
public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f1300f9;
|
|
public static int Base_Widget_AppCompat_TextView = 0x7f1300fa;
|
|
public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f1300fb;
|
|
public static int Base_Widget_AppCompat_Toolbar = 0x7f1300fc;
|
|
public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1300fd;
|
|
public static int Platform_AppCompat = 0x7f130158;
|
|
public static int Platform_AppCompat_Light = 0x7f130159;
|
|
public static int Platform_ThemeOverlay_AppCompat = 0x7f13015e;
|
|
public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f13015f;
|
|
public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f130160;
|
|
public static int Platform_V21_AppCompat = 0x7f130161;
|
|
public static int Platform_V21_AppCompat_Light = 0x7f130162;
|
|
public static int Platform_V25_AppCompat = 0x7f130163;
|
|
public static int Platform_V25_AppCompat_Light = 0x7f130164;
|
|
public static int Platform_Widget_AppCompat_Spinner = 0x7f130165;
|
|
public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f130167;
|
|
public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f130168;
|
|
public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f130169;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f13016a;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f13016b;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f13016c;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f13016d;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f13016e;
|
|
public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f13016f;
|
|
public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f130175;
|
|
public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f130170;
|
|
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f130171;
|
|
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f130172;
|
|
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f130173;
|
|
public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f130174;
|
|
public static int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f130176;
|
|
public static int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f130177;
|
|
public static int TextAppearance_AppCompat = 0x7f1301d5;
|
|
public static int TextAppearance_AppCompat_Body1 = 0x7f1301d6;
|
|
public static int TextAppearance_AppCompat_Body2 = 0x7f1301d7;
|
|
public static int TextAppearance_AppCompat_Button = 0x7f1301d8;
|
|
public static int TextAppearance_AppCompat_Caption = 0x7f1301d9;
|
|
public static int TextAppearance_AppCompat_Display1 = 0x7f1301da;
|
|
public static int TextAppearance_AppCompat_Display2 = 0x7f1301db;
|
|
public static int TextAppearance_AppCompat_Display3 = 0x7f1301dc;
|
|
public static int TextAppearance_AppCompat_Display4 = 0x7f1301dd;
|
|
public static int TextAppearance_AppCompat_Headline = 0x7f1301de;
|
|
public static int TextAppearance_AppCompat_Inverse = 0x7f1301df;
|
|
public static int TextAppearance_AppCompat_Large = 0x7f1301e0;
|
|
public static int TextAppearance_AppCompat_Large_Inverse = 0x7f1301e1;
|
|
public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f1301e2;
|
|
public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f1301e3;
|
|
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f1301e4;
|
|
public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f1301e5;
|
|
public static int TextAppearance_AppCompat_Medium = 0x7f1301e6;
|
|
public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f1301e7;
|
|
public static int TextAppearance_AppCompat_Menu = 0x7f1301e8;
|
|
public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f1301e9;
|
|
public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f1301ea;
|
|
public static int TextAppearance_AppCompat_Small = 0x7f1301eb;
|
|
public static int TextAppearance_AppCompat_Small_Inverse = 0x7f1301ec;
|
|
public static int TextAppearance_AppCompat_Subhead = 0x7f1301ed;
|
|
public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f1301ee;
|
|
public static int TextAppearance_AppCompat_Title = 0x7f1301ef;
|
|
public static int TextAppearance_AppCompat_Title_Inverse = 0x7f1301f0;
|
|
public static int TextAppearance_AppCompat_Tooltip = 0x7f1301f1;
|
|
public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f1301f2;
|
|
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f1301f3;
|
|
public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f1301f4;
|
|
public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f1301f5;
|
|
public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f1301f6;
|
|
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f1301f7;
|
|
public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f1301f8;
|
|
public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f1301f9;
|
|
public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f1301fa;
|
|
public static int TextAppearance_AppCompat_Widget_Button = 0x7f1301fb;
|
|
public static int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f1301fc;
|
|
public static int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f1301fd;
|
|
public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f1301fe;
|
|
public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f1301ff;
|
|
public static int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f130200;
|
|
public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f130201;
|
|
public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f130202;
|
|
public static int TextAppearance_AppCompat_Widget_Switch = 0x7f130203;
|
|
public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f130204;
|
|
public static int TextAppearance_Compat_Notification = 0x7f13020b;
|
|
public static int TextAppearance_Compat_Notification_Info = 0x7f13020c;
|
|
public static int TextAppearance_Compat_Notification_Line2 = 0x7f13020e;
|
|
public static int TextAppearance_Compat_Notification_Time = 0x7f130211;
|
|
public static int TextAppearance_Compat_Notification_Title = 0x7f130213;
|
|
public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f13027c;
|
|
public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f13027d;
|
|
public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f13027e;
|
|
public static int ThemeOverlay_AppCompat = 0x7f1302f2;
|
|
public static int ThemeOverlay_AppCompat_ActionBar = 0x7f1302f3;
|
|
public static int ThemeOverlay_AppCompat_Dark = 0x7f1302f4;
|
|
public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f1302f5;
|
|
public static int ThemeOverlay_AppCompat_DayNight = 0x7f1302f6;
|
|
public static int ThemeOverlay_AppCompat_DayNight_ActionBar = 0x7f1302f7;
|
|
public static int ThemeOverlay_AppCompat_Dialog = 0x7f1302f8;
|
|
public static int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f1302f9;
|
|
public static int ThemeOverlay_AppCompat_Light = 0x7f1302fa;
|
|
public static int Theme_AppCompat = 0x7f13027f;
|
|
public static int Theme_AppCompat_CompactMenu = 0x7f130280;
|
|
public static int Theme_AppCompat_DayNight = 0x7f130281;
|
|
public static int Theme_AppCompat_DayNight_DarkActionBar = 0x7f130282;
|
|
public static int Theme_AppCompat_DayNight_Dialog = 0x7f130283;
|
|
public static int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f130286;
|
|
public static int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f130284;
|
|
public static int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f130285;
|
|
public static int Theme_AppCompat_DayNight_NoActionBar = 0x7f130287;
|
|
public static int Theme_AppCompat_Dialog = 0x7f130288;
|
|
public static int Theme_AppCompat_DialogWhenLarge = 0x7f13028b;
|
|
public static int Theme_AppCompat_Dialog_Alert = 0x7f130289;
|
|
public static int Theme_AppCompat_Dialog_MinWidth = 0x7f13028a;
|
|
public static int Theme_AppCompat_Empty = 0x7f13028c;
|
|
public static int Theme_AppCompat_Light = 0x7f13028d;
|
|
public static int Theme_AppCompat_Light_DarkActionBar = 0x7f13028e;
|
|
public static int Theme_AppCompat_Light_Dialog = 0x7f13028f;
|
|
public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f130292;
|
|
public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f130290;
|
|
public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f130291;
|
|
public static int Theme_AppCompat_Light_NoActionBar = 0x7f130293;
|
|
public static int Theme_AppCompat_NoActionBar = 0x7f130294;
|
|
public static int Widget_AppCompat_ActionBar = 0x7f13036f;
|
|
public static int Widget_AppCompat_ActionBar_Solid = 0x7f130370;
|
|
public static int Widget_AppCompat_ActionBar_TabBar = 0x7f130371;
|
|
public static int Widget_AppCompat_ActionBar_TabText = 0x7f130372;
|
|
public static int Widget_AppCompat_ActionBar_TabView = 0x7f130373;
|
|
public static int Widget_AppCompat_ActionButton = 0x7f130374;
|
|
public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f130375;
|
|
public static int Widget_AppCompat_ActionButton_Overflow = 0x7f130376;
|
|
public static int Widget_AppCompat_ActionMode = 0x7f130377;
|
|
public static int Widget_AppCompat_ActivityChooserView = 0x7f130378;
|
|
public static int Widget_AppCompat_AutoCompleteTextView = 0x7f130379;
|
|
public static int Widget_AppCompat_Button = 0x7f13037a;
|
|
public static int Widget_AppCompat_ButtonBar = 0x7f130380;
|
|
public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f130381;
|
|
public static int Widget_AppCompat_Button_Borderless = 0x7f13037b;
|
|
public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f13037c;
|
|
public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f13037d;
|
|
public static int Widget_AppCompat_Button_Colored = 0x7f13037e;
|
|
public static int Widget_AppCompat_Button_Small = 0x7f13037f;
|
|
public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f130382;
|
|
public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f130383;
|
|
public static int Widget_AppCompat_CompoundButton_Switch = 0x7f130384;
|
|
public static int Widget_AppCompat_DrawerArrowToggle = 0x7f130385;
|
|
public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f130386;
|
|
public static int Widget_AppCompat_EditText = 0x7f130387;
|
|
public static int Widget_AppCompat_ImageButton = 0x7f130388;
|
|
public static int Widget_AppCompat_Light_ActionBar = 0x7f130389;
|
|
public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f13038a;
|
|
public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f13038b;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f13038c;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f13038d;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f13038e;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f13038f;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f130390;
|
|
public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f130391;
|
|
public static int Widget_AppCompat_Light_ActionButton = 0x7f130392;
|
|
public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f130393;
|
|
public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f130394;
|
|
public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f130395;
|
|
public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f130396;
|
|
public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f130397;
|
|
public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f130398;
|
|
public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f130399;
|
|
public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f13039a;
|
|
public static int Widget_AppCompat_Light_PopupMenu = 0x7f13039b;
|
|
public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f13039c;
|
|
public static int Widget_AppCompat_Light_SearchView = 0x7f13039d;
|
|
public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f13039e;
|
|
public static int Widget_AppCompat_ListMenuView = 0x7f13039f;
|
|
public static int Widget_AppCompat_ListPopupWindow = 0x7f1303a0;
|
|
public static int Widget_AppCompat_ListView = 0x7f1303a1;
|
|
public static int Widget_AppCompat_ListView_DropDown = 0x7f1303a2;
|
|
public static int Widget_AppCompat_ListView_Menu = 0x7f1303a3;
|
|
public static int Widget_AppCompat_PopupMenu = 0x7f1303a4;
|
|
public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f1303a5;
|
|
public static int Widget_AppCompat_PopupWindow = 0x7f1303a6;
|
|
public static int Widget_AppCompat_ProgressBar = 0x7f1303a7;
|
|
public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f1303a8;
|
|
public static int Widget_AppCompat_RatingBar = 0x7f1303a9;
|
|
public static int Widget_AppCompat_RatingBar_Indicator = 0x7f1303aa;
|
|
public static int Widget_AppCompat_RatingBar_Small = 0x7f1303ab;
|
|
public static int Widget_AppCompat_SearchView = 0x7f1303ac;
|
|
public static int Widget_AppCompat_SearchView_ActionBar = 0x7f1303ad;
|
|
public static int Widget_AppCompat_SeekBar = 0x7f1303ae;
|
|
public static int Widget_AppCompat_SeekBar_Discrete = 0x7f1303af;
|
|
public static int Widget_AppCompat_Spinner = 0x7f1303b0;
|
|
public static int Widget_AppCompat_Spinner_DropDown = 0x7f1303b1;
|
|
public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f1303b2;
|
|
public static int Widget_AppCompat_Spinner_Underlined = 0x7f1303b3;
|
|
public static int Widget_AppCompat_TextView = 0x7f1303b4;
|
|
public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f1303b5;
|
|
public static int Widget_AppCompat_Toolbar = 0x7f1303b6;
|
|
public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f1303b7;
|
|
public static int Widget_Compat_NotificationActionContainer = 0x7f1303b8;
|
|
public static int Widget_Compat_NotificationActionText = 0x7f1303b9;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class styleable {
|
|
public static int ActionBarLayout_android_layout_gravity = 0x00000000;
|
|
public static int ActionBar_background = 0x00000000;
|
|
public static int ActionBar_backgroundSplit = 0x00000001;
|
|
public static int ActionBar_backgroundStacked = 0x00000002;
|
|
public static int ActionBar_contentInsetEnd = 0x00000003;
|
|
public static int ActionBar_contentInsetEndWithActions = 0x00000004;
|
|
public static int ActionBar_contentInsetLeft = 0x00000005;
|
|
public static int ActionBar_contentInsetRight = 0x00000006;
|
|
public static int ActionBar_contentInsetStart = 0x00000007;
|
|
public static int ActionBar_contentInsetStartWithNavigation = 0x00000008;
|
|
public static int ActionBar_customNavigationLayout = 0x00000009;
|
|
public static int ActionBar_displayOptions = 0x0000000a;
|
|
public static int ActionBar_divider = 0x0000000b;
|
|
public static int ActionBar_elevation = 0x0000000c;
|
|
public static int ActionBar_height = 0x0000000d;
|
|
public static int ActionBar_hideOnContentScroll = 0x0000000e;
|
|
public static int ActionBar_homeAsUpIndicator = 0x0000000f;
|
|
public static int ActionBar_homeLayout = 0x00000010;
|
|
public static int ActionBar_icon = 0x00000011;
|
|
public static int ActionBar_indeterminateProgressStyle = 0x00000012;
|
|
public static int ActionBar_itemPadding = 0x00000013;
|
|
public static int ActionBar_logo = 0x00000014;
|
|
public static int ActionBar_navigationMode = 0x00000015;
|
|
public static int ActionBar_popupTheme = 0x00000016;
|
|
public static int ActionBar_progressBarPadding = 0x00000017;
|
|
public static int ActionBar_progressBarStyle = 0x00000018;
|
|
public static int ActionBar_subtitle = 0x00000019;
|
|
public static int ActionBar_subtitleTextStyle = 0x0000001a;
|
|
public static int ActionBar_title = 0x0000001b;
|
|
public static int ActionBar_titleTextStyle = 0x0000001c;
|
|
public static int ActionMenuItemView_android_minWidth = 0x00000000;
|
|
public static int ActionMode_background = 0x00000000;
|
|
public static int ActionMode_backgroundSplit = 0x00000001;
|
|
public static int ActionMode_closeItemLayout = 0x00000002;
|
|
public static int ActionMode_height = 0x00000003;
|
|
public static int ActionMode_subtitleTextStyle = 0x00000004;
|
|
public static int ActionMode_titleTextStyle = 0x00000005;
|
|
public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 0x00000000;
|
|
public static int ActivityChooserView_initialActivityCount = 0x00000001;
|
|
public static int AlertDialog_android_layout = 0x00000000;
|
|
public static int AlertDialog_buttonIconDimen = 0x00000001;
|
|
public static int AlertDialog_buttonPanelSideLayout = 0x00000002;
|
|
public static int AlertDialog_listItemLayout = 0x00000003;
|
|
public static int AlertDialog_listLayout = 0x00000004;
|
|
public static int AlertDialog_multiChoiceItemLayout = 0x00000005;
|
|
public static int AlertDialog_showTitle = 0x00000006;
|
|
public static int AlertDialog_singleChoiceItemLayout = 0x00000007;
|
|
public static int AnimatedStateListDrawableCompat_android_constantSize = 0x00000003;
|
|
public static int AnimatedStateListDrawableCompat_android_dither = 0x00000000;
|
|
public static int AnimatedStateListDrawableCompat_android_enterFadeDuration = 0x00000004;
|
|
public static int AnimatedStateListDrawableCompat_android_exitFadeDuration = 0x00000005;
|
|
public static int AnimatedStateListDrawableCompat_android_variablePadding = 0x00000002;
|
|
public static int AnimatedStateListDrawableCompat_android_visible = 0x00000001;
|
|
public static int AnimatedStateListDrawableItem_android_drawable = 0x00000001;
|
|
public static int AnimatedStateListDrawableItem_android_id = 0x00000000;
|
|
public static int AnimatedStateListDrawableTransition_android_drawable = 0x00000000;
|
|
public static int AnimatedStateListDrawableTransition_android_fromId = 0x00000002;
|
|
public static int AnimatedStateListDrawableTransition_android_reversible = 0x00000003;
|
|
public static int AnimatedStateListDrawableTransition_android_toId = 0x00000001;
|
|
public static int AppCompatImageView_android_src = 0x00000000;
|
|
public static int AppCompatImageView_srcCompat = 0x00000001;
|
|
public static int AppCompatImageView_tint = 0x00000002;
|
|
public static int AppCompatImageView_tintMode = 0x00000003;
|
|
public static int AppCompatSeekBar_android_thumb = 0x00000000;
|
|
public static int AppCompatSeekBar_tickMark = 0x00000001;
|
|
public static int AppCompatSeekBar_tickMarkTint = 0x00000002;
|
|
public static int AppCompatSeekBar_tickMarkTintMode = 0x00000003;
|
|
public static int AppCompatTextHelper_android_drawableBottom = 0x00000002;
|
|
public static int AppCompatTextHelper_android_drawableEnd = 0x00000006;
|
|
public static int AppCompatTextHelper_android_drawableLeft = 0x00000003;
|
|
public static int AppCompatTextHelper_android_drawableRight = 0x00000004;
|
|
public static int AppCompatTextHelper_android_drawableStart = 0x00000005;
|
|
public static int AppCompatTextHelper_android_drawableTop = 0x00000001;
|
|
public static int AppCompatTextHelper_android_textAppearance = 0x00000000;
|
|
public static int AppCompatTextView_android_textAppearance = 0x00000000;
|
|
public static int AppCompatTextView_autoSizeMaxTextSize = 0x00000001;
|
|
public static int AppCompatTextView_autoSizeMinTextSize = 0x00000002;
|
|
public static int AppCompatTextView_autoSizePresetSizes = 0x00000003;
|
|
public static int AppCompatTextView_autoSizeStepGranularity = 0x00000004;
|
|
public static int AppCompatTextView_autoSizeTextType = 0x00000005;
|
|
public static int AppCompatTextView_drawableBottomCompat = 0x00000006;
|
|
public static int AppCompatTextView_drawableEndCompat = 0x00000007;
|
|
public static int AppCompatTextView_drawableLeftCompat = 0x00000008;
|
|
public static int AppCompatTextView_drawableRightCompat = 0x00000009;
|
|
public static int AppCompatTextView_drawableStartCompat = 0x0000000a;
|
|
public static int AppCompatTextView_drawableTint = 0x0000000b;
|
|
public static int AppCompatTextView_drawableTintMode = 0x0000000c;
|
|
public static int AppCompatTextView_drawableTopCompat = 0x0000000d;
|
|
public static int AppCompatTextView_emojiCompatEnabled = 0x0000000e;
|
|
public static int AppCompatTextView_firstBaselineToTopHeight = 0x0000000f;
|
|
public static int AppCompatTextView_fontFamily = 0x00000010;
|
|
public static int AppCompatTextView_fontVariationSettings = 0x00000011;
|
|
public static int AppCompatTextView_lastBaselineToBottomHeight = 0x00000012;
|
|
public static int AppCompatTextView_lineHeight = 0x00000013;
|
|
public static int AppCompatTextView_textAllCaps = 0x00000014;
|
|
public static int AppCompatTextView_textLocale = 0x00000015;
|
|
public static int AppCompatTheme_actionBarDivider = 0x00000002;
|
|
public static int AppCompatTheme_actionBarItemBackground = 0x00000003;
|
|
public static int AppCompatTheme_actionBarPopupTheme = 0x00000004;
|
|
public static int AppCompatTheme_actionBarSize = 0x00000005;
|
|
public static int AppCompatTheme_actionBarSplitStyle = 0x00000006;
|
|
public static int AppCompatTheme_actionBarStyle = 0x00000007;
|
|
public static int AppCompatTheme_actionBarTabBarStyle = 0x00000008;
|
|
public static int AppCompatTheme_actionBarTabStyle = 0x00000009;
|
|
public static int AppCompatTheme_actionBarTabTextStyle = 0x0000000a;
|
|
public static int AppCompatTheme_actionBarTheme = 0x0000000b;
|
|
public static int AppCompatTheme_actionBarWidgetTheme = 0x0000000c;
|
|
public static int AppCompatTheme_actionButtonStyle = 0x0000000d;
|
|
public static int AppCompatTheme_actionDropDownStyle = 0x0000000e;
|
|
public static int AppCompatTheme_actionMenuTextAppearance = 0x0000000f;
|
|
public static int AppCompatTheme_actionMenuTextColor = 0x00000010;
|
|
public static int AppCompatTheme_actionModeBackground = 0x00000011;
|
|
public static int AppCompatTheme_actionModeCloseButtonStyle = 0x00000012;
|
|
public static int AppCompatTheme_actionModeCloseContentDescription = 0x00000013;
|
|
public static int AppCompatTheme_actionModeCloseDrawable = 0x00000014;
|
|
public static int AppCompatTheme_actionModeCopyDrawable = 0x00000015;
|
|
public static int AppCompatTheme_actionModeCutDrawable = 0x00000016;
|
|
public static int AppCompatTheme_actionModeFindDrawable = 0x00000017;
|
|
public static int AppCompatTheme_actionModePasteDrawable = 0x00000018;
|
|
public static int AppCompatTheme_actionModePopupWindowStyle = 0x00000019;
|
|
public static int AppCompatTheme_actionModeSelectAllDrawable = 0x0000001a;
|
|
public static int AppCompatTheme_actionModeShareDrawable = 0x0000001b;
|
|
public static int AppCompatTheme_actionModeSplitBackground = 0x0000001c;
|
|
public static int AppCompatTheme_actionModeStyle = 0x0000001d;
|
|
public static int AppCompatTheme_actionModeTheme = 0x0000001e;
|
|
public static int AppCompatTheme_actionModeWebSearchDrawable = 0x0000001f;
|
|
public static int AppCompatTheme_actionOverflowButtonStyle = 0x00000020;
|
|
public static int AppCompatTheme_actionOverflowMenuStyle = 0x00000021;
|
|
public static int AppCompatTheme_activityChooserViewStyle = 0x00000022;
|
|
public static int AppCompatTheme_alertDialogButtonGroupStyle = 0x00000023;
|
|
public static int AppCompatTheme_alertDialogCenterButtons = 0x00000024;
|
|
public static int AppCompatTheme_alertDialogStyle = 0x00000025;
|
|
public static int AppCompatTheme_alertDialogTheme = 0x00000026;
|
|
public static int AppCompatTheme_android_windowAnimationStyle = 0x00000001;
|
|
public static int AppCompatTheme_android_windowIsFloating = 0x00000000;
|
|
public static int AppCompatTheme_autoCompleteTextViewStyle = 0x00000027;
|
|
public static int AppCompatTheme_borderlessButtonStyle = 0x00000028;
|
|
public static int AppCompatTheme_buttonBarButtonStyle = 0x00000029;
|
|
public static int AppCompatTheme_buttonBarNegativeButtonStyle = 0x0000002a;
|
|
public static int AppCompatTheme_buttonBarNeutralButtonStyle = 0x0000002b;
|
|
public static int AppCompatTheme_buttonBarPositiveButtonStyle = 0x0000002c;
|
|
public static int AppCompatTheme_buttonBarStyle = 0x0000002d;
|
|
public static int AppCompatTheme_buttonStyle = 0x0000002e;
|
|
public static int AppCompatTheme_buttonStyleSmall = 0x0000002f;
|
|
public static int AppCompatTheme_checkboxStyle = 0x00000030;
|
|
public static int AppCompatTheme_checkedTextViewStyle = 0x00000031;
|
|
public static int AppCompatTheme_colorAccent = 0x00000032;
|
|
public static int AppCompatTheme_colorBackgroundFloating = 0x00000033;
|
|
public static int AppCompatTheme_colorButtonNormal = 0x00000034;
|
|
public static int AppCompatTheme_colorControlActivated = 0x00000035;
|
|
public static int AppCompatTheme_colorControlHighlight = 0x00000036;
|
|
public static int AppCompatTheme_colorControlNormal = 0x00000037;
|
|
public static int AppCompatTheme_colorError = 0x00000038;
|
|
public static int AppCompatTheme_colorPrimary = 0x00000039;
|
|
public static int AppCompatTheme_colorPrimaryDark = 0x0000003a;
|
|
public static int AppCompatTheme_colorSwitchThumbNormal = 0x0000003b;
|
|
public static int AppCompatTheme_controlBackground = 0x0000003c;
|
|
public static int AppCompatTheme_dialogCornerRadius = 0x0000003d;
|
|
public static int AppCompatTheme_dialogPreferredPadding = 0x0000003e;
|
|
public static int AppCompatTheme_dialogTheme = 0x0000003f;
|
|
public static int AppCompatTheme_dividerHorizontal = 0x00000040;
|
|
public static int AppCompatTheme_dividerVertical = 0x00000041;
|
|
public static int AppCompatTheme_dropDownListViewStyle = 0x00000042;
|
|
public static int AppCompatTheme_dropdownListPreferredItemHeight = 0x00000043;
|
|
public static int AppCompatTheme_editTextBackground = 0x00000044;
|
|
public static int AppCompatTheme_editTextColor = 0x00000045;
|
|
public static int AppCompatTheme_editTextStyle = 0x00000046;
|
|
public static int AppCompatTheme_homeAsUpIndicator = 0x00000047;
|
|
public static int AppCompatTheme_imageButtonStyle = 0x00000048;
|
|
public static int AppCompatTheme_listChoiceBackgroundIndicator = 0x00000049;
|
|
public static int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 0x0000004a;
|
|
public static int AppCompatTheme_listChoiceIndicatorSingleAnimated = 0x0000004b;
|
|
public static int AppCompatTheme_listDividerAlertDialog = 0x0000004c;
|
|
public static int AppCompatTheme_listMenuViewStyle = 0x0000004d;
|
|
public static int AppCompatTheme_listPopupWindowStyle = 0x0000004e;
|
|
public static int AppCompatTheme_listPreferredItemHeight = 0x0000004f;
|
|
public static int AppCompatTheme_listPreferredItemHeightLarge = 0x00000050;
|
|
public static int AppCompatTheme_listPreferredItemHeightSmall = 0x00000051;
|
|
public static int AppCompatTheme_listPreferredItemPaddingEnd = 0x00000052;
|
|
public static int AppCompatTheme_listPreferredItemPaddingLeft = 0x00000053;
|
|
public static int AppCompatTheme_listPreferredItemPaddingRight = 0x00000054;
|
|
public static int AppCompatTheme_listPreferredItemPaddingStart = 0x00000055;
|
|
public static int AppCompatTheme_panelBackground = 0x00000056;
|
|
public static int AppCompatTheme_panelMenuListTheme = 0x00000057;
|
|
public static int AppCompatTheme_panelMenuListWidth = 0x00000058;
|
|
public static int AppCompatTheme_popupMenuStyle = 0x00000059;
|
|
public static int AppCompatTheme_popupWindowStyle = 0x0000005a;
|
|
public static int AppCompatTheme_radioButtonStyle = 0x0000005b;
|
|
public static int AppCompatTheme_ratingBarStyle = 0x0000005c;
|
|
public static int AppCompatTheme_ratingBarStyleIndicator = 0x0000005d;
|
|
public static int AppCompatTheme_ratingBarStyleSmall = 0x0000005e;
|
|
public static int AppCompatTheme_searchViewStyle = 0x0000005f;
|
|
public static int AppCompatTheme_seekBarStyle = 0x00000060;
|
|
public static int AppCompatTheme_selectableItemBackground = 0x00000061;
|
|
public static int AppCompatTheme_selectableItemBackgroundBorderless = 0x00000062;
|
|
public static int AppCompatTheme_spinnerDropDownItemStyle = 0x00000063;
|
|
public static int AppCompatTheme_spinnerStyle = 0x00000064;
|
|
public static int AppCompatTheme_switchStyle = 0x00000065;
|
|
public static int AppCompatTheme_textAppearanceLargePopupMenu = 0x00000066;
|
|
public static int AppCompatTheme_textAppearanceListItem = 0x00000067;
|
|
public static int AppCompatTheme_textAppearanceListItemSecondary = 0x00000068;
|
|
public static int AppCompatTheme_textAppearanceListItemSmall = 0x00000069;
|
|
public static int AppCompatTheme_textAppearancePopupMenuHeader = 0x0000006a;
|
|
public static int AppCompatTheme_textAppearanceSearchResultSubtitle = 0x0000006b;
|
|
public static int AppCompatTheme_textAppearanceSearchResultTitle = 0x0000006c;
|
|
public static int AppCompatTheme_textAppearanceSmallPopupMenu = 0x0000006d;
|
|
public static int AppCompatTheme_textColorAlertDialogListItem = 0x0000006e;
|
|
public static int AppCompatTheme_textColorSearchUrl = 0x0000006f;
|
|
public static int AppCompatTheme_toolbarNavigationButtonStyle = 0x00000070;
|
|
public static int AppCompatTheme_toolbarStyle = 0x00000071;
|
|
public static int AppCompatTheme_tooltipForegroundColor = 0x00000072;
|
|
public static int AppCompatTheme_tooltipFrameBackground = 0x00000073;
|
|
public static int AppCompatTheme_viewInflaterClass = 0x00000074;
|
|
public static int AppCompatTheme_windowActionBar = 0x00000075;
|
|
public static int AppCompatTheme_windowActionBarOverlay = 0x00000076;
|
|
public static int AppCompatTheme_windowActionModeOverlay = 0x00000077;
|
|
public static int AppCompatTheme_windowFixedHeightMajor = 0x00000078;
|
|
public static int AppCompatTheme_windowFixedHeightMinor = 0x00000079;
|
|
public static int AppCompatTheme_windowFixedWidthMajor = 0x0000007a;
|
|
public static int AppCompatTheme_windowFixedWidthMinor = 0x0000007b;
|
|
public static int AppCompatTheme_windowMinWidthMajor = 0x0000007c;
|
|
public static int AppCompatTheme_windowMinWidthMinor = 0x0000007d;
|
|
public static int AppCompatTheme_windowNoTitle = 0x0000007e;
|
|
public static int ButtonBarLayout_allowStacking = 0x00000000;
|
|
public static int Carousel_carousel_alignment = 0x00000000;
|
|
public static int Carousel_carousel_backwardTransition = 0x00000001;
|
|
public static int Carousel_carousel_emptyViewsBehavior = 0x00000002;
|
|
public static int Carousel_carousel_firstView = 0x00000003;
|
|
public static int Carousel_carousel_forwardTransition = 0x00000004;
|
|
public static int Carousel_carousel_infinite = 0x00000005;
|
|
public static int Carousel_carousel_nextState = 0x00000006;
|
|
public static int Carousel_carousel_previousState = 0x00000007;
|
|
public static int Carousel_carousel_touchUpMode = 0x00000008;
|
|
public static int Carousel_carousel_touchUp_dampeningFactor = 0x00000009;
|
|
public static int Carousel_carousel_touchUp_velocityThreshold = 0x0000000a;
|
|
public static int ColorStateListItem_alpha = 0x00000003;
|
|
public static int ColorStateListItem_android_alpha = 0x00000001;
|
|
public static int ColorStateListItem_android_color = 0x00000000;
|
|
public static int ColorStateListItem_android_lStar = 0x00000002;
|
|
public static int ColorStateListItem_lStar = 0x00000004;
|
|
public static int CompoundButton_android_button = 0x00000000;
|
|
public static int CompoundButton_buttonCompat = 0x00000001;
|
|
public static int CompoundButton_buttonTint = 0x00000002;
|
|
public static int CompoundButton_buttonTintMode = 0x00000003;
|
|
public static int ConstraintLayout_Layout_android_elevation = 0x00000016;
|
|
public static int ConstraintLayout_Layout_android_layout_height = 0x00000008;
|
|
public static int ConstraintLayout_Layout_android_layout_margin = 0x00000009;
|
|
public static int ConstraintLayout_Layout_android_layout_marginBottom = 0x0000000d;
|
|
public static int ConstraintLayout_Layout_android_layout_marginEnd = 0x00000015;
|
|
public static int ConstraintLayout_Layout_android_layout_marginHorizontal = 0x00000017;
|
|
public static int ConstraintLayout_Layout_android_layout_marginLeft = 0x0000000a;
|
|
public static int ConstraintLayout_Layout_android_layout_marginRight = 0x0000000c;
|
|
public static int ConstraintLayout_Layout_android_layout_marginStart = 0x00000014;
|
|
public static int ConstraintLayout_Layout_android_layout_marginTop = 0x0000000b;
|
|
public static int ConstraintLayout_Layout_android_layout_marginVertical = 0x00000018;
|
|
public static int ConstraintLayout_Layout_android_layout_width = 0x00000007;
|
|
public static int ConstraintLayout_Layout_android_maxHeight = 0x0000000f;
|
|
public static int ConstraintLayout_Layout_android_maxWidth = 0x0000000e;
|
|
public static int ConstraintLayout_Layout_android_minHeight = 0x00000011;
|
|
public static int ConstraintLayout_Layout_android_minWidth = 0x00000010;
|
|
public static int ConstraintLayout_Layout_android_orientation = 0x00000000;
|
|
public static int ConstraintLayout_Layout_android_padding = 0x00000001;
|
|
public static int ConstraintLayout_Layout_android_paddingBottom = 0x00000005;
|
|
public static int ConstraintLayout_Layout_android_paddingEnd = 0x00000013;
|
|
public static int ConstraintLayout_Layout_android_paddingLeft = 0x00000002;
|
|
public static int ConstraintLayout_Layout_android_paddingRight = 0x00000004;
|
|
public static int ConstraintLayout_Layout_android_paddingStart = 0x00000012;
|
|
public static int ConstraintLayout_Layout_android_paddingTop = 0x00000003;
|
|
public static int ConstraintLayout_Layout_android_visibility = 0x00000006;
|
|
public static int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 0x00000019;
|
|
public static int ConstraintLayout_Layout_barrierDirection = 0x0000001a;
|
|
public static int ConstraintLayout_Layout_barrierMargin = 0x0000001b;
|
|
public static int ConstraintLayout_Layout_chainUseRtl = 0x0000001c;
|
|
public static int ConstraintLayout_Layout_circularflow_angles = 0x0000001d;
|
|
public static int ConstraintLayout_Layout_circularflow_defaultAngle = 0x0000001e;
|
|
public static int ConstraintLayout_Layout_circularflow_defaultRadius = 0x0000001f;
|
|
public static int ConstraintLayout_Layout_circularflow_radiusInDP = 0x00000020;
|
|
public static int ConstraintLayout_Layout_circularflow_viewCenter = 0x00000021;
|
|
public static int ConstraintLayout_Layout_constraintSet = 0x00000022;
|
|
public static int ConstraintLayout_Layout_constraint_referenced_ids = 0x00000023;
|
|
public static int ConstraintLayout_Layout_constraint_referenced_tags = 0x00000024;
|
|
public static int ConstraintLayout_Layout_flow_firstHorizontalBias = 0x00000025;
|
|
public static int ConstraintLayout_Layout_flow_firstHorizontalStyle = 0x00000026;
|
|
public static int ConstraintLayout_Layout_flow_firstVerticalBias = 0x00000027;
|
|
public static int ConstraintLayout_Layout_flow_firstVerticalStyle = 0x00000028;
|
|
public static int ConstraintLayout_Layout_flow_horizontalAlign = 0x00000029;
|
|
public static int ConstraintLayout_Layout_flow_horizontalBias = 0x0000002a;
|
|
public static int ConstraintLayout_Layout_flow_horizontalGap = 0x0000002b;
|
|
public static int ConstraintLayout_Layout_flow_horizontalStyle = 0x0000002c;
|
|
public static int ConstraintLayout_Layout_flow_lastHorizontalBias = 0x0000002d;
|
|
public static int ConstraintLayout_Layout_flow_lastHorizontalStyle = 0x0000002e;
|
|
public static int ConstraintLayout_Layout_flow_lastVerticalBias = 0x0000002f;
|
|
public static int ConstraintLayout_Layout_flow_lastVerticalStyle = 0x00000030;
|
|
public static int ConstraintLayout_Layout_flow_maxElementsWrap = 0x00000031;
|
|
public static int ConstraintLayout_Layout_flow_verticalAlign = 0x00000032;
|
|
public static int ConstraintLayout_Layout_flow_verticalBias = 0x00000033;
|
|
public static int ConstraintLayout_Layout_flow_verticalGap = 0x00000034;
|
|
public static int ConstraintLayout_Layout_flow_verticalStyle = 0x00000035;
|
|
public static int ConstraintLayout_Layout_flow_wrapMode = 0x00000036;
|
|
public static int ConstraintLayout_Layout_layoutDescription = 0x00000037;
|
|
public static int ConstraintLayout_Layout_layout_constrainedHeight = 0x00000038;
|
|
public static int ConstraintLayout_Layout_layout_constrainedWidth = 0x00000039;
|
|
public static int ConstraintLayout_Layout_layout_constraintBaseline_creator = 0x0000003a;
|
|
public static int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 0x0000003b;
|
|
public static int ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf = 0x0000003c;
|
|
public static int ConstraintLayout_Layout_layout_constraintBaseline_toTopOf = 0x0000003d;
|
|
public static int ConstraintLayout_Layout_layout_constraintBottom_creator = 0x0000003e;
|
|
public static int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 0x0000003f;
|
|
public static int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 0x00000040;
|
|
public static int ConstraintLayout_Layout_layout_constraintCircle = 0x00000041;
|
|
public static int ConstraintLayout_Layout_layout_constraintCircleAngle = 0x00000042;
|
|
public static int ConstraintLayout_Layout_layout_constraintCircleRadius = 0x00000043;
|
|
public static int ConstraintLayout_Layout_layout_constraintDimensionRatio = 0x00000044;
|
|
public static int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 0x00000045;
|
|
public static int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 0x00000046;
|
|
public static int ConstraintLayout_Layout_layout_constraintGuide_begin = 0x00000047;
|
|
public static int ConstraintLayout_Layout_layout_constraintGuide_end = 0x00000048;
|
|
public static int ConstraintLayout_Layout_layout_constraintGuide_percent = 0x00000049;
|
|
public static int ConstraintLayout_Layout_layout_constraintHeight = 0x0000004a;
|
|
public static int ConstraintLayout_Layout_layout_constraintHeight_default = 0x0000004b;
|
|
public static int ConstraintLayout_Layout_layout_constraintHeight_max = 0x0000004c;
|
|
public static int ConstraintLayout_Layout_layout_constraintHeight_min = 0x0000004d;
|
|
public static int ConstraintLayout_Layout_layout_constraintHeight_percent = 0x0000004e;
|
|
public static int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 0x0000004f;
|
|
public static int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 0x00000050;
|
|
public static int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 0x00000051;
|
|
public static int ConstraintLayout_Layout_layout_constraintLeft_creator = 0x00000052;
|
|
public static int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 0x00000053;
|
|
public static int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 0x00000054;
|
|
public static int ConstraintLayout_Layout_layout_constraintRight_creator = 0x00000055;
|
|
public static int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 0x00000056;
|
|
public static int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 0x00000057;
|
|
public static int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 0x00000058;
|
|
public static int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 0x00000059;
|
|
public static int ConstraintLayout_Layout_layout_constraintTag = 0x0000005a;
|
|
public static int ConstraintLayout_Layout_layout_constraintTop_creator = 0x0000005b;
|
|
public static int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 0x0000005c;
|
|
public static int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 0x0000005d;
|
|
public static int ConstraintLayout_Layout_layout_constraintVertical_bias = 0x0000005e;
|
|
public static int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 0x0000005f;
|
|
public static int ConstraintLayout_Layout_layout_constraintVertical_weight = 0x00000060;
|
|
public static int ConstraintLayout_Layout_layout_constraintWidth = 0x00000061;
|
|
public static int ConstraintLayout_Layout_layout_constraintWidth_default = 0x00000062;
|
|
public static int ConstraintLayout_Layout_layout_constraintWidth_max = 0x00000063;
|
|
public static int ConstraintLayout_Layout_layout_constraintWidth_min = 0x00000064;
|
|
public static int ConstraintLayout_Layout_layout_constraintWidth_percent = 0x00000065;
|
|
public static int ConstraintLayout_Layout_layout_editor_absoluteX = 0x00000066;
|
|
public static int ConstraintLayout_Layout_layout_editor_absoluteY = 0x00000067;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginBaseline = 0x00000068;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginBottom = 0x00000069;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginEnd = 0x0000006a;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginLeft = 0x0000006b;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginRight = 0x0000006c;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginStart = 0x0000006d;
|
|
public static int ConstraintLayout_Layout_layout_goneMarginTop = 0x0000006e;
|
|
public static int ConstraintLayout_Layout_layout_marginBaseline = 0x0000006f;
|
|
public static int ConstraintLayout_Layout_layout_optimizationLevel = 0x00000070;
|
|
public static int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 0x00000071;
|
|
public static int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0x00000000;
|
|
public static int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets = 0x00000001;
|
|
public static int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet = 0x00000002;
|
|
public static int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 0x00000003;
|
|
public static int ConstraintLayout_placeholder_content = 0x00000000;
|
|
public static int ConstraintLayout_placeholder_placeholder_emptyVisibility = 0x00000001;
|
|
public static int ConstraintOverride_android_alpha = 0x0000000d;
|
|
public static int ConstraintOverride_android_elevation = 0x0000001a;
|
|
public static int ConstraintOverride_android_id = 0x00000001;
|
|
public static int ConstraintOverride_android_layout_height = 0x00000004;
|
|
public static int ConstraintOverride_android_layout_marginBottom = 0x00000008;
|
|
public static int ConstraintOverride_android_layout_marginEnd = 0x00000018;
|
|
public static int ConstraintOverride_android_layout_marginLeft = 0x00000005;
|
|
public static int ConstraintOverride_android_layout_marginRight = 0x00000007;
|
|
public static int ConstraintOverride_android_layout_marginStart = 0x00000017;
|
|
public static int ConstraintOverride_android_layout_marginTop = 0x00000006;
|
|
public static int ConstraintOverride_android_layout_width = 0x00000003;
|
|
public static int ConstraintOverride_android_maxHeight = 0x0000000a;
|
|
public static int ConstraintOverride_android_maxWidth = 0x00000009;
|
|
public static int ConstraintOverride_android_minHeight = 0x0000000c;
|
|
public static int ConstraintOverride_android_minWidth = 0x0000000b;
|
|
public static int ConstraintOverride_android_orientation = 0x00000000;
|
|
public static int ConstraintOverride_android_rotation = 0x00000014;
|
|
public static int ConstraintOverride_android_rotationX = 0x00000015;
|
|
public static int ConstraintOverride_android_rotationY = 0x00000016;
|
|
public static int ConstraintOverride_android_scaleX = 0x00000012;
|
|
public static int ConstraintOverride_android_scaleY = 0x00000013;
|
|
public static int ConstraintOverride_android_transformPivotX = 0x0000000e;
|
|
public static int ConstraintOverride_android_transformPivotY = 0x0000000f;
|
|
public static int ConstraintOverride_android_translationX = 0x00000010;
|
|
public static int ConstraintOverride_android_translationY = 0x00000011;
|
|
public static int ConstraintOverride_android_translationZ = 0x00000019;
|
|
public static int ConstraintOverride_android_visibility = 0x00000002;
|
|
public static int ConstraintOverride_animateCircleAngleTo = 0x0000001b;
|
|
public static int ConstraintOverride_animateRelativeTo = 0x0000001c;
|
|
public static int ConstraintOverride_barrierAllowsGoneWidgets = 0x0000001d;
|
|
public static int ConstraintOverride_barrierDirection = 0x0000001e;
|
|
public static int ConstraintOverride_barrierMargin = 0x0000001f;
|
|
public static int ConstraintOverride_chainUseRtl = 0x00000020;
|
|
public static int ConstraintOverride_constraint_referenced_ids = 0x00000021;
|
|
public static int ConstraintOverride_drawPath = 0x00000022;
|
|
public static int ConstraintOverride_flow_firstHorizontalBias = 0x00000023;
|
|
public static int ConstraintOverride_flow_firstHorizontalStyle = 0x00000024;
|
|
public static int ConstraintOverride_flow_firstVerticalBias = 0x00000025;
|
|
public static int ConstraintOverride_flow_firstVerticalStyle = 0x00000026;
|
|
public static int ConstraintOverride_flow_horizontalAlign = 0x00000027;
|
|
public static int ConstraintOverride_flow_horizontalBias = 0x00000028;
|
|
public static int ConstraintOverride_flow_horizontalGap = 0x00000029;
|
|
public static int ConstraintOverride_flow_horizontalStyle = 0x0000002a;
|
|
public static int ConstraintOverride_flow_lastHorizontalBias = 0x0000002b;
|
|
public static int ConstraintOverride_flow_lastHorizontalStyle = 0x0000002c;
|
|
public static int ConstraintOverride_flow_lastVerticalBias = 0x0000002d;
|
|
public static int ConstraintOverride_flow_lastVerticalStyle = 0x0000002e;
|
|
public static int ConstraintOverride_flow_maxElementsWrap = 0x0000002f;
|
|
public static int ConstraintOverride_flow_verticalAlign = 0x00000030;
|
|
public static int ConstraintOverride_flow_verticalBias = 0x00000031;
|
|
public static int ConstraintOverride_flow_verticalGap = 0x00000032;
|
|
public static int ConstraintOverride_flow_verticalStyle = 0x00000033;
|
|
public static int ConstraintOverride_flow_wrapMode = 0x00000034;
|
|
public static int ConstraintOverride_layout_constrainedHeight = 0x00000035;
|
|
public static int ConstraintOverride_layout_constrainedWidth = 0x00000036;
|
|
public static int ConstraintOverride_layout_constraintBaseline_creator = 0x00000037;
|
|
public static int ConstraintOverride_layout_constraintBottom_creator = 0x00000038;
|
|
public static int ConstraintOverride_layout_constraintCircleAngle = 0x00000039;
|
|
public static int ConstraintOverride_layout_constraintCircleRadius = 0x0000003a;
|
|
public static int ConstraintOverride_layout_constraintDimensionRatio = 0x0000003b;
|
|
public static int ConstraintOverride_layout_constraintGuide_begin = 0x0000003c;
|
|
public static int ConstraintOverride_layout_constraintGuide_end = 0x0000003d;
|
|
public static int ConstraintOverride_layout_constraintGuide_percent = 0x0000003e;
|
|
public static int ConstraintOverride_layout_constraintHeight = 0x0000003f;
|
|
public static int ConstraintOverride_layout_constraintHeight_default = 0x00000040;
|
|
public static int ConstraintOverride_layout_constraintHeight_max = 0x00000041;
|
|
public static int ConstraintOverride_layout_constraintHeight_min = 0x00000042;
|
|
public static int ConstraintOverride_layout_constraintHeight_percent = 0x00000043;
|
|
public static int ConstraintOverride_layout_constraintHorizontal_bias = 0x00000044;
|
|
public static int ConstraintOverride_layout_constraintHorizontal_chainStyle = 0x00000045;
|
|
public static int ConstraintOverride_layout_constraintHorizontal_weight = 0x00000046;
|
|
public static int ConstraintOverride_layout_constraintLeft_creator = 0x00000047;
|
|
public static int ConstraintOverride_layout_constraintRight_creator = 0x00000048;
|
|
public static int ConstraintOverride_layout_constraintTag = 0x00000049;
|
|
public static int ConstraintOverride_layout_constraintTop_creator = 0x0000004a;
|
|
public static int ConstraintOverride_layout_constraintVertical_bias = 0x0000004b;
|
|
public static int ConstraintOverride_layout_constraintVertical_chainStyle = 0x0000004c;
|
|
public static int ConstraintOverride_layout_constraintVertical_weight = 0x0000004d;
|
|
public static int ConstraintOverride_layout_constraintWidth = 0x0000004e;
|
|
public static int ConstraintOverride_layout_constraintWidth_default = 0x0000004f;
|
|
public static int ConstraintOverride_layout_constraintWidth_max = 0x00000050;
|
|
public static int ConstraintOverride_layout_constraintWidth_min = 0x00000051;
|
|
public static int ConstraintOverride_layout_constraintWidth_percent = 0x00000052;
|
|
public static int ConstraintOverride_layout_editor_absoluteX = 0x00000053;
|
|
public static int ConstraintOverride_layout_editor_absoluteY = 0x00000054;
|
|
public static int ConstraintOverride_layout_goneMarginBaseline = 0x00000055;
|
|
public static int ConstraintOverride_layout_goneMarginBottom = 0x00000056;
|
|
public static int ConstraintOverride_layout_goneMarginEnd = 0x00000057;
|
|
public static int ConstraintOverride_layout_goneMarginLeft = 0x00000058;
|
|
public static int ConstraintOverride_layout_goneMarginRight = 0x00000059;
|
|
public static int ConstraintOverride_layout_goneMarginStart = 0x0000005a;
|
|
public static int ConstraintOverride_layout_goneMarginTop = 0x0000005b;
|
|
public static int ConstraintOverride_layout_marginBaseline = 0x0000005c;
|
|
public static int ConstraintOverride_layout_wrapBehaviorInParent = 0x0000005d;
|
|
public static int ConstraintOverride_motionProgress = 0x0000005e;
|
|
public static int ConstraintOverride_motionStagger = 0x0000005f;
|
|
public static int ConstraintOverride_motionTarget = 0x00000060;
|
|
public static int ConstraintOverride_pathMotionArc = 0x00000061;
|
|
public static int ConstraintOverride_pivotAnchor = 0x00000062;
|
|
public static int ConstraintOverride_polarRelativeTo = 0x00000063;
|
|
public static int ConstraintOverride_quantizeMotionInterpolator = 0x00000064;
|
|
public static int ConstraintOverride_quantizeMotionPhase = 0x00000065;
|
|
public static int ConstraintOverride_quantizeMotionSteps = 0x00000066;
|
|
public static int ConstraintOverride_transformPivotTarget = 0x00000067;
|
|
public static int ConstraintOverride_transitionEasing = 0x00000068;
|
|
public static int ConstraintOverride_transitionPathRotate = 0x00000069;
|
|
public static int ConstraintOverride_visibilityMode = 0x0000006a;
|
|
public static int ConstraintSet_ConstraintRotate = 0x0000001d;
|
|
public static int ConstraintSet_android_alpha = 0x0000000f;
|
|
public static int ConstraintSet_android_elevation = 0x0000001c;
|
|
public static int ConstraintSet_android_id = 0x00000001;
|
|
public static int ConstraintSet_android_layout_height = 0x00000004;
|
|
public static int ConstraintSet_android_layout_marginBottom = 0x00000008;
|
|
public static int ConstraintSet_android_layout_marginEnd = 0x0000001a;
|
|
public static int ConstraintSet_android_layout_marginLeft = 0x00000005;
|
|
public static int ConstraintSet_android_layout_marginRight = 0x00000007;
|
|
public static int ConstraintSet_android_layout_marginStart = 0x00000019;
|
|
public static int ConstraintSet_android_layout_marginTop = 0x00000006;
|
|
public static int ConstraintSet_android_layout_width = 0x00000003;
|
|
public static int ConstraintSet_android_maxHeight = 0x0000000a;
|
|
public static int ConstraintSet_android_maxWidth = 0x00000009;
|
|
public static int ConstraintSet_android_minHeight = 0x0000000c;
|
|
public static int ConstraintSet_android_minWidth = 0x0000000b;
|
|
public static int ConstraintSet_android_orientation = 0x00000000;
|
|
public static int ConstraintSet_android_pivotX = 0x0000000d;
|
|
public static int ConstraintSet_android_pivotY = 0x0000000e;
|
|
public static int ConstraintSet_android_rotation = 0x00000016;
|
|
public static int ConstraintSet_android_rotationX = 0x00000017;
|
|
public static int ConstraintSet_android_rotationY = 0x00000018;
|
|
public static int ConstraintSet_android_scaleX = 0x00000014;
|
|
public static int ConstraintSet_android_scaleY = 0x00000015;
|
|
public static int ConstraintSet_android_transformPivotX = 0x00000010;
|
|
public static int ConstraintSet_android_transformPivotY = 0x00000011;
|
|
public static int ConstraintSet_android_translationX = 0x00000012;
|
|
public static int ConstraintSet_android_translationY = 0x00000013;
|
|
public static int ConstraintSet_android_translationZ = 0x0000001b;
|
|
public static int ConstraintSet_android_visibility = 0x00000002;
|
|
public static int ConstraintSet_animateCircleAngleTo = 0x0000001e;
|
|
public static int ConstraintSet_animateRelativeTo = 0x0000001f;
|
|
public static int ConstraintSet_barrierAllowsGoneWidgets = 0x00000020;
|
|
public static int ConstraintSet_barrierDirection = 0x00000021;
|
|
public static int ConstraintSet_barrierMargin = 0x00000022;
|
|
public static int ConstraintSet_chainUseRtl = 0x00000023;
|
|
public static int ConstraintSet_constraint_referenced_ids = 0x00000024;
|
|
public static int ConstraintSet_constraint_referenced_tags = 0x00000025;
|
|
public static int ConstraintSet_deriveConstraintsFrom = 0x00000026;
|
|
public static int ConstraintSet_drawPath = 0x00000027;
|
|
public static int ConstraintSet_flow_firstHorizontalBias = 0x00000028;
|
|
public static int ConstraintSet_flow_firstHorizontalStyle = 0x00000029;
|
|
public static int ConstraintSet_flow_firstVerticalBias = 0x0000002a;
|
|
public static int ConstraintSet_flow_firstVerticalStyle = 0x0000002b;
|
|
public static int ConstraintSet_flow_horizontalAlign = 0x0000002c;
|
|
public static int ConstraintSet_flow_horizontalBias = 0x0000002d;
|
|
public static int ConstraintSet_flow_horizontalGap = 0x0000002e;
|
|
public static int ConstraintSet_flow_horizontalStyle = 0x0000002f;
|
|
public static int ConstraintSet_flow_lastHorizontalBias = 0x00000030;
|
|
public static int ConstraintSet_flow_lastHorizontalStyle = 0x00000031;
|
|
public static int ConstraintSet_flow_lastVerticalBias = 0x00000032;
|
|
public static int ConstraintSet_flow_lastVerticalStyle = 0x00000033;
|
|
public static int ConstraintSet_flow_maxElementsWrap = 0x00000034;
|
|
public static int ConstraintSet_flow_verticalAlign = 0x00000035;
|
|
public static int ConstraintSet_flow_verticalBias = 0x00000036;
|
|
public static int ConstraintSet_flow_verticalGap = 0x00000037;
|
|
public static int ConstraintSet_flow_verticalStyle = 0x00000038;
|
|
public static int ConstraintSet_flow_wrapMode = 0x00000039;
|
|
public static int ConstraintSet_layout_constrainedHeight = 0x0000003a;
|
|
public static int ConstraintSet_layout_constrainedWidth = 0x0000003b;
|
|
public static int ConstraintSet_layout_constraintBaseline_creator = 0x0000003c;
|
|
public static int ConstraintSet_layout_constraintBaseline_toBaselineOf = 0x0000003d;
|
|
public static int ConstraintSet_layout_constraintBaseline_toBottomOf = 0x0000003e;
|
|
public static int ConstraintSet_layout_constraintBaseline_toTopOf = 0x0000003f;
|
|
public static int ConstraintSet_layout_constraintBottom_creator = 0x00000040;
|
|
public static int ConstraintSet_layout_constraintBottom_toBottomOf = 0x00000041;
|
|
public static int ConstraintSet_layout_constraintBottom_toTopOf = 0x00000042;
|
|
public static int ConstraintSet_layout_constraintCircle = 0x00000043;
|
|
public static int ConstraintSet_layout_constraintCircleAngle = 0x00000044;
|
|
public static int ConstraintSet_layout_constraintCircleRadius = 0x00000045;
|
|
public static int ConstraintSet_layout_constraintDimensionRatio = 0x00000046;
|
|
public static int ConstraintSet_layout_constraintEnd_toEndOf = 0x00000047;
|
|
public static int ConstraintSet_layout_constraintEnd_toStartOf = 0x00000048;
|
|
public static int ConstraintSet_layout_constraintGuide_begin = 0x00000049;
|
|
public static int ConstraintSet_layout_constraintGuide_end = 0x0000004a;
|
|
public static int ConstraintSet_layout_constraintGuide_percent = 0x0000004b;
|
|
public static int ConstraintSet_layout_constraintHeight_default = 0x0000004c;
|
|
public static int ConstraintSet_layout_constraintHeight_max = 0x0000004d;
|
|
public static int ConstraintSet_layout_constraintHeight_min = 0x0000004e;
|
|
public static int ConstraintSet_layout_constraintHeight_percent = 0x0000004f;
|
|
public static int ConstraintSet_layout_constraintHorizontal_bias = 0x00000050;
|
|
public static int ConstraintSet_layout_constraintHorizontal_chainStyle = 0x00000051;
|
|
public static int ConstraintSet_layout_constraintHorizontal_weight = 0x00000052;
|
|
public static int ConstraintSet_layout_constraintLeft_creator = 0x00000053;
|
|
public static int ConstraintSet_layout_constraintLeft_toLeftOf = 0x00000054;
|
|
public static int ConstraintSet_layout_constraintLeft_toRightOf = 0x00000055;
|
|
public static int ConstraintSet_layout_constraintRight_creator = 0x00000056;
|
|
public static int ConstraintSet_layout_constraintRight_toLeftOf = 0x00000057;
|
|
public static int ConstraintSet_layout_constraintRight_toRightOf = 0x00000058;
|
|
public static int ConstraintSet_layout_constraintStart_toEndOf = 0x00000059;
|
|
public static int ConstraintSet_layout_constraintStart_toStartOf = 0x0000005a;
|
|
public static int ConstraintSet_layout_constraintTag = 0x0000005b;
|
|
public static int ConstraintSet_layout_constraintTop_creator = 0x0000005c;
|
|
public static int ConstraintSet_layout_constraintTop_toBottomOf = 0x0000005d;
|
|
public static int ConstraintSet_layout_constraintTop_toTopOf = 0x0000005e;
|
|
public static int ConstraintSet_layout_constraintVertical_bias = 0x0000005f;
|
|
public static int ConstraintSet_layout_constraintVertical_chainStyle = 0x00000060;
|
|
public static int ConstraintSet_layout_constraintVertical_weight = 0x00000061;
|
|
public static int ConstraintSet_layout_constraintWidth_default = 0x00000062;
|
|
public static int ConstraintSet_layout_constraintWidth_max = 0x00000063;
|
|
public static int ConstraintSet_layout_constraintWidth_min = 0x00000064;
|
|
public static int ConstraintSet_layout_constraintWidth_percent = 0x00000065;
|
|
public static int ConstraintSet_layout_editor_absoluteX = 0x00000066;
|
|
public static int ConstraintSet_layout_editor_absoluteY = 0x00000067;
|
|
public static int ConstraintSet_layout_goneMarginBaseline = 0x00000068;
|
|
public static int ConstraintSet_layout_goneMarginBottom = 0x00000069;
|
|
public static int ConstraintSet_layout_goneMarginEnd = 0x0000006a;
|
|
public static int ConstraintSet_layout_goneMarginLeft = 0x0000006b;
|
|
public static int ConstraintSet_layout_goneMarginRight = 0x0000006c;
|
|
public static int ConstraintSet_layout_goneMarginStart = 0x0000006d;
|
|
public static int ConstraintSet_layout_goneMarginTop = 0x0000006e;
|
|
public static int ConstraintSet_layout_marginBaseline = 0x0000006f;
|
|
public static int ConstraintSet_layout_wrapBehaviorInParent = 0x00000070;
|
|
public static int ConstraintSet_motionProgress = 0x00000071;
|
|
public static int ConstraintSet_motionStagger = 0x00000072;
|
|
public static int ConstraintSet_pathMotionArc = 0x00000073;
|
|
public static int ConstraintSet_pivotAnchor = 0x00000074;
|
|
public static int ConstraintSet_polarRelativeTo = 0x00000075;
|
|
public static int ConstraintSet_quantizeMotionSteps = 0x00000076;
|
|
public static int ConstraintSet_transitionEasing = 0x00000077;
|
|
public static int ConstraintSet_transitionPathRotate = 0x00000078;
|
|
public static int Constraint_android_alpha = 0x0000000d;
|
|
public static int Constraint_android_elevation = 0x0000001a;
|
|
public static int Constraint_android_id = 0x00000001;
|
|
public static int Constraint_android_layout_height = 0x00000004;
|
|
public static int Constraint_android_layout_marginBottom = 0x00000008;
|
|
public static int Constraint_android_layout_marginEnd = 0x00000018;
|
|
public static int Constraint_android_layout_marginLeft = 0x00000005;
|
|
public static int Constraint_android_layout_marginRight = 0x00000007;
|
|
public static int Constraint_android_layout_marginStart = 0x00000017;
|
|
public static int Constraint_android_layout_marginTop = 0x00000006;
|
|
public static int Constraint_android_layout_width = 0x00000003;
|
|
public static int Constraint_android_maxHeight = 0x0000000a;
|
|
public static int Constraint_android_maxWidth = 0x00000009;
|
|
public static int Constraint_android_minHeight = 0x0000000c;
|
|
public static int Constraint_android_minWidth = 0x0000000b;
|
|
public static int Constraint_android_orientation = 0x00000000;
|
|
public static int Constraint_android_rotation = 0x00000014;
|
|
public static int Constraint_android_rotationX = 0x00000015;
|
|
public static int Constraint_android_rotationY = 0x00000016;
|
|
public static int Constraint_android_scaleX = 0x00000012;
|
|
public static int Constraint_android_scaleY = 0x00000013;
|
|
public static int Constraint_android_transformPivotX = 0x0000000e;
|
|
public static int Constraint_android_transformPivotY = 0x0000000f;
|
|
public static int Constraint_android_translationX = 0x00000010;
|
|
public static int Constraint_android_translationY = 0x00000011;
|
|
public static int Constraint_android_translationZ = 0x00000019;
|
|
public static int Constraint_android_visibility = 0x00000002;
|
|
public static int Constraint_animateCircleAngleTo = 0x0000001b;
|
|
public static int Constraint_animateRelativeTo = 0x0000001c;
|
|
public static int Constraint_barrierAllowsGoneWidgets = 0x0000001d;
|
|
public static int Constraint_barrierDirection = 0x0000001e;
|
|
public static int Constraint_barrierMargin = 0x0000001f;
|
|
public static int Constraint_chainUseRtl = 0x00000020;
|
|
public static int Constraint_constraint_referenced_ids = 0x00000021;
|
|
public static int Constraint_constraint_referenced_tags = 0x00000022;
|
|
public static int Constraint_drawPath = 0x00000023;
|
|
public static int Constraint_flow_firstHorizontalBias = 0x00000024;
|
|
public static int Constraint_flow_firstHorizontalStyle = 0x00000025;
|
|
public static int Constraint_flow_firstVerticalBias = 0x00000026;
|
|
public static int Constraint_flow_firstVerticalStyle = 0x00000027;
|
|
public static int Constraint_flow_horizontalAlign = 0x00000028;
|
|
public static int Constraint_flow_horizontalBias = 0x00000029;
|
|
public static int Constraint_flow_horizontalGap = 0x0000002a;
|
|
public static int Constraint_flow_horizontalStyle = 0x0000002b;
|
|
public static int Constraint_flow_lastHorizontalBias = 0x0000002c;
|
|
public static int Constraint_flow_lastHorizontalStyle = 0x0000002d;
|
|
public static int Constraint_flow_lastVerticalBias = 0x0000002e;
|
|
public static int Constraint_flow_lastVerticalStyle = 0x0000002f;
|
|
public static int Constraint_flow_maxElementsWrap = 0x00000030;
|
|
public static int Constraint_flow_verticalAlign = 0x00000031;
|
|
public static int Constraint_flow_verticalBias = 0x00000032;
|
|
public static int Constraint_flow_verticalGap = 0x00000033;
|
|
public static int Constraint_flow_verticalStyle = 0x00000034;
|
|
public static int Constraint_flow_wrapMode = 0x00000035;
|
|
public static int Constraint_layout_constrainedHeight = 0x00000036;
|
|
public static int Constraint_layout_constrainedWidth = 0x00000037;
|
|
public static int Constraint_layout_constraintBaseline_creator = 0x00000038;
|
|
public static int Constraint_layout_constraintBaseline_toBaselineOf = 0x00000039;
|
|
public static int Constraint_layout_constraintBaseline_toBottomOf = 0x0000003a;
|
|
public static int Constraint_layout_constraintBaseline_toTopOf = 0x0000003b;
|
|
public static int Constraint_layout_constraintBottom_creator = 0x0000003c;
|
|
public static int Constraint_layout_constraintBottom_toBottomOf = 0x0000003d;
|
|
public static int Constraint_layout_constraintBottom_toTopOf = 0x0000003e;
|
|
public static int Constraint_layout_constraintCircle = 0x0000003f;
|
|
public static int Constraint_layout_constraintCircleAngle = 0x00000040;
|
|
public static int Constraint_layout_constraintCircleRadius = 0x00000041;
|
|
public static int Constraint_layout_constraintDimensionRatio = 0x00000042;
|
|
public static int Constraint_layout_constraintEnd_toEndOf = 0x00000043;
|
|
public static int Constraint_layout_constraintEnd_toStartOf = 0x00000044;
|
|
public static int Constraint_layout_constraintGuide_begin = 0x00000045;
|
|
public static int Constraint_layout_constraintGuide_end = 0x00000046;
|
|
public static int Constraint_layout_constraintGuide_percent = 0x00000047;
|
|
public static int Constraint_layout_constraintHeight = 0x00000048;
|
|
public static int Constraint_layout_constraintHeight_default = 0x00000049;
|
|
public static int Constraint_layout_constraintHeight_max = 0x0000004a;
|
|
public static int Constraint_layout_constraintHeight_min = 0x0000004b;
|
|
public static int Constraint_layout_constraintHeight_percent = 0x0000004c;
|
|
public static int Constraint_layout_constraintHorizontal_bias = 0x0000004d;
|
|
public static int Constraint_layout_constraintHorizontal_chainStyle = 0x0000004e;
|
|
public static int Constraint_layout_constraintHorizontal_weight = 0x0000004f;
|
|
public static int Constraint_layout_constraintLeft_creator = 0x00000050;
|
|
public static int Constraint_layout_constraintLeft_toLeftOf = 0x00000051;
|
|
public static int Constraint_layout_constraintLeft_toRightOf = 0x00000052;
|
|
public static int Constraint_layout_constraintRight_creator = 0x00000053;
|
|
public static int Constraint_layout_constraintRight_toLeftOf = 0x00000054;
|
|
public static int Constraint_layout_constraintRight_toRightOf = 0x00000055;
|
|
public static int Constraint_layout_constraintStart_toEndOf = 0x00000056;
|
|
public static int Constraint_layout_constraintStart_toStartOf = 0x00000057;
|
|
public static int Constraint_layout_constraintTag = 0x00000058;
|
|
public static int Constraint_layout_constraintTop_creator = 0x00000059;
|
|
public static int Constraint_layout_constraintTop_toBottomOf = 0x0000005a;
|
|
public static int Constraint_layout_constraintTop_toTopOf = 0x0000005b;
|
|
public static int Constraint_layout_constraintVertical_bias = 0x0000005c;
|
|
public static int Constraint_layout_constraintVertical_chainStyle = 0x0000005d;
|
|
public static int Constraint_layout_constraintVertical_weight = 0x0000005e;
|
|
public static int Constraint_layout_constraintWidth = 0x0000005f;
|
|
public static int Constraint_layout_constraintWidth_default = 0x00000060;
|
|
public static int Constraint_layout_constraintWidth_max = 0x00000061;
|
|
public static int Constraint_layout_constraintWidth_min = 0x00000062;
|
|
public static int Constraint_layout_constraintWidth_percent = 0x00000063;
|
|
public static int Constraint_layout_editor_absoluteX = 0x00000064;
|
|
public static int Constraint_layout_editor_absoluteY = 0x00000065;
|
|
public static int Constraint_layout_goneMarginBaseline = 0x00000066;
|
|
public static int Constraint_layout_goneMarginBottom = 0x00000067;
|
|
public static int Constraint_layout_goneMarginEnd = 0x00000068;
|
|
public static int Constraint_layout_goneMarginLeft = 0x00000069;
|
|
public static int Constraint_layout_goneMarginRight = 0x0000006a;
|
|
public static int Constraint_layout_goneMarginStart = 0x0000006b;
|
|
public static int Constraint_layout_goneMarginTop = 0x0000006c;
|
|
public static int Constraint_layout_marginBaseline = 0x0000006d;
|
|
public static int Constraint_layout_wrapBehaviorInParent = 0x0000006e;
|
|
public static int Constraint_motionProgress = 0x0000006f;
|
|
public static int Constraint_motionStagger = 0x00000070;
|
|
public static int Constraint_pathMotionArc = 0x00000071;
|
|
public static int Constraint_pivotAnchor = 0x00000072;
|
|
public static int Constraint_polarRelativeTo = 0x00000073;
|
|
public static int Constraint_quantizeMotionInterpolator = 0x00000074;
|
|
public static int Constraint_quantizeMotionPhase = 0x00000075;
|
|
public static int Constraint_quantizeMotionSteps = 0x00000076;
|
|
public static int Constraint_transformPivotTarget = 0x00000077;
|
|
public static int Constraint_transitionEasing = 0x00000078;
|
|
public static int Constraint_transitionPathRotate = 0x00000079;
|
|
public static int Constraint_visibilityMode = 0x0000007a;
|
|
public static int CustomAttribute_attributeName = 0x00000000;
|
|
public static int CustomAttribute_customBoolean = 0x00000001;
|
|
public static int CustomAttribute_customColorDrawableValue = 0x00000002;
|
|
public static int CustomAttribute_customColorValue = 0x00000003;
|
|
public static int CustomAttribute_customDimension = 0x00000004;
|
|
public static int CustomAttribute_customFloatValue = 0x00000005;
|
|
public static int CustomAttribute_customIntegerValue = 0x00000006;
|
|
public static int CustomAttribute_customPixelDimension = 0x00000007;
|
|
public static int CustomAttribute_customReference = 0x00000008;
|
|
public static int CustomAttribute_customStringValue = 0x00000009;
|
|
public static int CustomAttribute_methodName = 0x0000000a;
|
|
public static int DrawerArrowToggle_arrowHeadLength = 0x00000000;
|
|
public static int DrawerArrowToggle_arrowShaftLength = 0x00000001;
|
|
public static int DrawerArrowToggle_barLength = 0x00000002;
|
|
public static int DrawerArrowToggle_color = 0x00000003;
|
|
public static int DrawerArrowToggle_drawableSize = 0x00000004;
|
|
public static int DrawerArrowToggle_gapBetweenBars = 0x00000005;
|
|
public static int DrawerArrowToggle_spinBars = 0x00000006;
|
|
public static int DrawerArrowToggle_thickness = 0x00000007;
|
|
public static int FontFamilyFont_android_font = 0x00000000;
|
|
public static int FontFamilyFont_android_fontStyle = 0x00000002;
|
|
public static int FontFamilyFont_android_fontVariationSettings = 0x00000004;
|
|
public static int FontFamilyFont_android_fontWeight = 0x00000001;
|
|
public static int FontFamilyFont_android_ttcIndex = 0x00000003;
|
|
public static int FontFamilyFont_font = 0x00000005;
|
|
public static int FontFamilyFont_fontStyle = 0x00000006;
|
|
public static int FontFamilyFont_fontVariationSettings = 0x00000007;
|
|
public static int FontFamilyFont_fontWeight = 0x00000008;
|
|
public static int FontFamilyFont_ttcIndex = 0x00000009;
|
|
public static int FontFamily_fontProviderAuthority = 0x00000000;
|
|
public static int FontFamily_fontProviderCerts = 0x00000001;
|
|
public static int FontFamily_fontProviderFallbackQuery = 0x00000002;
|
|
public static int FontFamily_fontProviderFetchStrategy = 0x00000003;
|
|
public static int FontFamily_fontProviderFetchTimeout = 0x00000004;
|
|
public static int FontFamily_fontProviderPackage = 0x00000005;
|
|
public static int FontFamily_fontProviderQuery = 0x00000006;
|
|
public static int FontFamily_fontProviderSystemFontFamily = 0x00000007;
|
|
public static int GradientColorItem_android_color = 0x00000000;
|
|
public static int GradientColorItem_android_offset = 0x00000001;
|
|
public static int GradientColor_android_centerColor = 0x00000007;
|
|
public static int GradientColor_android_centerX = 0x00000003;
|
|
public static int GradientColor_android_centerY = 0x00000004;
|
|
public static int GradientColor_android_endColor = 0x00000001;
|
|
public static int GradientColor_android_endX = 0x0000000a;
|
|
public static int GradientColor_android_endY = 0x0000000b;
|
|
public static int GradientColor_android_gradientRadius = 0x00000005;
|
|
public static int GradientColor_android_startColor = 0x00000000;
|
|
public static int GradientColor_android_startX = 0x00000008;
|
|
public static int GradientColor_android_startY = 0x00000009;
|
|
public static int GradientColor_android_tileMode = 0x00000006;
|
|
public static int GradientColor_android_type = 0x00000002;
|
|
public static int ImageFilterView_altSrc = 0x00000000;
|
|
public static int ImageFilterView_blendSrc = 0x00000001;
|
|
public static int ImageFilterView_brightness = 0x00000002;
|
|
public static int ImageFilterView_contrast = 0x00000003;
|
|
public static int ImageFilterView_crossfade = 0x00000004;
|
|
public static int ImageFilterView_imagePanX = 0x00000005;
|
|
public static int ImageFilterView_imagePanY = 0x00000006;
|
|
public static int ImageFilterView_imageRotate = 0x00000007;
|
|
public static int ImageFilterView_imageZoom = 0x00000008;
|
|
public static int ImageFilterView_overlay = 0x00000009;
|
|
public static int ImageFilterView_round = 0x0000000a;
|
|
public static int ImageFilterView_roundPercent = 0x0000000b;
|
|
public static int ImageFilterView_saturation = 0x0000000c;
|
|
public static int ImageFilterView_warmth = 0x0000000d;
|
|
public static int KeyAttribute_android_alpha = 0x00000000;
|
|
public static int KeyAttribute_android_elevation = 0x0000000b;
|
|
public static int KeyAttribute_android_rotation = 0x00000007;
|
|
public static int KeyAttribute_android_rotationX = 0x00000008;
|
|
public static int KeyAttribute_android_rotationY = 0x00000009;
|
|
public static int KeyAttribute_android_scaleX = 0x00000005;
|
|
public static int KeyAttribute_android_scaleY = 0x00000006;
|
|
public static int KeyAttribute_android_transformPivotX = 0x00000001;
|
|
public static int KeyAttribute_android_transformPivotY = 0x00000002;
|
|
public static int KeyAttribute_android_translationX = 0x00000003;
|
|
public static int KeyAttribute_android_translationY = 0x00000004;
|
|
public static int KeyAttribute_android_translationZ = 0x0000000a;
|
|
public static int KeyAttribute_curveFit = 0x0000000c;
|
|
public static int KeyAttribute_framePosition = 0x0000000d;
|
|
public static int KeyAttribute_motionProgress = 0x0000000e;
|
|
public static int KeyAttribute_motionTarget = 0x0000000f;
|
|
public static int KeyAttribute_transformPivotTarget = 0x00000010;
|
|
public static int KeyAttribute_transitionEasing = 0x00000011;
|
|
public static int KeyAttribute_transitionPathRotate = 0x00000012;
|
|
public static int KeyCycle_android_alpha = 0x00000000;
|
|
public static int KeyCycle_android_elevation = 0x00000009;
|
|
public static int KeyCycle_android_rotation = 0x00000005;
|
|
public static int KeyCycle_android_rotationX = 0x00000006;
|
|
public static int KeyCycle_android_rotationY = 0x00000007;
|
|
public static int KeyCycle_android_scaleX = 0x00000003;
|
|
public static int KeyCycle_android_scaleY = 0x00000004;
|
|
public static int KeyCycle_android_translationX = 0x00000001;
|
|
public static int KeyCycle_android_translationY = 0x00000002;
|
|
public static int KeyCycle_android_translationZ = 0x00000008;
|
|
public static int KeyCycle_curveFit = 0x0000000a;
|
|
public static int KeyCycle_framePosition = 0x0000000b;
|
|
public static int KeyCycle_motionProgress = 0x0000000c;
|
|
public static int KeyCycle_motionTarget = 0x0000000d;
|
|
public static int KeyCycle_transitionEasing = 0x0000000e;
|
|
public static int KeyCycle_transitionPathRotate = 0x0000000f;
|
|
public static int KeyCycle_waveOffset = 0x00000010;
|
|
public static int KeyCycle_wavePeriod = 0x00000011;
|
|
public static int KeyCycle_wavePhase = 0x00000012;
|
|
public static int KeyCycle_waveShape = 0x00000013;
|
|
public static int KeyCycle_waveVariesBy = 0x00000014;
|
|
public static int KeyPosition_curveFit = 0x00000000;
|
|
public static int KeyPosition_drawPath = 0x00000001;
|
|
public static int KeyPosition_framePosition = 0x00000002;
|
|
public static int KeyPosition_keyPositionType = 0x00000003;
|
|
public static int KeyPosition_motionTarget = 0x00000004;
|
|
public static int KeyPosition_pathMotionArc = 0x00000005;
|
|
public static int KeyPosition_percentHeight = 0x00000006;
|
|
public static int KeyPosition_percentWidth = 0x00000007;
|
|
public static int KeyPosition_percentX = 0x00000008;
|
|
public static int KeyPosition_percentY = 0x00000009;
|
|
public static int KeyPosition_sizePercent = 0x0000000a;
|
|
public static int KeyPosition_transitionEasing = 0x0000000b;
|
|
public static int KeyTimeCycle_android_alpha = 0x00000000;
|
|
public static int KeyTimeCycle_android_elevation = 0x00000009;
|
|
public static int KeyTimeCycle_android_rotation = 0x00000005;
|
|
public static int KeyTimeCycle_android_rotationX = 0x00000006;
|
|
public static int KeyTimeCycle_android_rotationY = 0x00000007;
|
|
public static int KeyTimeCycle_android_scaleX = 0x00000003;
|
|
public static int KeyTimeCycle_android_scaleY = 0x00000004;
|
|
public static int KeyTimeCycle_android_translationX = 0x00000001;
|
|
public static int KeyTimeCycle_android_translationY = 0x00000002;
|
|
public static int KeyTimeCycle_android_translationZ = 0x00000008;
|
|
public static int KeyTimeCycle_curveFit = 0x0000000a;
|
|
public static int KeyTimeCycle_framePosition = 0x0000000b;
|
|
public static int KeyTimeCycle_motionProgress = 0x0000000c;
|
|
public static int KeyTimeCycle_motionTarget = 0x0000000d;
|
|
public static int KeyTimeCycle_transitionEasing = 0x0000000e;
|
|
public static int KeyTimeCycle_transitionPathRotate = 0x0000000f;
|
|
public static int KeyTimeCycle_waveDecay = 0x00000010;
|
|
public static int KeyTimeCycle_waveOffset = 0x00000011;
|
|
public static int KeyTimeCycle_wavePeriod = 0x00000012;
|
|
public static int KeyTimeCycle_wavePhase = 0x00000013;
|
|
public static int KeyTimeCycle_waveShape = 0x00000014;
|
|
public static int KeyTrigger_framePosition = 0x00000000;
|
|
public static int KeyTrigger_motionTarget = 0x00000001;
|
|
public static int KeyTrigger_motion_postLayoutCollision = 0x00000002;
|
|
public static int KeyTrigger_motion_triggerOnCollision = 0x00000003;
|
|
public static int KeyTrigger_onCross = 0x00000004;
|
|
public static int KeyTrigger_onNegativeCross = 0x00000005;
|
|
public static int KeyTrigger_onPositiveCross = 0x00000006;
|
|
public static int KeyTrigger_triggerId = 0x00000007;
|
|
public static int KeyTrigger_triggerReceiver = 0x00000008;
|
|
public static int KeyTrigger_triggerSlack = 0x00000009;
|
|
public static int KeyTrigger_viewTransitionOnCross = 0x0000000a;
|
|
public static int KeyTrigger_viewTransitionOnNegativeCross = 0x0000000b;
|
|
public static int KeyTrigger_viewTransitionOnPositiveCross = 0x0000000c;
|
|
public static int Layout_android_layout_height = 0x00000002;
|
|
public static int Layout_android_layout_marginBottom = 0x00000006;
|
|
public static int Layout_android_layout_marginEnd = 0x00000008;
|
|
public static int Layout_android_layout_marginLeft = 0x00000003;
|
|
public static int Layout_android_layout_marginRight = 0x00000005;
|
|
public static int Layout_android_layout_marginStart = 0x00000007;
|
|
public static int Layout_android_layout_marginTop = 0x00000004;
|
|
public static int Layout_android_layout_width = 0x00000001;
|
|
public static int Layout_android_orientation = 0x00000000;
|
|
public static int Layout_barrierAllowsGoneWidgets = 0x00000009;
|
|
public static int Layout_barrierDirection = 0x0000000a;
|
|
public static int Layout_barrierMargin = 0x0000000b;
|
|
public static int Layout_chainUseRtl = 0x0000000c;
|
|
public static int Layout_constraint_referenced_ids = 0x0000000d;
|
|
public static int Layout_constraint_referenced_tags = 0x0000000e;
|
|
public static int Layout_layout_constrainedHeight = 0x0000000f;
|
|
public static int Layout_layout_constrainedWidth = 0x00000010;
|
|
public static int Layout_layout_constraintBaseline_creator = 0x00000011;
|
|
public static int Layout_layout_constraintBaseline_toBaselineOf = 0x00000012;
|
|
public static int Layout_layout_constraintBaseline_toBottomOf = 0x00000013;
|
|
public static int Layout_layout_constraintBaseline_toTopOf = 0x00000014;
|
|
public static int Layout_layout_constraintBottom_creator = 0x00000015;
|
|
public static int Layout_layout_constraintBottom_toBottomOf = 0x00000016;
|
|
public static int Layout_layout_constraintBottom_toTopOf = 0x00000017;
|
|
public static int Layout_layout_constraintCircle = 0x00000018;
|
|
public static int Layout_layout_constraintCircleAngle = 0x00000019;
|
|
public static int Layout_layout_constraintCircleRadius = 0x0000001a;
|
|
public static int Layout_layout_constraintDimensionRatio = 0x0000001b;
|
|
public static int Layout_layout_constraintEnd_toEndOf = 0x0000001c;
|
|
public static int Layout_layout_constraintEnd_toStartOf = 0x0000001d;
|
|
public static int Layout_layout_constraintGuide_begin = 0x0000001e;
|
|
public static int Layout_layout_constraintGuide_end = 0x0000001f;
|
|
public static int Layout_layout_constraintGuide_percent = 0x00000020;
|
|
public static int Layout_layout_constraintHeight = 0x00000021;
|
|
public static int Layout_layout_constraintHeight_default = 0x00000022;
|
|
public static int Layout_layout_constraintHeight_max = 0x00000023;
|
|
public static int Layout_layout_constraintHeight_min = 0x00000024;
|
|
public static int Layout_layout_constraintHeight_percent = 0x00000025;
|
|
public static int Layout_layout_constraintHorizontal_bias = 0x00000026;
|
|
public static int Layout_layout_constraintHorizontal_chainStyle = 0x00000027;
|
|
public static int Layout_layout_constraintHorizontal_weight = 0x00000028;
|
|
public static int Layout_layout_constraintLeft_creator = 0x00000029;
|
|
public static int Layout_layout_constraintLeft_toLeftOf = 0x0000002a;
|
|
public static int Layout_layout_constraintLeft_toRightOf = 0x0000002b;
|
|
public static int Layout_layout_constraintRight_creator = 0x0000002c;
|
|
public static int Layout_layout_constraintRight_toLeftOf = 0x0000002d;
|
|
public static int Layout_layout_constraintRight_toRightOf = 0x0000002e;
|
|
public static int Layout_layout_constraintStart_toEndOf = 0x0000002f;
|
|
public static int Layout_layout_constraintStart_toStartOf = 0x00000030;
|
|
public static int Layout_layout_constraintTop_creator = 0x00000031;
|
|
public static int Layout_layout_constraintTop_toBottomOf = 0x00000032;
|
|
public static int Layout_layout_constraintTop_toTopOf = 0x00000033;
|
|
public static int Layout_layout_constraintVertical_bias = 0x00000034;
|
|
public static int Layout_layout_constraintVertical_chainStyle = 0x00000035;
|
|
public static int Layout_layout_constraintVertical_weight = 0x00000036;
|
|
public static int Layout_layout_constraintWidth = 0x00000037;
|
|
public static int Layout_layout_constraintWidth_default = 0x00000038;
|
|
public static int Layout_layout_constraintWidth_max = 0x00000039;
|
|
public static int Layout_layout_constraintWidth_min = 0x0000003a;
|
|
public static int Layout_layout_constraintWidth_percent = 0x0000003b;
|
|
public static int Layout_layout_editor_absoluteX = 0x0000003c;
|
|
public static int Layout_layout_editor_absoluteY = 0x0000003d;
|
|
public static int Layout_layout_goneMarginBaseline = 0x0000003e;
|
|
public static int Layout_layout_goneMarginBottom = 0x0000003f;
|
|
public static int Layout_layout_goneMarginEnd = 0x00000040;
|
|
public static int Layout_layout_goneMarginLeft = 0x00000041;
|
|
public static int Layout_layout_goneMarginRight = 0x00000042;
|
|
public static int Layout_layout_goneMarginStart = 0x00000043;
|
|
public static int Layout_layout_goneMarginTop = 0x00000044;
|
|
public static int Layout_layout_marginBaseline = 0x00000045;
|
|
public static int Layout_layout_wrapBehaviorInParent = 0x00000046;
|
|
public static int Layout_maxHeight = 0x00000047;
|
|
public static int Layout_maxWidth = 0x00000048;
|
|
public static int Layout_minHeight = 0x00000049;
|
|
public static int Layout_minWidth = 0x0000004a;
|
|
public static int LinearLayoutCompat_Layout_android_layout_gravity = 0x00000000;
|
|
public static int LinearLayoutCompat_Layout_android_layout_height = 0x00000002;
|
|
public static int LinearLayoutCompat_Layout_android_layout_weight = 0x00000003;
|
|
public static int LinearLayoutCompat_Layout_android_layout_width = 0x00000001;
|
|
public static int LinearLayoutCompat_android_baselineAligned = 0x00000002;
|
|
public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 0x00000003;
|
|
public static int LinearLayoutCompat_android_gravity = 0x00000000;
|
|
public static int LinearLayoutCompat_android_orientation = 0x00000001;
|
|
public static int LinearLayoutCompat_android_weightSum = 0x00000004;
|
|
public static int LinearLayoutCompat_divider = 0x00000005;
|
|
public static int LinearLayoutCompat_dividerPadding = 0x00000006;
|
|
public static int LinearLayoutCompat_measureWithLargestChild = 0x00000007;
|
|
public static int LinearLayoutCompat_showDividers = 0x00000008;
|
|
public static int ListPopupWindow_android_dropDownHorizontalOffset = 0x00000000;
|
|
public static int ListPopupWindow_android_dropDownVerticalOffset = 0x00000001;
|
|
public static int MenuGroup_android_checkableBehavior = 0x00000005;
|
|
public static int MenuGroup_android_enabled = 0x00000000;
|
|
public static int MenuGroup_android_id = 0x00000001;
|
|
public static int MenuGroup_android_menuCategory = 0x00000003;
|
|
public static int MenuGroup_android_orderInCategory = 0x00000004;
|
|
public static int MenuGroup_android_visible = 0x00000002;
|
|
public static int MenuItem_actionLayout = 0x0000000d;
|
|
public static int MenuItem_actionProviderClass = 0x0000000e;
|
|
public static int MenuItem_actionViewClass = 0x0000000f;
|
|
public static int MenuItem_alphabeticModifiers = 0x00000010;
|
|
public static int MenuItem_android_alphabeticShortcut = 0x00000009;
|
|
public static int MenuItem_android_checkable = 0x0000000b;
|
|
public static int MenuItem_android_checked = 0x00000003;
|
|
public static int MenuItem_android_enabled = 0x00000001;
|
|
public static int MenuItem_android_icon = 0x00000000;
|
|
public static int MenuItem_android_id = 0x00000002;
|
|
public static int MenuItem_android_menuCategory = 0x00000005;
|
|
public static int MenuItem_android_numericShortcut = 0x0000000a;
|
|
public static int MenuItem_android_onClick = 0x0000000c;
|
|
public static int MenuItem_android_orderInCategory = 0x00000006;
|
|
public static int MenuItem_android_title = 0x00000007;
|
|
public static int MenuItem_android_titleCondensed = 0x00000008;
|
|
public static int MenuItem_android_visible = 0x00000004;
|
|
public static int MenuItem_contentDescription = 0x00000011;
|
|
public static int MenuItem_iconTint = 0x00000012;
|
|
public static int MenuItem_iconTintMode = 0x00000013;
|
|
public static int MenuItem_numericModifiers = 0x00000014;
|
|
public static int MenuItem_showAsAction = 0x00000015;
|
|
public static int MenuItem_tooltipText = 0x00000016;
|
|
public static int MenuView_android_headerBackground = 0x00000004;
|
|
public static int MenuView_android_horizontalDivider = 0x00000002;
|
|
public static int MenuView_android_itemBackground = 0x00000005;
|
|
public static int MenuView_android_itemIconDisabledAlpha = 0x00000006;
|
|
public static int MenuView_android_itemTextAppearance = 0x00000001;
|
|
public static int MenuView_android_verticalDivider = 0x00000003;
|
|
public static int MenuView_android_windowAnimationStyle = 0x00000000;
|
|
public static int MenuView_preserveIconSpacing = 0x00000007;
|
|
public static int MenuView_subMenuArrow = 0x00000008;
|
|
public static int MockView_mock_diagonalsColor = 0x00000000;
|
|
public static int MockView_mock_label = 0x00000001;
|
|
public static int MockView_mock_labelBackgroundColor = 0x00000002;
|
|
public static int MockView_mock_labelColor = 0x00000003;
|
|
public static int MockView_mock_showDiagonals = 0x00000004;
|
|
public static int MockView_mock_showLabel = 0x00000005;
|
|
public static int MotionEffect_motionEffect_alpha = 0x00000000;
|
|
public static int MotionEffect_motionEffect_end = 0x00000001;
|
|
public static int MotionEffect_motionEffect_move = 0x00000002;
|
|
public static int MotionEffect_motionEffect_start = 0x00000003;
|
|
public static int MotionEffect_motionEffect_strict = 0x00000004;
|
|
public static int MotionEffect_motionEffect_translationX = 0x00000005;
|
|
public static int MotionEffect_motionEffect_translationY = 0x00000006;
|
|
public static int MotionEffect_motionEffect_viewTransition = 0x00000007;
|
|
public static int MotionHelper_onHide = 0x00000000;
|
|
public static int MotionHelper_onShow = 0x00000001;
|
|
public static int MotionLabel_android_autoSizeTextType = 0x00000008;
|
|
public static int MotionLabel_android_fontFamily = 0x00000007;
|
|
public static int MotionLabel_android_gravity = 0x00000004;
|
|
public static int MotionLabel_android_shadowRadius = 0x00000006;
|
|
public static int MotionLabel_android_text = 0x00000005;
|
|
public static int MotionLabel_android_textColor = 0x00000003;
|
|
public static int MotionLabel_android_textSize = 0x00000000;
|
|
public static int MotionLabel_android_textStyle = 0x00000002;
|
|
public static int MotionLabel_android_typeface = 0x00000001;
|
|
public static int MotionLabel_borderRound = 0x00000009;
|
|
public static int MotionLabel_borderRoundPercent = 0x0000000a;
|
|
public static int MotionLabel_scaleFromTextSize = 0x0000000b;
|
|
public static int MotionLabel_textBackground = 0x0000000c;
|
|
public static int MotionLabel_textBackgroundPanX = 0x0000000d;
|
|
public static int MotionLabel_textBackgroundPanY = 0x0000000e;
|
|
public static int MotionLabel_textBackgroundRotate = 0x0000000f;
|
|
public static int MotionLabel_textBackgroundZoom = 0x00000010;
|
|
public static int MotionLabel_textOutlineColor = 0x00000011;
|
|
public static int MotionLabel_textOutlineThickness = 0x00000012;
|
|
public static int MotionLabel_textPanX = 0x00000013;
|
|
public static int MotionLabel_textPanY = 0x00000014;
|
|
public static int MotionLabel_textureBlurFactor = 0x00000015;
|
|
public static int MotionLabel_textureEffect = 0x00000016;
|
|
public static int MotionLabel_textureHeight = 0x00000017;
|
|
public static int MotionLabel_textureWidth = 0x00000018;
|
|
public static int MotionLayout_applyMotionScene = 0x00000000;
|
|
public static int MotionLayout_currentState = 0x00000001;
|
|
public static int MotionLayout_layoutDescription = 0x00000002;
|
|
public static int MotionLayout_motionDebug = 0x00000003;
|
|
public static int MotionLayout_motionProgress = 0x00000004;
|
|
public static int MotionLayout_showPaths = 0x00000005;
|
|
public static int MotionScene_defaultDuration = 0x00000000;
|
|
public static int MotionScene_layoutDuringTransition = 0x00000001;
|
|
public static int MotionTelltales_telltales_tailColor = 0x00000000;
|
|
public static int MotionTelltales_telltales_tailScale = 0x00000001;
|
|
public static int MotionTelltales_telltales_velocityMode = 0x00000002;
|
|
public static int Motion_animateCircleAngleTo = 0x00000000;
|
|
public static int Motion_animateRelativeTo = 0x00000001;
|
|
public static int Motion_drawPath = 0x00000002;
|
|
public static int Motion_motionPathRotate = 0x00000003;
|
|
public static int Motion_motionStagger = 0x00000004;
|
|
public static int Motion_pathMotionArc = 0x00000005;
|
|
public static int Motion_quantizeMotionInterpolator = 0x00000006;
|
|
public static int Motion_quantizeMotionPhase = 0x00000007;
|
|
public static int Motion_quantizeMotionSteps = 0x00000008;
|
|
public static int Motion_transitionEasing = 0x00000009;
|
|
public static int OnClick_clickAction = 0x00000000;
|
|
public static int OnClick_targetId = 0x00000001;
|
|
public static int OnSwipe_autoCompleteMode = 0x00000000;
|
|
public static int OnSwipe_dragDirection = 0x00000001;
|
|
public static int OnSwipe_dragScale = 0x00000002;
|
|
public static int OnSwipe_dragThreshold = 0x00000003;
|
|
public static int OnSwipe_limitBoundsTo = 0x00000004;
|
|
public static int OnSwipe_maxAcceleration = 0x00000005;
|
|
public static int OnSwipe_maxVelocity = 0x00000006;
|
|
public static int OnSwipe_moveWhenScrollAtTop = 0x00000007;
|
|
public static int OnSwipe_nestedScrollFlags = 0x00000008;
|
|
public static int OnSwipe_onTouchUp = 0x00000009;
|
|
public static int OnSwipe_rotationCenterId = 0x0000000a;
|
|
public static int OnSwipe_springBoundary = 0x0000000b;
|
|
public static int OnSwipe_springDamping = 0x0000000c;
|
|
public static int OnSwipe_springMass = 0x0000000d;
|
|
public static int OnSwipe_springStiffness = 0x0000000e;
|
|
public static int OnSwipe_springStopThreshold = 0x0000000f;
|
|
public static int OnSwipe_touchAnchorId = 0x00000010;
|
|
public static int OnSwipe_touchAnchorSide = 0x00000011;
|
|
public static int OnSwipe_touchRegionId = 0x00000012;
|
|
public static int PopupWindowBackgroundState_state_above_anchor = 0x00000000;
|
|
public static int PopupWindow_android_popupAnimationStyle = 0x00000001;
|
|
public static int PopupWindow_android_popupBackground = 0x00000000;
|
|
public static int PopupWindow_overlapAnchor = 0x00000002;
|
|
public static int PropertySet_android_alpha = 0x00000001;
|
|
public static int PropertySet_android_visibility = 0x00000000;
|
|
public static int PropertySet_layout_constraintTag = 0x00000002;
|
|
public static int PropertySet_motionProgress = 0x00000003;
|
|
public static int PropertySet_visibilityMode = 0x00000004;
|
|
public static int RecycleListView_paddingBottomNoButtons = 0x00000000;
|
|
public static int RecycleListView_paddingTopNoTitle = 0x00000001;
|
|
public static int SearchView_android_focusable = 0x00000001;
|
|
public static int SearchView_android_hint = 0x00000004;
|
|
public static int SearchView_android_imeOptions = 0x00000006;
|
|
public static int SearchView_android_inputType = 0x00000005;
|
|
public static int SearchView_android_maxWidth = 0x00000002;
|
|
public static int SearchView_android_text = 0x00000003;
|
|
public static int SearchView_android_textAppearance = 0x00000000;
|
|
public static int SearchView_animateMenuItems = 0x00000007;
|
|
public static int SearchView_animateNavigationIcon = 0x00000008;
|
|
public static int SearchView_autoShowKeyboard = 0x00000009;
|
|
public static int SearchView_backHandlingEnabled = 0x0000000a;
|
|
public static int SearchView_backgroundTint = 0x0000000b;
|
|
public static int SearchView_closeIcon = 0x0000000c;
|
|
public static int SearchView_commitIcon = 0x0000000d;
|
|
public static int SearchView_defaultQueryHint = 0x0000000e;
|
|
public static int SearchView_goIcon = 0x0000000f;
|
|
public static int SearchView_headerLayout = 0x00000010;
|
|
public static int SearchView_hideNavigationIcon = 0x00000011;
|
|
public static int SearchView_iconifiedByDefault = 0x00000012;
|
|
public static int SearchView_layout = 0x00000013;
|
|
public static int SearchView_queryBackground = 0x00000014;
|
|
public static int SearchView_queryHint = 0x00000015;
|
|
public static int SearchView_searchHintIcon = 0x00000016;
|
|
public static int SearchView_searchIcon = 0x00000017;
|
|
public static int SearchView_searchPrefixText = 0x00000018;
|
|
public static int SearchView_submitBackground = 0x00000019;
|
|
public static int SearchView_suggestionRowLayout = 0x0000001a;
|
|
public static int SearchView_useDrawerArrowDrawable = 0x0000001b;
|
|
public static int SearchView_voiceIcon = 0x0000001c;
|
|
public static int Spinner_android_dropDownWidth = 0x00000003;
|
|
public static int Spinner_android_entries = 0x00000000;
|
|
public static int Spinner_android_popupBackground = 0x00000001;
|
|
public static int Spinner_android_prompt = 0x00000002;
|
|
public static int Spinner_popupTheme = 0x00000004;
|
|
public static int StateListDrawableItem_android_drawable = 0x00000000;
|
|
public static int StateListDrawable_android_constantSize = 0x00000003;
|
|
public static int StateListDrawable_android_dither = 0x00000000;
|
|
public static int StateListDrawable_android_enterFadeDuration = 0x00000004;
|
|
public static int StateListDrawable_android_exitFadeDuration = 0x00000005;
|
|
public static int StateListDrawable_android_variablePadding = 0x00000002;
|
|
public static int StateListDrawable_android_visible = 0x00000001;
|
|
public static int StateSet_defaultState = 0x00000000;
|
|
public static int State_android_id = 0x00000000;
|
|
public static int State_constraints = 0x00000001;
|
|
public static int SwitchCompat_android_textOff = 0x00000001;
|
|
public static int SwitchCompat_android_textOn = 0x00000000;
|
|
public static int SwitchCompat_android_thumb = 0x00000002;
|
|
public static int SwitchCompat_showText = 0x00000003;
|
|
public static int SwitchCompat_splitTrack = 0x00000004;
|
|
public static int SwitchCompat_switchMinWidth = 0x00000005;
|
|
public static int SwitchCompat_switchPadding = 0x00000006;
|
|
public static int SwitchCompat_switchTextAppearance = 0x00000007;
|
|
public static int SwitchCompat_thumbTextPadding = 0x00000008;
|
|
public static int SwitchCompat_thumbTint = 0x00000009;
|
|
public static int SwitchCompat_thumbTintMode = 0x0000000a;
|
|
public static int SwitchCompat_track = 0x0000000b;
|
|
public static int SwitchCompat_trackTint = 0x0000000c;
|
|
public static int SwitchCompat_trackTintMode = 0x0000000d;
|
|
public static int TextAppearance_android_fontFamily = 0x0000000a;
|
|
public static int TextAppearance_android_shadowColor = 0x00000006;
|
|
public static int TextAppearance_android_shadowDx = 0x00000007;
|
|
public static int TextAppearance_android_shadowDy = 0x00000008;
|
|
public static int TextAppearance_android_shadowRadius = 0x00000009;
|
|
public static int TextAppearance_android_textColor = 0x00000003;
|
|
public static int TextAppearance_android_textColorHint = 0x00000004;
|
|
public static int TextAppearance_android_textColorLink = 0x00000005;
|
|
public static int TextAppearance_android_textFontWeight = 0x0000000b;
|
|
public static int TextAppearance_android_textSize = 0x00000000;
|
|
public static int TextAppearance_android_textStyle = 0x00000002;
|
|
public static int TextAppearance_android_typeface = 0x00000001;
|
|
public static int TextAppearance_fontFamily = 0x0000000c;
|
|
public static int TextAppearance_fontVariationSettings = 0x0000000d;
|
|
public static int TextAppearance_textAllCaps = 0x0000000e;
|
|
public static int TextAppearance_textLocale = 0x0000000f;
|
|
public static int TextEffects_android_fontFamily = 0x00000008;
|
|
public static int TextEffects_android_shadowColor = 0x00000004;
|
|
public static int TextEffects_android_shadowDx = 0x00000005;
|
|
public static int TextEffects_android_shadowDy = 0x00000006;
|
|
public static int TextEffects_android_shadowRadius = 0x00000007;
|
|
public static int TextEffects_android_text = 0x00000003;
|
|
public static int TextEffects_android_textSize = 0x00000000;
|
|
public static int TextEffects_android_textStyle = 0x00000002;
|
|
public static int TextEffects_android_typeface = 0x00000001;
|
|
public static int TextEffects_borderRound = 0x00000009;
|
|
public static int TextEffects_borderRoundPercent = 0x0000000a;
|
|
public static int TextEffects_textFillColor = 0x0000000b;
|
|
public static int TextEffects_textOutlineColor = 0x0000000c;
|
|
public static int TextEffects_textOutlineThickness = 0x0000000d;
|
|
public static int Toolbar_android_gravity = 0x00000000;
|
|
public static int Toolbar_android_minHeight = 0x00000001;
|
|
public static int Toolbar_buttonGravity = 0x00000002;
|
|
public static int Toolbar_collapseContentDescription = 0x00000003;
|
|
public static int Toolbar_collapseIcon = 0x00000004;
|
|
public static int Toolbar_contentInsetEnd = 0x00000005;
|
|
public static int Toolbar_contentInsetEndWithActions = 0x00000006;
|
|
public static int Toolbar_contentInsetLeft = 0x00000007;
|
|
public static int Toolbar_contentInsetRight = 0x00000008;
|
|
public static int Toolbar_contentInsetStart = 0x00000009;
|
|
public static int Toolbar_contentInsetStartWithNavigation = 0x0000000a;
|
|
public static int Toolbar_logo = 0x0000000b;
|
|
public static int Toolbar_logoDescription = 0x0000000c;
|
|
public static int Toolbar_maxButtonHeight = 0x0000000d;
|
|
public static int Toolbar_menu = 0x0000000e;
|
|
public static int Toolbar_navigationContentDescription = 0x0000000f;
|
|
public static int Toolbar_navigationIcon = 0x00000010;
|
|
public static int Toolbar_popupTheme = 0x00000011;
|
|
public static int Toolbar_subtitle = 0x00000012;
|
|
public static int Toolbar_subtitleTextAppearance = 0x00000013;
|
|
public static int Toolbar_subtitleTextColor = 0x00000014;
|
|
public static int Toolbar_title = 0x00000015;
|
|
public static int Toolbar_titleMargin = 0x00000016;
|
|
public static int Toolbar_titleMarginBottom = 0x00000017;
|
|
public static int Toolbar_titleMarginEnd = 0x00000018;
|
|
public static int Toolbar_titleMarginStart = 0x00000019;
|
|
public static int Toolbar_titleMarginTop = 0x0000001a;
|
|
public static int Toolbar_titleMargins = 0x0000001b;
|
|
public static int Toolbar_titleTextAppearance = 0x0000001c;
|
|
public static int Toolbar_titleTextColor = 0x0000001d;
|
|
public static int Transform_android_elevation = 0x0000000a;
|
|
public static int Transform_android_rotation = 0x00000006;
|
|
public static int Transform_android_rotationX = 0x00000007;
|
|
public static int Transform_android_rotationY = 0x00000008;
|
|
public static int Transform_android_scaleX = 0x00000004;
|
|
public static int Transform_android_scaleY = 0x00000005;
|
|
public static int Transform_android_transformPivotX = 0x00000000;
|
|
public static int Transform_android_transformPivotY = 0x00000001;
|
|
public static int Transform_android_translationX = 0x00000002;
|
|
public static int Transform_android_translationY = 0x00000003;
|
|
public static int Transform_android_translationZ = 0x00000009;
|
|
public static int Transform_transformPivotTarget = 0x0000000b;
|
|
public static int Transition_android_id = 0x00000000;
|
|
public static int Transition_autoTransition = 0x00000001;
|
|
public static int Transition_constraintSetEnd = 0x00000002;
|
|
public static int Transition_constraintSetStart = 0x00000003;
|
|
public static int Transition_duration = 0x00000004;
|
|
public static int Transition_layoutDuringTransition = 0x00000005;
|
|
public static int Transition_motionInterpolator = 0x00000006;
|
|
public static int Transition_pathMotionArc = 0x00000007;
|
|
public static int Transition_staggered = 0x00000008;
|
|
public static int Transition_transitionDisable = 0x00000009;
|
|
public static int Transition_transitionFlags = 0x0000000a;
|
|
public static int Variant_constraints = 0x00000000;
|
|
public static int Variant_region_heightLessThan = 0x00000001;
|
|
public static int Variant_region_heightMoreThan = 0x00000002;
|
|
public static int Variant_region_widthLessThan = 0x00000003;
|
|
public static int Variant_region_widthMoreThan = 0x00000004;
|
|
public static int ViewBackgroundHelper_android_background = 0x00000000;
|
|
public static int ViewBackgroundHelper_backgroundTint = 0x00000001;
|
|
public static int ViewBackgroundHelper_backgroundTintMode = 0x00000002;
|
|
public static int ViewStubCompat_android_id = 0x00000000;
|
|
public static int ViewStubCompat_android_inflatedId = 0x00000002;
|
|
public static int ViewStubCompat_android_layout = 0x00000001;
|
|
public static int ViewTransition_SharedValue = 0x00000001;
|
|
public static int ViewTransition_SharedValueId = 0x00000002;
|
|
public static int ViewTransition_android_id = 0x00000000;
|
|
public static int ViewTransition_clearsTag = 0x00000003;
|
|
public static int ViewTransition_duration = 0x00000004;
|
|
public static int ViewTransition_ifTagNotSet = 0x00000005;
|
|
public static int ViewTransition_ifTagSet = 0x00000006;
|
|
public static int ViewTransition_motionInterpolator = 0x00000007;
|
|
public static int ViewTransition_motionTarget = 0x00000008;
|
|
public static int ViewTransition_onStateTransition = 0x00000009;
|
|
public static int ViewTransition_pathMotionArc = 0x0000000a;
|
|
public static int ViewTransition_setsTag = 0x0000000b;
|
|
public static int ViewTransition_transitionDisable = 0x0000000c;
|
|
public static int ViewTransition_upDuration = 0x0000000d;
|
|
public static int ViewTransition_viewTransitionMode = 0x0000000e;
|
|
public static int View_android_focusable = 0x00000001;
|
|
public static int View_android_theme = 0x00000000;
|
|
public static int View_paddingEnd = 0x00000002;
|
|
public static int View_paddingStart = 0x00000003;
|
|
public static int View_theme = 0x00000004;
|
|
public static int include_constraintSet;
|
|
public static int[] ActionBar = {com.mycompany.app.soulbrowser.R.attr.background, com.mycompany.app.soulbrowser.R.attr.backgroundSplit, com.mycompany.app.soulbrowser.R.attr.backgroundStacked, com.mycompany.app.soulbrowser.R.attr.contentInsetEnd, com.mycompany.app.soulbrowser.R.attr.contentInsetEndWithActions, com.mycompany.app.soulbrowser.R.attr.contentInsetLeft, com.mycompany.app.soulbrowser.R.attr.contentInsetRight, com.mycompany.app.soulbrowser.R.attr.contentInsetStart, com.mycompany.app.soulbrowser.R.attr.contentInsetStartWithNavigation, com.mycompany.app.soulbrowser.R.attr.customNavigationLayout, com.mycompany.app.soulbrowser.R.attr.displayOptions, com.mycompany.app.soulbrowser.R.attr.divider, com.mycompany.app.soulbrowser.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.height, com.mycompany.app.soulbrowser.R.attr.hideOnContentScroll, com.mycompany.app.soulbrowser.R.attr.homeAsUpIndicator, com.mycompany.app.soulbrowser.R.attr.homeLayout, com.mycompany.app.soulbrowser.R.attr.icon, com.mycompany.app.soulbrowser.R.attr.indeterminateProgressStyle, com.mycompany.app.soulbrowser.R.attr.itemPadding, com.mycompany.app.soulbrowser.R.attr.logo, com.mycompany.app.soulbrowser.R.attr.navigationMode, com.mycompany.app.soulbrowser.R.attr.popupTheme, com.mycompany.app.soulbrowser.R.attr.progressBarPadding, com.mycompany.app.soulbrowser.R.attr.progressBarStyle, com.mycompany.app.soulbrowser.R.attr.subtitle, com.mycompany.app.soulbrowser.R.attr.subtitleTextStyle, com.mycompany.app.soulbrowser.R.attr.title, com.mycompany.app.soulbrowser.R.attr.titleTextStyle};
|
|
public static int[] ActionBarLayout = {android.R.attr.layout_gravity};
|
|
public static int[] ActionMenuItemView = {android.R.attr.minWidth};
|
|
public static int[] ActionMenuView = new int[0];
|
|
public static int[] ActionMode = {com.mycompany.app.soulbrowser.R.attr.background, com.mycompany.app.soulbrowser.R.attr.backgroundSplit, com.mycompany.app.soulbrowser.R.attr.closeItemLayout, com.mycompany.app.soulbrowser.R.attr.height, com.mycompany.app.soulbrowser.R.attr.subtitleTextStyle, com.mycompany.app.soulbrowser.R.attr.titleTextStyle};
|
|
public static int[] ActivityChooserView = {com.mycompany.app.soulbrowser.R.attr.expandActivityOverflowButtonDrawable, com.mycompany.app.soulbrowser.R.attr.initialActivityCount};
|
|
public static int[] AlertDialog = {android.R.attr.layout, com.mycompany.app.soulbrowser.R.attr.buttonIconDimen, com.mycompany.app.soulbrowser.R.attr.buttonPanelSideLayout, com.mycompany.app.soulbrowser.R.attr.listItemLayout, com.mycompany.app.soulbrowser.R.attr.listLayout, com.mycompany.app.soulbrowser.R.attr.multiChoiceItemLayout, com.mycompany.app.soulbrowser.R.attr.showTitle, com.mycompany.app.soulbrowser.R.attr.singleChoiceItemLayout};
|
|
public static int[] AnimatedStateListDrawableCompat = {android.R.attr.dither, android.R.attr.visible, android.R.attr.variablePadding, android.R.attr.constantSize, android.R.attr.enterFadeDuration, android.R.attr.exitFadeDuration};
|
|
public static int[] AnimatedStateListDrawableItem = {android.R.attr.id, android.R.attr.drawable};
|
|
public static int[] AnimatedStateListDrawableTransition = {android.R.attr.drawable, android.R.attr.toId, android.R.attr.fromId, android.R.attr.reversible};
|
|
public static int[] AppCompatImageView = {android.R.attr.src, com.mycompany.app.soulbrowser.R.attr.srcCompat, com.mycompany.app.soulbrowser.R.attr.tint, com.mycompany.app.soulbrowser.R.attr.tintMode};
|
|
public static int[] AppCompatSeekBar = {android.R.attr.thumb, com.mycompany.app.soulbrowser.R.attr.tickMark, com.mycompany.app.soulbrowser.R.attr.tickMarkTint, com.mycompany.app.soulbrowser.R.attr.tickMarkTintMode};
|
|
public static int[] AppCompatTextHelper = {android.R.attr.textAppearance, android.R.attr.drawableTop, android.R.attr.drawableBottom, android.R.attr.drawableLeft, android.R.attr.drawableRight, android.R.attr.drawableStart, android.R.attr.drawableEnd};
|
|
public static int[] AppCompatTextView = {android.R.attr.textAppearance, com.mycompany.app.soulbrowser.R.attr.autoSizeMaxTextSize, com.mycompany.app.soulbrowser.R.attr.autoSizeMinTextSize, com.mycompany.app.soulbrowser.R.attr.autoSizePresetSizes, com.mycompany.app.soulbrowser.R.attr.autoSizeStepGranularity, com.mycompany.app.soulbrowser.R.attr.autoSizeTextType, com.mycompany.app.soulbrowser.R.attr.drawableBottomCompat, com.mycompany.app.soulbrowser.R.attr.drawableEndCompat, com.mycompany.app.soulbrowser.R.attr.drawableLeftCompat, com.mycompany.app.soulbrowser.R.attr.drawableRightCompat, com.mycompany.app.soulbrowser.R.attr.drawableStartCompat, com.mycompany.app.soulbrowser.R.attr.drawableTint, com.mycompany.app.soulbrowser.R.attr.drawableTintMode, com.mycompany.app.soulbrowser.R.attr.drawableTopCompat, com.mycompany.app.soulbrowser.R.attr.emojiCompatEnabled, com.mycompany.app.soulbrowser.R.attr.firstBaselineToTopHeight, com.mycompany.app.soulbrowser.R.attr.fontFamily, com.mycompany.app.soulbrowser.R.attr.fontVariationSettings, com.mycompany.app.soulbrowser.R.attr.lastBaselineToBottomHeight, com.mycompany.app.soulbrowser.R.attr.lineHeight, com.mycompany.app.soulbrowser.R.attr.textAllCaps, com.mycompany.app.soulbrowser.R.attr.textLocale};
|
|
public static int[] AppCompatTheme = {android.R.attr.windowIsFloating, android.R.attr.windowAnimationStyle, com.mycompany.app.soulbrowser.R.attr.actionBarDivider, com.mycompany.app.soulbrowser.R.attr.actionBarItemBackground, com.mycompany.app.soulbrowser.R.attr.actionBarPopupTheme, com.mycompany.app.soulbrowser.R.attr.actionBarSize, com.mycompany.app.soulbrowser.R.attr.actionBarSplitStyle, com.mycompany.app.soulbrowser.R.attr.actionBarStyle, com.mycompany.app.soulbrowser.R.attr.actionBarTabBarStyle, com.mycompany.app.soulbrowser.R.attr.actionBarTabStyle, com.mycompany.app.soulbrowser.R.attr.actionBarTabTextStyle, com.mycompany.app.soulbrowser.R.attr.actionBarTheme, com.mycompany.app.soulbrowser.R.attr.actionBarWidgetTheme, com.mycompany.app.soulbrowser.R.attr.actionButtonStyle, com.mycompany.app.soulbrowser.R.attr.actionDropDownStyle, com.mycompany.app.soulbrowser.R.attr.actionMenuTextAppearance, com.mycompany.app.soulbrowser.R.attr.actionMenuTextColor, com.mycompany.app.soulbrowser.R.attr.actionModeBackground, com.mycompany.app.soulbrowser.R.attr.actionModeCloseButtonStyle, com.mycompany.app.soulbrowser.R.attr.actionModeCloseContentDescription, com.mycompany.app.soulbrowser.R.attr.actionModeCloseDrawable, com.mycompany.app.soulbrowser.R.attr.actionModeCopyDrawable, com.mycompany.app.soulbrowser.R.attr.actionModeCutDrawable, com.mycompany.app.soulbrowser.R.attr.actionModeFindDrawable, com.mycompany.app.soulbrowser.R.attr.actionModePasteDrawable, com.mycompany.app.soulbrowser.R.attr.actionModePopupWindowStyle, com.mycompany.app.soulbrowser.R.attr.actionModeSelectAllDrawable, com.mycompany.app.soulbrowser.R.attr.actionModeShareDrawable, com.mycompany.app.soulbrowser.R.attr.actionModeSplitBackground, com.mycompany.app.soulbrowser.R.attr.actionModeStyle, com.mycompany.app.soulbrowser.R.attr.actionModeTheme, com.mycompany.app.soulbrowser.R.attr.actionModeWebSearchDrawable, com.mycompany.app.soulbrowser.R.attr.actionOverflowButtonStyle, com.mycompany.app.soulbrowser.R.attr.actionOverflowMenuStyle, com.mycompany.app.soulbrowser.R.attr.activityChooserViewStyle, com.mycompany.app.soulbrowser.R.attr.alertDialogButtonGroupStyle, com.mycompany.app.soulbrowser.R.attr.alertDialogCenterButtons, com.mycompany.app.soulbrowser.R.attr.alertDialogStyle, com.mycompany.app.soulbrowser.R.attr.alertDialogTheme, com.mycompany.app.soulbrowser.R.attr.autoCompleteTextViewStyle, com.mycompany.app.soulbrowser.R.attr.borderlessButtonStyle, com.mycompany.app.soulbrowser.R.attr.buttonBarButtonStyle, com.mycompany.app.soulbrowser.R.attr.buttonBarNegativeButtonStyle, com.mycompany.app.soulbrowser.R.attr.buttonBarNeutralButtonStyle, com.mycompany.app.soulbrowser.R.attr.buttonBarPositiveButtonStyle, com.mycompany.app.soulbrowser.R.attr.buttonBarStyle, com.mycompany.app.soulbrowser.R.attr.buttonStyle, com.mycompany.app.soulbrowser.R.attr.buttonStyleSmall, com.mycompany.app.soulbrowser.R.attr.checkboxStyle, com.mycompany.app.soulbrowser.R.attr.checkedTextViewStyle, com.mycompany.app.soulbrowser.R.attr.colorAccent, com.mycompany.app.soulbrowser.R.attr.colorBackgroundFloating, com.mycompany.app.soulbrowser.R.attr.colorButtonNormal, com.mycompany.app.soulbrowser.R.attr.colorControlActivated, com.mycompany.app.soulbrowser.R.attr.colorControlHighlight, com.mycompany.app.soulbrowser.R.attr.colorControlNormal, com.mycompany.app.soulbrowser.R.attr.colorError, com.mycompany.app.soulbrowser.R.attr.colorPrimary, com.mycompany.app.soulbrowser.R.attr.colorPrimaryDark, com.mycompany.app.soulbrowser.R.attr.colorSwitchThumbNormal, com.mycompany.app.soulbrowser.R.attr.controlBackground, com.mycompany.app.soulbrowser.R.attr.dialogCornerRadius, com.mycompany.app.soulbrowser.R.attr.dialogPreferredPadding, com.mycompany.app.soulbrowser.R.attr.dialogTheme, com.mycompany.app.soulbrowser.R.attr.dividerHorizontal, com.mycompany.app.soulbrowser.R.attr.dividerVertical, com.mycompany.app.soulbrowser.R.attr.dropDownListViewStyle, com.mycompany.app.soulbrowser.R.attr.dropdownListPreferredItemHeight, com.mycompany.app.soulbrowser.R.attr.editTextBackground, com.mycompany.app.soulbrowser.R.attr.editTextColor, com.mycompany.app.soulbrowser.R.attr.editTextStyle, com.mycompany.app.soulbrowser.R.attr.homeAsUpIndicator, com.mycompany.app.soulbrowser.R.attr.imageButtonStyle, com.mycompany.app.soulbrowser.R.attr.listChoiceBackgroundIndicator, com.mycompany.app.soulbrowser.R.attr.listChoiceIndicatorMultipleAnimated, com.mycompany.app.soulbrowser.R.attr.listChoiceIndicatorSingleAnimated, com.mycompany.app.soulbrowser.R.attr.listDividerAlertDialog, com.mycompany.app.soulbrowser.R.attr.listMenuViewStyle, com.mycompany.app.soulbrowser.R.attr.listPopupWindowStyle, com.mycompany.app.soulbrowser.R.attr.listPreferredItemHeight, com.mycompany.app.soulbrowser.R.attr.listPreferredItemHeightLarge, com.mycompany.app.soulbrowser.R.attr.listPreferredItemHeightSmall, com.mycompany.app.soulbrowser.R.attr.listPreferredItemPaddingEnd, com.mycompany.app.soulbrowser.R.attr.listPreferredItemPaddingLeft, com.mycompany.app.soulbrowser.R.attr.listPreferredItemPaddingRight, com.mycompany.app.soulbrowser.R.attr.listPreferredItemPaddingStart, com.mycompany.app.soulbrowser.R.attr.panelBackground, com.mycompany.app.soulbrowser.R.attr.panelMenuListTheme, com.mycompany.app.soulbrowser.R.attr.panelMenuListWidth, com.mycompany.app.soulbrowser.R.attr.popupMenuStyle, com.mycompany.app.soulbrowser.R.attr.popupWindowStyle, com.mycompany.app.soulbrowser.R.attr.radioButtonStyle, com.mycompany.app.soulbrowser.R.attr.ratingBarStyle, com.mycompany.app.soulbrowser.R.attr.ratingBarStyleIndicator, com.mycompany.app.soulbrowser.R.attr.ratingBarStyleSmall, com.mycompany.app.soulbrowser.R.attr.searchViewStyle, com.mycompany.app.soulbrowser.R.attr.seekBarStyle, com.mycompany.app.soulbrowser.R.attr.selectableItemBackground, com.mycompany.app.soulbrowser.R.attr.selectableItemBackgroundBorderless, com.mycompany.app.soulbrowser.R.attr.spinnerDropDownItemStyle, com.mycompany.app.soulbrowser.R.attr.spinnerStyle, com.mycompany.app.soulbrowser.R.attr.switchStyle, com.mycompany.app.soulbrowser.R.attr.textAppearanceLargePopupMenu, com.mycompany.app.soulbrowser.R.attr.textAppearanceListItem, com.mycompany.app.soulbrowser.R.attr.textAppearanceListItemSecondary, com.mycompany.app.soulbrowser.R.attr.textAppearanceListItemSmall, com.mycompany.app.soulbrowser.R.attr.textAppearancePopupMenuHeader, com.mycompany.app.soulbrowser.R.attr.textAppearanceSearchResultSubtitle, com.mycompany.app.soulbrowser.R.attr.textAppearanceSearchResultTitle, com.mycompany.app.soulbrowser.R.attr.textAppearanceSmallPopupMenu, com.mycompany.app.soulbrowser.R.attr.textColorAlertDialogListItem, com.mycompany.app.soulbrowser.R.attr.textColorSearchUrl, com.mycompany.app.soulbrowser.R.attr.toolbarNavigationButtonStyle, com.mycompany.app.soulbrowser.R.attr.toolbarStyle, com.mycompany.app.soulbrowser.R.attr.tooltipForegroundColor, com.mycompany.app.soulbrowser.R.attr.tooltipFrameBackground, com.mycompany.app.soulbrowser.R.attr.viewInflaterClass, com.mycompany.app.soulbrowser.R.attr.windowActionBar, com.mycompany.app.soulbrowser.R.attr.windowActionBarOverlay, com.mycompany.app.soulbrowser.R.attr.windowActionModeOverlay, com.mycompany.app.soulbrowser.R.attr.windowFixedHeightMajor, com.mycompany.app.soulbrowser.R.attr.windowFixedHeightMinor, com.mycompany.app.soulbrowser.R.attr.windowFixedWidthMajor, com.mycompany.app.soulbrowser.R.attr.windowFixedWidthMinor, com.mycompany.app.soulbrowser.R.attr.windowMinWidthMajor, com.mycompany.app.soulbrowser.R.attr.windowMinWidthMinor, com.mycompany.app.soulbrowser.R.attr.windowNoTitle};
|
|
public static int[] ButtonBarLayout = {com.mycompany.app.soulbrowser.R.attr.allowStacking};
|
|
public static int[] Carousel = {com.mycompany.app.soulbrowser.R.attr.carousel_alignment, com.mycompany.app.soulbrowser.R.attr.carousel_backwardTransition, com.mycompany.app.soulbrowser.R.attr.carousel_emptyViewsBehavior, com.mycompany.app.soulbrowser.R.attr.carousel_firstView, com.mycompany.app.soulbrowser.R.attr.carousel_forwardTransition, com.mycompany.app.soulbrowser.R.attr.carousel_infinite, com.mycompany.app.soulbrowser.R.attr.carousel_nextState, com.mycompany.app.soulbrowser.R.attr.carousel_previousState, com.mycompany.app.soulbrowser.R.attr.carousel_touchUpMode, com.mycompany.app.soulbrowser.R.attr.carousel_touchUp_dampeningFactor, com.mycompany.app.soulbrowser.R.attr.carousel_touchUp_velocityThreshold};
|
|
public static int[] ColorStateListItem = {android.R.attr.color, android.R.attr.alpha, 16844359, com.mycompany.app.soulbrowser.R.attr.alpha, com.mycompany.app.soulbrowser.R.attr.lStar};
|
|
public static int[] CompoundButton = {android.R.attr.button, com.mycompany.app.soulbrowser.R.attr.buttonCompat, com.mycompany.app.soulbrowser.R.attr.buttonTint, com.mycompany.app.soulbrowser.R.attr.buttonTintMode};
|
|
public static int[] Constraint = {android.R.attr.orientation, android.R.attr.id, android.R.attr.visibility, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_marginLeft, android.R.attr.layout_marginTop, android.R.attr.layout_marginRight, android.R.attr.layout_marginBottom, android.R.attr.maxWidth, android.R.attr.maxHeight, android.R.attr.minWidth, android.R.attr.minHeight, android.R.attr.alpha, android.R.attr.transformPivotX, android.R.attr.transformPivotY, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.layout_marginStart, android.R.attr.layout_marginEnd, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.animateCircleAngleTo, com.mycompany.app.soulbrowser.R.attr.animateRelativeTo, com.mycompany.app.soulbrowser.R.attr.barrierAllowsGoneWidgets, com.mycompany.app.soulbrowser.R.attr.barrierDirection, com.mycompany.app.soulbrowser.R.attr.barrierMargin, com.mycompany.app.soulbrowser.R.attr.chainUseRtl, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_ids, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_tags, com.mycompany.app.soulbrowser.R.attr.drawPath, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_horizontalAlign, com.mycompany.app.soulbrowser.R.attr.flow_horizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_horizontalGap, com.mycompany.app.soulbrowser.R.attr.flow_horizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_maxElementsWrap, com.mycompany.app.soulbrowser.R.attr.flow_verticalAlign, com.mycompany.app.soulbrowser.R.attr.flow_verticalBias, com.mycompany.app.soulbrowser.R.attr.flow_verticalGap, com.mycompany.app.soulbrowser.R.attr.flow_verticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_wrapMode, com.mycompany.app.soulbrowser.R.attr.layout_constrainedHeight, com.mycompany.app.soulbrowser.R.attr.layout_constrainedWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBaselineOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleAngle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleRadius, com.mycompany.app.soulbrowser.R.attr.layout_constraintDimensionRatio, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_begin, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_end, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTag, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_percent, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteX, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteY, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBottom, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginEnd, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginLeft, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginRight, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginStart, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginTop, com.mycompany.app.soulbrowser.R.attr.layout_marginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_wrapBehaviorInParent, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionStagger, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.pivotAnchor, com.mycompany.app.soulbrowser.R.attr.polarRelativeTo, com.mycompany.app.soulbrowser.R.attr.quantizeMotionInterpolator, com.mycompany.app.soulbrowser.R.attr.quantizeMotionPhase, com.mycompany.app.soulbrowser.R.attr.quantizeMotionSteps, com.mycompany.app.soulbrowser.R.attr.transformPivotTarget, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate, com.mycompany.app.soulbrowser.R.attr.visibilityMode};
|
|
public static int[] ConstraintLayout_Layout = {android.R.attr.orientation, android.R.attr.padding, android.R.attr.paddingLeft, android.R.attr.paddingTop, android.R.attr.paddingRight, android.R.attr.paddingBottom, android.R.attr.visibility, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_margin, android.R.attr.layout_marginLeft, android.R.attr.layout_marginTop, android.R.attr.layout_marginRight, android.R.attr.layout_marginBottom, android.R.attr.maxWidth, android.R.attr.maxHeight, android.R.attr.minWidth, android.R.attr.minHeight, android.R.attr.paddingStart, android.R.attr.paddingEnd, android.R.attr.layout_marginStart, android.R.attr.layout_marginEnd, android.R.attr.elevation, android.R.attr.layout_marginHorizontal, android.R.attr.layout_marginVertical, com.mycompany.app.soulbrowser.R.attr.barrierAllowsGoneWidgets, com.mycompany.app.soulbrowser.R.attr.barrierDirection, com.mycompany.app.soulbrowser.R.attr.barrierMargin, com.mycompany.app.soulbrowser.R.attr.chainUseRtl, com.mycompany.app.soulbrowser.R.attr.circularflow_angles, com.mycompany.app.soulbrowser.R.attr.circularflow_defaultAngle, com.mycompany.app.soulbrowser.R.attr.circularflow_defaultRadius, com.mycompany.app.soulbrowser.R.attr.circularflow_radiusInDP, com.mycompany.app.soulbrowser.R.attr.circularflow_viewCenter, com.mycompany.app.soulbrowser.R.attr.constraintSet, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_ids, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_tags, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_horizontalAlign, com.mycompany.app.soulbrowser.R.attr.flow_horizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_horizontalGap, com.mycompany.app.soulbrowser.R.attr.flow_horizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_maxElementsWrap, com.mycompany.app.soulbrowser.R.attr.flow_verticalAlign, com.mycompany.app.soulbrowser.R.attr.flow_verticalBias, com.mycompany.app.soulbrowser.R.attr.flow_verticalGap, com.mycompany.app.soulbrowser.R.attr.flow_verticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_wrapMode, com.mycompany.app.soulbrowser.R.attr.layoutDescription, com.mycompany.app.soulbrowser.R.attr.layout_constrainedHeight, com.mycompany.app.soulbrowser.R.attr.layout_constrainedWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBaselineOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleAngle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleRadius, com.mycompany.app.soulbrowser.R.attr.layout_constraintDimensionRatio, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_begin, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_end, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTag, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_percent, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteX, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteY, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBottom, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginEnd, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginLeft, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginRight, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginStart, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginTop, com.mycompany.app.soulbrowser.R.attr.layout_marginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_optimizationLevel, com.mycompany.app.soulbrowser.R.attr.layout_wrapBehaviorInParent};
|
|
public static int[] ConstraintLayout_ReactiveGuide = {com.mycompany.app.soulbrowser.R.attr.reactiveGuide_animateChange, com.mycompany.app.soulbrowser.R.attr.reactiveGuide_applyToAllConstraintSets, com.mycompany.app.soulbrowser.R.attr.reactiveGuide_applyToConstraintSet, com.mycompany.app.soulbrowser.R.attr.reactiveGuide_valueId};
|
|
public static int[] ConstraintLayout_placeholder = {com.mycompany.app.soulbrowser.R.attr.content, com.mycompany.app.soulbrowser.R.attr.placeholder_emptyVisibility};
|
|
public static int[] ConstraintOverride = {android.R.attr.orientation, android.R.attr.id, android.R.attr.visibility, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_marginLeft, android.R.attr.layout_marginTop, android.R.attr.layout_marginRight, android.R.attr.layout_marginBottom, android.R.attr.maxWidth, android.R.attr.maxHeight, android.R.attr.minWidth, android.R.attr.minHeight, android.R.attr.alpha, android.R.attr.transformPivotX, android.R.attr.transformPivotY, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.layout_marginStart, android.R.attr.layout_marginEnd, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.animateCircleAngleTo, com.mycompany.app.soulbrowser.R.attr.animateRelativeTo, com.mycompany.app.soulbrowser.R.attr.barrierAllowsGoneWidgets, com.mycompany.app.soulbrowser.R.attr.barrierDirection, com.mycompany.app.soulbrowser.R.attr.barrierMargin, com.mycompany.app.soulbrowser.R.attr.chainUseRtl, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_ids, com.mycompany.app.soulbrowser.R.attr.drawPath, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_horizontalAlign, com.mycompany.app.soulbrowser.R.attr.flow_horizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_horizontalGap, com.mycompany.app.soulbrowser.R.attr.flow_horizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_maxElementsWrap, com.mycompany.app.soulbrowser.R.attr.flow_verticalAlign, com.mycompany.app.soulbrowser.R.attr.flow_verticalBias, com.mycompany.app.soulbrowser.R.attr.flow_verticalGap, com.mycompany.app.soulbrowser.R.attr.flow_verticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_wrapMode, com.mycompany.app.soulbrowser.R.attr.layout_constrainedHeight, com.mycompany.app.soulbrowser.R.attr.layout_constrainedWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleAngle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleRadius, com.mycompany.app.soulbrowser.R.attr.layout_constraintDimensionRatio, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_begin, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_end, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintTag, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_percent, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteX, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteY, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBottom, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginEnd, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginLeft, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginRight, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginStart, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginTop, com.mycompany.app.soulbrowser.R.attr.layout_marginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_wrapBehaviorInParent, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionStagger, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.pivotAnchor, com.mycompany.app.soulbrowser.R.attr.polarRelativeTo, com.mycompany.app.soulbrowser.R.attr.quantizeMotionInterpolator, com.mycompany.app.soulbrowser.R.attr.quantizeMotionPhase, com.mycompany.app.soulbrowser.R.attr.quantizeMotionSteps, com.mycompany.app.soulbrowser.R.attr.transformPivotTarget, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate, com.mycompany.app.soulbrowser.R.attr.visibilityMode};
|
|
public static int[] ConstraintSet = {android.R.attr.orientation, android.R.attr.id, android.R.attr.visibility, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_marginLeft, android.R.attr.layout_marginTop, android.R.attr.layout_marginRight, android.R.attr.layout_marginBottom, android.R.attr.maxWidth, android.R.attr.maxHeight, android.R.attr.minWidth, android.R.attr.minHeight, android.R.attr.pivotX, android.R.attr.pivotY, android.R.attr.alpha, android.R.attr.transformPivotX, android.R.attr.transformPivotY, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.layout_marginStart, android.R.attr.layout_marginEnd, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.ConstraintRotate, com.mycompany.app.soulbrowser.R.attr.animateCircleAngleTo, com.mycompany.app.soulbrowser.R.attr.animateRelativeTo, com.mycompany.app.soulbrowser.R.attr.barrierAllowsGoneWidgets, com.mycompany.app.soulbrowser.R.attr.barrierDirection, com.mycompany.app.soulbrowser.R.attr.barrierMargin, com.mycompany.app.soulbrowser.R.attr.chainUseRtl, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_ids, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_tags, com.mycompany.app.soulbrowser.R.attr.deriveConstraintsFrom, com.mycompany.app.soulbrowser.R.attr.drawPath, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_firstVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_horizontalAlign, com.mycompany.app.soulbrowser.R.attr.flow_horizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_horizontalGap, com.mycompany.app.soulbrowser.R.attr.flow_horizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastHorizontalStyle, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalBias, com.mycompany.app.soulbrowser.R.attr.flow_lastVerticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_maxElementsWrap, com.mycompany.app.soulbrowser.R.attr.flow_verticalAlign, com.mycompany.app.soulbrowser.R.attr.flow_verticalBias, com.mycompany.app.soulbrowser.R.attr.flow_verticalGap, com.mycompany.app.soulbrowser.R.attr.flow_verticalStyle, com.mycompany.app.soulbrowser.R.attr.flow_wrapMode, com.mycompany.app.soulbrowser.R.attr.layout_constrainedHeight, com.mycompany.app.soulbrowser.R.attr.layout_constrainedWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBaselineOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleAngle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleRadius, com.mycompany.app.soulbrowser.R.attr.layout_constraintDimensionRatio, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_begin, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_end, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTag, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_percent, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteX, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteY, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBottom, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginEnd, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginLeft, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginRight, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginStart, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginTop, com.mycompany.app.soulbrowser.R.attr.layout_marginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_wrapBehaviorInParent, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionStagger, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.pivotAnchor, com.mycompany.app.soulbrowser.R.attr.polarRelativeTo, com.mycompany.app.soulbrowser.R.attr.quantizeMotionSteps, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate};
|
|
public static int[] CustomAttribute = {com.mycompany.app.soulbrowser.R.attr.attributeName, com.mycompany.app.soulbrowser.R.attr.customBoolean, com.mycompany.app.soulbrowser.R.attr.customColorDrawableValue, com.mycompany.app.soulbrowser.R.attr.customColorValue, com.mycompany.app.soulbrowser.R.attr.customDimension, com.mycompany.app.soulbrowser.R.attr.customFloatValue, com.mycompany.app.soulbrowser.R.attr.customIntegerValue, com.mycompany.app.soulbrowser.R.attr.customPixelDimension, com.mycompany.app.soulbrowser.R.attr.customReference, com.mycompany.app.soulbrowser.R.attr.customStringValue, com.mycompany.app.soulbrowser.R.attr.methodName};
|
|
public static int[] DrawerArrowToggle = {com.mycompany.app.soulbrowser.R.attr.arrowHeadLength, com.mycompany.app.soulbrowser.R.attr.arrowShaftLength, com.mycompany.app.soulbrowser.R.attr.barLength, com.mycompany.app.soulbrowser.R.attr.color, com.mycompany.app.soulbrowser.R.attr.drawableSize, com.mycompany.app.soulbrowser.R.attr.gapBetweenBars, com.mycompany.app.soulbrowser.R.attr.spinBars, com.mycompany.app.soulbrowser.R.attr.thickness};
|
|
public static int[] FontFamily = {com.mycompany.app.soulbrowser.R.attr.fontProviderAuthority, com.mycompany.app.soulbrowser.R.attr.fontProviderCerts, com.mycompany.app.soulbrowser.R.attr.fontProviderFallbackQuery, com.mycompany.app.soulbrowser.R.attr.fontProviderFetchStrategy, com.mycompany.app.soulbrowser.R.attr.fontProviderFetchTimeout, com.mycompany.app.soulbrowser.R.attr.fontProviderPackage, com.mycompany.app.soulbrowser.R.attr.fontProviderQuery, com.mycompany.app.soulbrowser.R.attr.fontProviderSystemFontFamily};
|
|
public static int[] FontFamilyFont = {android.R.attr.font, android.R.attr.fontWeight, android.R.attr.fontStyle, android.R.attr.ttcIndex, android.R.attr.fontVariationSettings, com.mycompany.app.soulbrowser.R.attr.font, com.mycompany.app.soulbrowser.R.attr.fontStyle, com.mycompany.app.soulbrowser.R.attr.fontVariationSettings, com.mycompany.app.soulbrowser.R.attr.fontWeight, com.mycompany.app.soulbrowser.R.attr.ttcIndex};
|
|
public static int[] GradientColor = {android.R.attr.startColor, android.R.attr.endColor, android.R.attr.type, android.R.attr.centerX, android.R.attr.centerY, android.R.attr.gradientRadius, android.R.attr.tileMode, android.R.attr.centerColor, android.R.attr.startX, android.R.attr.startY, android.R.attr.endX, android.R.attr.endY};
|
|
public static int[] GradientColorItem = {android.R.attr.color, android.R.attr.offset};
|
|
public static int[] ImageFilterView = {com.mycompany.app.soulbrowser.R.attr.altSrc, com.mycompany.app.soulbrowser.R.attr.blendSrc, com.mycompany.app.soulbrowser.R.attr.brightness, com.mycompany.app.soulbrowser.R.attr.contrast, com.mycompany.app.soulbrowser.R.attr.crossfade, com.mycompany.app.soulbrowser.R.attr.imagePanX, com.mycompany.app.soulbrowser.R.attr.imagePanY, com.mycompany.app.soulbrowser.R.attr.imageRotate, com.mycompany.app.soulbrowser.R.attr.imageZoom, com.mycompany.app.soulbrowser.R.attr.overlay, com.mycompany.app.soulbrowser.R.attr.round, com.mycompany.app.soulbrowser.R.attr.roundPercent, com.mycompany.app.soulbrowser.R.attr.saturation, com.mycompany.app.soulbrowser.R.attr.warmth};
|
|
public static int[] KeyAttribute = {android.R.attr.alpha, android.R.attr.transformPivotX, android.R.attr.transformPivotY, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.curveFit, com.mycompany.app.soulbrowser.R.attr.framePosition, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.transformPivotTarget, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate};
|
|
public static int[] KeyCycle = {android.R.attr.alpha, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.curveFit, com.mycompany.app.soulbrowser.R.attr.framePosition, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate, com.mycompany.app.soulbrowser.R.attr.waveOffset, com.mycompany.app.soulbrowser.R.attr.wavePeriod, com.mycompany.app.soulbrowser.R.attr.wavePhase, com.mycompany.app.soulbrowser.R.attr.waveShape, com.mycompany.app.soulbrowser.R.attr.waveVariesBy};
|
|
public static int[] KeyFrame = new int[0];
|
|
public static int[] KeyFramesAcceleration = new int[0];
|
|
public static int[] KeyFramesVelocity = new int[0];
|
|
public static int[] KeyPosition = {com.mycompany.app.soulbrowser.R.attr.curveFit, com.mycompany.app.soulbrowser.R.attr.drawPath, com.mycompany.app.soulbrowser.R.attr.framePosition, com.mycompany.app.soulbrowser.R.attr.keyPositionType, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.percentHeight, com.mycompany.app.soulbrowser.R.attr.percentWidth, com.mycompany.app.soulbrowser.R.attr.percentX, com.mycompany.app.soulbrowser.R.attr.percentY, com.mycompany.app.soulbrowser.R.attr.sizePercent, com.mycompany.app.soulbrowser.R.attr.transitionEasing};
|
|
public static int[] KeyTimeCycle = {android.R.attr.alpha, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.curveFit, com.mycompany.app.soulbrowser.R.attr.framePosition, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.transitionEasing, com.mycompany.app.soulbrowser.R.attr.transitionPathRotate, com.mycompany.app.soulbrowser.R.attr.waveDecay, com.mycompany.app.soulbrowser.R.attr.waveOffset, com.mycompany.app.soulbrowser.R.attr.wavePeriod, com.mycompany.app.soulbrowser.R.attr.wavePhase, com.mycompany.app.soulbrowser.R.attr.waveShape};
|
|
public static int[] KeyTrigger = {com.mycompany.app.soulbrowser.R.attr.framePosition, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.motion_postLayoutCollision, com.mycompany.app.soulbrowser.R.attr.motion_triggerOnCollision, com.mycompany.app.soulbrowser.R.attr.onCross, com.mycompany.app.soulbrowser.R.attr.onNegativeCross, com.mycompany.app.soulbrowser.R.attr.onPositiveCross, com.mycompany.app.soulbrowser.R.attr.triggerId, com.mycompany.app.soulbrowser.R.attr.triggerReceiver, com.mycompany.app.soulbrowser.R.attr.triggerSlack, com.mycompany.app.soulbrowser.R.attr.viewTransitionOnCross, com.mycompany.app.soulbrowser.R.attr.viewTransitionOnNegativeCross, com.mycompany.app.soulbrowser.R.attr.viewTransitionOnPositiveCross};
|
|
public static int[] Layout = {android.R.attr.orientation, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_marginLeft, android.R.attr.layout_marginTop, android.R.attr.layout_marginRight, android.R.attr.layout_marginBottom, android.R.attr.layout_marginStart, android.R.attr.layout_marginEnd, com.mycompany.app.soulbrowser.R.attr.barrierAllowsGoneWidgets, com.mycompany.app.soulbrowser.R.attr.barrierDirection, com.mycompany.app.soulbrowser.R.attr.barrierMargin, com.mycompany.app.soulbrowser.R.attr.chainUseRtl, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_ids, com.mycompany.app.soulbrowser.R.attr.constraint_referenced_tags, com.mycompany.app.soulbrowser.R.attr.layout_constrainedHeight, com.mycompany.app.soulbrowser.R.attr.layout_constrainedWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBaselineOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBaseline_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintBottom_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleAngle, com.mycompany.app.soulbrowser.R.attr.layout_constraintCircleRadius, com.mycompany.app.soulbrowser.R.attr.layout_constraintDimensionRatio, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintEnd_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_begin, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_end, com.mycompany.app.soulbrowser.R.attr.layout_constraintGuide_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintHeight_percent, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintHorizontal_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintLeft_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toLeftOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintRight_toRightOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toEndOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintStart_toStartOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_creator, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toBottomOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintTop_toTopOf, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_bias, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_chainStyle, com.mycompany.app.soulbrowser.R.attr.layout_constraintVertical_weight, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_default, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_max, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_min, com.mycompany.app.soulbrowser.R.attr.layout_constraintWidth_percent, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteX, com.mycompany.app.soulbrowser.R.attr.layout_editor_absoluteY, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginBottom, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginEnd, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginLeft, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginRight, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginStart, com.mycompany.app.soulbrowser.R.attr.layout_goneMarginTop, com.mycompany.app.soulbrowser.R.attr.layout_marginBaseline, com.mycompany.app.soulbrowser.R.attr.layout_wrapBehaviorInParent, com.mycompany.app.soulbrowser.R.attr.maxHeight, com.mycompany.app.soulbrowser.R.attr.maxWidth, com.mycompany.app.soulbrowser.R.attr.minHeight, com.mycompany.app.soulbrowser.R.attr.minWidth};
|
|
public static int[] LinearLayoutCompat = {android.R.attr.gravity, android.R.attr.orientation, android.R.attr.baselineAligned, android.R.attr.baselineAlignedChildIndex, android.R.attr.weightSum, com.mycompany.app.soulbrowser.R.attr.divider, com.mycompany.app.soulbrowser.R.attr.dividerPadding, com.mycompany.app.soulbrowser.R.attr.measureWithLargestChild, com.mycompany.app.soulbrowser.R.attr.showDividers};
|
|
public static int[] LinearLayoutCompat_Layout = {android.R.attr.layout_gravity, android.R.attr.layout_width, android.R.attr.layout_height, android.R.attr.layout_weight};
|
|
public static int[] ListPopupWindow = {android.R.attr.dropDownHorizontalOffset, android.R.attr.dropDownVerticalOffset};
|
|
public static int[] MenuGroup = {android.R.attr.enabled, android.R.attr.id, android.R.attr.visible, android.R.attr.menuCategory, android.R.attr.orderInCategory, android.R.attr.checkableBehavior};
|
|
public static int[] MenuItem = {android.R.attr.icon, android.R.attr.enabled, android.R.attr.id, android.R.attr.checked, android.R.attr.visible, android.R.attr.menuCategory, android.R.attr.orderInCategory, android.R.attr.title, android.R.attr.titleCondensed, android.R.attr.alphabeticShortcut, android.R.attr.numericShortcut, android.R.attr.checkable, android.R.attr.onClick, com.mycompany.app.soulbrowser.R.attr.actionLayout, com.mycompany.app.soulbrowser.R.attr.actionProviderClass, com.mycompany.app.soulbrowser.R.attr.actionViewClass, com.mycompany.app.soulbrowser.R.attr.alphabeticModifiers, com.mycompany.app.soulbrowser.R.attr.contentDescription, com.mycompany.app.soulbrowser.R.attr.iconTint, com.mycompany.app.soulbrowser.R.attr.iconTintMode, com.mycompany.app.soulbrowser.R.attr.numericModifiers, com.mycompany.app.soulbrowser.R.attr.showAsAction, com.mycompany.app.soulbrowser.R.attr.tooltipText};
|
|
public static int[] MenuView = {android.R.attr.windowAnimationStyle, android.R.attr.itemTextAppearance, android.R.attr.horizontalDivider, android.R.attr.verticalDivider, android.R.attr.headerBackground, android.R.attr.itemBackground, android.R.attr.itemIconDisabledAlpha, com.mycompany.app.soulbrowser.R.attr.preserveIconSpacing, com.mycompany.app.soulbrowser.R.attr.subMenuArrow};
|
|
public static int[] MockView = {com.mycompany.app.soulbrowser.R.attr.mock_diagonalsColor, com.mycompany.app.soulbrowser.R.attr.mock_label, com.mycompany.app.soulbrowser.R.attr.mock_labelBackgroundColor, com.mycompany.app.soulbrowser.R.attr.mock_labelColor, com.mycompany.app.soulbrowser.R.attr.mock_showDiagonals, com.mycompany.app.soulbrowser.R.attr.mock_showLabel};
|
|
public static int[] Motion = {com.mycompany.app.soulbrowser.R.attr.animateCircleAngleTo, com.mycompany.app.soulbrowser.R.attr.animateRelativeTo, com.mycompany.app.soulbrowser.R.attr.drawPath, com.mycompany.app.soulbrowser.R.attr.motionPathRotate, com.mycompany.app.soulbrowser.R.attr.motionStagger, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.quantizeMotionInterpolator, com.mycompany.app.soulbrowser.R.attr.quantizeMotionPhase, com.mycompany.app.soulbrowser.R.attr.quantizeMotionSteps, com.mycompany.app.soulbrowser.R.attr.transitionEasing};
|
|
public static int[] MotionEffect = {com.mycompany.app.soulbrowser.R.attr.motionEffect_alpha, com.mycompany.app.soulbrowser.R.attr.motionEffect_end, com.mycompany.app.soulbrowser.R.attr.motionEffect_move, com.mycompany.app.soulbrowser.R.attr.motionEffect_start, com.mycompany.app.soulbrowser.R.attr.motionEffect_strict, com.mycompany.app.soulbrowser.R.attr.motionEffect_translationX, com.mycompany.app.soulbrowser.R.attr.motionEffect_translationY, com.mycompany.app.soulbrowser.R.attr.motionEffect_viewTransition};
|
|
public static int[] MotionHelper = {com.mycompany.app.soulbrowser.R.attr.onHide, com.mycompany.app.soulbrowser.R.attr.onShow};
|
|
public static int[] MotionLabel = {android.R.attr.textSize, android.R.attr.typeface, android.R.attr.textStyle, android.R.attr.textColor, android.R.attr.gravity, android.R.attr.text, android.R.attr.shadowRadius, android.R.attr.fontFamily, android.R.attr.autoSizeTextType, com.mycompany.app.soulbrowser.R.attr.borderRound, com.mycompany.app.soulbrowser.R.attr.borderRoundPercent, com.mycompany.app.soulbrowser.R.attr.scaleFromTextSize, com.mycompany.app.soulbrowser.R.attr.textBackground, com.mycompany.app.soulbrowser.R.attr.textBackgroundPanX, com.mycompany.app.soulbrowser.R.attr.textBackgroundPanY, com.mycompany.app.soulbrowser.R.attr.textBackgroundRotate, com.mycompany.app.soulbrowser.R.attr.textBackgroundZoom, com.mycompany.app.soulbrowser.R.attr.textOutlineColor, com.mycompany.app.soulbrowser.R.attr.textOutlineThickness, com.mycompany.app.soulbrowser.R.attr.textPanX, com.mycompany.app.soulbrowser.R.attr.textPanY, com.mycompany.app.soulbrowser.R.attr.textureBlurFactor, com.mycompany.app.soulbrowser.R.attr.textureEffect, com.mycompany.app.soulbrowser.R.attr.textureHeight, com.mycompany.app.soulbrowser.R.attr.textureWidth};
|
|
public static int[] MotionLayout = {com.mycompany.app.soulbrowser.R.attr.applyMotionScene, com.mycompany.app.soulbrowser.R.attr.currentState, com.mycompany.app.soulbrowser.R.attr.layoutDescription, com.mycompany.app.soulbrowser.R.attr.motionDebug, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.showPaths};
|
|
public static int[] MotionScene = {com.mycompany.app.soulbrowser.R.attr.defaultDuration, com.mycompany.app.soulbrowser.R.attr.layoutDuringTransition};
|
|
public static int[] MotionTelltales = {com.mycompany.app.soulbrowser.R.attr.telltales_tailColor, com.mycompany.app.soulbrowser.R.attr.telltales_tailScale, com.mycompany.app.soulbrowser.R.attr.telltales_velocityMode};
|
|
public static int[] OnClick = {com.mycompany.app.soulbrowser.R.attr.clickAction, com.mycompany.app.soulbrowser.R.attr.targetId};
|
|
public static int[] OnSwipe = {com.mycompany.app.soulbrowser.R.attr.autoCompleteMode, com.mycompany.app.soulbrowser.R.attr.dragDirection, com.mycompany.app.soulbrowser.R.attr.dragScale, com.mycompany.app.soulbrowser.R.attr.dragThreshold, com.mycompany.app.soulbrowser.R.attr.limitBoundsTo, com.mycompany.app.soulbrowser.R.attr.maxAcceleration, com.mycompany.app.soulbrowser.R.attr.maxVelocity, com.mycompany.app.soulbrowser.R.attr.moveWhenScrollAtTop, com.mycompany.app.soulbrowser.R.attr.nestedScrollFlags, com.mycompany.app.soulbrowser.R.attr.onTouchUp, com.mycompany.app.soulbrowser.R.attr.rotationCenterId, com.mycompany.app.soulbrowser.R.attr.springBoundary, com.mycompany.app.soulbrowser.R.attr.springDamping, com.mycompany.app.soulbrowser.R.attr.springMass, com.mycompany.app.soulbrowser.R.attr.springStiffness, com.mycompany.app.soulbrowser.R.attr.springStopThreshold, com.mycompany.app.soulbrowser.R.attr.touchAnchorId, com.mycompany.app.soulbrowser.R.attr.touchAnchorSide, com.mycompany.app.soulbrowser.R.attr.touchRegionId};
|
|
public static int[] PopupWindow = {android.R.attr.popupBackground, android.R.attr.popupAnimationStyle, com.mycompany.app.soulbrowser.R.attr.overlapAnchor};
|
|
public static int[] PopupWindowBackgroundState = {com.mycompany.app.soulbrowser.R.attr.state_above_anchor};
|
|
public static int[] PropertySet = {android.R.attr.visibility, android.R.attr.alpha, com.mycompany.app.soulbrowser.R.attr.layout_constraintTag, com.mycompany.app.soulbrowser.R.attr.motionProgress, com.mycompany.app.soulbrowser.R.attr.visibilityMode};
|
|
public static int[] RecycleListView = {com.mycompany.app.soulbrowser.R.attr.paddingBottomNoButtons, com.mycompany.app.soulbrowser.R.attr.paddingTopNoTitle};
|
|
public static int[] SearchView = {android.R.attr.textAppearance, android.R.attr.focusable, android.R.attr.maxWidth, android.R.attr.text, android.R.attr.hint, android.R.attr.inputType, android.R.attr.imeOptions, com.mycompany.app.soulbrowser.R.attr.animateMenuItems, com.mycompany.app.soulbrowser.R.attr.animateNavigationIcon, com.mycompany.app.soulbrowser.R.attr.autoShowKeyboard, com.mycompany.app.soulbrowser.R.attr.backHandlingEnabled, com.mycompany.app.soulbrowser.R.attr.backgroundTint, com.mycompany.app.soulbrowser.R.attr.closeIcon, com.mycompany.app.soulbrowser.R.attr.commitIcon, com.mycompany.app.soulbrowser.R.attr.defaultQueryHint, com.mycompany.app.soulbrowser.R.attr.goIcon, com.mycompany.app.soulbrowser.R.attr.headerLayout, com.mycompany.app.soulbrowser.R.attr.hideNavigationIcon, com.mycompany.app.soulbrowser.R.attr.iconifiedByDefault, com.mycompany.app.soulbrowser.R.attr.layout, com.mycompany.app.soulbrowser.R.attr.queryBackground, com.mycompany.app.soulbrowser.R.attr.queryHint, com.mycompany.app.soulbrowser.R.attr.searchHintIcon, com.mycompany.app.soulbrowser.R.attr.searchIcon, com.mycompany.app.soulbrowser.R.attr.searchPrefixText, com.mycompany.app.soulbrowser.R.attr.submitBackground, com.mycompany.app.soulbrowser.R.attr.suggestionRowLayout, com.mycompany.app.soulbrowser.R.attr.useDrawerArrowDrawable, com.mycompany.app.soulbrowser.R.attr.voiceIcon};
|
|
public static int[] Spinner = {android.R.attr.entries, android.R.attr.popupBackground, android.R.attr.prompt, android.R.attr.dropDownWidth, com.mycompany.app.soulbrowser.R.attr.popupTheme};
|
|
public static int[] State = {android.R.attr.id, com.mycompany.app.soulbrowser.R.attr.constraints};
|
|
public static int[] StateListDrawable = {android.R.attr.dither, android.R.attr.visible, android.R.attr.variablePadding, android.R.attr.constantSize, android.R.attr.enterFadeDuration, android.R.attr.exitFadeDuration};
|
|
public static int[] StateListDrawableItem = {android.R.attr.drawable};
|
|
public static int[] StateSet = {com.mycompany.app.soulbrowser.R.attr.defaultState};
|
|
public static int[] SwitchCompat = {android.R.attr.textOn, android.R.attr.textOff, android.R.attr.thumb, com.mycompany.app.soulbrowser.R.attr.showText, com.mycompany.app.soulbrowser.R.attr.splitTrack, com.mycompany.app.soulbrowser.R.attr.switchMinWidth, com.mycompany.app.soulbrowser.R.attr.switchPadding, com.mycompany.app.soulbrowser.R.attr.switchTextAppearance, com.mycompany.app.soulbrowser.R.attr.thumbTextPadding, com.mycompany.app.soulbrowser.R.attr.thumbTint, com.mycompany.app.soulbrowser.R.attr.thumbTintMode, com.mycompany.app.soulbrowser.R.attr.track, com.mycompany.app.soulbrowser.R.attr.trackTint, com.mycompany.app.soulbrowser.R.attr.trackTintMode};
|
|
public static int[] TextAppearance = {android.R.attr.textSize, android.R.attr.typeface, android.R.attr.textStyle, android.R.attr.textColor, android.R.attr.textColorHint, android.R.attr.textColorLink, android.R.attr.shadowColor, android.R.attr.shadowDx, android.R.attr.shadowDy, android.R.attr.shadowRadius, android.R.attr.fontFamily, android.R.attr.textFontWeight, com.mycompany.app.soulbrowser.R.attr.fontFamily, com.mycompany.app.soulbrowser.R.attr.fontVariationSettings, com.mycompany.app.soulbrowser.R.attr.textAllCaps, com.mycompany.app.soulbrowser.R.attr.textLocale};
|
|
public static int[] TextEffects = {android.R.attr.textSize, android.R.attr.typeface, android.R.attr.textStyle, android.R.attr.text, android.R.attr.shadowColor, android.R.attr.shadowDx, android.R.attr.shadowDy, android.R.attr.shadowRadius, android.R.attr.fontFamily, com.mycompany.app.soulbrowser.R.attr.borderRound, com.mycompany.app.soulbrowser.R.attr.borderRoundPercent, com.mycompany.app.soulbrowser.R.attr.textFillColor, com.mycompany.app.soulbrowser.R.attr.textOutlineColor, com.mycompany.app.soulbrowser.R.attr.textOutlineThickness};
|
|
public static int[] Toolbar = {android.R.attr.gravity, android.R.attr.minHeight, com.mycompany.app.soulbrowser.R.attr.buttonGravity, com.mycompany.app.soulbrowser.R.attr.collapseContentDescription, com.mycompany.app.soulbrowser.R.attr.collapseIcon, com.mycompany.app.soulbrowser.R.attr.contentInsetEnd, com.mycompany.app.soulbrowser.R.attr.contentInsetEndWithActions, com.mycompany.app.soulbrowser.R.attr.contentInsetLeft, com.mycompany.app.soulbrowser.R.attr.contentInsetRight, com.mycompany.app.soulbrowser.R.attr.contentInsetStart, com.mycompany.app.soulbrowser.R.attr.contentInsetStartWithNavigation, com.mycompany.app.soulbrowser.R.attr.logo, com.mycompany.app.soulbrowser.R.attr.logoDescription, com.mycompany.app.soulbrowser.R.attr.maxButtonHeight, com.mycompany.app.soulbrowser.R.attr.menu, com.mycompany.app.soulbrowser.R.attr.navigationContentDescription, com.mycompany.app.soulbrowser.R.attr.navigationIcon, com.mycompany.app.soulbrowser.R.attr.popupTheme, com.mycompany.app.soulbrowser.R.attr.subtitle, com.mycompany.app.soulbrowser.R.attr.subtitleTextAppearance, com.mycompany.app.soulbrowser.R.attr.subtitleTextColor, com.mycompany.app.soulbrowser.R.attr.title, com.mycompany.app.soulbrowser.R.attr.titleMargin, com.mycompany.app.soulbrowser.R.attr.titleMarginBottom, com.mycompany.app.soulbrowser.R.attr.titleMarginEnd, com.mycompany.app.soulbrowser.R.attr.titleMarginStart, com.mycompany.app.soulbrowser.R.attr.titleMarginTop, com.mycompany.app.soulbrowser.R.attr.titleMargins, com.mycompany.app.soulbrowser.R.attr.titleTextAppearance, com.mycompany.app.soulbrowser.R.attr.titleTextColor};
|
|
public static int[] Transform = {android.R.attr.transformPivotX, android.R.attr.transformPivotY, android.R.attr.translationX, android.R.attr.translationY, android.R.attr.scaleX, android.R.attr.scaleY, android.R.attr.rotation, android.R.attr.rotationX, android.R.attr.rotationY, android.R.attr.translationZ, android.R.attr.elevation, com.mycompany.app.soulbrowser.R.attr.transformPivotTarget};
|
|
public static int[] Transition = {android.R.attr.id, com.mycompany.app.soulbrowser.R.attr.autoTransition, com.mycompany.app.soulbrowser.R.attr.constraintSetEnd, com.mycompany.app.soulbrowser.R.attr.constraintSetStart, com.mycompany.app.soulbrowser.R.attr.duration, com.mycompany.app.soulbrowser.R.attr.layoutDuringTransition, com.mycompany.app.soulbrowser.R.attr.motionInterpolator, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.staggered, com.mycompany.app.soulbrowser.R.attr.transitionDisable, com.mycompany.app.soulbrowser.R.attr.transitionFlags};
|
|
public static int[] Variant = {com.mycompany.app.soulbrowser.R.attr.constraints, com.mycompany.app.soulbrowser.R.attr.region_heightLessThan, com.mycompany.app.soulbrowser.R.attr.region_heightMoreThan, com.mycompany.app.soulbrowser.R.attr.region_widthLessThan, com.mycompany.app.soulbrowser.R.attr.region_widthMoreThan};
|
|
public static int[] View = {android.R.attr.theme, android.R.attr.focusable, com.mycompany.app.soulbrowser.R.attr.paddingEnd, com.mycompany.app.soulbrowser.R.attr.paddingStart, com.mycompany.app.soulbrowser.R.attr.theme};
|
|
public static int[] ViewBackgroundHelper = {android.R.attr.background, com.mycompany.app.soulbrowser.R.attr.backgroundTint, com.mycompany.app.soulbrowser.R.attr.backgroundTintMode};
|
|
public static int[] ViewStubCompat = {android.R.attr.id, android.R.attr.layout, android.R.attr.inflatedId};
|
|
public static int[] ViewTransition = {android.R.attr.id, com.mycompany.app.soulbrowser.R.attr.SharedValue, com.mycompany.app.soulbrowser.R.attr.SharedValueId, com.mycompany.app.soulbrowser.R.attr.clearsTag, com.mycompany.app.soulbrowser.R.attr.duration, com.mycompany.app.soulbrowser.R.attr.ifTagNotSet, com.mycompany.app.soulbrowser.R.attr.ifTagSet, com.mycompany.app.soulbrowser.R.attr.motionInterpolator, com.mycompany.app.soulbrowser.R.attr.motionTarget, com.mycompany.app.soulbrowser.R.attr.onStateTransition, com.mycompany.app.soulbrowser.R.attr.pathMotionArc, com.mycompany.app.soulbrowser.R.attr.setsTag, com.mycompany.app.soulbrowser.R.attr.transitionDisable, com.mycompany.app.soulbrowser.R.attr.upDuration, com.mycompany.app.soulbrowser.R.attr.viewTransitionMode};
|
|
public static int[] include = {com.mycompany.app.soulbrowser.R.attr.constraintSet};
|
|
}
|
|
}
|