Skip to content

Instantly share code, notes, and snippets.

@codeskyblue
Created December 11, 2015 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeskyblue/73f21284d59f31d007c7 to your computer and use it in GitHub Desktop.
Save codeskyblue/73f21284d59f31d007c7 to your computer and use it in GitHub Desktop.
android studio, uiautomator
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="HelloWorld" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":app" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugAndroidTest" />
<option name="COMPILE_JAVA_TEST_TASK_NAME" value="compileDebugAndroidTestSources" />
<afterSyncTasks>
<task>generateDebugAndroidTestSources</task>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" />
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug" isTestSource="true" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test.uiautomator/uiautomator-v18/2.1.2/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/design/23.0.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" scope="TEST" name="uiautomator-v18-2.1.2" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="runner-0.4.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="espresso-idling-resource-2.2.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-core-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="javax.annotation-api-1.2" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="javawriter-2.1.1" level="project" />
<orderEntry type="library" exported="" name="support-v4-23.0.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-4.12" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="espresso-core-2.2.1" level="project" />
<orderEntry type="library" exported="" name="design-23.0.1" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-library-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="exposed-instrumentation-api-publish-0.4.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="rules-0.4.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="jsr305-2.0.1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="javax.inject-1" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-integration-1.3" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" />
</component>
</module>
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.example.hzsunshx.helloworld"
minSdkVersion 18
targetSdkVersion 23
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
}
dependencies {
androidTestCompile 'com.android.support.test:runner:0.4'
// Set this dependency to use JUnit 4 rules
androidTestCompile 'com.android.support.test:rules:0.4'
// Set this dependency to build and run Espresso tests
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
// Set this dependency to build and run UI Automator tests
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.hzsunshx.helloworld.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.hzsunshx.helloworld.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.hzsunshx.helloworld;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.hzsunshx.helloworld";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.test.espresso;
public final class R {
public static final class string {
public static final int app_name = 0x7f020000;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.test.rule;
public final class R {
public static final class string {
public static final int app_name = 0x7f020000;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.hzsunshx.helloworld.test;
public final class R {
public static final class attr {
}
public static final class string {
public static final int app_name=0x7f020000;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f050000;
public static final int abc_fade_out = 0x7f050001;
public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
public static final int abc_popup_enter = 0x7f050003;
public static final int abc_popup_exit = 0x7f050004;
public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
public static final int abc_slide_in_bottom = 0x7f050006;
public static final int abc_slide_in_top = 0x7f050007;
public static final int abc_slide_out_bottom = 0x7f050008;
public static final int abc_slide_out_top = 0x7f050009;
public static final int design_fab_in = 0x7f05000a;
public static final int design_fab_out = 0x7f05000b;
public static final int design_snackbar_in = 0x7f05000c;
public static final int design_snackbar_out = 0x7f05000d;
}
public static final class attr {
public static final int actionBarDivider = 0x7f01009b;
public static final int actionBarItemBackground = 0x7f01009c;
public static final int actionBarPopupTheme = 0x7f010095;
public static final int actionBarSize = 0x7f01009a;
public static final int actionBarSplitStyle = 0x7f010097;
public static final int actionBarStyle = 0x7f010096;
public static final int actionBarTabBarStyle = 0x7f010091;
public static final int actionBarTabStyle = 0x7f010090;
public static final int actionBarTabTextStyle = 0x7f010092;
public static final int actionBarTheme = 0x7f010098;
public static final int actionBarWidgetTheme = 0x7f010099;
public static final int actionButtonStyle = 0x7f0100b5;
public static final int actionDropDownStyle = 0x7f0100b1;
public static final int actionLayout = 0x7f01004f;
public static final int actionMenuTextAppearance = 0x7f01009d;
public static final int actionMenuTextColor = 0x7f01009e;
public static final int actionModeBackground = 0x7f0100a1;
public static final int actionModeCloseButtonStyle = 0x7f0100a0;
public static final int actionModeCloseDrawable = 0x7f0100a3;
public static final int actionModeCopyDrawable = 0x7f0100a5;
public static final int actionModeCutDrawable = 0x7f0100a4;
public static final int actionModeFindDrawable = 0x7f0100a9;
public static final int actionModePasteDrawable = 0x7f0100a6;
public static final int actionModePopupWindowStyle = 0x7f0100ab;
public static final int actionModeSelectAllDrawable = 0x7f0100a7;
public static final int actionModeShareDrawable = 0x7f0100a8;
public static final int actionModeSplitBackground = 0x7f0100a2;
public static final int actionModeStyle = 0x7f01009f;
public static final int actionModeWebSearchDrawable = 0x7f0100aa;
public static final int actionOverflowButtonStyle = 0x7f010093;
public static final int actionOverflowMenuStyle = 0x7f010094;
public static final int actionProviderClass = 0x7f010051;
public static final int actionViewClass = 0x7f010050;
public static final int activityChooserViewStyle = 0x7f0100bd;
public static final int alertDialogButtonGroupStyle = 0x7f0100df;
public static final int alertDialogCenterButtons = 0x7f0100e0;
public static final int alertDialogStyle = 0x7f0100de;
public static final int alertDialogTheme = 0x7f0100e1;
public static final int arrowHeadLength = 0x7f010043;
public static final int arrowShaftLength = 0x7f010044;
public static final int autoCompleteTextViewStyle = 0x7f0100e6;
public static final int background = 0x7f01000c;
public static final int backgroundSplit = 0x7f01000e;
public static final int backgroundStacked = 0x7f01000d;
public static final int backgroundTint = 0x7f010102;
public static final int backgroundTintMode = 0x7f010103;
public static final int barLength = 0x7f010045;
public static final int behavior_overlapTop = 0x7f01005c;
public static final int borderWidth = 0x7f01004a;
public static final int borderlessButtonStyle = 0x7f0100ba;
public static final int buttonBarButtonStyle = 0x7f0100b7;
public static final int buttonBarNegativeButtonStyle = 0x7f0100e4;
public static final int buttonBarNeutralButtonStyle = 0x7f0100e5;
public static final int buttonBarPositiveButtonStyle = 0x7f0100e3;
public static final int buttonBarStyle = 0x7f0100b6;
public static final int buttonPanelSideLayout = 0x7f01001f;
public static final int buttonStyle = 0x7f0100e7;
public static final int buttonStyleSmall = 0x7f0100e8;
public static final int buttonTint = 0x7f010037;
public static final int buttonTintMode = 0x7f010038;
public static final int checkboxStyle = 0x7f0100e9;
public static final int checkedTextViewStyle = 0x7f0100ea;
public static final int closeIcon = 0x7f010061;
public static final int closeItemLayout = 0x7f01001c;
public static final int collapseContentDescription = 0x7f0100f9;
public static final int collapseIcon = 0x7f0100f8;
public static final int collapsedTitleGravity = 0x7f010034;
public static final int collapsedTitleTextAppearance = 0x7f010030;
public static final int color = 0x7f01003f;
public static final int colorAccent = 0x7f0100d7;
public static final int colorButtonNormal = 0x7f0100db;
public static final int colorControlActivated = 0x7f0100d9;
public static final int colorControlHighlight = 0x7f0100da;
public static final int colorControlNormal = 0x7f0100d8;
public static final int colorPrimary = 0x7f0100d5;
public static final int colorPrimaryDark = 0x7f0100d6;
public static final int colorSwitchThumbNormal = 0x7f0100dc;
public static final int commitIcon = 0x7f010066;
public static final int contentInsetEnd = 0x7f010017;
public static final int contentInsetLeft = 0x7f010018;
public static final int contentInsetRight = 0x7f010019;
public static final int contentInsetStart = 0x7f010016;
public static final int contentScrim = 0x7f010031;
public static final int controlBackground = 0x7f0100dd;
public static final int customNavigationLayout = 0x7f01000f;
public static final int defaultQueryHint = 0x7f010060;
public static final int dialogPreferredPadding = 0x7f0100af;
public static final int dialogTheme = 0x7f0100ae;
public static final int displayOptions = 0x7f010005;
public static final int divider = 0x7f01000b;
public static final int dividerHorizontal = 0x7f0100bc;
public static final int dividerPadding = 0x7f01004d;
public static final int dividerVertical = 0x7f0100bb;
public static final int drawableSize = 0x7f010041;
public static final int drawerArrowStyle = 0x7f010000;
public static final int dropDownListViewStyle = 0x7f0100cd;
public static final int dropdownListPreferredItemHeight = 0x7f0100b2;
public static final int editTextBackground = 0x7f0100c3;
public static final int editTextColor = 0x7f0100c2;
public static final int editTextStyle = 0x7f0100eb;
public static final int elevation = 0x7f01001a;
public static final int errorEnabled = 0x7f010083;
public static final int errorTextAppearance = 0x7f010084;
public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
public static final int expanded = 0x7f010024;
public static final int expandedTitleGravity = 0x7f010035;
public static final int expandedTitleMargin = 0x7f01002a;
public static final int expandedTitleMarginBottom = 0x7f01002e;
public static final int expandedTitleMarginEnd = 0x7f01002d;
public static final int expandedTitleMarginStart = 0x7f01002b;
public static final int expandedTitleMarginTop = 0x7f01002c;
public static final int expandedTitleTextAppearance = 0x7f01002f;
public static final int fabSize = 0x7f010048;
public static final int gapBetweenBars = 0x7f010042;
public static final int goIcon = 0x7f010062;
public static final int headerLayout = 0x7f010058;
public static final int height = 0x7f010001;
public static final int hideOnContentScroll = 0x7f010015;
public static final int hintAnimationEnabled = 0x7f010085;
public static final int hintTextAppearance = 0x7f010082;
public static final int homeAsUpIndicator = 0x7f0100b4;
public static final int homeLayout = 0x7f010010;
public static final int icon = 0x7f010009;
public static final int iconifiedByDefault = 0x7f01005e;
public static final int indeterminateProgressStyle = 0x7f010012;
public static final int initialActivityCount = 0x7f01001d;
public static final int insetForeground = 0x7f01005b;
public static final int isLightTheme = 0x7f010002;
public static final int itemBackground = 0x7f010056;
public static final int itemIconTint = 0x7f010054;
public static final int itemPadding = 0x7f010014;
public static final int itemTextAppearance = 0x7f010057;
public static final int itemTextColor = 0x7f010055;
public static final int keylines = 0x7f010039;
public static final int layout = 0x7f01005d;
public static final int layout_anchor = 0x7f01003c;
public static final int layout_anchorGravity = 0x7f01003e;
public static final int layout_behavior = 0x7f01003b;
public static final int layout_collapseMode = 0x7f010028;
public static final int layout_collapseParallaxMultiplier = 0x7f010029;
public static final int layout_keyline = 0x7f01003d;
public static final int layout_scrollFlags = 0x7f010025;
public static final int layout_scrollInterpolator = 0x7f010026;
public static final int listChoiceBackgroundIndicator = 0x7f0100d4;
public static final int listDividerAlertDialog = 0x7f0100b0;
public static final int listItemLayout = 0x7f010023;
public static final int listLayout = 0x7f010020;
public static final int listPopupWindowStyle = 0x7f0100ce;
public static final int listPreferredItemHeight = 0x7f0100c8;
public static final int listPreferredItemHeightLarge = 0x7f0100ca;
public static final int listPreferredItemHeightSmall = 0x7f0100c9;
public static final int listPreferredItemPaddingLeft = 0x7f0100cb;
public static final int listPreferredItemPaddingRight = 0x7f0100cc;
public static final int logo = 0x7f01000a;
public static final int logoDescription = 0x7f0100fc;
public static final int maxActionInlineWidth = 0x7f01006a;
public static final int maxButtonHeight = 0x7f0100f7;
public static final int measureWithLargestChild = 0x7f01004b;
public static final int menu = 0x7f010053;
public static final int multiChoiceItemLayout = 0x7f010021;
public static final int navigationContentDescription = 0x7f0100fb;
public static final int navigationIcon = 0x7f0100fa;
public static final int navigationMode = 0x7f010004;
public static final int overlapAnchor = 0x7f010059;
public static final int paddingEnd = 0x7f010100;
public static final int paddingStart = 0x7f0100ff;
public static final int panelBackground = 0x7f0100d1;
public static final int panelMenuListTheme = 0x7f0100d3;
public static final int panelMenuListWidth = 0x7f0100d2;
public static final int popupMenuStyle = 0x7f0100c0;
public static final int popupTheme = 0x7f01001b;
public static final int popupWindowStyle = 0x7f0100c1;
public static final int preserveIconSpacing = 0x7f010052;
public static final int pressedTranslationZ = 0x7f010049;
public static final int progressBarPadding = 0x7f010013;
public static final int progressBarStyle = 0x7f010011;
public static final int queryBackground = 0x7f010068;
public static final int queryHint = 0x7f01005f;
public static final int radioButtonStyle = 0x7f0100ec;
public static final int ratingBarStyle = 0x7f0100ed;
public static final int rippleColor = 0x7f010047;
public static final int searchHintIcon = 0x7f010064;
public static final int searchIcon = 0x7f010063;
public static final int searchViewStyle = 0x7f0100c7;
public static final int selectableItemBackground = 0x7f0100b8;
public static final int selectableItemBackgroundBorderless = 0x7f0100b9;
public static final int showAsAction = 0x7f01004e;
public static final int showDividers = 0x7f01004c;
public static final int showText = 0x7f010071;
public static final int singleChoiceItemLayout = 0x7f010022;
public static final int spinBars = 0x7f010040;
public static final int spinnerDropDownItemStyle = 0x7f0100b3;
public static final int spinnerStyle = 0x7f0100ee;
public static final int splitTrack = 0x7f010070;
public static final int state_above_anchor = 0x7f01005a;
public static final int statusBarBackground = 0x7f01003a;
public static final int statusBarScrim = 0x7f010032;
public static final int submitBackground = 0x7f010069;
public static final int subtitle = 0x7f010006;
public static final int subtitleTextAppearance = 0x7f0100f1;
public static final int subtitleTextColor = 0x7f0100fe;
public static final int subtitleTextStyle = 0x7f010008;
public static final int suggestionRowLayout = 0x7f010067;
public static final int switchMinWidth = 0x7f01006e;
public static final int switchPadding = 0x7f01006f;
public static final int switchStyle = 0x7f0100ef;
public static final int switchTextAppearance = 0x7f01006d;
public static final int tabBackground = 0x7f010075;
public static final int tabContentStart = 0x7f010074;
public static final int tabGravity = 0x7f010077;
public static final int tabIndicatorColor = 0x7f010072;
public static final int tabIndicatorHeight = 0x7f010073;
public static final int tabMaxWidth = 0x7f010079;
public static final int tabMinWidth = 0x7f010078;
public static final int tabMode = 0x7f010076;
public static final int tabPadding = 0x7f010081;
public static final int tabPaddingBottom = 0x7f010080;
public static final int tabPaddingEnd = 0x7f01007f;
public static final int tabPaddingStart = 0x7f01007d;
public static final int tabPaddingTop = 0x7f01007e;
public static final int tabSelectedTextColor = 0x7f01007c;
public static final int tabTextAppearance = 0x7f01007a;
public static final int tabTextColor = 0x7f01007b;
public static final int textAllCaps = 0x7f010027;
public static final int textAppearanceLargePopupMenu = 0x7f0100ac;
public static final int textAppearanceListItem = 0x7f0100cf;
public static final int textAppearanceListItemSmall = 0x7f0100d0;
public static final int textAppearanceSearchResultSubtitle = 0x7f0100c5;
public static final int textAppearanceSearchResultTitle = 0x7f0100c4;
public static final int textAppearanceSmallPopupMenu = 0x7f0100ad;
public static final int textColorAlertDialogListItem = 0x7f0100e2;
public static final int textColorSearchUrl = 0x7f0100c6;
public static final int theme = 0x7f010101;
public static final int thickness = 0x7f010046;
public static final int thumbTextPadding = 0x7f01006c;
public static final int title = 0x7f010003;
public static final int titleEnabled = 0x7f010036;
public static final int titleMarginBottom = 0x7f0100f6;
public static final int titleMarginEnd = 0x7f0100f4;
public static final int titleMarginStart = 0x7f0100f3;
public static final int titleMarginTop = 0x7f0100f5;
public static final int titleMargins = 0x7f0100f2;
public static final int titleTextAppearance = 0x7f0100f0;
public static final int titleTextColor = 0x7f0100fd;
public static final int titleTextStyle = 0x7f010007;
public static final int toolbarId = 0x7f010033;
public static final int toolbarNavigationButtonStyle = 0x7f0100bf;
public static final int toolbarStyle = 0x7f0100be;
public static final int track = 0x7f01006b;
public static final int voiceIcon = 0x7f010065;
public static final int windowActionBar = 0x7f010086;
public static final int windowActionBarOverlay = 0x7f010088;
public static final int windowActionModeOverlay = 0x7f010089;
public static final int windowFixedHeightMajor = 0x7f01008d;
public static final int windowFixedHeightMinor = 0x7f01008b;
public static final int windowFixedWidthMajor = 0x7f01008a;
public static final int windowFixedWidthMinor = 0x7f01008c;
public static final int windowMinWidthMajor = 0x7f01008e;
public static final int windowMinWidthMinor = 0x7f01008f;
public static final int windowNoTitle = 0x7f010087;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs = 0x7f090002;
public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
public static final int abc_config_actionMenuItemAllCaps = 0x7f090004;
public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b0046;
public static final int abc_background_cache_hint_selector_material_light = 0x7f0b0047;
public static final int abc_color_highlight_material = 0x7f0b0048;
public static final int abc_input_method_navigation_guard = 0x7f0b0000;
public static final int abc_primary_text_disable_only_material_dark = 0x7f0b0049;
public static final int abc_primary_text_disable_only_material_light = 0x7f0b004a;
public static final int abc_primary_text_material_dark = 0x7f0b004b;
public static final int abc_primary_text_material_light = 0x7f0b004c;
public static final int abc_search_url_text = 0x7f0b004d;
public static final int abc_search_url_text_normal = 0x7f0b0001;
public static final int abc_search_url_text_pressed = 0x7f0b0002;
public static final int abc_search_url_text_selected = 0x7f0b0003;
public static final int abc_secondary_text_material_dark = 0x7f0b004e;
public static final int abc_secondary_text_material_light = 0x7f0b004f;
public static final int accent_material_dark = 0x7f0b0004;
public static final int accent_material_light = 0x7f0b0005;
public static final int background_floating_material_dark = 0x7f0b0006;
public static final int background_floating_material_light = 0x7f0b0007;
public static final int background_material_dark = 0x7f0b0008;
public static final int background_material_light = 0x7f0b0009;
public static final int bright_foreground_disabled_material_dark = 0x7f0b000a;
public static final int bright_foreground_disabled_material_light = 0x7f0b000b;
public static final int bright_foreground_inverse_material_dark = 0x7f0b000c;
public static final int bright_foreground_inverse_material_light = 0x7f0b000d;
public static final int bright_foreground_material_dark = 0x7f0b000e;
public static final int bright_foreground_material_light = 0x7f0b000f;
public static final int button_material_dark = 0x7f0b0010;
public static final int button_material_light = 0x7f0b0011;
public static final int design_fab_shadow_end_color = 0x7f0b0015;
public static final int design_fab_shadow_mid_color = 0x7f0b0016;
public static final int design_fab_shadow_start_color = 0x7f0b0017;
public static final int design_fab_stroke_end_inner_color = 0x7f0b0018;
public static final int design_fab_stroke_end_outer_color = 0x7f0b0019;
public static final int design_fab_stroke_top_inner_color = 0x7f0b001a;
public static final int design_fab_stroke_top_outer_color = 0x7f0b001b;
public static final int design_snackbar_background_color = 0x7f0b001c;
public static final int design_textinput_error_color = 0x7f0b001d;
public static final int dim_foreground_disabled_material_dark = 0x7f0b001e;
public static final int dim_foreground_disabled_material_light = 0x7f0b001f;
public static final int dim_foreground_material_dark = 0x7f0b0020;
public static final int dim_foreground_material_light = 0x7f0b0021;
public static final int foreground_material_dark = 0x7f0b0022;
public static final int foreground_material_light = 0x7f0b0023;
public static final int highlighted_text_material_dark = 0x7f0b0024;
public static final int highlighted_text_material_light = 0x7f0b0025;
public static final int hint_foreground_material_dark = 0x7f0b0026;
public static final int hint_foreground_material_light = 0x7f0b0027;
public static final int material_blue_grey_800 = 0x7f0b0028;
public static final int material_blue_grey_900 = 0x7f0b0029;
public static final int material_blue_grey_950 = 0x7f0b002a;
public static final int material_deep_teal_200 = 0x7f0b002b;
public static final int material_deep_teal_500 = 0x7f0b002c;
public static final int material_grey_100 = 0x7f0b002d;
public static final int material_grey_300 = 0x7f0b002e;
public static final int material_grey_50 = 0x7f0b002f;
public static final int material_grey_600 = 0x7f0b0030;
public static final int material_grey_800 = 0x7f0b0031;
public static final int material_grey_850 = 0x7f0b0032;
public static final int material_grey_900 = 0x7f0b0033;
public static final int primary_dark_material_dark = 0x7f0b0034;
public static final int primary_dark_material_light = 0x7f0b0035;
public static final int primary_material_dark = 0x7f0b0036;
public static final int primary_material_light = 0x7f0b0037;
public static final int primary_text_default_material_dark = 0x7f0b0038;
public static final int primary_text_default_material_light = 0x7f0b0039;
public static final int primary_text_disabled_material_dark = 0x7f0b003a;
public static final int primary_text_disabled_material_light = 0x7f0b003b;
public static final int ripple_material_dark = 0x7f0b003c;
public static final int ripple_material_light = 0x7f0b003d;
public static final int secondary_text_default_material_dark = 0x7f0b003e;
public static final int secondary_text_default_material_light = 0x7f0b003f;
public static final int secondary_text_disabled_material_dark = 0x7f0b0040;
public static final int secondary_text_disabled_material_light = 0x7f0b0041;
public static final int switch_thumb_disabled_material_dark = 0x7f0b0042;
public static final int switch_thumb_disabled_material_light = 0x7f0b0043;
public static final int switch_thumb_material_dark = 0x7f0b0050;
public static final int switch_thumb_material_light = 0x7f0b0051;
public static final int switch_thumb_normal_material_dark = 0x7f0b0044;
public static final int switch_thumb_normal_material_light = 0x7f0b0045;
}
public static final class dimen {
public static final int abc_action_bar_content_inset_material = 0x7f07000b;
public static final int abc_action_bar_default_height_material = 0x7f070001;
public static final int abc_action_bar_default_padding_end_material = 0x7f07000c;
public static final int abc_action_bar_default_padding_start_material = 0x7f07000d;
public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070018;
public static final int abc_action_bar_overflow_padding_end_material = 0x7f070019;
public static final int abc_action_bar_overflow_padding_start_material = 0x7f07001a;
public static final int abc_action_bar_progress_bar_size = 0x7f070002;
public static final int abc_action_bar_stacked_max_height = 0x7f07001b;
public static final int abc_action_bar_stacked_tab_max_width = 0x7f07001c;
public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07001d;
public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07001e;
public static final int abc_action_button_min_height_material = 0x7f07001f;
public static final int abc_action_button_min_width_material = 0x7f070020;
public static final int abc_action_button_min_width_overflow_material = 0x7f070021;
public static final int abc_alert_dialog_button_bar_height = 0x7f070000;
public static final int abc_button_inset_horizontal_material = 0x7f070022;
public static final int abc_button_inset_vertical_material = 0x7f070023;
public static final int abc_button_padding_horizontal_material = 0x7f070024;
public static final int abc_button_padding_vertical_material = 0x7f070025;
public static final int abc_config_prefDialogWidth = 0x7f070005;
public static final int abc_control_corner_material = 0x7f070026;
public static final int abc_control_inset_material = 0x7f070027;
public static final int abc_control_padding_material = 0x7f070028;
public static final int abc_dialog_list_padding_vertical_material = 0x7f070029;
public static final int abc_dialog_min_width_major = 0x7f07002a;
public static final int abc_dialog_min_width_minor = 0x7f07002b;
public static final int abc_dialog_padding_material = 0x7f07002c;
public static final int abc_dialog_padding_top_material = 0x7f07002d;
public static final int abc_disabled_alpha_material_dark = 0x7f07002e;
public static final int abc_disabled_alpha_material_light = 0x7f07002f;
public static final int abc_dropdownitem_icon_width = 0x7f070030;
public static final int abc_dropdownitem_text_padding_left = 0x7f070031;
public static final int abc_dropdownitem_text_padding_right = 0x7f070032;
public static final int abc_edit_text_inset_bottom_material = 0x7f070033;
public static final int abc_edit_text_inset_horizontal_material = 0x7f070034;
public static final int abc_edit_text_inset_top_material = 0x7f070035;
public static final int abc_floating_window_z = 0x7f070036;
public static final int abc_list_item_padding_horizontal_material = 0x7f070037;
public static final int abc_panel_menu_list_width = 0x7f070038;
public static final int abc_search_view_preferred_width = 0x7f070039;
public static final int abc_search_view_text_min_width = 0x7f070006;
public static final int abc_switch_padding = 0x7f070015;
public static final int abc_text_size_body_1_material = 0x7f07003a;
public static final int abc_text_size_body_2_material = 0x7f07003b;
public static final int abc_text_size_button_material = 0x7f07003c;
public static final int abc_text_size_caption_material = 0x7f07003d;
public static final int abc_text_size_display_1_material = 0x7f07003e;
public static final int abc_text_size_display_2_material = 0x7f07003f;
public static final int abc_text_size_display_3_material = 0x7f070040;
public static final int abc_text_size_display_4_material = 0x7f070041;
public static final int abc_text_size_headline_material = 0x7f070042;
public static final int abc_text_size_large_material = 0x7f070043;
public static final int abc_text_size_medium_material = 0x7f070044;
public static final int abc_text_size_menu_material = 0x7f070045;
public static final int abc_text_size_small_material = 0x7f070046;
public static final int abc_text_size_subhead_material = 0x7f070047;
public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003;
public static final int abc_text_size_title_material = 0x7f070048;
public static final int abc_text_size_title_material_toolbar = 0x7f070004;
public static final int design_appbar_elevation = 0x7f07004a;
public static final int design_fab_border_width = 0x7f07004b;
public static final int design_fab_content_size = 0x7f07004c;
public static final int design_fab_elevation = 0x7f07004d;
public static final int design_fab_size_mini = 0x7f07004e;
public static final int design_fab_size_normal = 0x7f07004f;
public static final int design_fab_translation_z_pressed = 0x7f070050;
public static final int design_navigation_elevation = 0x7f070051;
public static final int design_navigation_icon_padding = 0x7f070052;
public static final int design_navigation_icon_size = 0x7f070053;
public static final int design_navigation_max_width = 0x7f070054;
public static final int design_navigation_padding_bottom = 0x7f070055;
public static final int design_navigation_padding_top_default = 0x7f070016;
public static final int design_navigation_separator_vertical_padding = 0x7f070056;
public static final int design_snackbar_action_inline_max_width = 0x7f07000e;
public static final int design_snackbar_background_corner_radius = 0x7f07000f;
public static final int design_snackbar_elevation = 0x7f070057;
public static final int design_snackbar_extra_spacing_horizontal = 0x7f070010;
public static final int design_snackbar_max_width = 0x7f070011;
public static final int design_snackbar_min_width = 0x7f070012;
public static final int design_snackbar_padding_horizontal = 0x7f070058;
public static final int design_snackbar_padding_vertical = 0x7f070059;
public static final int design_snackbar_padding_vertical_2lines = 0x7f070013;
public static final int design_snackbar_text_size = 0x7f07005a;
public static final int design_tab_max_width = 0x7f07005b;
public static final int design_tab_min_width = 0x7f070014;
public static final int dialog_fixed_height_major = 0x7f070007;
public static final int dialog_fixed_height_minor = 0x7f070008;
public static final int dialog_fixed_width_major = 0x7f070009;
public static final int dialog_fixed_width_minor = 0x7f07000a;
public static final int disabled_alpha_material_dark = 0x7f07005c;
public static final int disabled_alpha_material_light = 0x7f07005d;
public static final int highlight_alpha_material_colored = 0x7f07005f;
public static final int highlight_alpha_material_dark = 0x7f070060;
public static final int highlight_alpha_material_light = 0x7f070061;
public static final int notification_large_icon_height = 0x7f070062;
public static final int notification_large_icon_width = 0x7f070063;
public static final int notification_subtext_size = 0x7f070064;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
public static final int abc_action_bar_item_background_material = 0x7f020001;
public static final int abc_btn_borderless_material = 0x7f020002;
public static final int abc_btn_check_material = 0x7f020003;
public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
public static final int abc_btn_colored_material = 0x7f020006;
public static final int abc_btn_default_mtrl_shape = 0x7f020007;
public static final int abc_btn_radio_material = 0x7f020008;
public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
public static final int abc_cab_background_internal_bg = 0x7f02000f;
public static final int abc_cab_background_top_material = 0x7f020010;
public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011;
public static final int abc_control_background_material = 0x7f020012;
public static final int abc_dialog_material_background_dark = 0x7f020013;
public static final int abc_dialog_material_background_light = 0x7f020014;
public static final int abc_edit_text_material = 0x7f020015;
public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
public static final int abc_ic_clear_mtrl_alpha = 0x7f020017;
public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020;
public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
public static final int abc_item_background_holo_dark = 0x7f020022;
public static final int abc_item_background_holo_light = 0x7f020023;
public static final int abc_list_divider_mtrl_alpha = 0x7f020024;
public static final int abc_list_focused_holo = 0x7f020025;
public static final int abc_list_longpressed_holo = 0x7f020026;
public static final int abc_list_pressed_holo_dark = 0x7f020027;
public static final int abc_list_pressed_holo_light = 0x7f020028;
public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029;
public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a;
public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b;
public static final int abc_list_selector_disabled_holo_light = 0x7f02002c;
public static final int abc_list_selector_holo_dark = 0x7f02002d;
public static final int abc_list_selector_holo_light = 0x7f02002e;
public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
public static final int abc_popup_background_mtrl_mult = 0x7f020030;
public static final int abc_ratingbar_full_material = 0x7f020031;
public static final int abc_spinner_mtrl_am_alpha = 0x7f020032;
public static final int abc_spinner_textfield_background_material = 0x7f020033;
public static final int abc_switch_thumb_material = 0x7f020034;
public static final int abc_switch_track_mtrl_alpha = 0x7f020035;
public static final int abc_tab_indicator_material = 0x7f020036;
public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037;
public static final int abc_text_cursor_material = 0x7f020038;
public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039;
public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a;
public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
public static final int abc_textfield_search_material = 0x7f02003d;
public static final int design_fab_background = 0x7f02003e;
public static final int design_snackbar_background = 0x7f02003f;
public static final int notification_template_icon_bg = 0x7f020040;
}
public static final class id {
public static final int action0 = 0x7f0c006a;
public static final int action_bar = 0x7f0c0055;
public static final int action_bar_activity_content = 0x7f0c0000;
public static final int action_bar_container = 0x7f0c0054;
public static final int action_bar_root = 0x7f0c0050;
public static final int action_bar_spinner = 0x7f0c0001;
public static final int action_bar_subtitle = 0x7f0c0039;
public static final int action_bar_title = 0x7f0c0038;
public static final int action_context_bar = 0x7f0c0056;
public static final int action_divider = 0x7f0c006e;
public static final int action_menu_divider = 0x7f0c0002;
public static final int action_menu_presenter = 0x7f0c0003;
public static final int action_mode_bar = 0x7f0c0052;
public static final int action_mode_bar_stub = 0x7f0c0051;
public static final int action_mode_close_button = 0x7f0c003a;
public static final int activity_chooser_view_content = 0x7f0c003b;
public static final int alertTitle = 0x7f0c0045;
public static final int always = 0x7f0c0030;
public static final int beginning = 0x7f0c002e;
public static final int bottom = 0x7f0c001a;
public static final int buttonPanel = 0x7f0c004b;
public static final int cancel_action = 0x7f0c006b;
public static final int center = 0x7f0c001b;
public static final int center_horizontal = 0x7f0c001c;
public static final int center_vertical = 0x7f0c001d;
public static final int checkbox = 0x7f0c004d;
public static final int chronometer = 0x7f0c0071;
public static final int clip_horizontal = 0x7f0c0029;
public static final int clip_vertical = 0x7f0c002a;
public static final int collapseActionView = 0x7f0c0031;
public static final int contentPanel = 0x7f0c0046;
public static final int custom = 0x7f0c004a;
public static final int customPanel = 0x7f0c0049;
public static final int decor_content_parent = 0x7f0c0053;
public static final int default_activity_button = 0x7f0c003e;
public static final int disableHome = 0x7f0c000d;
public static final int edit_query = 0x7f0c0057;
public static final int end = 0x7f0c001e;
public static final int end_padder = 0x7f0c0076;
public static final int enterAlways = 0x7f0c0014;
public static final int enterAlwaysCollapsed = 0x7f0c0015;
public static final int exitUntilCollapsed = 0x7f0c0016;
public static final int expand_activities_button = 0x7f0c003c;
public static final int expanded_menu = 0x7f0c004c;
public static final int fill = 0x7f0c002b;
public static final int fill_horizontal = 0x7f0c002c;
public static final int fill_vertical = 0x7f0c001f;
public static final int fixed = 0x7f0c0035;
public static final int home = 0x7f0c0004;
public static final int homeAsUp = 0x7f0c000e;
public static final int icon = 0x7f0c0040;
public static final int ifRoom = 0x7f0c0032;
public static final int image = 0x7f0c003d;
public static final int info = 0x7f0c0075;
public static final int left = 0x7f0c0020;
public static final int line1 = 0x7f0c006f;
public static final int line3 = 0x7f0c0073;
public static final int listMode = 0x7f0c000a;
public static final int list_item = 0x7f0c003f;
public static final int media_actions = 0x7f0c006d;
public static final int middle = 0x7f0c002f;
public static final int mini = 0x7f0c002d;
public static final int multiply = 0x7f0c0024;
public static final int never = 0x7f0c0033;
public static final int none = 0x7f0c000f;
public static final int normal = 0x7f0c000b;
public static final int parallax = 0x7f0c0018;
public static final int parentPanel = 0x7f0c0042;
public static final int pin = 0x7f0c0019;
public static final int progress_circular = 0x7f0c0005;
public static final int progress_horizontal = 0x7f0c0006;
public static final int radio = 0x7f0c004f;
public static final int right = 0x7f0c0021;
public static final int screen = 0x7f0c0025;
public static final int scroll = 0x7f0c0017;
public static final int scrollView = 0x7f0c0047;
public static final int scrollable = 0x7f0c0036;
public static final int search_badge = 0x7f0c0059;
public static final int search_bar = 0x7f0c0058;
public static final int search_button = 0x7f0c005a;
public static final int search_close_btn = 0x7f0c005f;
public static final int search_edit_frame = 0x7f0c005b;
public static final int search_go_btn = 0x7f0c0061;
public static final int search_mag_icon = 0x7f0c005c;
public static final int search_plate = 0x7f0c005d;
public static final int search_src_text = 0x7f0c005e;
public static final int search_voice_btn = 0x7f0c0062;
public static final int select_dialog_listview = 0x7f0c0063;
public static final int shortcut = 0x7f0c004e;
public static final int showCustom = 0x7f0c0010;
public static final int showHome = 0x7f0c0011;
public static final int showTitle = 0x7f0c0012;
public static final int snackbar_action = 0x7f0c0069;
public static final int snackbar_text = 0x7f0c0068;
public static final int split_action_bar = 0x7f0c0007;
public static final int src_atop = 0x7f0c0026;
public static final int src_in = 0x7f0c0027;
public static final int src_over = 0x7f0c0028;
public static final int start = 0x7f0c0022;
public static final int status_bar_latest_event_content = 0x7f0c006c;
public static final int submit_area = 0x7f0c0060;
public static final int tabMode = 0x7f0c000c;
public static final int text = 0x7f0c0074;
public static final int text2 = 0x7f0c0072;
public static final int textSpacerNoButtons = 0x7f0c0048;
public static final int time = 0x7f0c0070;
public static final int title = 0x7f0c0041;
public static final int title_template = 0x7f0c0044;
public static final int top = 0x7f0c0023;
public static final int topPanel = 0x7f0c0043;
public static final int up = 0x7f0c0008;
public static final int useLogo = 0x7f0c0013;
public static final int view_offset_helper = 0x7f0c0009;
public static final int withText = 0x7f0c0034;
public static final int wrap_content = 0x7f0c0037;
}
public static final class integer {
public static final int abc_config_activityDefaultDur = 0x7f0a0002;
public static final int abc_config_activityShortDur = 0x7f0a0003;
public static final int abc_max_action_buttons = 0x7f0a0000;
public static final int cancel_button_image_alpha = 0x7f0a0004;
public static final int design_snackbar_text_max_lines = 0x7f0a0001;
public static final int status_bar_notification_info_maxnum = 0x7f0a0005;
}
public static final class layout {
public static final int abc_action_bar_title_item = 0x7f040000;
public static final int abc_action_bar_up_container = 0x7f040001;
public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
public static final int abc_action_menu_item_layout = 0x7f040003;
public static final int abc_action_menu_layout = 0x7f040004;
public static final int abc_action_mode_bar = 0x7f040005;
public static final int abc_action_mode_close_item_material = 0x7f040006;
public static final int abc_activity_chooser_view = 0x7f040007;
public static final int abc_activity_chooser_view_list_item = 0x7f040008;
public static final int abc_alert_dialog_material = 0x7f040009;
public static final int abc_dialog_title_material = 0x7f04000a;
public static final int abc_expanded_menu_layout = 0x7f04000b;
public static final int abc_list_menu_item_checkbox = 0x7f04000c;
public static final int abc_list_menu_item_icon = 0x7f04000d;
public static final int abc_list_menu_item_layout = 0x7f04000e;
public static final int abc_list_menu_item_radio = 0x7f04000f;
public static final int abc_popup_menu_item_layout = 0x7f040010;
public static final int abc_screen_content_include = 0x7f040011;
public static final int abc_screen_simple = 0x7f040012;
public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
public static final int abc_screen_toolbar = 0x7f040014;
public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
public static final int abc_search_view = 0x7f040016;
public static final int abc_select_dialog_material = 0x7f040017;
public static final int design_layout_snackbar = 0x7f04001a;
public static final int design_layout_snackbar_include = 0x7f04001b;
public static final int design_layout_tab_icon = 0x7f04001c;
public static final int design_layout_tab_text = 0x7f04001d;
public static final int design_navigation_item = 0x7f04001e;
public static final int design_navigation_item_header = 0x7f04001f;
public static final int design_navigation_item_separator = 0x7f040020;
public static final int design_navigation_item_subheader = 0x7f040021;
public static final int design_navigation_menu = 0x7f040022;
public static final int notification_media_action = 0x7f040023;
public static final int notification_media_cancel_action = 0x7f040024;
public static final int notification_template_big_media = 0x7f040025;
public static final int notification_template_big_media_narrow = 0x7f040026;
public static final int notification_template_lines = 0x7f040027;
public static final int notification_template_media = 0x7f040028;
public static final int notification_template_part_chronometer = 0x7f040029;
public static final int notification_template_part_time = 0x7f04002a;
public static final int select_dialog_item_material = 0x7f04002b;
public static final int select_dialog_multichoice_material = 0x7f04002c;
public static final int select_dialog_singlechoice_material = 0x7f04002d;
public static final int support_simple_spinner_dropdown_item = 0x7f04002e;
}
public static final class string {
public static final int abc_action_bar_home_description = 0x7f060000;
public static final int abc_action_bar_home_description_format = 0x7f060001;
public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002;
public static final int abc_action_bar_up_description = 0x7f060003;
public static final int abc_action_menu_overflow_description = 0x7f060004;
public static final int abc_action_mode_done = 0x7f060005;
public static final int abc_activity_chooser_view_see_all = 0x7f060006;
public static final int abc_activitychooserview_choose_application = 0x7f060007;
public static final int abc_search_hint = 0x7f060008;
public static final int abc_searchview_description_clear = 0x7f060009;
public static final int abc_searchview_description_query = 0x7f06000a;
public static final int abc_searchview_description_search = 0x7f06000b;
public static final int abc_searchview_description_submit = 0x7f06000c;
public static final int abc_searchview_description_voice = 0x7f06000d;
public static final int abc_shareactionprovider_share_with = 0x7f06000e;
public static final int abc_shareactionprovider_share_with_application = 0x7f06000f;
public static final int abc_toolbar_collapse_description = 0x7f060010;
public static final int appbar_scrolling_view_behavior = 0x7f060014;
public static final int status_bar_notification_info_overflow = 0x7f060011;
}
public static final class style {
public static final int AlertDialog_AppCompat = 0x7f08007c;
public static final int AlertDialog_AppCompat_Light = 0x7f08007d;
public static final int Animation_AppCompat_Dialog = 0x7f08007e;
public static final int Animation_AppCompat_DropDownUp = 0x7f08007f;
public static final int Base_AlertDialog_AppCompat = 0x7f080083;
public static final int Base_AlertDialog_AppCompat_Light = 0x7f080084;
public static final int Base_Animation_AppCompat_Dialog = 0x7f080085;
public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080086;
public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080088;
public static final int Base_DialogWindowTitle_AppCompat = 0x7f080087;
public static final int Base_TextAppearance_AppCompat = 0x7f08002f;
public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f080030;
public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f080031;
public static final int Base_TextAppearance_AppCompat_Button = 0x7f080019;
public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080032;
public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080033;
public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080034;
public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080035;
public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080036;
public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080037;
public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080004;
public static final int Base_TextAppearance_AppCompat_Large = 0x7f080038;
public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080005;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080039;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f08003a;
public static final int Base_TextAppearance_AppCompat_Medium = 0x7f08003b;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080006;
public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003c;
public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080089;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003d;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003e;
public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003f;
public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080007;
public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f080040;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080008;
public static final int Base_TextAppearance_AppCompat_Title = 0x7f080041;
public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080009;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080042;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080043;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080044;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080045;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080046;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080047;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080048;
public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080049;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080078;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f08008a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f08004a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f08004b;
public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004c;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004d;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f08008b;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004e;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004f;
public static final int Base_ThemeOverlay_AppCompat = 0x7f080094;
public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080095;
public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080096;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080097;
public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080098;
public static final int Base_Theme_AppCompat = 0x7f080050;
public static final int Base_Theme_AppCompat_CompactMenu = 0x7f08008c;
public static final int Base_Theme_AppCompat_Dialog = 0x7f08000a;
public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080002;
public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f08008d;
public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008e;
public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008f;
public static final int Base_Theme_AppCompat_Light = 0x7f080051;
public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f080090;
public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000b;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080003;
public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f080091;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f080092;
public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f080093;
public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000c;
public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000d;
public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080015;
public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080016;
public static final int Base_V21_Theme_AppCompat = 0x7f080052;
public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080053;
public static final int Base_V21_Theme_AppCompat_Light = 0x7f080054;
public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080055;
public static final int Base_V22_Theme_AppCompat = 0x7f080076;
public static final int Base_V22_Theme_AppCompat_Light = 0x7f080077;
public static final int Base_V23_Theme_AppCompat = 0x7f080079;
public static final int Base_V23_Theme_AppCompat_Light = 0x7f08007a;
public static final int Base_V7_Theme_AppCompat = 0x7f080099;
public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f08009a;
public static final int Base_V7_Theme_AppCompat_Light = 0x7f08009b;
public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f08009c;
public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f08009d;
public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009e;
public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009f;
public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0800a0;
public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0800a1;
public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080056;
public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080057;
public static final int Base_Widget_AppCompat_ActionButton = 0x7f080058;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080059;
public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f08005a;
public static final int Base_Widget_AppCompat_ActionMode = 0x7f0800a2;
public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0800a3;
public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080017;
public static final int Base_Widget_AppCompat_Button = 0x7f08005b;
public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005f;
public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a5;
public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005c;
public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005d;
public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a4;
public static final int Base_Widget_AppCompat_Button_Colored = 0x7f08007b;
public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005e;
public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f080060;
public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f080061;
public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a6;
public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a7;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080062;
public static final int Base_Widget_AppCompat_EditText = 0x7f080018;
public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a8;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a9;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800aa;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080063;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080064;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080065;
public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080066;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080067;
public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080068;
public static final int Base_Widget_AppCompat_ListView = 0x7f080069;
public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f08006a;
public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f08006b;
public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006c;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006d;
public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800ab;
public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000e;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000f;
public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006e;
public static final int Base_Widget_AppCompat_SearchView = 0x7f0800ac;
public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800ad;
public static final int Base_Widget_AppCompat_Spinner = 0x7f08006f;
public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f080070;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f080071;
public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800ae;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080072;
public static final int Base_Widget_Design_TabLayout = 0x7f0800af;
public static final int Platform_AppCompat = 0x7f080010;
public static final int Platform_AppCompat_Light = 0x7f080011;
public static final int Platform_ThemeOverlay_AppCompat = 0x7f080073;
public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080074;
public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080075;
public static final int Platform_V11_AppCompat = 0x7f080012;
public static final int Platform_V11_AppCompat_Light = 0x7f080013;
public static final int Platform_V14_AppCompat = 0x7f08001a;
public static final int Platform_V14_AppCompat_Light = 0x7f08001b;
public static final int Platform_Widget_AppCompat_Spinner = 0x7f080014;
public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080021;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080022;
public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080023;
public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080024;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080025;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080026;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080027;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002d;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080028;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080029;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f08002a;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002b;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002c;
public static final int TextAppearance_AppCompat = 0x7f0800b0;
public static final int TextAppearance_AppCompat_Body1 = 0x7f0800b1;
public static final int TextAppearance_AppCompat_Body2 = 0x7f0800b2;
public static final int TextAppearance_AppCompat_Button = 0x7f0800b3;
public static final int TextAppearance_AppCompat_Caption = 0x7f0800b4;
public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b5;
public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b6;
public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b7;
public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b8;
public static final int TextAppearance_AppCompat_Headline = 0x7f0800b9;
public static final int TextAppearance_AppCompat_Inverse = 0x7f0800ba;
public static final int TextAppearance_AppCompat_Large = 0x7f0800bb;
public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800bc;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800bd;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800be;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800bf;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800c0;
public static final int TextAppearance_AppCompat_Medium = 0x7f0800c1;
public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800c2;
public static final int TextAppearance_AppCompat_Menu = 0x7f0800c3;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800c4;
public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c5;
public static final int TextAppearance_AppCompat_Small = 0x7f0800c6;
public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c7;
public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c8;
public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c9;
public static final int TextAppearance_AppCompat_Title = 0x7f0800ca;
public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800cb;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800cc;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800cd;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800ce;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800cf;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800d0;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800d1;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800d2;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800d3;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800d4;
public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d5;
public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d6;
public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d7;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d8;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d9;
public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800da;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800db;
public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0800dc;
public static final int TextAppearance_Design_Error = 0x7f0800dd;
public static final int TextAppearance_Design_Hint = 0x7f0800de;
public static final int TextAppearance_Design_Snackbar_Message = 0x7f0800df;
public static final int TextAppearance_Design_Tab = 0x7f0800e0;
public static final int TextAppearance_StatusBar_EventContent = 0x7f08001c;
public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001d;
public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001e;
public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001f;
public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f080020;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800e1;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800e2;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800e3;
public static final int ThemeOverlay_AppCompat = 0x7f0800f2;
public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800f3;
public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800f4;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f5;
public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f6;
public static final int Theme_AppCompat = 0x7f0800e4;
public static final int Theme_AppCompat_CompactMenu = 0x7f0800e5;
public static final int Theme_AppCompat_Dialog = 0x7f0800e6;
public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e9;
public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800e7;
public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800e8;
public static final int Theme_AppCompat_Light = 0x7f0800ea;
public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800eb;
public static final int Theme_AppCompat_Light_Dialog = 0x7f0800ec;
public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800ef;
public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800ed;
public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800ee;
public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800f0;
public static final int Theme_AppCompat_NoActionBar = 0x7f0800f1;
public static final int Widget_AppCompat_ActionBar = 0x7f0800f7;
public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f8;
public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f9;
public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800fa;
public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800fb;
public static final int Widget_AppCompat_ActionButton = 0x7f0800fc;
public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800fd;
public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800fe;
public static final int Widget_AppCompat_ActionMode = 0x7f0800ff;
public static final int Widget_AppCompat_ActivityChooserView = 0x7f080100;
public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f080101;
public static final int Widget_AppCompat_Button = 0x7f080102;
public static final int Widget_AppCompat_ButtonBar = 0x7f080108;
public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080109;
public static final int Widget_AppCompat_Button_Borderless = 0x7f080103;
public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f080104;
public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080105;
public static final int Widget_AppCompat_Button_Colored = 0x7f080106;
public static final int Widget_AppCompat_Button_Small = 0x7f080107;
public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f08010a;
public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f08010b;
public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f08010c;
public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f08010d;
public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f08010e;
public static final int Widget_AppCompat_EditText = 0x7f08010f;
public static final int Widget_AppCompat_Light_ActionBar = 0x7f080110;
public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f080111;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f080112;
public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f080113;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f080114;
public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080115;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080116;
public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080117;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080118;
public static final int Widget_AppCompat_Light_ActionButton = 0x7f080119;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f08011a;
public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f08011b;
public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f08011c;
public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f08011d;
public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f08011e;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011f;
public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f080120;
public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f080121;
public static final int Widget_AppCompat_Light_PopupMenu = 0x7f080122;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080123;
public static final int Widget_AppCompat_Light_SearchView = 0x7f080124;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080125;
public static final int Widget_AppCompat_ListPopupWindow = 0x7f080126;
public static final int Widget_AppCompat_ListView = 0x7f080127;
public static final int Widget_AppCompat_ListView_DropDown = 0x7f080128;
public static final int Widget_AppCompat_ListView_Menu = 0x7f080129;
public static final int Widget_AppCompat_PopupMenu = 0x7f08012a;
public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f08012b;
public static final int Widget_AppCompat_PopupWindow = 0x7f08012c;
public static final int Widget_AppCompat_ProgressBar = 0x7f08012d;
public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f08012e;
public static final int Widget_AppCompat_RatingBar = 0x7f08012f;
public static final int Widget_AppCompat_SearchView = 0x7f080130;
public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f080131;
public static final int Widget_AppCompat_Spinner = 0x7f080132;
public static final int Widget_AppCompat_Spinner_DropDown = 0x7f080133;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f080134;
public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080135;
public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080136;
public static final int Widget_AppCompat_Toolbar = 0x7f080137;
public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080138;
public static final int Widget_Design_AppBarLayout = 0x7f080139;
public static final int Widget_Design_CollapsingToolbar = 0x7f08013a;
public static final int Widget_Design_CoordinatorLayout = 0x7f08013b;
public static final int Widget_Design_FloatingActionButton = 0x7f08013c;
public static final int Widget_Design_NavigationView = 0x7f08013d;
public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f08013e;
public static final int Widget_Design_Snackbar = 0x7f08013f;
public static final int Widget_Design_TabLayout = 0x7f080001;
public static final int Widget_Design_TextInputLayout = 0x7f080140;
}
public static final class styleable {
public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f0100b4 };
public static final int[] ActionBarLayout = { 0x010100b3 };
public static final int ActionBarLayout_android_layout_gravity = 0;
public static final int ActionBar_background = 10;
public static final int ActionBar_backgroundSplit = 12;
public static final int ActionBar_backgroundStacked = 11;
public static final int ActionBar_contentInsetEnd = 21;
public static final int ActionBar_contentInsetLeft = 22;
public static final int ActionBar_contentInsetRight = 23;
public static final int ActionBar_contentInsetStart = 20;
public static final int ActionBar_customNavigationLayout = 13;
public static final int ActionBar_displayOptions = 3;
public static final int ActionBar_divider = 9;
public static final int ActionBar_elevation = 24;
public static final int ActionBar_height = 0;
public static final int ActionBar_hideOnContentScroll = 19;
public static final int ActionBar_homeAsUpIndicator = 26;
public static final int ActionBar_homeLayout = 14;
public static final int ActionBar_icon = 7;
public static final int ActionBar_indeterminateProgressStyle = 16;
public static final int ActionBar_itemPadding = 18;
public static final int ActionBar_logo = 8;
public static final int ActionBar_navigationMode = 2;
public static final int ActionBar_popupTheme = 25;
public static final int ActionBar_progressBarPadding = 17;
public static final int ActionBar_progressBarStyle = 15;
public static final int ActionBar_subtitle = 4;
public static final int ActionBar_subtitleTextStyle = 6;
public static final int ActionBar_title = 1;
public static final int ActionBar_titleTextStyle = 5;
public static final int[] ActionMenuItemView = { 0x0101013f };
public static final int ActionMenuItemView_android_minWidth = 0;
public static final int[] ActionMenuView = { };
public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
public static final int ActionMode_background = 3;
public static final int ActionMode_backgroundSplit = 4;
public static final int ActionMode_closeItemLayout = 5;
public static final int ActionMode_height = 0;
public static final int ActionMode_subtitleTextStyle = 2;
public static final int ActionMode_titleTextStyle = 1;
public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
public static final int ActivityChooserView_initialActivityCount = 0;
public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
public static final int AlertDialog_android_layout = 0;
public static final int AlertDialog_buttonPanelSideLayout = 1;
public static final int AlertDialog_listItemLayout = 5;
public static final int AlertDialog_listLayout = 2;
public static final int AlertDialog_multiChoiceItemLayout = 3;
public static final int AlertDialog_singleChoiceItemLayout = 4;
public static final int[] AppBarLayout = { 0x010100d4, 0x7f01001a, 0x7f010024 };
public static final int[] AppBarLayout_LayoutParams = { 0x7f010025, 0x7f010026 };
public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
public static final int AppBarLayout_android_background = 0;
public static final int AppBarLayout_elevation = 1;
public static final int AppBarLayout_expanded = 2;
public static final int[] AppCompatTextView = { 0x01010034, 0x7f010027 };
public static final int AppCompatTextView_android_textAppearance = 0;
public static final int AppCompatTextView_textAllCaps = 1;
public static final int[] CollapsingAppBarLayout_LayoutParams = { 0x7f010028, 0x7f010029 };
public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
public static final int[] CollapsingToolbarLayout = { 0x7f010003, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036 };
public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11;
public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7;
public static final int CollapsingToolbarLayout_contentScrim = 8;
public static final int CollapsingToolbarLayout_expandedTitleGravity = 12;
public static final int CollapsingToolbarLayout_expandedTitleMargin = 1;
public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4;
public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2;
public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3;
public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6;
public static final int CollapsingToolbarLayout_statusBarScrim = 9;
public static final int CollapsingToolbarLayout_title = 0;
public static final int CollapsingToolbarLayout_titleEnabled = 13;
public static final int CollapsingToolbarLayout_toolbarId = 10;
public static final int[] CompoundButton = { 0x01010107, 0x7f010037, 0x7f010038 };
public static final int CompoundButton_android_button = 0;
public static final int CompoundButton_buttonTint = 1;
public static final int CompoundButton_buttonTintMode = 2;
public static final int[] CoordinatorLayout = { 0x7f010039, 0x7f01003a };
public static final int[] CoordinatorLayout_LayoutParams = { 0x010100b3, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e };
public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
public static final int CoordinatorLayout_keylines = 0;
public static final int CoordinatorLayout_statusBarBackground = 1;
public static final int[] DrawerArrowToggle = { 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static final int DrawerArrowToggle_arrowHeadLength = 4;
public static final int DrawerArrowToggle_arrowShaftLength = 5;
public static final int DrawerArrowToggle_barLength = 6;
public static final int DrawerArrowToggle_color = 0;
public static final int DrawerArrowToggle_drawableSize = 2;
public static final int DrawerArrowToggle_gapBetweenBars = 3;
public static final int DrawerArrowToggle_spinBars = 1;
public static final int DrawerArrowToggle_thickness = 7;
public static final int[] FloatingActionButton = { 0x010100d4, 0x7f01001a, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f010102, 0x7f010103 };
public static final int FloatingActionButton_android_background = 0;
public static final int FloatingActionButton_backgroundTint = 6;
public static final int FloatingActionButton_backgroundTintMode = 7;
public static final int FloatingActionButton_borderWidth = 5;
public static final int FloatingActionButton_elevation = 1;
public static final int FloatingActionButton_fabSize = 3;
public static final int FloatingActionButton_pressedTranslationZ = 4;
public static final int FloatingActionButton_rippleColor = 2;
public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01004b, 0x7f01004c, 0x7f01004d };
public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
public static final int LinearLayoutCompat_android_baselineAligned = 2;
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
public static final int LinearLayoutCompat_android_gravity = 0;
public static final int LinearLayoutCompat_android_orientation = 1;
public static final int LinearLayoutCompat_android_weightSum = 4;
public static final int LinearLayoutCompat_divider = 5;
public static final int LinearLayoutCompat_dividerPadding = 8;
public static final int LinearLayoutCompat_measureWithLargestChild = 6;
public static final int LinearLayoutCompat_showDividers = 7;
public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
public static final int MenuGroup_android_checkableBehavior = 5;
public static final int MenuGroup_android_enabled = 0;
public static final int MenuGroup_android_id = 1;
public static final int MenuGroup_android_menuCategory = 3;
public static final int MenuGroup_android_orderInCategory = 4;
public static final int MenuGroup_android_visible = 2;
public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051 };
public static final int MenuItem_actionLayout = 14;
public static final int MenuItem_actionProviderClass = 16;
public static final int MenuItem_actionViewClass = 15;
public static final int MenuItem_android_alphabeticShortcut = 9;
public static final int MenuItem_android_checkable = 11;
public static final int MenuItem_android_checked = 3;
public static final int MenuItem_android_enabled = 1;
public static final int MenuItem_android_icon = 0;
public static final int MenuItem_android_id = 2;
public static final int MenuItem_android_menuCategory = 5;
public static final int MenuItem_android_numericShortcut = 10;
public static final int MenuItem_android_onClick = 12;
public static final int MenuItem_android_orderInCategory = 6;
public static final int MenuItem_android_title = 7;
public static final int MenuItem_android_titleCondensed = 8;
public static final int MenuItem_android_visible = 4;
public static final int MenuItem_showAsAction = 13;
public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010052 };
public static final int MenuView_android_headerBackground = 4;
public static final int MenuView_android_horizontalDivider = 2;
public static final int MenuView_android_itemBackground = 5;
public static final int MenuView_android_itemIconDisabledAlpha = 6;
public static final int MenuView_android_itemTextAppearance = 1;
public static final int MenuView_android_verticalDivider = 3;
public static final int MenuView_android_windowAnimationStyle = 0;
public static final int MenuView_preserveIconSpacing = 7;
public static final int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058 };
public static final int NavigationView_android_background = 0;
public static final int NavigationView_android_fitsSystemWindows = 1;
public static final int NavigationView_android_maxWidth = 2;
public static final int NavigationView_elevation = 3;
public static final int NavigationView_headerLayout = 9;
public static final int NavigationView_itemBackground = 7;
public static final int NavigationView_itemIconTint = 5;
public static final int NavigationView_itemTextAppearance = 8;
public static final int NavigationView_itemTextColor = 6;
public static final int NavigationView_menu = 4;
public static final int[] PopupWindow = { 0x01010176, 0x7f010059 };
public static final int[] PopupWindowBackgroundState = { 0x7f01005a };
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
public static final int PopupWindow_android_popupBackground = 0;
public static final int PopupWindow_overlapAnchor = 1;
public static final int[] ScrimInsetsFrameLayout = { 0x7f01005b };
public static final int ScrimInsetsFrameLayout_insetForeground = 0;
public static final int[] ScrollingViewBehavior_Params = { 0x7f01005c };
public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069 };
public static final int SearchView_android_focusable = 0;
public static final int SearchView_android_imeOptions = 3;
public static final int SearchView_android_inputType = 2;
public static final int SearchView_android_maxWidth = 1;
public static final int SearchView_closeIcon = 8;
public static final int SearchView_commitIcon = 13;
public static final int SearchView_defaultQueryHint = 7;
public static final int SearchView_goIcon = 9;
public static final int SearchView_iconifiedByDefault = 5;
public static final int SearchView_layout = 4;
public static final int SearchView_queryBackground = 15;
public static final int SearchView_queryHint = 6;
public static final int SearchView_searchHintIcon = 11;
public static final int SearchView_searchIcon = 10;
public static final int SearchView_submitBackground = 16;
public static final int SearchView_suggestionRowLayout = 14;
public static final int SearchView_voiceIcon = 12;
public static final int[] SnackbarLayout = { 0x0101011f, 0x7f01001a, 0x7f01006a };
public static final int SnackbarLayout_android_maxWidth = 0;
public static final int SnackbarLayout_elevation = 1;
public static final int SnackbarLayout_maxActionInlineWidth = 2;
public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
public static final int Spinner_android_dropDownWidth = 2;
public static final int Spinner_android_popupBackground = 0;
public static final int Spinner_android_prompt = 1;
public static final int Spinner_popupTheme = 3;
public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071 };
public static final int SwitchCompat_android_textOff = 1;
public static final int SwitchCompat_android_textOn = 0;
public static final int SwitchCompat_android_thumb = 2;
public static final int SwitchCompat_showText = 9;
public static final int SwitchCompat_splitTrack = 8;
public static final int SwitchCompat_switchMinWidth = 6;
public static final int SwitchCompat_switchPadding = 7;
public static final int SwitchCompat_switchTextAppearance = 5;
public static final int SwitchCompat_thumbTextPadding = 4;
public static final int SwitchCompat_track = 3;
public static final int[] TabLayout = { 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081 };
public static final int TabLayout_tabBackground = 3;
public static final int TabLayout_tabContentStart = 2;
public static final int TabLayout_tabGravity = 5;
public static final int TabLayout_tabIndicatorColor = 0;
public static final int TabLayout_tabIndicatorHeight = 1;
public static final int TabLayout_tabMaxWidth = 7;
public static final int TabLayout_tabMinWidth = 6;
public static final int TabLayout_tabMode = 4;
public static final int TabLayout_tabPadding = 15;
public static final int TabLayout_tabPaddingBottom = 14;
public static final int TabLayout_tabPaddingEnd = 13;
public static final int TabLayout_tabPaddingStart = 11;
public static final int TabLayout_tabPaddingTop = 12;
public static final int TabLayout_tabSelectedTextColor = 10;
public static final int TabLayout_tabTextAppearance = 8;
public static final int TabLayout_tabTextColor = 9;
public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010027 };
public static final int TextAppearance_android_textColor = 3;
public static final int TextAppearance_android_textSize = 0;
public static final int TextAppearance_android_textStyle = 2;
public static final int TextAppearance_android_typeface = 1;
public static final int TextAppearance_textAllCaps = 4;
public static final int[] TextInputLayout = { 0x0101009a, 0x01010150, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085 };
public static final int TextInputLayout_android_hint = 1;
public static final int TextInputLayout_android_textColorHint = 0;
public static final int TextInputLayout_errorEnabled = 3;
public static final int TextInputLayout_errorTextAppearance = 4;
public static final int TextInputLayout_hintAnimationEnabled = 5;
public static final int TextInputLayout_hintTextAppearance = 2;
public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef };
public static final int Theme_actionBarDivider = 23;
public static final int Theme_actionBarItemBackground = 24;
public static final int Theme_actionBarPopupTheme = 17;
public static final int Theme_actionBarSize = 22;
public static final int Theme_actionBarSplitStyle = 19;
public static final int Theme_actionBarStyle = 18;
public static final int Theme_actionBarTabBarStyle = 13;
public static final int Theme_actionBarTabStyle = 12;
public static final int Theme_actionBarTabTextStyle = 14;
public static final int Theme_actionBarTheme = 20;
public static final int Theme_actionBarWidgetTheme = 21;
public static final int Theme_actionButtonStyle = 49;
public static final int Theme_actionDropDownStyle = 45;
public static final int Theme_actionMenuTextAppearance = 25;
public static final int Theme_actionMenuTextColor = 26;
public static final int Theme_actionModeBackground = 29;
public static final int Theme_actionModeCloseButtonStyle = 28;
public static final int Theme_actionModeCloseDrawable = 31;
public static final int Theme_actionModeCopyDrawable = 33;
public static final int Theme_actionModeCutDrawable = 32;
public static final int Theme_actionModeFindDrawable = 37;
public static final int Theme_actionModePasteDrawable = 34;
public static final int Theme_actionModePopupWindowStyle = 39;
public static final int Theme_actionModeSelectAllDrawable = 35;
public static final int Theme_actionModeShareDrawable = 36;
public static final int Theme_actionModeSplitBackground = 30;
public static final int Theme_actionModeStyle = 27;
public static final int Theme_actionModeWebSearchDrawable = 38;
public static final int Theme_actionOverflowButtonStyle = 15;
public static final int Theme_actionOverflowMenuStyle = 16;
public static final int Theme_activityChooserViewStyle = 57;
public static final int Theme_alertDialogButtonGroupStyle = 91;
public static final int Theme_alertDialogCenterButtons = 92;
public static final int Theme_alertDialogStyle = 90;
public static final int Theme_alertDialogTheme = 93;
public static final int Theme_android_windowAnimationStyle = 1;
public static final int Theme_android_windowIsFloating = 0;
public static final int Theme_autoCompleteTextViewStyle = 98;
public static final int Theme_borderlessButtonStyle = 54;
public static final int Theme_buttonBarButtonStyle = 51;
public static final int Theme_buttonBarNegativeButtonStyle = 96;
public static final int Theme_buttonBarNeutralButtonStyle = 97;
public static final int Theme_buttonBarPositiveButtonStyle = 95;
public static final int Theme_buttonBarStyle = 50;
public static final int Theme_buttonStyle = 99;
public static final int Theme_buttonStyleSmall = 100;
public static final int Theme_checkboxStyle = 101;
public static final int Theme_checkedTextViewStyle = 102;
public static final int Theme_colorAccent = 83;
public static final int Theme_colorButtonNormal = 87;
public static final int Theme_colorControlActivated = 85;
public static final int Theme_colorControlHighlight = 86;
public static final int Theme_colorControlNormal = 84;
public static final int Theme_colorPrimary = 81;
public static final int Theme_colorPrimaryDark = 82;
public static final int Theme_colorSwitchThumbNormal = 88;
public static final int Theme_controlBackground = 89;
public static final int Theme_dialogPreferredPadding = 43;
public static final int Theme_dialogTheme = 42;
public static final int Theme_dividerHorizontal = 56;
public static final int Theme_dividerVertical = 55;
public static final int Theme_dropDownListViewStyle = 73;
public static final int Theme_dropdownListPreferredItemHeight = 46;
public static final int Theme_editTextBackground = 63;
public static final int Theme_editTextColor = 62;
public static final int Theme_editTextStyle = 103;
public static final int Theme_homeAsUpIndicator = 48;
public static final int Theme_listChoiceBackgroundIndicator = 80;
public static final int Theme_listDividerAlertDialog = 44;
public static final int Theme_listPopupWindowStyle = 74;
public static final int Theme_listPreferredItemHeight = 68;
public static final int Theme_listPreferredItemHeightLarge = 70;
public static final int Theme_listPreferredItemHeightSmall = 69;
public static final int Theme_listPreferredItemPaddingLeft = 71;
public static final int Theme_listPreferredItemPaddingRight = 72;
public static final int Theme_panelBackground = 77;
public static final int Theme_panelMenuListTheme = 79;
public static final int Theme_panelMenuListWidth = 78;
public static final int Theme_popupMenuStyle = 60;
public static final int Theme_popupWindowStyle = 61;
public static final int Theme_radioButtonStyle = 104;
public static final int Theme_ratingBarStyle = 105;
public static final int Theme_searchViewStyle = 67;
public static final int Theme_selectableItemBackground = 52;
public static final int Theme_selectableItemBackgroundBorderless = 53;
public static final int Theme_spinnerDropDownItemStyle = 47;
public static final int Theme_spinnerStyle = 106;
public static final int Theme_switchStyle = 107;
public static final int Theme_textAppearanceLargePopupMenu = 40;
public static final int Theme_textAppearanceListItem = 75;
public static final int Theme_textAppearanceListItemSmall = 76;
public static final int Theme_textAppearanceSearchResultSubtitle = 65;
public static final int Theme_textAppearanceSearchResultTitle = 64;
public static final int Theme_textAppearanceSmallPopupMenu = 41;
public static final int Theme_textColorAlertDialogListItem = 94;
public static final int Theme_textColorSearchUrl = 66;
public static final int Theme_toolbarNavigationButtonStyle = 59;
public static final int Theme_toolbarStyle = 58;
public static final int Theme_windowActionBar = 2;
public static final int Theme_windowActionBarOverlay = 4;
public static final int Theme_windowActionModeOverlay = 5;
public static final int Theme_windowFixedHeightMajor = 9;
public static final int Theme_windowFixedHeightMinor = 7;
public static final int Theme_windowFixedWidthMajor = 6;
public static final int Theme_windowFixedWidthMinor = 8;
public static final int Theme_windowMinWidthMajor = 10;
public static final int Theme_windowMinWidthMinor = 11;
public static final int Theme_windowNoTitle = 3;
public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe };
public static final int Toolbar_android_gravity = 0;
public static final int Toolbar_android_minHeight = 1;
public static final int Toolbar_collapseContentDescription = 19;
public static final int Toolbar_collapseIcon = 18;
public static final int Toolbar_contentInsetEnd = 6;
public static final int Toolbar_contentInsetLeft = 7;
public static final int Toolbar_contentInsetRight = 8;
public static final int Toolbar_contentInsetStart = 5;
public static final int Toolbar_logo = 4;
public static final int Toolbar_logoDescription = 22;
public static final int Toolbar_maxButtonHeight = 17;
public static final int Toolbar_navigationContentDescription = 21;
public static final int Toolbar_navigationIcon = 20;
public static final int Toolbar_popupTheme = 9;
public static final int Toolbar_subtitle = 3;
public static final int Toolbar_subtitleTextAppearance = 11;
public static final int Toolbar_subtitleTextColor = 24;
public static final int Toolbar_title = 2;
public static final int Toolbar_titleMarginBottom = 16;
public static final int Toolbar_titleMarginEnd = 14;
public static final int Toolbar_titleMarginStart = 13;
public static final int Toolbar_titleMarginTop = 15;
public static final int Toolbar_titleMargins = 12;
public static final int Toolbar_titleTextAppearance = 10;
public static final int Toolbar_titleTextColor = 23;
public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100ff, 0x7f010100, 0x7f010101 };
public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f010102, 0x7f010103 };
public static final int ViewBackgroundHelper_android_background = 0;
public static final int ViewBackgroundHelper_backgroundTint = 1;
public static final int ViewBackgroundHelper_backgroundTintMode = 2;
public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
public static final int ViewStubCompat_android_id = 0;
public static final int ViewStubCompat_android_inflatedId = 2;
public static final int ViewStubCompat_android_layout = 1;
public static final int View_android_focusable = 1;
public static final int View_android_theme = 0;
public static final int View_paddingEnd = 3;
public static final int View_paddingStart = 2;
public static final int View_theme = 4;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f050000;
public static final int abc_fade_out = 0x7f050001;
public static final int abc_grow_fade_in_from_bottom = 0x7f050002;
public static final int abc_popup_enter = 0x7f050003;
public static final int abc_popup_exit = 0x7f050004;
public static final int abc_shrink_fade_out_from_bottom = 0x7f050005;
public static final int abc_slide_in_bottom = 0x7f050006;
public static final int abc_slide_in_top = 0x7f050007;
public static final int abc_slide_out_bottom = 0x7f050008;
public static final int abc_slide_out_top = 0x7f050009;
}
public static final class attr {
public static final int actionBarDivider = 0x7f01009b;
public static final int actionBarItemBackground = 0x7f01009c;
public static final int actionBarPopupTheme = 0x7f010095;
public static final int actionBarSize = 0x7f01009a;
public static final int actionBarSplitStyle = 0x7f010097;
public static final int actionBarStyle = 0x7f010096;
public static final int actionBarTabBarStyle = 0x7f010091;
public static final int actionBarTabStyle = 0x7f010090;
public static final int actionBarTabTextStyle = 0x7f010092;
public static final int actionBarTheme = 0x7f010098;
public static final int actionBarWidgetTheme = 0x7f010099;
public static final int actionButtonStyle = 0x7f0100b5;
public static final int actionDropDownStyle = 0x7f0100b1;
public static final int actionLayout = 0x7f01004f;
public static final int actionMenuTextAppearance = 0x7f01009d;
public static final int actionMenuTextColor = 0x7f01009e;
public static final int actionModeBackground = 0x7f0100a1;
public static final int actionModeCloseButtonStyle = 0x7f0100a0;
public static final int actionModeCloseDrawable = 0x7f0100a3;
public static final int actionModeCopyDrawable = 0x7f0100a5;
public static final int actionModeCutDrawable = 0x7f0100a4;
public static final int actionModeFindDrawable = 0x7f0100a9;
public static final int actionModePasteDrawable = 0x7f0100a6;
public static final int actionModePopupWindowStyle = 0x7f0100ab;
public static final int actionModeSelectAllDrawable = 0x7f0100a7;
public static final int actionModeShareDrawable = 0x7f0100a8;
public static final int actionModeSplitBackground = 0x7f0100a2;
public static final int actionModeStyle = 0x7f01009f;
public static final int actionModeWebSearchDrawable = 0x7f0100aa;
public static final int actionOverflowButtonStyle = 0x7f010093;
public static final int actionOverflowMenuStyle = 0x7f010094;
public static final int actionProviderClass = 0x7f010051;
public static final int actionViewClass = 0x7f010050;
public static final int activityChooserViewStyle = 0x7f0100bd;
public static final int alertDialogButtonGroupStyle = 0x7f0100df;
public static final int alertDialogCenterButtons = 0x7f0100e0;
public static final int alertDialogStyle = 0x7f0100de;
public static final int alertDialogTheme = 0x7f0100e1;
public static final int arrowHeadLength = 0x7f010043;
public static final int arrowShaftLength = 0x7f010044;
public static final int autoCompleteTextViewStyle = 0x7f0100e6;
public static final int background = 0x7f01000c;
public static final int backgroundSplit = 0x7f01000e;
public static final int backgroundStacked = 0x7f01000d;
public static final int backgroundTint = 0x7f010102;
public static final int backgroundTintMode = 0x7f010103;
public static final int barLength = 0x7f010045;
public static final int borderlessButtonStyle = 0x7f0100ba;
public static final int buttonBarButtonStyle = 0x7f0100b7;
public static final int buttonBarNegativeButtonStyle = 0x7f0100e4;
public static final int buttonBarNeutralButtonStyle = 0x7f0100e5;
public static final int buttonBarPositiveButtonStyle = 0x7f0100e3;
public static final int buttonBarStyle = 0x7f0100b6;
public static final int buttonPanelSideLayout = 0x7f01001f;
public static final int buttonStyle = 0x7f0100e7;
public static final int buttonStyleSmall = 0x7f0100e8;
public static final int buttonTint = 0x7f010037;
public static final int buttonTintMode = 0x7f010038;
public static final int checkboxStyle = 0x7f0100e9;
public static final int checkedTextViewStyle = 0x7f0100ea;
public static final int closeIcon = 0x7f010061;
public static final int closeItemLayout = 0x7f01001c;
public static final int collapseContentDescription = 0x7f0100f9;
public static final int collapseIcon = 0x7f0100f8;
public static final int color = 0x7f01003f;
public static final int colorAccent = 0x7f0100d7;
public static final int colorButtonNormal = 0x7f0100db;
public static final int colorControlActivated = 0x7f0100d9;
public static final int colorControlHighlight = 0x7f0100da;
public static final int colorControlNormal = 0x7f0100d8;
public static final int colorPrimary = 0x7f0100d5;
public static final int colorPrimaryDark = 0x7f0100d6;
public static final int colorSwitchThumbNormal = 0x7f0100dc;
public static final int commitIcon = 0x7f010066;
public static final int contentInsetEnd = 0x7f010017;
public static final int contentInsetLeft = 0x7f010018;
public static final int contentInsetRight = 0x7f010019;
public static final int contentInsetStart = 0x7f010016;
public static final int controlBackground = 0x7f0100dd;
public static final int customNavigationLayout = 0x7f01000f;
public static final int defaultQueryHint = 0x7f010060;
public static final int dialogPreferredPadding = 0x7f0100af;
public static final int dialogTheme = 0x7f0100ae;
public static final int displayOptions = 0x7f010005;
public static final int divider = 0x7f01000b;
public static final int dividerHorizontal = 0x7f0100bc;
public static final int dividerPadding = 0x7f01004d;
public static final int dividerVertical = 0x7f0100bb;
public static final int drawableSize = 0x7f010041;
public static final int drawerArrowStyle = 0x7f010000;
public static final int dropDownListViewStyle = 0x7f0100cd;
public static final int dropdownListPreferredItemHeight = 0x7f0100b2;
public static final int editTextBackground = 0x7f0100c3;
public static final int editTextColor = 0x7f0100c2;
public static final int editTextStyle = 0x7f0100eb;
public static final int elevation = 0x7f01001a;
public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
public static final int gapBetweenBars = 0x7f010042;
public static final int goIcon = 0x7f010062;
public static final int height = 0x7f010001;
public static final int hideOnContentScroll = 0x7f010015;
public static final int homeAsUpIndicator = 0x7f0100b4;
public static final int homeLayout = 0x7f010010;
public static final int icon = 0x7f010009;
public static final int iconifiedByDefault = 0x7f01005e;
public static final int indeterminateProgressStyle = 0x7f010012;
public static final int initialActivityCount = 0x7f01001d;
public static final int isLightTheme = 0x7f010002;
public static final int itemPadding = 0x7f010014;
public static final int layout = 0x7f01005d;
public static final int listChoiceBackgroundIndicator = 0x7f0100d4;
public static final int listDividerAlertDialog = 0x7f0100b0;
public static final int listItemLayout = 0x7f010023;
public static final int listLayout = 0x7f010020;
public static final int listPopupWindowStyle = 0x7f0100ce;
public static final int listPreferredItemHeight = 0x7f0100c8;
public static final int listPreferredItemHeightLarge = 0x7f0100ca;
public static final int listPreferredItemHeightSmall = 0x7f0100c9;
public static final int listPreferredItemPaddingLeft = 0x7f0100cb;
public static final int listPreferredItemPaddingRight = 0x7f0100cc;
public static final int logo = 0x7f01000a;
public static final int logoDescription = 0x7f0100fc;
public static final int maxButtonHeight = 0x7f0100f7;
public static final int measureWithLargestChild = 0x7f01004b;
public static final int multiChoiceItemLayout = 0x7f010021;
public static final int navigationContentDescription = 0x7f0100fb;
public static final int navigationIcon = 0x7f0100fa;
public static final int navigationMode = 0x7f010004;
public static final int overlapAnchor = 0x7f010059;
public static final int paddingEnd = 0x7f010100;
public static final int paddingStart = 0x7f0100ff;
public static final int panelBackground = 0x7f0100d1;
public static final int panelMenuListTheme = 0x7f0100d3;
public static final int panelMenuListWidth = 0x7f0100d2;
public static final int popupMenuStyle = 0x7f0100c0;
public static final int popupTheme = 0x7f01001b;
public static final int popupWindowStyle = 0x7f0100c1;
public static final int preserveIconSpacing = 0x7f010052;
public static final int progressBarPadding = 0x7f010013;
public static final int progressBarStyle = 0x7f010011;
public static final int queryBackground = 0x7f010068;
public static final int queryHint = 0x7f01005f;
public static final int radioButtonStyle = 0x7f0100ec;
public static final int ratingBarStyle = 0x7f0100ed;
public static final int searchHintIcon = 0x7f010064;
public static final int searchIcon = 0x7f010063;
public static final int searchViewStyle = 0x7f0100c7;
public static final int selectableItemBackground = 0x7f0100b8;
public static final int selectableItemBackgroundBorderless = 0x7f0100b9;
public static final int showAsAction = 0x7f01004e;
public static final int showDividers = 0x7f01004c;
public static final int showText = 0x7f010071;
public static final int singleChoiceItemLayout = 0x7f010022;
public static final int spinBars = 0x7f010040;
public static final int spinnerDropDownItemStyle = 0x7f0100b3;
public static final int spinnerStyle = 0x7f0100ee;
public static final int splitTrack = 0x7f010070;
public static final int state_above_anchor = 0x7f01005a;
public static final int submitBackground = 0x7f010069;
public static final int subtitle = 0x7f010006;
public static final int subtitleTextAppearance = 0x7f0100f1;
public static final int subtitleTextColor = 0x7f0100fe;
public static final int subtitleTextStyle = 0x7f010008;
public static final int suggestionRowLayout = 0x7f010067;
public static final int switchMinWidth = 0x7f01006e;
public static final int switchPadding = 0x7f01006f;
public static final int switchStyle = 0x7f0100ef;
public static final int switchTextAppearance = 0x7f01006d;
public static final int textAllCaps = 0x7f010027;
public static final int textAppearanceLargePopupMenu = 0x7f0100ac;
public static final int textAppearanceListItem = 0x7f0100cf;
public static final int textAppearanceListItemSmall = 0x7f0100d0;
public static final int textAppearanceSearchResultSubtitle = 0x7f0100c5;
public static final int textAppearanceSearchResultTitle = 0x7f0100c4;
public static final int textAppearanceSmallPopupMenu = 0x7f0100ad;
public static final int textColorAlertDialogListItem = 0x7f0100e2;
public static final int textColorSearchUrl = 0x7f0100c6;
public static final int theme = 0x7f010101;
public static final int thickness = 0x7f010046;
public static final int thumbTextPadding = 0x7f01006c;
public static final int title = 0x7f010003;
public static final int titleMarginBottom = 0x7f0100f6;
public static final int titleMarginEnd = 0x7f0100f4;
public static final int titleMarginStart = 0x7f0100f3;
public static final int titleMarginTop = 0x7f0100f5;
public static final int titleMargins = 0x7f0100f2;
public static final int titleTextAppearance = 0x7f0100f0;
public static final int titleTextColor = 0x7f0100fd;
public static final int titleTextStyle = 0x7f010007;
public static final int toolbarNavigationButtonStyle = 0x7f0100bf;
public static final int toolbarStyle = 0x7f0100be;
public static final int track = 0x7f01006b;
public static final int voiceIcon = 0x7f010065;
public static final int windowActionBar = 0x7f010086;
public static final int windowActionBarOverlay = 0x7f010088;
public static final int windowActionModeOverlay = 0x7f010089;
public static final int windowFixedHeightMajor = 0x7f01008d;
public static final int windowFixedHeightMinor = 0x7f01008b;
public static final int windowFixedWidthMajor = 0x7f01008a;
public static final int windowFixedWidthMinor = 0x7f01008c;
public static final int windowMinWidthMajor = 0x7f01008e;
public static final int windowMinWidthMinor = 0x7f01008f;
public static final int windowNoTitle = 0x7f010087;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs = 0x7f090002;
public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000;
public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003;
public static final int abc_config_actionMenuItemAllCaps = 0x7f090004;
public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001;
public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b0046;
public static final int abc_background_cache_hint_selector_material_light = 0x7f0b0047;
public static final int abc_color_highlight_material = 0x7f0b0048;
public static final int abc_input_method_navigation_guard = 0x7f0b0000;
public static final int abc_primary_text_disable_only_material_dark = 0x7f0b0049;
public static final int abc_primary_text_disable_only_material_light = 0x7f0b004a;
public static final int abc_primary_text_material_dark = 0x7f0b004b;
public static final int abc_primary_text_material_light = 0x7f0b004c;
public static final int abc_search_url_text = 0x7f0b004d;
public static final int abc_search_url_text_normal = 0x7f0b0001;
public static final int abc_search_url_text_pressed = 0x7f0b0002;
public static final int abc_search_url_text_selected = 0x7f0b0003;
public static final int abc_secondary_text_material_dark = 0x7f0b004e;
public static final int abc_secondary_text_material_light = 0x7f0b004f;
public static final int accent_material_dark = 0x7f0b0004;
public static final int accent_material_light = 0x7f0b0005;
public static final int background_floating_material_dark = 0x7f0b0006;
public static final int background_floating_material_light = 0x7f0b0007;
public static final int background_material_dark = 0x7f0b0008;
public static final int background_material_light = 0x7f0b0009;
public static final int bright_foreground_disabled_material_dark = 0x7f0b000a;
public static final int bright_foreground_disabled_material_light = 0x7f0b000b;
public static final int bright_foreground_inverse_material_dark = 0x7f0b000c;
public static final int bright_foreground_inverse_material_light = 0x7f0b000d;
public static final int bright_foreground_material_dark = 0x7f0b000e;
public static final int bright_foreground_material_light = 0x7f0b000f;
public static final int button_material_dark = 0x7f0b0010;
public static final int button_material_light = 0x7f0b0011;
public static final int dim_foreground_disabled_material_dark = 0x7f0b001e;
public static final int dim_foreground_disabled_material_light = 0x7f0b001f;
public static final int dim_foreground_material_dark = 0x7f0b0020;
public static final int dim_foreground_material_light = 0x7f0b0021;
public static final int foreground_material_dark = 0x7f0b0022;
public static final int foreground_material_light = 0x7f0b0023;
public static final int highlighted_text_material_dark = 0x7f0b0024;
public static final int highlighted_text_material_light = 0x7f0b0025;
public static final int hint_foreground_material_dark = 0x7f0b0026;
public static final int hint_foreground_material_light = 0x7f0b0027;
public static final int material_blue_grey_800 = 0x7f0b0028;
public static final int material_blue_grey_900 = 0x7f0b0029;
public static final int material_blue_grey_950 = 0x7f0b002a;
public static final int material_deep_teal_200 = 0x7f0b002b;
public static final int material_deep_teal_500 = 0x7f0b002c;
public static final int material_grey_100 = 0x7f0b002d;
public static final int material_grey_300 = 0x7f0b002e;
public static final int material_grey_50 = 0x7f0b002f;
public static final int material_grey_600 = 0x7f0b0030;
public static final int material_grey_800 = 0x7f0b0031;
public static final int material_grey_850 = 0x7f0b0032;
public static final int material_grey_900 = 0x7f0b0033;
public static final int primary_dark_material_dark = 0x7f0b0034;
public static final int primary_dark_material_light = 0x7f0b0035;
public static final int primary_material_dark = 0x7f0b0036;
public static final int primary_material_light = 0x7f0b0037;
public static final int primary_text_default_material_dark = 0x7f0b0038;
public static final int primary_text_default_material_light = 0x7f0b0039;
public static final int primary_text_disabled_material_dark = 0x7f0b003a;
public static final int primary_text_disabled_material_light = 0x7f0b003b;
public static final int ripple_material_dark = 0x7f0b003c;
public static final int ripple_material_light = 0x7f0b003d;
public static final int secondary_text_default_material_dark = 0x7f0b003e;
public static final int secondary_text_default_material_light = 0x7f0b003f;
public static final int secondary_text_disabled_material_dark = 0x7f0b0040;
public static final int secondary_text_disabled_material_light = 0x7f0b0041;
public static final int switch_thumb_disabled_material_dark = 0x7f0b0042;
public static final int switch_thumb_disabled_material_light = 0x7f0b0043;
public static final int switch_thumb_material_dark = 0x7f0b0050;
public static final int switch_thumb_material_light = 0x7f0b0051;
public static final int switch_thumb_normal_material_dark = 0x7f0b0044;
public static final int switch_thumb_normal_material_light = 0x7f0b0045;
}
public static final class dimen {
public static final int abc_action_bar_content_inset_material = 0x7f07000b;
public static final int abc_action_bar_default_height_material = 0x7f070001;
public static final int abc_action_bar_default_padding_end_material = 0x7f07000c;
public static final int abc_action_bar_default_padding_start_material = 0x7f07000d;
public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070018;
public static final int abc_action_bar_overflow_padding_end_material = 0x7f070019;
public static final int abc_action_bar_overflow_padding_start_material = 0x7f07001a;
public static final int abc_action_bar_progress_bar_size = 0x7f070002;
public static final int abc_action_bar_stacked_max_height = 0x7f07001b;
public static final int abc_action_bar_stacked_tab_max_width = 0x7f07001c;
public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07001d;
public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07001e;
public static final int abc_action_button_min_height_material = 0x7f07001f;
public static final int abc_action_button_min_width_material = 0x7f070020;
public static final int abc_action_button_min_width_overflow_material = 0x7f070021;
public static final int abc_alert_dialog_button_bar_height = 0x7f070000;
public static final int abc_button_inset_horizontal_material = 0x7f070022;
public static final int abc_button_inset_vertical_material = 0x7f070023;
public static final int abc_button_padding_horizontal_material = 0x7f070024;
public static final int abc_button_padding_vertical_material = 0x7f070025;
public static final int abc_config_prefDialogWidth = 0x7f070005;
public static final int abc_control_corner_material = 0x7f070026;
public static final int abc_control_inset_material = 0x7f070027;
public static final int abc_control_padding_material = 0x7f070028;
public static final int abc_dialog_list_padding_vertical_material = 0x7f070029;
public static final int abc_dialog_min_width_major = 0x7f07002a;
public static final int abc_dialog_min_width_minor = 0x7f07002b;
public static final int abc_dialog_padding_material = 0x7f07002c;
public static final int abc_dialog_padding_top_material = 0x7f07002d;
public static final int abc_disabled_alpha_material_dark = 0x7f07002e;
public static final int abc_disabled_alpha_material_light = 0x7f07002f;
public static final int abc_dropdownitem_icon_width = 0x7f070030;
public static final int abc_dropdownitem_text_padding_left = 0x7f070031;
public static final int abc_dropdownitem_text_padding_right = 0x7f070032;
public static final int abc_edit_text_inset_bottom_material = 0x7f070033;
public static final int abc_edit_text_inset_horizontal_material = 0x7f070034;
public static final int abc_edit_text_inset_top_material = 0x7f070035;
public static final int abc_floating_window_z = 0x7f070036;
public static final int abc_list_item_padding_horizontal_material = 0x7f070037;
public static final int abc_panel_menu_list_width = 0x7f070038;
public static final int abc_search_view_preferred_width = 0x7f070039;
public static final int abc_search_view_text_min_width = 0x7f070006;
public static final int abc_switch_padding = 0x7f070015;
public static final int abc_text_size_body_1_material = 0x7f07003a;
public static final int abc_text_size_body_2_material = 0x7f07003b;
public static final int abc_text_size_button_material = 0x7f07003c;
public static final int abc_text_size_caption_material = 0x7f07003d;
public static final int abc_text_size_display_1_material = 0x7f07003e;
public static final int abc_text_size_display_2_material = 0x7f07003f;
public static final int abc_text_size_display_3_material = 0x7f070040;
public static final int abc_text_size_display_4_material = 0x7f070041;
public static final int abc_text_size_headline_material = 0x7f070042;
public static final int abc_text_size_large_material = 0x7f070043;
public static final int abc_text_size_medium_material = 0x7f070044;
public static final int abc_text_size_menu_material = 0x7f070045;
public static final int abc_text_size_small_material = 0x7f070046;
public static final int abc_text_size_subhead_material = 0x7f070047;
public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003;
public static final int abc_text_size_title_material = 0x7f070048;
public static final int abc_text_size_title_material_toolbar = 0x7f070004;
public static final int dialog_fixed_height_major = 0x7f070007;
public static final int dialog_fixed_height_minor = 0x7f070008;
public static final int dialog_fixed_width_major = 0x7f070009;
public static final int dialog_fixed_width_minor = 0x7f07000a;
public static final int disabled_alpha_material_dark = 0x7f07005c;
public static final int disabled_alpha_material_light = 0x7f07005d;
public static final int highlight_alpha_material_colored = 0x7f07005f;
public static final int highlight_alpha_material_dark = 0x7f070060;
public static final int highlight_alpha_material_light = 0x7f070061;
public static final int notification_large_icon_height = 0x7f070062;
public static final int notification_large_icon_width = 0x7f070063;
public static final int notification_subtext_size = 0x7f070064;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
public static final int abc_action_bar_item_background_material = 0x7f020001;
public static final int abc_btn_borderless_material = 0x7f020002;
public static final int abc_btn_check_material = 0x7f020003;
public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004;
public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005;
public static final int abc_btn_colored_material = 0x7f020006;
public static final int abc_btn_default_mtrl_shape = 0x7f020007;
public static final int abc_btn_radio_material = 0x7f020008;
public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009;
public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a;
public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b;
public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c;
public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d;
public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e;
public static final int abc_cab_background_internal_bg = 0x7f02000f;
public static final int abc_cab_background_top_material = 0x7f020010;
public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011;
public static final int abc_control_background_material = 0x7f020012;
public static final int abc_dialog_material_background_dark = 0x7f020013;
public static final int abc_dialog_material_background_light = 0x7f020014;
public static final int abc_edit_text_material = 0x7f020015;
public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016;
public static final int abc_ic_clear_mtrl_alpha = 0x7f020017;
public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018;
public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019;
public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a;
public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b;
public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c;
public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d;
public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e;
public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f;
public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020;
public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021;
public static final int abc_item_background_holo_dark = 0x7f020022;
public static final int abc_item_background_holo_light = 0x7f020023;
public static final int abc_list_divider_mtrl_alpha = 0x7f020024;
public static final int abc_list_focused_holo = 0x7f020025;
public static final int abc_list_longpressed_holo = 0x7f020026;
public static final int abc_list_pressed_holo_dark = 0x7f020027;
public static final int abc_list_pressed_holo_light = 0x7f020028;
public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029;
public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a;
public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b;
public static final int abc_list_selector_disabled_holo_light = 0x7f02002c;
public static final int abc_list_selector_holo_dark = 0x7f02002d;
public static final int abc_list_selector_holo_light = 0x7f02002e;
public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f;
public static final int abc_popup_background_mtrl_mult = 0x7f020030;
public static final int abc_ratingbar_full_material = 0x7f020031;
public static final int abc_spinner_mtrl_am_alpha = 0x7f020032;
public static final int abc_spinner_textfield_background_material = 0x7f020033;
public static final int abc_switch_thumb_material = 0x7f020034;
public static final int abc_switch_track_mtrl_alpha = 0x7f020035;
public static final int abc_tab_indicator_material = 0x7f020036;
public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037;
public static final int abc_text_cursor_material = 0x7f020038;
public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039;
public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a;
public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b;
public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c;
public static final int abc_textfield_search_material = 0x7f02003d;
public static final int notification_template_icon_bg = 0x7f020040;
}
public static final class id {
public static final int action0 = 0x7f0c006a;
public static final int action_bar = 0x7f0c0055;
public static final int action_bar_activity_content = 0x7f0c0000;
public static final int action_bar_container = 0x7f0c0054;
public static final int action_bar_root = 0x7f0c0050;
public static final int action_bar_spinner = 0x7f0c0001;
public static final int action_bar_subtitle = 0x7f0c0039;
public static final int action_bar_title = 0x7f0c0038;
public static final int action_context_bar = 0x7f0c0056;
public static final int action_divider = 0x7f0c006e;
public static final int action_menu_divider = 0x7f0c0002;
public static final int action_menu_presenter = 0x7f0c0003;
public static final int action_mode_bar = 0x7f0c0052;
public static final int action_mode_bar_stub = 0x7f0c0051;
public static final int action_mode_close_button = 0x7f0c003a;
public static final int activity_chooser_view_content = 0x7f0c003b;
public static final int alertTitle = 0x7f0c0045;
public static final int always = 0x7f0c0030;
public static final int beginning = 0x7f0c002e;
public static final int buttonPanel = 0x7f0c004b;
public static final int cancel_action = 0x7f0c006b;
public static final int checkbox = 0x7f0c004d;
public static final int chronometer = 0x7f0c0071;
public static final int collapseActionView = 0x7f0c0031;
public static final int contentPanel = 0x7f0c0046;
public static final int custom = 0x7f0c004a;
public static final int customPanel = 0x7f0c0049;
public static final int decor_content_parent = 0x7f0c0053;
public static final int default_activity_button = 0x7f0c003e;
public static final int disableHome = 0x7f0c000d;
public static final int edit_query = 0x7f0c0057;
public static final int end = 0x7f0c001e;
public static final int end_padder = 0x7f0c0076;
public static final int expand_activities_button = 0x7f0c003c;
public static final int expanded_menu = 0x7f0c004c;
public static final int home = 0x7f0c0004;
public static final int homeAsUp = 0x7f0c000e;
public static final int icon = 0x7f0c0040;
public static final int ifRoom = 0x7f0c0032;
public static final int image = 0x7f0c003d;
public static final int info = 0x7f0c0075;
public static final int line1 = 0x7f0c006f;
public static final int line3 = 0x7f0c0073;
public static final int listMode = 0x7f0c000a;
public static final int list_item = 0x7f0c003f;
public static final int media_actions = 0x7f0c006d;
public static final int middle = 0x7f0c002f;
public static final int multiply = 0x7f0c0024;
public static final int never = 0x7f0c0033;
public static final int none = 0x7f0c000f;
public static final int normal = 0x7f0c000b;
public static final int parentPanel = 0x7f0c0042;
public static final int progress_circular = 0x7f0c0005;
public static final int progress_horizontal = 0x7f0c0006;
public static final int radio = 0x7f0c004f;
public static final int screen = 0x7f0c0025;
public static final int scrollView = 0x7f0c0047;
public static final int search_badge = 0x7f0c0059;
public static final int search_bar = 0x7f0c0058;
public static final int search_button = 0x7f0c005a;
public static final int search_close_btn = 0x7f0c005f;
public static final int search_edit_frame = 0x7f0c005b;
public static final int search_go_btn = 0x7f0c0061;
public static final int search_mag_icon = 0x7f0c005c;
public static final int search_plate = 0x7f0c005d;
public static final int search_src_text = 0x7f0c005e;
public static final int search_voice_btn = 0x7f0c0062;
public static final int select_dialog_listview = 0x7f0c0063;
public static final int shortcut = 0x7f0c004e;
public static final int showCustom = 0x7f0c0010;
public static final int showHome = 0x7f0c0011;
public static final int showTitle = 0x7f0c0012;
public static final int split_action_bar = 0x7f0c0007;
public static final int src_atop = 0x7f0c0026;
public static final int src_in = 0x7f0c0027;
public static final int src_over = 0x7f0c0028;
public static final int status_bar_latest_event_content = 0x7f0c006c;
public static final int submit_area = 0x7f0c0060;
public static final int tabMode = 0x7f0c000c;
public static final int text = 0x7f0c0074;
public static final int text2 = 0x7f0c0072;
public static final int textSpacerNoButtons = 0x7f0c0048;
public static final int time = 0x7f0c0070;
public static final int title = 0x7f0c0041;
public static final int title_template = 0x7f0c0044;
public static final int topPanel = 0x7f0c0043;
public static final int up = 0x7f0c0008;
public static final int useLogo = 0x7f0c0013;
public static final int withText = 0x7f0c0034;
public static final int wrap_content = 0x7f0c0037;
}
public static final class integer {
public static final int abc_config_activityDefaultDur = 0x7f0a0002;
public static final int abc_config_activityShortDur = 0x7f0a0003;
public static final int abc_max_action_buttons = 0x7f0a0000;
public static final int cancel_button_image_alpha = 0x7f0a0004;
public static final int status_bar_notification_info_maxnum = 0x7f0a0005;
}
public static final class layout {
public static final int abc_action_bar_title_item = 0x7f040000;
public static final int abc_action_bar_up_container = 0x7f040001;
public static final int abc_action_bar_view_list_nav_layout = 0x7f040002;
public static final int abc_action_menu_item_layout = 0x7f040003;
public static final int abc_action_menu_layout = 0x7f040004;
public static final int abc_action_mode_bar = 0x7f040005;
public static final int abc_action_mode_close_item_material = 0x7f040006;
public static final int abc_activity_chooser_view = 0x7f040007;
public static final int abc_activity_chooser_view_list_item = 0x7f040008;
public static final int abc_alert_dialog_material = 0x7f040009;
public static final int abc_dialog_title_material = 0x7f04000a;
public static final int abc_expanded_menu_layout = 0x7f04000b;
public static final int abc_list_menu_item_checkbox = 0x7f04000c;
public static final int abc_list_menu_item_icon = 0x7f04000d;
public static final int abc_list_menu_item_layout = 0x7f04000e;
public static final int abc_list_menu_item_radio = 0x7f04000f;
public static final int abc_popup_menu_item_layout = 0x7f040010;
public static final int abc_screen_content_include = 0x7f040011;
public static final int abc_screen_simple = 0x7f040012;
public static final int abc_screen_simple_overlay_action_mode = 0x7f040013;
public static final int abc_screen_toolbar = 0x7f040014;
public static final int abc_search_dropdown_item_icons_2line = 0x7f040015;
public static final int abc_search_view = 0x7f040016;
public static final int abc_select_dialog_material = 0x7f040017;
public static final int notification_media_action = 0x7f040023;
public static final int notification_media_cancel_action = 0x7f040024;
public static final int notification_template_big_media = 0x7f040025;
public static final int notification_template_big_media_narrow = 0x7f040026;
public static final int notification_template_lines = 0x7f040027;
public static final int notification_template_media = 0x7f040028;
public static final int notification_template_part_chronometer = 0x7f040029;
public static final int notification_template_part_time = 0x7f04002a;
public static final int select_dialog_item_material = 0x7f04002b;
public static final int select_dialog_multichoice_material = 0x7f04002c;
public static final int select_dialog_singlechoice_material = 0x7f04002d;
public static final int support_simple_spinner_dropdown_item = 0x7f04002e;
}
public static final class string {
public static final int abc_action_bar_home_description = 0x7f060000;
public static final int abc_action_bar_home_description_format = 0x7f060001;
public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002;
public static final int abc_action_bar_up_description = 0x7f060003;
public static final int abc_action_menu_overflow_description = 0x7f060004;
public static final int abc_action_mode_done = 0x7f060005;
public static final int abc_activity_chooser_view_see_all = 0x7f060006;
public static final int abc_activitychooserview_choose_application = 0x7f060007;
public static final int abc_search_hint = 0x7f060008;
public static final int abc_searchview_description_clear = 0x7f060009;
public static final int abc_searchview_description_query = 0x7f06000a;
public static final int abc_searchview_description_search = 0x7f06000b;
public static final int abc_searchview_description_submit = 0x7f06000c;
public static final int abc_searchview_description_voice = 0x7f06000d;
public static final int abc_shareactionprovider_share_with = 0x7f06000e;
public static final int abc_shareactionprovider_share_with_application = 0x7f06000f;
public static final int abc_toolbar_collapse_description = 0x7f060010;
public static final int status_bar_notification_info_overflow = 0x7f060011;
}
public static final class style {
public static final int AlertDialog_AppCompat = 0x7f08007c;
public static final int AlertDialog_AppCompat_Light = 0x7f08007d;
public static final int Animation_AppCompat_Dialog = 0x7f08007e;
public static final int Animation_AppCompat_DropDownUp = 0x7f08007f;
public static final int Base_AlertDialog_AppCompat = 0x7f080083;
public static final int Base_AlertDialog_AppCompat_Light = 0x7f080084;
public static final int Base_Animation_AppCompat_Dialog = 0x7f080085;
public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080086;
public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080088;
public static final int Base_DialogWindowTitle_AppCompat = 0x7f080087;
public static final int Base_TextAppearance_AppCompat = 0x7f08002f;
public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f080030;
public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f080031;
public static final int Base_TextAppearance_AppCompat_Button = 0x7f080019;
public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080032;
public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080033;
public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080034;
public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080035;
public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080036;
public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080037;
public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080004;
public static final int Base_TextAppearance_AppCompat_Large = 0x7f080038;
public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080005;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080039;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f08003a;
public static final int Base_TextAppearance_AppCompat_Medium = 0x7f08003b;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080006;
public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003c;
public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080089;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003d;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003e;
public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003f;
public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080007;
public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f080040;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080008;
public static final int Base_TextAppearance_AppCompat_Title = 0x7f080041;
public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080009;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080042;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080043;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080044;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080045;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080046;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080047;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080048;
public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080049;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080078;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f08008a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f08004a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f08004b;
public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004c;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004d;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f08008b;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004e;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004f;
public static final int Base_ThemeOverlay_AppCompat = 0x7f080094;
public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080095;
public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080096;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080097;
public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080098;
public static final int Base_Theme_AppCompat = 0x7f080050;
public static final int Base_Theme_AppCompat_CompactMenu = 0x7f08008c;
public static final int Base_Theme_AppCompat_Dialog = 0x7f08000a;
public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080002;
public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f08008d;
public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008e;
public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008f;
public static final int Base_Theme_AppCompat_Light = 0x7f080051;
public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f080090;
public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000b;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080003;
public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f080091;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f080092;
public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f080093;
public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000c;
public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000d;
public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080015;
public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080016;
public static final int Base_V21_Theme_AppCompat = 0x7f080052;
public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080053;
public static final int Base_V21_Theme_AppCompat_Light = 0x7f080054;
public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080055;
public static final int Base_V22_Theme_AppCompat = 0x7f080076;
public static final int Base_V22_Theme_AppCompat_Light = 0x7f080077;
public static final int Base_V23_Theme_AppCompat = 0x7f080079;
public static final int Base_V23_Theme_AppCompat_Light = 0x7f08007a;
public static final int Base_V7_Theme_AppCompat = 0x7f080099;
public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f08009a;
public static final int Base_V7_Theme_AppCompat_Light = 0x7f08009b;
public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f08009c;
public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f08009d;
public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009e;
public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009f;
public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0800a0;
public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0800a1;
public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080056;
public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080057;
public static final int Base_Widget_AppCompat_ActionButton = 0x7f080058;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080059;
public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f08005a;
public static final int Base_Widget_AppCompat_ActionMode = 0x7f0800a2;
public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0800a3;
public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080017;
public static final int Base_Widget_AppCompat_Button = 0x7f08005b;
public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005f;
public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a5;
public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005c;
public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005d;
public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a4;
public static final int Base_Widget_AppCompat_Button_Colored = 0x7f08007b;
public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005e;
public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f080060;
public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f080061;
public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a6;
public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a7;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080062;
public static final int Base_Widget_AppCompat_EditText = 0x7f080018;
public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a8;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a9;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800aa;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080063;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080064;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080065;
public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080066;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080067;
public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080068;
public static final int Base_Widget_AppCompat_ListView = 0x7f080069;
public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f08006a;
public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f08006b;
public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006c;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006d;
public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800ab;
public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000e;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000f;
public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006e;
public static final int Base_Widget_AppCompat_SearchView = 0x7f0800ac;
public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800ad;
public static final int Base_Widget_AppCompat_Spinner = 0x7f08006f;
public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f080070;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f080071;
public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800ae;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080072;
public static final int Platform_AppCompat = 0x7f080010;
public static final int Platform_AppCompat_Light = 0x7f080011;
public static final int Platform_ThemeOverlay_AppCompat = 0x7f080073;
public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080074;
public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080075;
public static final int Platform_V11_AppCompat = 0x7f080012;
public static final int Platform_V11_AppCompat_Light = 0x7f080013;
public static final int Platform_V14_AppCompat = 0x7f08001a;
public static final int Platform_V14_AppCompat_Light = 0x7f08001b;
public static final int Platform_Widget_AppCompat_Spinner = 0x7f080014;
public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080021;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080022;
public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080023;
public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080024;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080025;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080026;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080027;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002d;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080028;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080029;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f08002a;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002b;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002c;
public static final int TextAppearance_AppCompat = 0x7f0800b0;
public static final int TextAppearance_AppCompat_Body1 = 0x7f0800b1;
public static final int TextAppearance_AppCompat_Body2 = 0x7f0800b2;
public static final int TextAppearance_AppCompat_Button = 0x7f0800b3;
public static final int TextAppearance_AppCompat_Caption = 0x7f0800b4;
public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b5;
public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b6;
public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b7;
public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b8;
public static final int TextAppearance_AppCompat_Headline = 0x7f0800b9;
public static final int TextAppearance_AppCompat_Inverse = 0x7f0800ba;
public static final int TextAppearance_AppCompat_Large = 0x7f0800bb;
public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800bc;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800bd;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800be;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800bf;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800c0;
public static final int TextAppearance_AppCompat_Medium = 0x7f0800c1;
public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800c2;
public static final int TextAppearance_AppCompat_Menu = 0x7f0800c3;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800c4;
public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c5;
public static final int TextAppearance_AppCompat_Small = 0x7f0800c6;
public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c7;
public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c8;
public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c9;
public static final int TextAppearance_AppCompat_Title = 0x7f0800ca;
public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800cb;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800cc;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800cd;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800ce;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800cf;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800d0;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800d1;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800d2;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800d3;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800d4;
public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d5;
public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d6;
public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d7;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d8;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d9;
public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800da;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800db;
public static final int TextAppearance_StatusBar_EventContent = 0x7f08001c;
public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001d;
public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001e;
public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001f;
public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f080020;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800e1;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800e2;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800e3;
public static final int ThemeOverlay_AppCompat = 0x7f0800f2;
public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800f3;
public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800f4;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f5;
public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f6;
public static final int Theme_AppCompat = 0x7f0800e4;
public static final int Theme_AppCompat_CompactMenu = 0x7f0800e5;
public static final int Theme_AppCompat_Dialog = 0x7f0800e6;
public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e9;
public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800e7;
public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800e8;
public static final int Theme_AppCompat_Light = 0x7f0800ea;
public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800eb;
public static final int Theme_AppCompat_Light_Dialog = 0x7f0800ec;
public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800ef;
public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800ed;
public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800ee;
public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800f0;
public static final int Theme_AppCompat_NoActionBar = 0x7f0800f1;
public static final int Widget_AppCompat_ActionBar = 0x7f0800f7;
public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f8;
public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f9;
public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800fa;
public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800fb;
public static final int Widget_AppCompat_ActionButton = 0x7f0800fc;
public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800fd;
public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800fe;
public static final int Widget_AppCompat_ActionMode = 0x7f0800ff;
public static final int Widget_AppCompat_ActivityChooserView = 0x7f080100;
public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f080101;
public static final int Widget_AppCompat_Button = 0x7f080102;
public static final int Widget_AppCompat_ButtonBar = 0x7f080108;
public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080109;
public static final int Widget_AppCompat_Button_Borderless = 0x7f080103;
public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f080104;
public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080105;
public static final int Widget_AppCompat_Button_Colored = 0x7f080106;
public static final int Widget_AppCompat_Button_Small = 0x7f080107;
public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f08010a;
public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f08010b;
public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f08010c;
public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f08010d;
public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f08010e;
public static final int Widget_AppCompat_EditText = 0x7f08010f;
public static final int Widget_AppCompat_Light_ActionBar = 0x7f080110;
public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f080111;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f080112;
public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f080113;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f080114;
public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080115;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080116;
public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080117;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080118;
public static final int Widget_AppCompat_Light_ActionButton = 0x7f080119;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f08011a;
public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f08011b;
public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f08011c;
public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f08011d;
public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f08011e;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011f;
public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f080120;
public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f080121;
public static final int Widget_AppCompat_Light_PopupMenu = 0x7f080122;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080123;
public static final int Widget_AppCompat_Light_SearchView = 0x7f080124;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080125;
public static final int Widget_AppCompat_ListPopupWindow = 0x7f080126;
public static final int Widget_AppCompat_ListView = 0x7f080127;
public static final int Widget_AppCompat_ListView_DropDown = 0x7f080128;
public static final int Widget_AppCompat_ListView_Menu = 0x7f080129;
public static final int Widget_AppCompat_PopupMenu = 0x7f08012a;
public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f08012b;
public static final int Widget_AppCompat_PopupWindow = 0x7f08012c;
public static final int Widget_AppCompat_ProgressBar = 0x7f08012d;
public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f08012e;
public static final int Widget_AppCompat_RatingBar = 0x7f08012f;
public static final int Widget_AppCompat_SearchView = 0x7f080130;
public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f080131;
public static final int Widget_AppCompat_Spinner = 0x7f080132;
public static final int Widget_AppCompat_Spinner_DropDown = 0x7f080133;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f080134;
public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080135;
public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080136;
public static final int Widget_AppCompat_Toolbar = 0x7f080137;
public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080138;
}
public static final class styleable {
public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f0100b4 };
public static final int[] ActionBarLayout = { 0x010100b3 };
public static final int ActionBarLayout_android_layout_gravity = 0;
public static final int ActionBar_background = 10;
public static final int ActionBar_backgroundSplit = 12;
public static final int ActionBar_backgroundStacked = 11;
public static final int ActionBar_contentInsetEnd = 21;
public static final int ActionBar_contentInsetLeft = 22;
public static final int ActionBar_contentInsetRight = 23;
public static final int ActionBar_contentInsetStart = 20;
public static final int ActionBar_customNavigationLayout = 13;
public static final int ActionBar_displayOptions = 3;
public static final int ActionBar_divider = 9;
public static final int ActionBar_elevation = 24;
public static final int ActionBar_height = 0;
public static final int ActionBar_hideOnContentScroll = 19;
public static final int ActionBar_homeAsUpIndicator = 26;
public static final int ActionBar_homeLayout = 14;
public static final int ActionBar_icon = 7;
public static final int ActionBar_indeterminateProgressStyle = 16;
public static final int ActionBar_itemPadding = 18;
public static final int ActionBar_logo = 8;
public static final int ActionBar_navigationMode = 2;
public static final int ActionBar_popupTheme = 25;
public static final int ActionBar_progressBarPadding = 17;
public static final int ActionBar_progressBarStyle = 15;
public static final int ActionBar_subtitle = 4;
public static final int ActionBar_subtitleTextStyle = 6;
public static final int ActionBar_title = 1;
public static final int ActionBar_titleTextStyle = 5;
public static final int[] ActionMenuItemView = { 0x0101013f };
public static final int ActionMenuItemView_android_minWidth = 0;
public static final int[] ActionMenuView = { };
public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
public static final int ActionMode_background = 3;
public static final int ActionMode_backgroundSplit = 4;
public static final int ActionMode_closeItemLayout = 5;
public static final int ActionMode_height = 0;
public static final int ActionMode_subtitleTextStyle = 2;
public static final int ActionMode_titleTextStyle = 1;
public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
public static final int ActivityChooserView_initialActivityCount = 0;
public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
public static final int AlertDialog_android_layout = 0;
public static final int AlertDialog_buttonPanelSideLayout = 1;
public static final int AlertDialog_listItemLayout = 5;
public static final int AlertDialog_listLayout = 2;
public static final int AlertDialog_multiChoiceItemLayout = 3;
public static final int AlertDialog_singleChoiceItemLayout = 4;
public static final int[] AppCompatTextView = { 0x01010034, 0x7f010027 };
public static final int AppCompatTextView_android_textAppearance = 0;
public static final int AppCompatTextView_textAllCaps = 1;
public static final int[] CompoundButton = { 0x01010107, 0x7f010037, 0x7f010038 };
public static final int CompoundButton_android_button = 0;
public static final int CompoundButton_buttonTint = 1;
public static final int CompoundButton_buttonTintMode = 2;
public static final int[] DrawerArrowToggle = { 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static final int DrawerArrowToggle_arrowHeadLength = 4;
public static final int DrawerArrowToggle_arrowShaftLength = 5;
public static final int DrawerArrowToggle_barLength = 6;
public static final int DrawerArrowToggle_color = 0;
public static final int DrawerArrowToggle_drawableSize = 2;
public static final int DrawerArrowToggle_gapBetweenBars = 3;
public static final int DrawerArrowToggle_spinBars = 1;
public static final int DrawerArrowToggle_thickness = 7;
public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01004b, 0x7f01004c, 0x7f01004d };
public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
public static final int LinearLayoutCompat_android_baselineAligned = 2;
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
public static final int LinearLayoutCompat_android_gravity = 0;
public static final int LinearLayoutCompat_android_orientation = 1;
public static final int LinearLayoutCompat_android_weightSum = 4;
public static final int LinearLayoutCompat_divider = 5;
public static final int LinearLayoutCompat_dividerPadding = 8;
public static final int LinearLayoutCompat_measureWithLargestChild = 6;
public static final int LinearLayoutCompat_showDividers = 7;
public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
public static final int MenuGroup_android_checkableBehavior = 5;
public static final int MenuGroup_android_enabled = 0;
public static final int MenuGroup_android_id = 1;
public static final int MenuGroup_android_menuCategory = 3;
public static final int MenuGroup_android_orderInCategory = 4;
public static final int MenuGroup_android_visible = 2;
public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051 };
public static final int MenuItem_actionLayout = 14;
public static final int MenuItem_actionProviderClass = 16;
public static final int MenuItem_actionViewClass = 15;
public static final int MenuItem_android_alphabeticShortcut = 9;
public static final int MenuItem_android_checkable = 11;
public static final int MenuItem_android_checked = 3;
public static final int MenuItem_android_enabled = 1;
public static final int MenuItem_android_icon = 0;
public static final int MenuItem_android_id = 2;
public static final int MenuItem_android_menuCategory = 5;
public static final int MenuItem_android_numericShortcut = 10;
public static final int MenuItem_android_onClick = 12;
public static final int MenuItem_android_orderInCategory = 6;
public static final int MenuItem_android_title = 7;
public static final int MenuItem_android_titleCondensed = 8;
public static final int MenuItem_android_visible = 4;
public static final int MenuItem_showAsAction = 13;
public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010052 };
public static final int MenuView_android_headerBackground = 4;
public static final int MenuView_android_horizontalDivider = 2;
public static final int MenuView_android_itemBackground = 5;
public static final int MenuView_android_itemIconDisabledAlpha = 6;
public static final int MenuView_android_itemTextAppearance = 1;
public static final int MenuView_android_verticalDivider = 3;
public static final int MenuView_android_windowAnimationStyle = 0;
public static final int MenuView_preserveIconSpacing = 7;
public static final int[] PopupWindow = { 0x01010176, 0x7f010059 };
public static final int[] PopupWindowBackgroundState = { 0x7f01005a };
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
public static final int PopupWindow_android_popupBackground = 0;
public static final int PopupWindow_overlapAnchor = 1;
public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069 };
public static final int SearchView_android_focusable = 0;
public static final int SearchView_android_imeOptions = 3;
public static final int SearchView_android_inputType = 2;
public static final int SearchView_android_maxWidth = 1;
public static final int SearchView_closeIcon = 8;
public static final int SearchView_commitIcon = 13;
public static final int SearchView_defaultQueryHint = 7;
public static final int SearchView_goIcon = 9;
public static final int SearchView_iconifiedByDefault = 5;
public static final int SearchView_layout = 4;
public static final int SearchView_queryBackground = 15;
public static final int SearchView_queryHint = 6;
public static final int SearchView_searchHintIcon = 11;
public static final int SearchView_searchIcon = 10;
public static final int SearchView_submitBackground = 16;
public static final int SearchView_suggestionRowLayout = 14;
public static final int SearchView_voiceIcon = 12;
public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b };
public static final int Spinner_android_dropDownWidth = 2;
public static final int Spinner_android_popupBackground = 0;
public static final int Spinner_android_prompt = 1;
public static final int Spinner_popupTheme = 3;
public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071 };
public static final int SwitchCompat_android_textOff = 1;
public static final int SwitchCompat_android_textOn = 0;
public static final int SwitchCompat_android_thumb = 2;
public static final int SwitchCompat_showText = 9;
public static final int SwitchCompat_splitTrack = 8;
public static final int SwitchCompat_switchMinWidth = 6;
public static final int SwitchCompat_switchPadding = 7;
public static final int SwitchCompat_switchTextAppearance = 5;
public static final int SwitchCompat_thumbTextPadding = 4;
public static final int SwitchCompat_track = 3;
public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010027 };
public static final int TextAppearance_android_textColor = 3;
public static final int TextAppearance_android_textSize = 0;
public static final int TextAppearance_android_textStyle = 2;
public static final int TextAppearance_android_typeface = 1;
public static final int TextAppearance_textAllCaps = 4;
public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef };
public static final int Theme_actionBarDivider = 23;
public static final int Theme_actionBarItemBackground = 24;
public static final int Theme_actionBarPopupTheme = 17;
public static final int Theme_actionBarSize = 22;
public static final int Theme_actionBarSplitStyle = 19;
public static final int Theme_actionBarStyle = 18;
public static final int Theme_actionBarTabBarStyle = 13;
public static final int Theme_actionBarTabStyle = 12;
public static final int Theme_actionBarTabTextStyle = 14;
public static final int Theme_actionBarTheme = 20;
public static final int Theme_actionBarWidgetTheme = 21;
public static final int Theme_actionButtonStyle = 49;
public static final int Theme_actionDropDownStyle = 45;
public static final int Theme_actionMenuTextAppearance = 25;
public static final int Theme_actionMenuTextColor = 26;
public static final int Theme_actionModeBackground = 29;
public static final int Theme_actionModeCloseButtonStyle = 28;
public static final int Theme_actionModeCloseDrawable = 31;
public static final int Theme_actionModeCopyDrawable = 33;
public static final int Theme_actionModeCutDrawable = 32;
public static final int Theme_actionModeFindDrawable = 37;
public static final int Theme_actionModePasteDrawable = 34;
public static final int Theme_actionModePopupWindowStyle = 39;
public static final int Theme_actionModeSelectAllDrawable = 35;
public static final int Theme_actionModeShareDrawable = 36;
public static final int Theme_actionModeSplitBackground = 30;
public static final int Theme_actionModeStyle = 27;
public static final int Theme_actionModeWebSearchDrawable = 38;
public static final int Theme_actionOverflowButtonStyle = 15;
public static final int Theme_actionOverflowMenuStyle = 16;
public static final int Theme_activityChooserViewStyle = 57;
public static final int Theme_alertDialogButtonGroupStyle = 91;
public static final int Theme_alertDialogCenterButtons = 92;
public static final int Theme_alertDialogStyle = 90;
public static final int Theme_alertDialogTheme = 93;
public static final int Theme_android_windowAnimationStyle = 1;
public static final int Theme_android_windowIsFloating = 0;
public static final int Theme_autoCompleteTextViewStyle = 98;
public static final int Theme_borderlessButtonStyle = 54;
public static final int Theme_buttonBarButtonStyle = 51;
public static final int Theme_buttonBarNegativeButtonStyle = 96;
public static final int Theme_buttonBarNeutralButtonStyle = 97;
public static final int Theme_buttonBarPositiveButtonStyle = 95;
public static final int Theme_buttonBarStyle = 50;
public static final int Theme_buttonStyle = 99;
public static final int Theme_buttonStyleSmall = 100;
public static final int Theme_checkboxStyle = 101;
public static final int Theme_checkedTextViewStyle = 102;
public static final int Theme_colorAccent = 83;
public static final int Theme_colorButtonNormal = 87;
public static final int Theme_colorControlActivated = 85;
public static final int Theme_colorControlHighlight = 86;
public static final int Theme_colorControlNormal = 84;
public static final int Theme_colorPrimary = 81;
public static final int Theme_colorPrimaryDark = 82;
public static final int Theme_colorSwitchThumbNormal = 88;
public static final int Theme_controlBackground = 89;
public static final int Theme_dialogPreferredPadding = 43;
public static final int Theme_dialogTheme = 42;
public static final int Theme_dividerHorizontal = 56;
public static final int Theme_dividerVertical = 55;
public static final int Theme_dropDownListViewStyle = 73;
public static final int Theme_dropdownListPreferredItemHeight = 46;
public static final int Theme_editTextBackground = 63;
public static final int Theme_editTextColor = 62;
public static final int Theme_editTextStyle = 103;
public static final int Theme_homeAsUpIndicator = 48;
public static final int Theme_listChoiceBackgroundIndicator = 80;
public static final int Theme_listDividerAlertDialog = 44;
public static final int Theme_listPopupWindowStyle = 74;
public static final int Theme_listPreferredItemHeight = 68;
public static final int Theme_listPreferredItemHeightLarge = 70;
public static final int Theme_listPreferredItemHeightSmall = 69;
public static final int Theme_listPreferredItemPaddingLeft = 71;
public static final int Theme_listPreferredItemPaddingRight = 72;
public static final int Theme_panelBackground = 77;
public static final int Theme_panelMenuListTheme = 79;
public static final int Theme_panelMenuListWidth = 78;
public static final int Theme_popupMenuStyle = 60;
public static final int Theme_popupWindowStyle = 61;
public static final int Theme_radioButtonStyle = 104;
public static final int Theme_ratingBarStyle = 105;
public static final int Theme_searchViewStyle = 67;
public static final int Theme_selectableItemBackground = 52;
public static final int Theme_selectableItemBackgroundBorderless = 53;
public static final int Theme_spinnerDropDownItemStyle = 47;
public static final int Theme_spinnerStyle = 106;
public static final int Theme_switchStyle = 107;
public static final int Theme_textAppearanceLargePopupMenu = 40;
public static final int Theme_textAppearanceListItem = 75;
public static final int Theme_textAppearanceListItemSmall = 76;
public static final int Theme_textAppearanceSearchResultSubtitle = 65;
public static final int Theme_textAppearanceSearchResultTitle = 64;
public static final int Theme_textAppearanceSmallPopupMenu = 41;
public static final int Theme_textColorAlertDialogListItem = 94;
public static final int Theme_textColorSearchUrl = 66;
public static final int Theme_toolbarNavigationButtonStyle = 59;
public static final int Theme_toolbarStyle = 58;
public static final int Theme_windowActionBar = 2;
public static final int Theme_windowActionBarOverlay = 4;
public static final int Theme_windowActionModeOverlay = 5;
public static final int Theme_windowFixedHeightMajor = 9;
public static final int Theme_windowFixedHeightMinor = 7;
public static final int Theme_windowFixedWidthMajor = 6;
public static final int Theme_windowFixedWidthMinor = 8;
public static final int Theme_windowMinWidthMajor = 10;
public static final int Theme_windowMinWidthMinor = 11;
public static final int Theme_windowNoTitle = 3;
public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe };
public static final int Toolbar_android_gravity = 0;
public static final int Toolbar_android_minHeight = 1;
public static final int Toolbar_collapseContentDescription = 19;
public static final int Toolbar_collapseIcon = 18;
public static final int Toolbar_contentInsetEnd = 6;
public static final int Toolbar_contentInsetLeft = 7;
public static final int Toolbar_contentInsetRight = 8;
public static final int Toolbar_contentInsetStart = 5;
public static final int Toolbar_logo = 4;
public static final int Toolbar_logoDescription = 22;
public static final int Toolbar_maxButtonHeight = 17;
public static final int Toolbar_navigationContentDescription = 21;
public static final int Toolbar_navigationIcon = 20;
public static final int Toolbar_popupTheme = 9;
public static final int Toolbar_subtitle = 3;
public static final int Toolbar_subtitleTextAppearance = 11;
public static final int Toolbar_subtitleTextColor = 24;
public static final int Toolbar_title = 2;
public static final int Toolbar_titleMarginBottom = 16;
public static final int Toolbar_titleMarginEnd = 14;
public static final int Toolbar_titleMarginStart = 13;
public static final int Toolbar_titleMarginTop = 15;
public static final int Toolbar_titleMargins = 12;
public static final int Toolbar_titleTextAppearance = 10;
public static final int Toolbar_titleTextColor = 23;
public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100ff, 0x7f010100, 0x7f010101 };
public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f010102, 0x7f010103 };
public static final int ViewBackgroundHelper_android_background = 0;
public static final int ViewBackgroundHelper_backgroundTint = 1;
public static final int ViewBackgroundHelper_backgroundTintMode = 2;
public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
public static final int ViewStubCompat_android_id = 0;
public static final int ViewStubCompat_android_inflatedId = 2;
public static final int ViewStubCompat_android_layout = 1;
public static final int View_android_focusable = 1;
public static final int View_android_theme = 0;
public static final int View_paddingEnd = 3;
public static final int View_paddingStart = 2;
public static final int View_theme = 4;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.hzsunshx.helloworld;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f050000;
public static final int abc_fade_out=0x7f050001;
public static final int abc_grow_fade_in_from_bottom=0x7f050002;
public static final int abc_popup_enter=0x7f050003;
public static final int abc_popup_exit=0x7f050004;
public static final int abc_shrink_fade_out_from_bottom=0x7f050005;
public static final int abc_slide_in_bottom=0x7f050006;
public static final int abc_slide_in_top=0x7f050007;
public static final int abc_slide_out_bottom=0x7f050008;
public static final int abc_slide_out_top=0x7f050009;
public static final int design_fab_in=0x7f05000a;
public static final int design_fab_out=0x7f05000b;
public static final int design_snackbar_in=0x7f05000c;
public static final int design_snackbar_out=0x7f05000d;
}
public static final class attr {
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarDivider=0x7f01009b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarItemBackground=0x7f01009c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarPopupTheme=0x7f010095;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
*/
public static final int actionBarSize=0x7f01009a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarSplitStyle=0x7f010097;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarStyle=0x7f010096;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabBarStyle=0x7f010091;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabStyle=0x7f010090;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabTextStyle=0x7f010092;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTheme=0x7f010098;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarWidgetTheme=0x7f010099;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionButtonStyle=0x7f0100b5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionDropDownStyle=0x7f0100b1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionLayout=0x7f01004f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionMenuTextAppearance=0x7f01009d;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int actionMenuTextColor=0x7f01009e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeBackground=0x7f0100a1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseButtonStyle=0x7f0100a0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseDrawable=0x7f0100a3;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCopyDrawable=0x7f0100a5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCutDrawable=0x7f0100a4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeFindDrawable=0x7f0100a9;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePasteDrawable=0x7f0100a6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePopupWindowStyle=0x7f0100ab;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSelectAllDrawable=0x7f0100a7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeShareDrawable=0x7f0100a8;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSplitBackground=0x7f0100a2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeStyle=0x7f01009f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeWebSearchDrawable=0x7f0100aa;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowButtonStyle=0x7f010093;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowMenuStyle=0x7f010094;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionProviderClass=0x7f010051;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionViewClass=0x7f010050;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int activityChooserViewStyle=0x7f0100bd;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogButtonGroupStyle=0x7f0100df;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int alertDialogCenterButtons=0x7f0100e0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogStyle=0x7f0100de;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogTheme=0x7f0100e1;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int arrowHeadLength=0x7f010043;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int arrowShaftLength=0x7f010044;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int autoCompleteTextViewStyle=0x7f0100e6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int background=0x7f01000c;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundSplit=0x7f01000e;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundStacked=0x7f01000d;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int backgroundTint=0x7f010102;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
*/
public static final int backgroundTintMode=0x7f010103;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int barLength=0x7f010045;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int behavior_overlapTop=0x7f01005c;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int borderWidth=0x7f01004a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int borderlessButtonStyle=0x7f0100ba;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarButtonStyle=0x7f0100b7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarNegativeButtonStyle=0x7f0100e4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarNeutralButtonStyle=0x7f0100e5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarPositiveButtonStyle=0x7f0100e3;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarStyle=0x7f0100b6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonPanelSideLayout=0x7f01001f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonStyle=0x7f0100e7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonStyleSmall=0x7f0100e8;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int buttonTint=0x7f010037;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
*/
public static final int buttonTintMode=0x7f010038;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int checkboxStyle=0x7f0100e9;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int checkedTextViewStyle=0x7f0100ea;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeIcon=0x7f010061;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeItemLayout=0x7f01001c;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int collapseContentDescription=0x7f0100f9;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int collapseIcon=0x7f0100f8;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int collapsedTitleGravity=0x7f010034;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int collapsedTitleTextAppearance=0x7f010030;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int color=0x7f01003f;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorAccent=0x7f0100d7;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorButtonNormal=0x7f0100db;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlActivated=0x7f0100d9;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlHighlight=0x7f0100da;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlNormal=0x7f0100d8;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimary=0x7f0100d5;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimaryDark=0x7f0100d6;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorSwitchThumbNormal=0x7f0100dc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int commitIcon=0x7f010066;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetEnd=0x7f010017;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetLeft=0x7f010018;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetRight=0x7f010019;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetStart=0x7f010016;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentScrim=0x7f010031;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int controlBackground=0x7f0100dd;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int customNavigationLayout=0x7f01000f;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int defaultQueryHint=0x7f010060;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dialogPreferredPadding=0x7f0100af;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dialogTheme=0x7f0100ae;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
*/
public static final int displayOptions=0x7f010005;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int divider=0x7f01000b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerHorizontal=0x7f0100bc;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dividerPadding=0x7f01004d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerVertical=0x7f0100bb;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int drawableSize=0x7f010041;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int drawerArrowStyle=0x7f010000;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dropDownListViewStyle=0x7f0100cd;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dropdownListPreferredItemHeight=0x7f0100b2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int editTextBackground=0x7f0100c3;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int editTextColor=0x7f0100c2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int editTextStyle=0x7f0100eb;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int elevation=0x7f01001a;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int errorEnabled=0x7f010083;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int errorTextAppearance=0x7f010084;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expanded=0x7f010024;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int expandedTitleGravity=0x7f010035;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMargin=0x7f01002a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginBottom=0x7f01002e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginEnd=0x7f01002d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginStart=0x7f01002b;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginTop=0x7f01002c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int expandedTitleTextAppearance=0x7f01002f;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>mini</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int fabSize=0x7f010048;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int gapBetweenBars=0x7f010042;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int goIcon=0x7f010062;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int headerLayout=0x7f010058;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int height=0x7f010001;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hideOnContentScroll=0x7f010015;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hintAnimationEnabled=0x7f010085;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int hintTextAppearance=0x7f010082;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeAsUpIndicator=0x7f0100b4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeLayout=0x7f010010;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int icon=0x7f010009;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int iconifiedByDefault=0x7f01005e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int indeterminateProgressStyle=0x7f010012;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int initialActivityCount=0x7f01001d;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int insetForeground=0x7f01005b;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int isLightTheme=0x7f010002;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int itemBackground=0x7f010056;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemIconTint=0x7f010054;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemPadding=0x7f010014;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int itemTextAppearance=0x7f010057;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemTextColor=0x7f010055;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int keylines=0x7f010039;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout=0x7f01005d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout_anchor=0x7f01003c;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>fill_horizontal</code></td><td>0x07</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>fill</code></td><td>0x77</td><td></td></tr>
<tr><td><code>clip_vertical</code></td><td>0x80</td><td></td></tr>
<tr><td><code>clip_horizontal</code></td><td>0x08</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int layout_anchorGravity=0x7f01003e;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_behavior=0x7f01003b;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>pin</code></td><td>1</td><td></td></tr>
<tr><td><code>parallax</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int layout_collapseMode=0x7f010028;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_collapseParallaxMultiplier=0x7f010029;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_keyline=0x7f01003d;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scroll</code></td><td>0x1</td><td></td></tr>
<tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr>
<tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr>
<tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr>
</table>
*/
public static final int layout_scrollFlags=0x7f010025;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout_scrollInterpolator=0x7f010026;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listChoiceBackgroundIndicator=0x7f0100d4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listDividerAlertDialog=0x7f0100b0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listItemLayout=0x7f010023;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listLayout=0x7f010020;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listPopupWindowStyle=0x7f0100ce;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeight=0x7f0100c8;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightLarge=0x7f0100ca;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightSmall=0x7f0100c9;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingLeft=0x7f0100cb;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingRight=0x7f0100cc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int logo=0x7f01000a;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int logoDescription=0x7f0100fc;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxActionInlineWidth=0x7f01006a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxButtonHeight=0x7f0100f7;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int measureWithLargestChild=0x7f01004b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int menu=0x7f010053;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int multiChoiceItemLayout=0x7f010021;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int navigationContentDescription=0x7f0100fb;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int navigationIcon=0x7f0100fa;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int navigationMode=0x7f010004;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int overlapAnchor=0x7f010059;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingEnd=0x7f010100;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingStart=0x7f0100ff;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelBackground=0x7f0100d1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelMenuListTheme=0x7f0100d3;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int panelMenuListWidth=0x7f0100d2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupMenuStyle=0x7f0100c0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupTheme=0x7f01001b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupWindowStyle=0x7f0100c1;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int preserveIconSpacing=0x7f010052;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int pressedTranslationZ=0x7f010049;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int progressBarPadding=0x7f010013;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int progressBarStyle=0x7f010011;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int queryBackground=0x7f010068;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int queryHint=0x7f01005f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int radioButtonStyle=0x7f0100ec;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int ratingBarStyle=0x7f0100ed;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int rippleColor=0x7f010047;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchHintIcon=0x7f010064;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchIcon=0x7f010063;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchViewStyle=0x7f0100c7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackground=0x7f0100b8;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackgroundBorderless=0x7f0100b9;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
*/
public static final int showAsAction=0x7f01004e;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
*/
public static final int showDividers=0x7f01004c;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int showText=0x7f010071;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int singleChoiceItemLayout=0x7f010022;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int spinBars=0x7f010040;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerDropDownItemStyle=0x7f0100b3;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerStyle=0x7f0100ee;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int splitTrack=0x7f010070;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int state_above_anchor=0x7f01005a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int statusBarBackground=0x7f01003a;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int statusBarScrim=0x7f010032;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int submitBackground=0x7f010069;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int subtitle=0x7f010006;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextAppearance=0x7f0100f1;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int subtitleTextColor=0x7f0100fe;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextStyle=0x7f010008;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int suggestionRowLayout=0x7f010067;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchMinWidth=0x7f01006e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchPadding=0x7f01006f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchStyle=0x7f0100ef;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchTextAppearance=0x7f01006d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int tabBackground=0x7f010075;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabContentStart=0x7f010074;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>fill</code></td><td>0</td><td></td></tr>
<tr><td><code>center</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int tabGravity=0x7f010077;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabIndicatorColor=0x7f010072;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabIndicatorHeight=0x7f010073;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabMaxWidth=0x7f010079;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabMinWidth=0x7f010078;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scrollable</code></td><td>0</td><td></td></tr>
<tr><td><code>fixed</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int tabMode=0x7f010076;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPadding=0x7f010081;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingBottom=0x7f010080;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingEnd=0x7f01007f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingStart=0x7f01007d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingTop=0x7f01007e;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabSelectedTextColor=0x7f01007c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int tabTextAppearance=0x7f01007a;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabTextColor=0x7f01007b;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
*/
public static final int textAllCaps=0x7f010027;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceLargePopupMenu=0x7f0100ac;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItem=0x7f0100cf;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItemSmall=0x7f0100d0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultSubtitle=0x7f0100c5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultTitle=0x7f0100c4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSmallPopupMenu=0x7f0100ad;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorAlertDialogListItem=0x7f0100e2;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorSearchUrl=0x7f0100c6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int theme=0x7f010101;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thickness=0x7f010046;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thumbTextPadding=0x7f01006c;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int title=0x7f010003;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleEnabled=0x7f010036;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginBottom=0x7f0100f6;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginEnd=0x7f0100f4;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginStart=0x7f0100f3;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginTop=0x7f0100f5;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMargins=0x7f0100f2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextAppearance=0x7f0100f0;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleTextColor=0x7f0100fd;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextStyle=0x7f010007;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarId=0x7f010033;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarNavigationButtonStyle=0x7f0100bf;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarStyle=0x7f0100be;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int track=0x7f01006b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int voiceIcon=0x7f010065;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBar=0x7f010086;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBarOverlay=0x7f010088;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionModeOverlay=0x7f010089;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMajor=0x7f01008d;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMinor=0x7f01008b;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMajor=0x7f01008a;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMinor=0x7f01008c;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowMinWidthMajor=0x7f01008e;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowMinWidthMinor=0x7f01008f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowNoTitle=0x7f010087;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs=0x7f090002;
public static final int abc_action_bar_embed_tabs_pre_jb=0x7f090000;
public static final int abc_action_bar_expanded_action_views_exclusive=0x7f090003;
public static final int abc_config_actionMenuItemAllCaps=0x7f090004;
public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f090001;
public static final int abc_config_closeDialogWhenTouchOutside=0x7f090005;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark=0x7f0b0046;
public static final int abc_background_cache_hint_selector_material_light=0x7f0b0047;
public static final int abc_color_highlight_material=0x7f0b0048;
public static final int abc_input_method_navigation_guard=0x7f0b0000;
public static final int abc_primary_text_disable_only_material_dark=0x7f0b0049;
public static final int abc_primary_text_disable_only_material_light=0x7f0b004a;
public static final int abc_primary_text_material_dark=0x7f0b004b;
public static final int abc_primary_text_material_light=0x7f0b004c;
public static final int abc_search_url_text=0x7f0b004d;
public static final int abc_search_url_text_normal=0x7f0b0001;
public static final int abc_search_url_text_pressed=0x7f0b0002;
public static final int abc_search_url_text_selected=0x7f0b0003;
public static final int abc_secondary_text_material_dark=0x7f0b004e;
public static final int abc_secondary_text_material_light=0x7f0b004f;
public static final int accent_material_dark=0x7f0b0004;
public static final int accent_material_light=0x7f0b0005;
public static final int background_floating_material_dark=0x7f0b0006;
public static final int background_floating_material_light=0x7f0b0007;
public static final int background_material_dark=0x7f0b0008;
public static final int background_material_light=0x7f0b0009;
public static final int bright_foreground_disabled_material_dark=0x7f0b000a;
public static final int bright_foreground_disabled_material_light=0x7f0b000b;
public static final int bright_foreground_inverse_material_dark=0x7f0b000c;
public static final int bright_foreground_inverse_material_light=0x7f0b000d;
public static final int bright_foreground_material_dark=0x7f0b000e;
public static final int bright_foreground_material_light=0x7f0b000f;
public static final int button_material_dark=0x7f0b0010;
public static final int button_material_light=0x7f0b0011;
public static final int colorAccent=0x7f0b0012;
public static final int colorPrimary=0x7f0b0013;
public static final int colorPrimaryDark=0x7f0b0014;
public static final int design_fab_shadow_end_color=0x7f0b0015;
public static final int design_fab_shadow_mid_color=0x7f0b0016;
public static final int design_fab_shadow_start_color=0x7f0b0017;
public static final int design_fab_stroke_end_inner_color=0x7f0b0018;
public static final int design_fab_stroke_end_outer_color=0x7f0b0019;
public static final int design_fab_stroke_top_inner_color=0x7f0b001a;
public static final int design_fab_stroke_top_outer_color=0x7f0b001b;
public static final int design_snackbar_background_color=0x7f0b001c;
public static final int design_textinput_error_color=0x7f0b001d;
public static final int dim_foreground_disabled_material_dark=0x7f0b001e;
public static final int dim_foreground_disabled_material_light=0x7f0b001f;
public static final int dim_foreground_material_dark=0x7f0b0020;
public static final int dim_foreground_material_light=0x7f0b0021;
public static final int foreground_material_dark=0x7f0b0022;
public static final int foreground_material_light=0x7f0b0023;
public static final int highlighted_text_material_dark=0x7f0b0024;
public static final int highlighted_text_material_light=0x7f0b0025;
public static final int hint_foreground_material_dark=0x7f0b0026;
public static final int hint_foreground_material_light=0x7f0b0027;
public static final int material_blue_grey_800=0x7f0b0028;
public static final int material_blue_grey_900=0x7f0b0029;
public static final int material_blue_grey_950=0x7f0b002a;
public static final int material_deep_teal_200=0x7f0b002b;
public static final int material_deep_teal_500=0x7f0b002c;
public static final int material_grey_100=0x7f0b002d;
public static final int material_grey_300=0x7f0b002e;
public static final int material_grey_50=0x7f0b002f;
public static final int material_grey_600=0x7f0b0030;
public static final int material_grey_800=0x7f0b0031;
public static final int material_grey_850=0x7f0b0032;
public static final int material_grey_900=0x7f0b0033;
public static final int primary_dark_material_dark=0x7f0b0034;
public static final int primary_dark_material_light=0x7f0b0035;
public static final int primary_material_dark=0x7f0b0036;
public static final int primary_material_light=0x7f0b0037;
public static final int primary_text_default_material_dark=0x7f0b0038;
public static final int primary_text_default_material_light=0x7f0b0039;
public static final int primary_text_disabled_material_dark=0x7f0b003a;
public static final int primary_text_disabled_material_light=0x7f0b003b;
public static final int ripple_material_dark=0x7f0b003c;
public static final int ripple_material_light=0x7f0b003d;
public static final int secondary_text_default_material_dark=0x7f0b003e;
public static final int secondary_text_default_material_light=0x7f0b003f;
public static final int secondary_text_disabled_material_dark=0x7f0b0040;
public static final int secondary_text_disabled_material_light=0x7f0b0041;
public static final int switch_thumb_disabled_material_dark=0x7f0b0042;
public static final int switch_thumb_disabled_material_light=0x7f0b0043;
public static final int switch_thumb_material_dark=0x7f0b0050;
public static final int switch_thumb_material_light=0x7f0b0051;
public static final int switch_thumb_normal_material_dark=0x7f0b0044;
public static final int switch_thumb_normal_material_light=0x7f0b0045;
}
public static final class dimen {
public static final int abc_action_bar_content_inset_material=0x7f07000b;
public static final int abc_action_bar_default_height_material=0x7f070001;
public static final int abc_action_bar_default_padding_end_material=0x7f07000c;
public static final int abc_action_bar_default_padding_start_material=0x7f07000d;
public static final int abc_action_bar_icon_vertical_padding_material=0x7f070018;
public static final int abc_action_bar_overflow_padding_end_material=0x7f070019;
public static final int abc_action_bar_overflow_padding_start_material=0x7f07001a;
public static final int abc_action_bar_progress_bar_size=0x7f070002;
public static final int abc_action_bar_stacked_max_height=0x7f07001b;
public static final int abc_action_bar_stacked_tab_max_width=0x7f07001c;
public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f07001d;
public static final int abc_action_bar_subtitle_top_margin_material=0x7f07001e;
public static final int abc_action_button_min_height_material=0x7f07001f;
public static final int abc_action_button_min_width_material=0x7f070020;
public static final int abc_action_button_min_width_overflow_material=0x7f070021;
public static final int abc_alert_dialog_button_bar_height=0x7f070000;
public static final int abc_button_inset_horizontal_material=0x7f070022;
public static final int abc_button_inset_vertical_material=0x7f070023;
public static final int abc_button_padding_horizontal_material=0x7f070024;
public static final int abc_button_padding_vertical_material=0x7f070025;
public static final int abc_config_prefDialogWidth=0x7f070005;
public static final int abc_control_corner_material=0x7f070026;
public static final int abc_control_inset_material=0x7f070027;
public static final int abc_control_padding_material=0x7f070028;
public static final int abc_dialog_list_padding_vertical_material=0x7f070029;
public static final int abc_dialog_min_width_major=0x7f07002a;
public static final int abc_dialog_min_width_minor=0x7f07002b;
public static final int abc_dialog_padding_material=0x7f07002c;
public static final int abc_dialog_padding_top_material=0x7f07002d;
public static final int abc_disabled_alpha_material_dark=0x7f07002e;
public static final int abc_disabled_alpha_material_light=0x7f07002f;
public static final int abc_dropdownitem_icon_width=0x7f070030;
public static final int abc_dropdownitem_text_padding_left=0x7f070031;
public static final int abc_dropdownitem_text_padding_right=0x7f070032;
public static final int abc_edit_text_inset_bottom_material=0x7f070033;
public static final int abc_edit_text_inset_horizontal_material=0x7f070034;
public static final int abc_edit_text_inset_top_material=0x7f070035;
public static final int abc_floating_window_z=0x7f070036;
public static final int abc_list_item_padding_horizontal_material=0x7f070037;
public static final int abc_panel_menu_list_width=0x7f070038;
public static final int abc_search_view_preferred_width=0x7f070039;
public static final int abc_search_view_text_min_width=0x7f070006;
public static final int abc_switch_padding=0x7f070015;
public static final int abc_text_size_body_1_material=0x7f07003a;
public static final int abc_text_size_body_2_material=0x7f07003b;
public static final int abc_text_size_button_material=0x7f07003c;
public static final int abc_text_size_caption_material=0x7f07003d;
public static final int abc_text_size_display_1_material=0x7f07003e;
public static final int abc_text_size_display_2_material=0x7f07003f;
public static final int abc_text_size_display_3_material=0x7f070040;
public static final int abc_text_size_display_4_material=0x7f070041;
public static final int abc_text_size_headline_material=0x7f070042;
public static final int abc_text_size_large_material=0x7f070043;
public static final int abc_text_size_medium_material=0x7f070044;
public static final int abc_text_size_menu_material=0x7f070045;
public static final int abc_text_size_small_material=0x7f070046;
public static final int abc_text_size_subhead_material=0x7f070047;
public static final int abc_text_size_subtitle_material_toolbar=0x7f070003;
public static final int abc_text_size_title_material=0x7f070048;
public static final int abc_text_size_title_material_toolbar=0x7f070004;
public static final int activity_horizontal_margin=0x7f070017;
public static final int activity_vertical_margin=0x7f070049;
public static final int design_appbar_elevation=0x7f07004a;
public static final int design_fab_border_width=0x7f07004b;
public static final int design_fab_content_size=0x7f07004c;
public static final int design_fab_elevation=0x7f07004d;
public static final int design_fab_size_mini=0x7f07004e;
public static final int design_fab_size_normal=0x7f07004f;
public static final int design_fab_translation_z_pressed=0x7f070050;
public static final int design_navigation_elevation=0x7f070051;
public static final int design_navigation_icon_padding=0x7f070052;
public static final int design_navigation_icon_size=0x7f070053;
public static final int design_navigation_max_width=0x7f070054;
public static final int design_navigation_padding_bottom=0x7f070055;
public static final int design_navigation_padding_top_default=0x7f070016;
public static final int design_navigation_separator_vertical_padding=0x7f070056;
public static final int design_snackbar_action_inline_max_width=0x7f07000e;
public static final int design_snackbar_background_corner_radius=0x7f07000f;
public static final int design_snackbar_elevation=0x7f070057;
public static final int design_snackbar_extra_spacing_horizontal=0x7f070010;
public static final int design_snackbar_max_width=0x7f070011;
public static final int design_snackbar_min_width=0x7f070012;
public static final int design_snackbar_padding_horizontal=0x7f070058;
public static final int design_snackbar_padding_vertical=0x7f070059;
public static final int design_snackbar_padding_vertical_2lines=0x7f070013;
public static final int design_snackbar_text_size=0x7f07005a;
public static final int design_tab_max_width=0x7f07005b;
public static final int design_tab_min_width=0x7f070014;
public static final int dialog_fixed_height_major=0x7f070007;
public static final int dialog_fixed_height_minor=0x7f070008;
public static final int dialog_fixed_width_major=0x7f070009;
public static final int dialog_fixed_width_minor=0x7f07000a;
public static final int disabled_alpha_material_dark=0x7f07005c;
public static final int disabled_alpha_material_light=0x7f07005d;
public static final int fab_margin=0x7f07005e;
public static final int highlight_alpha_material_colored=0x7f07005f;
public static final int highlight_alpha_material_dark=0x7f070060;
public static final int highlight_alpha_material_light=0x7f070061;
public static final int notification_large_icon_height=0x7f070062;
public static final int notification_large_icon_width=0x7f070063;
public static final int notification_subtext_size=0x7f070064;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
public static final int abc_action_bar_item_background_material=0x7f020001;
public static final int abc_btn_borderless_material=0x7f020002;
public static final int abc_btn_check_material=0x7f020003;
public static final int abc_btn_check_to_on_mtrl_000=0x7f020004;
public static final int abc_btn_check_to_on_mtrl_015=0x7f020005;
public static final int abc_btn_colored_material=0x7f020006;
public static final int abc_btn_default_mtrl_shape=0x7f020007;
public static final int abc_btn_radio_material=0x7f020008;
public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009;
public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a;
public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b;
public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c;
public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d;
public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e;
public static final int abc_cab_background_internal_bg=0x7f02000f;
public static final int abc_cab_background_top_material=0x7f020010;
public static final int abc_cab_background_top_mtrl_alpha=0x7f020011;
public static final int abc_control_background_material=0x7f020012;
public static final int abc_dialog_material_background_dark=0x7f020013;
public static final int abc_dialog_material_background_light=0x7f020014;
public static final int abc_edit_text_material=0x7f020015;
public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016;
public static final int abc_ic_clear_mtrl_alpha=0x7f020017;
public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018;
public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019;
public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a;
public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b;
public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c;
public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d;
public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e;
public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f;
public static final int abc_ic_search_api_mtrl_alpha=0x7f020020;
public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021;
public static final int abc_item_background_holo_dark=0x7f020022;
public static final int abc_item_background_holo_light=0x7f020023;
public static final int abc_list_divider_mtrl_alpha=0x7f020024;
public static final int abc_list_focused_holo=0x7f020025;
public static final int abc_list_longpressed_holo=0x7f020026;
public static final int abc_list_pressed_holo_dark=0x7f020027;
public static final int abc_list_pressed_holo_light=0x7f020028;
public static final int abc_list_selector_background_transition_holo_dark=0x7f020029;
public static final int abc_list_selector_background_transition_holo_light=0x7f02002a;
public static final int abc_list_selector_disabled_holo_dark=0x7f02002b;
public static final int abc_list_selector_disabled_holo_light=0x7f02002c;
public static final int abc_list_selector_holo_dark=0x7f02002d;
public static final int abc_list_selector_holo_light=0x7f02002e;
public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f;
public static final int abc_popup_background_mtrl_mult=0x7f020030;
public static final int abc_ratingbar_full_material=0x7f020031;
public static final int abc_spinner_mtrl_am_alpha=0x7f020032;
public static final int abc_spinner_textfield_background_material=0x7f020033;
public static final int abc_switch_thumb_material=0x7f020034;
public static final int abc_switch_track_mtrl_alpha=0x7f020035;
public static final int abc_tab_indicator_material=0x7f020036;
public static final int abc_tab_indicator_mtrl_alpha=0x7f020037;
public static final int abc_text_cursor_material=0x7f020038;
public static final int abc_textfield_activated_mtrl_alpha=0x7f020039;
public static final int abc_textfield_default_mtrl_alpha=0x7f02003a;
public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02003b;
public static final int abc_textfield_search_default_mtrl_alpha=0x7f02003c;
public static final int abc_textfield_search_material=0x7f02003d;
public static final int design_fab_background=0x7f02003e;
public static final int design_snackbar_background=0x7f02003f;
public static final int notification_template_icon_bg=0x7f020040;
}
public static final class id {
public static final int action0=0x7f0c006a;
public static final int action_bar=0x7f0c0055;
public static final int action_bar_activity_content=0x7f0c0000;
public static final int action_bar_container=0x7f0c0054;
public static final int action_bar_root=0x7f0c0050;
public static final int action_bar_spinner=0x7f0c0001;
public static final int action_bar_subtitle=0x7f0c0039;
public static final int action_bar_title=0x7f0c0038;
public static final int action_context_bar=0x7f0c0056;
public static final int action_divider=0x7f0c006e;
public static final int action_menu_divider=0x7f0c0002;
public static final int action_menu_presenter=0x7f0c0003;
public static final int action_mode_bar=0x7f0c0052;
public static final int action_mode_bar_stub=0x7f0c0051;
public static final int action_mode_close_button=0x7f0c003a;
public static final int action_settings=0x7f0c0077;
public static final int activity_chooser_view_content=0x7f0c003b;
public static final int alertTitle=0x7f0c0045;
public static final int always=0x7f0c0030;
public static final int beginning=0x7f0c002e;
public static final int bottom=0x7f0c001a;
public static final int buttonPanel=0x7f0c004b;
public static final int cancel_action=0x7f0c006b;
public static final int center=0x7f0c001b;
public static final int center_horizontal=0x7f0c001c;
public static final int center_vertical=0x7f0c001d;
public static final int checkbox=0x7f0c004d;
public static final int chronometer=0x7f0c0071;
public static final int clickme=0x7f0c0066;
public static final int clip_horizontal=0x7f0c0029;
public static final int clip_vertical=0x7f0c002a;
public static final int collapseActionView=0x7f0c0031;
public static final int contentPanel=0x7f0c0046;
public static final int custom=0x7f0c004a;
public static final int customPanel=0x7f0c0049;
public static final int decor_content_parent=0x7f0c0053;
public static final int default_activity_button=0x7f0c003e;
public static final int disableHome=0x7f0c000d;
public static final int edit_query=0x7f0c0057;
public static final int end=0x7f0c001e;
public static final int end_padder=0x7f0c0076;
public static final int enterAlways=0x7f0c0014;
public static final int enterAlwaysCollapsed=0x7f0c0015;
public static final int exitUntilCollapsed=0x7f0c0016;
public static final int expand_activities_button=0x7f0c003c;
public static final int expanded_menu=0x7f0c004c;
public static final int fab=0x7f0c0065;
public static final int fill=0x7f0c002b;
public static final int fill_horizontal=0x7f0c002c;
public static final int fill_vertical=0x7f0c001f;
public static final int fixed=0x7f0c0035;
public static final int home=0x7f0c0004;
public static final int homeAsUp=0x7f0c000e;
public static final int icon=0x7f0c0040;
public static final int ifRoom=0x7f0c0032;
public static final int image=0x7f0c003d;
public static final int info=0x7f0c0075;
public static final int left=0x7f0c0020;
public static final int line1=0x7f0c006f;
public static final int line3=0x7f0c0073;
public static final int listMode=0x7f0c000a;
public static final int list_item=0x7f0c003f;
public static final int media_actions=0x7f0c006d;
public static final int message=0x7f0c0067;
public static final int middle=0x7f0c002f;
public static final int mini=0x7f0c002d;
public static final int multiply=0x7f0c0024;
public static final int never=0x7f0c0033;
public static final int none=0x7f0c000f;
public static final int normal=0x7f0c000b;
public static final int parallax=0x7f0c0018;
public static final int parentPanel=0x7f0c0042;
public static final int pin=0x7f0c0019;
public static final int progress_circular=0x7f0c0005;
public static final int progress_horizontal=0x7f0c0006;
public static final int radio=0x7f0c004f;
public static final int right=0x7f0c0021;
public static final int screen=0x7f0c0025;
public static final int scroll=0x7f0c0017;
public static final int scrollView=0x7f0c0047;
public static final int scrollable=0x7f0c0036;
public static final int search_badge=0x7f0c0059;
public static final int search_bar=0x7f0c0058;
public static final int search_button=0x7f0c005a;
public static final int search_close_btn=0x7f0c005f;
public static final int search_edit_frame=0x7f0c005b;
public static final int search_go_btn=0x7f0c0061;
public static final int search_mag_icon=0x7f0c005c;
public static final int search_plate=0x7f0c005d;
public static final int search_src_text=0x7f0c005e;
public static final int search_voice_btn=0x7f0c0062;
public static final int select_dialog_listview=0x7f0c0063;
public static final int shortcut=0x7f0c004e;
public static final int showCustom=0x7f0c0010;
public static final int showHome=0x7f0c0011;
public static final int showTitle=0x7f0c0012;
public static final int snackbar_action=0x7f0c0069;
public static final int snackbar_text=0x7f0c0068;
public static final int split_action_bar=0x7f0c0007;
public static final int src_atop=0x7f0c0026;
public static final int src_in=0x7f0c0027;
public static final int src_over=0x7f0c0028;
public static final int start=0x7f0c0022;
public static final int status_bar_latest_event_content=0x7f0c006c;
public static final int submit_area=0x7f0c0060;
public static final int tabMode=0x7f0c000c;
public static final int text=0x7f0c0074;
public static final int text2=0x7f0c0072;
public static final int textSpacerNoButtons=0x7f0c0048;
public static final int time=0x7f0c0070;
public static final int title=0x7f0c0041;
public static final int title_template=0x7f0c0044;
public static final int toolbar=0x7f0c0064;
public static final int top=0x7f0c0023;
public static final int topPanel=0x7f0c0043;
public static final int up=0x7f0c0008;
public static final int useLogo=0x7f0c0013;
public static final int view_offset_helper=0x7f0c0009;
public static final int withText=0x7f0c0034;
public static final int wrap_content=0x7f0c0037;
}
public static final class integer {
public static final int abc_config_activityDefaultDur=0x7f0a0002;
public static final int abc_config_activityShortDur=0x7f0a0003;
public static final int abc_max_action_buttons=0x7f0a0000;
public static final int cancel_button_image_alpha=0x7f0a0004;
public static final int design_snackbar_text_max_lines=0x7f0a0001;
public static final int status_bar_notification_info_maxnum=0x7f0a0005;
}
public static final class layout {
public static final int abc_action_bar_title_item=0x7f040000;
public static final int abc_action_bar_up_container=0x7f040001;
public static final int abc_action_bar_view_list_nav_layout=0x7f040002;
public static final int abc_action_menu_item_layout=0x7f040003;
public static final int abc_action_menu_layout=0x7f040004;
public static final int abc_action_mode_bar=0x7f040005;
public static final int abc_action_mode_close_item_material=0x7f040006;
public static final int abc_activity_chooser_view=0x7f040007;
public static final int abc_activity_chooser_view_list_item=0x7f040008;
public static final int abc_alert_dialog_material=0x7f040009;
public static final int abc_dialog_title_material=0x7f04000a;
public static final int abc_expanded_menu_layout=0x7f04000b;
public static final int abc_list_menu_item_checkbox=0x7f04000c;
public static final int abc_list_menu_item_icon=0x7f04000d;
public static final int abc_list_menu_item_layout=0x7f04000e;
public static final int abc_list_menu_item_radio=0x7f04000f;
public static final int abc_popup_menu_item_layout=0x7f040010;
public static final int abc_screen_content_include=0x7f040011;
public static final int abc_screen_simple=0x7f040012;
public static final int abc_screen_simple_overlay_action_mode=0x7f040013;
public static final int abc_screen_toolbar=0x7f040014;
public static final int abc_search_dropdown_item_icons_2line=0x7f040015;
public static final int abc_search_view=0x7f040016;
public static final int abc_select_dialog_material=0x7f040017;
public static final int activity_main=0x7f040018;
public static final int content_main=0x7f040019;
public static final int design_layout_snackbar=0x7f04001a;
public static final int design_layout_snackbar_include=0x7f04001b;
public static final int design_layout_tab_icon=0x7f04001c;
public static final int design_layout_tab_text=0x7f04001d;
public static final int design_navigation_item=0x7f04001e;
public static final int design_navigation_item_header=0x7f04001f;
public static final int design_navigation_item_separator=0x7f040020;
public static final int design_navigation_item_subheader=0x7f040021;
public static final int design_navigation_menu=0x7f040022;
public static final int notification_media_action=0x7f040023;
public static final int notification_media_cancel_action=0x7f040024;
public static final int notification_template_big_media=0x7f040025;
public static final int notification_template_big_media_narrow=0x7f040026;
public static final int notification_template_lines=0x7f040027;
public static final int notification_template_media=0x7f040028;
public static final int notification_template_part_chronometer=0x7f040029;
public static final int notification_template_part_time=0x7f04002a;
public static final int select_dialog_item_material=0x7f04002b;
public static final int select_dialog_multichoice_material=0x7f04002c;
public static final int select_dialog_singlechoice_material=0x7f04002d;
public static final int support_simple_spinner_dropdown_item=0x7f04002e;
}
public static final class menu {
public static final int menu_main=0x7f0d0000;
}
public static final class mipmap {
public static final int ic_launcher=0x7f030000;
}
public static final class string {
public static final int abc_action_bar_home_description=0x7f060000;
public static final int abc_action_bar_home_description_format=0x7f060001;
public static final int abc_action_bar_home_subtitle_description_format=0x7f060002;
public static final int abc_action_bar_up_description=0x7f060003;
public static final int abc_action_menu_overflow_description=0x7f060004;
public static final int abc_action_mode_done=0x7f060005;
public static final int abc_activity_chooser_view_see_all=0x7f060006;
public static final int abc_activitychooserview_choose_application=0x7f060007;
public static final int abc_search_hint=0x7f060008;
public static final int abc_searchview_description_clear=0x7f060009;
public static final int abc_searchview_description_query=0x7f06000a;
public static final int abc_searchview_description_search=0x7f06000b;
public static final int abc_searchview_description_submit=0x7f06000c;
public static final int abc_searchview_description_voice=0x7f06000d;
public static final int abc_shareactionprovider_share_with=0x7f06000e;
public static final int abc_shareactionprovider_share_with_application=0x7f06000f;
public static final int abc_toolbar_collapse_description=0x7f060010;
public static final int action_settings=0x7f060012;
public static final int app_name=0x7f060013;
public static final int appbar_scrolling_view_behavior=0x7f060014;
public static final int status_bar_notification_info_overflow=0x7f060011;
}
public static final class style {
public static final int AlertDialog_AppCompat=0x7f08007c;
public static final int AlertDialog_AppCompat_Light=0x7f08007d;
public static final int Animation_AppCompat_Dialog=0x7f08007e;
public static final int Animation_AppCompat_DropDownUp=0x7f08007f;
public static final int AppTheme=0x7f080080;
public static final int AppTheme_AppBarOverlay=0x7f080081;
public static final int AppTheme_NoActionBar=0x7f08002e;
public static final int AppTheme_PopupOverlay=0x7f080082;
public static final int Base_AlertDialog_AppCompat=0x7f080083;
public static final int Base_AlertDialog_AppCompat_Light=0x7f080084;
public static final int Base_Animation_AppCompat_Dialog=0x7f080085;
public static final int Base_Animation_AppCompat_DropDownUp=0x7f080086;
public static final int Base_DialogWindowTitle_AppCompat=0x7f080087;
public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f080088;
public static final int Base_TextAppearance_AppCompat=0x7f08002f;
public static final int Base_TextAppearance_AppCompat_Body1=0x7f080030;
public static final int Base_TextAppearance_AppCompat_Body2=0x7f080031;
public static final int Base_TextAppearance_AppCompat_Button=0x7f080019;
public static final int Base_TextAppearance_AppCompat_Caption=0x7f080032;
public static final int Base_TextAppearance_AppCompat_Display1=0x7f080033;
public static final int Base_TextAppearance_AppCompat_Display2=0x7f080034;
public static final int Base_TextAppearance_AppCompat_Display3=0x7f080035;
public static final int Base_TextAppearance_AppCompat_Display4=0x7f080036;
public static final int Base_TextAppearance_AppCompat_Headline=0x7f080037;
public static final int Base_TextAppearance_AppCompat_Inverse=0x7f080004;
public static final int Base_TextAppearance_AppCompat_Large=0x7f080038;
public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080005;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080039;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f08003a;
public static final int Base_TextAppearance_AppCompat_Medium=0x7f08003b;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080006;
public static final int Base_TextAppearance_AppCompat_Menu=0x7f08003c;
public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f080089;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003d;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003e;
public static final int Base_TextAppearance_AppCompat_Small=0x7f08003f;
public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080007;
public static final int Base_TextAppearance_AppCompat_Subhead=0x7f080040;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080008;
public static final int Base_TextAppearance_AppCompat_Title=0x7f080041;
public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080009;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080042;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080043;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080044;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080045;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080046;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080047;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080048;
public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f080049;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080078;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f08008a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f08004a;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f08004b;
public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004c;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004d;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f08008b;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004e;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004f;
public static final int Base_Theme_AppCompat=0x7f080050;
public static final int Base_Theme_AppCompat_CompactMenu=0x7f08008c;
public static final int Base_Theme_AppCompat_Dialog=0x7f08000a;
public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f08008d;
public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008e;
public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008f;
public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f080002;
public static final int Base_Theme_AppCompat_Light=0x7f080051;
public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f080090;
public static final int Base_Theme_AppCompat_Light_Dialog=0x7f08000b;
public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f080091;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f080092;
public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f080093;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080003;
public static final int Base_ThemeOverlay_AppCompat=0x7f080094;
public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080095;
public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f080096;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080097;
public static final int Base_ThemeOverlay_AppCompat_Light=0x7f080098;
public static final int Base_V11_Theme_AppCompat_Dialog=0x7f08000c;
public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000d;
public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080015;
public static final int Base_V12_Widget_AppCompat_EditText=0x7f080016;
public static final int Base_V21_Theme_AppCompat=0x7f080052;
public static final int Base_V21_Theme_AppCompat_Dialog=0x7f080053;
public static final int Base_V21_Theme_AppCompat_Light=0x7f080054;
public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080055;
public static final int Base_V22_Theme_AppCompat=0x7f080076;
public static final int Base_V22_Theme_AppCompat_Light=0x7f080077;
public static final int Base_V23_Theme_AppCompat=0x7f080079;
public static final int Base_V23_Theme_AppCompat_Light=0x7f08007a;
public static final int Base_V7_Theme_AppCompat=0x7f080099;
public static final int Base_V7_Theme_AppCompat_Dialog=0x7f08009a;
public static final int Base_V7_Theme_AppCompat_Light=0x7f08009b;
public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f08009c;
public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f08009d;
public static final int Base_V7_Widget_AppCompat_EditText=0x7f08009e;
public static final int Base_Widget_AppCompat_ActionBar=0x7f08009f;
public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0800a0;
public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0800a1;
public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f080056;
public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f080057;
public static final int Base_Widget_AppCompat_ActionButton=0x7f080058;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080059;
public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f08005a;
public static final int Base_Widget_AppCompat_ActionMode=0x7f0800a2;
public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0800a3;
public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080017;
public static final int Base_Widget_AppCompat_Button=0x7f08005b;
public static final int Base_Widget_AppCompat_Button_Borderless=0x7f08005c;
public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005d;
public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a4;
public static final int Base_Widget_AppCompat_Button_Colored=0x7f08007b;
public static final int Base_Widget_AppCompat_Button_Small=0x7f08005e;
public static final int Base_Widget_AppCompat_ButtonBar=0x7f08005f;
public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a5;
public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f080060;
public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f080061;
public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a6;
public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a7;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080062;
public static final int Base_Widget_AppCompat_EditText=0x7f080018;
public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a8;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a9;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800aa;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080063;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080064;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080065;
public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f080066;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080067;
public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f080068;
public static final int Base_Widget_AppCompat_ListView=0x7f080069;
public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f08006a;
public static final int Base_Widget_AppCompat_ListView_Menu=0x7f08006b;
public static final int Base_Widget_AppCompat_PopupMenu=0x7f08006c;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006d;
public static final int Base_Widget_AppCompat_PopupWindow=0x7f0800ab;
public static final int Base_Widget_AppCompat_ProgressBar=0x7f08000e;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000f;
public static final int Base_Widget_AppCompat_RatingBar=0x7f08006e;
public static final int Base_Widget_AppCompat_SearchView=0x7f0800ac;
public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800ad;
public static final int Base_Widget_AppCompat_Spinner=0x7f08006f;
public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f080070;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f080071;
public static final int Base_Widget_AppCompat_Toolbar=0x7f0800ae;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080072;
public static final int Base_Widget_Design_TabLayout=0x7f0800af;
public static final int Platform_AppCompat=0x7f080010;
public static final int Platform_AppCompat_Light=0x7f080011;
public static final int Platform_ThemeOverlay_AppCompat=0x7f080073;
public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f080074;
public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f080075;
public static final int Platform_V11_AppCompat=0x7f080012;
public static final int Platform_V11_AppCompat_Light=0x7f080013;
public static final int Platform_V14_AppCompat=0x7f08001a;
public static final int Platform_V14_AppCompat_Light=0x7f08001b;
public static final int Platform_Widget_AppCompat_Spinner=0x7f080014;
public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080021;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080022;
public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080023;
public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080024;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080025;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080026;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080027;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080028;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080029;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f08002a;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002b;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002c;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002d;
public static final int TextAppearance_AppCompat=0x7f0800b0;
public static final int TextAppearance_AppCompat_Body1=0x7f0800b1;
public static final int TextAppearance_AppCompat_Body2=0x7f0800b2;
public static final int TextAppearance_AppCompat_Button=0x7f0800b3;
public static final int TextAppearance_AppCompat_Caption=0x7f0800b4;
public static final int TextAppearance_AppCompat_Display1=0x7f0800b5;
public static final int TextAppearance_AppCompat_Display2=0x7f0800b6;
public static final int TextAppearance_AppCompat_Display3=0x7f0800b7;
public static final int TextAppearance_AppCompat_Display4=0x7f0800b8;
public static final int TextAppearance_AppCompat_Headline=0x7f0800b9;
public static final int TextAppearance_AppCompat_Inverse=0x7f0800ba;
public static final int TextAppearance_AppCompat_Large=0x7f0800bb;
public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0800bc;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800bd;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800be;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800bf;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800c0;
public static final int TextAppearance_AppCompat_Medium=0x7f0800c1;
public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0800c2;
public static final int TextAppearance_AppCompat_Menu=0x7f0800c3;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800c4;
public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c5;
public static final int TextAppearance_AppCompat_Small=0x7f0800c6;
public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0800c7;
public static final int TextAppearance_AppCompat_Subhead=0x7f0800c8;
public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c9;
public static final int TextAppearance_AppCompat_Title=0x7f0800ca;
public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0800cb;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800cc;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800cd;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800ce;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800cf;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800d0;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800d1;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800d2;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800d3;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800d4;
public static final int TextAppearance_AppCompat_Widget_Button=0x7f0800d5;
public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d6;
public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d7;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d8;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d9;
public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0800da;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800db;
public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0800dc;
public static final int TextAppearance_Design_Error=0x7f0800dd;
public static final int TextAppearance_Design_Hint=0x7f0800de;
public static final int TextAppearance_Design_Snackbar_Message=0x7f0800df;
public static final int TextAppearance_Design_Tab=0x7f0800e0;
public static final int TextAppearance_StatusBar_EventContent=0x7f08001c;
public static final int TextAppearance_StatusBar_EventContent_Info=0x7f08001d;
public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f08001e;
public static final int TextAppearance_StatusBar_EventContent_Time=0x7f08001f;
public static final int TextAppearance_StatusBar_EventContent_Title=0x7f080020;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800e1;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800e2;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800e3;
public static final int Theme_AppCompat=0x7f0800e4;
public static final int Theme_AppCompat_CompactMenu=0x7f0800e5;
public static final int Theme_AppCompat_Dialog=0x7f0800e6;
public static final int Theme_AppCompat_Dialog_Alert=0x7f0800e7;
public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0800e8;
public static final int Theme_AppCompat_DialogWhenLarge=0x7f0800e9;
public static final int Theme_AppCompat_Light=0x7f0800ea;
public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0800eb;
public static final int Theme_AppCompat_Light_Dialog=0x7f0800ec;
public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0800ed;
public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800ee;
public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800ef;
public static final int Theme_AppCompat_Light_NoActionBar=0x7f0800f0;
public static final int Theme_AppCompat_NoActionBar=0x7f0800f1;
public static final int ThemeOverlay_AppCompat=0x7f0800f2;
public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0800f3;
public static final int ThemeOverlay_AppCompat_Dark=0x7f0800f4;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f5;
public static final int ThemeOverlay_AppCompat_Light=0x7f0800f6;
public static final int Widget_AppCompat_ActionBar=0x7f0800f7;
public static final int Widget_AppCompat_ActionBar_Solid=0x7f0800f8;
public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0800f9;
public static final int Widget_AppCompat_ActionBar_TabText=0x7f0800fa;
public static final int Widget_AppCompat_ActionBar_TabView=0x7f0800fb;
public static final int Widget_AppCompat_ActionButton=0x7f0800fc;
public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0800fd;
public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0800fe;
public static final int Widget_AppCompat_ActionMode=0x7f0800ff;
public static final int Widget_AppCompat_ActivityChooserView=0x7f080100;
public static final int Widget_AppCompat_AutoCompleteTextView=0x7f080101;
public static final int Widget_AppCompat_Button=0x7f080102;
public static final int Widget_AppCompat_Button_Borderless=0x7f080103;
public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f080104;
public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080105;
public static final int Widget_AppCompat_Button_Colored=0x7f080106;
public static final int Widget_AppCompat_Button_Small=0x7f080107;
public static final int Widget_AppCompat_ButtonBar=0x7f080108;
public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080109;
public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f08010a;
public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f08010b;
public static final int Widget_AppCompat_CompoundButton_Switch=0x7f08010c;
public static final int Widget_AppCompat_DrawerArrowToggle=0x7f08010d;
public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f08010e;
public static final int Widget_AppCompat_EditText=0x7f08010f;
public static final int Widget_AppCompat_Light_ActionBar=0x7f080110;
public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f080111;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f080112;
public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f080113;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f080114;
public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f080115;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080116;
public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f080117;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080118;
public static final int Widget_AppCompat_Light_ActionButton=0x7f080119;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f08011a;
public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f08011b;
public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f08011c;
public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f08011d;
public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f08011e;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011f;
public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f080120;
public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f080121;
public static final int Widget_AppCompat_Light_PopupMenu=0x7f080122;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080123;
public static final int Widget_AppCompat_Light_SearchView=0x7f080124;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080125;
public static final int Widget_AppCompat_ListPopupWindow=0x7f080126;
public static final int Widget_AppCompat_ListView=0x7f080127;
public static final int Widget_AppCompat_ListView_DropDown=0x7f080128;
public static final int Widget_AppCompat_ListView_Menu=0x7f080129;
public static final int Widget_AppCompat_PopupMenu=0x7f08012a;
public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f08012b;
public static final int Widget_AppCompat_PopupWindow=0x7f08012c;
public static final int Widget_AppCompat_ProgressBar=0x7f08012d;
public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f08012e;
public static final int Widget_AppCompat_RatingBar=0x7f08012f;
public static final int Widget_AppCompat_SearchView=0x7f080130;
public static final int Widget_AppCompat_SearchView_ActionBar=0x7f080131;
public static final int Widget_AppCompat_Spinner=0x7f080132;
public static final int Widget_AppCompat_Spinner_DropDown=0x7f080133;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f080134;
public static final int Widget_AppCompat_Spinner_Underlined=0x7f080135;
public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f080136;
public static final int Widget_AppCompat_Toolbar=0x7f080137;
public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080138;
public static final int Widget_Design_AppBarLayout=0x7f080139;
public static final int Widget_Design_CollapsingToolbar=0x7f08013a;
public static final int Widget_Design_CoordinatorLayout=0x7f08013b;
public static final int Widget_Design_FloatingActionButton=0x7f08013c;
public static final int Widget_Design_NavigationView=0x7f08013d;
public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f08013e;
public static final int Widget_Design_Snackbar=0x7f08013f;
public static final int Widget_Design_TabLayout=0x7f080001;
public static final int Widget_Design_TextInputLayout=0x7f080140;
}
public static final class styleable {
/** Attributes that can be used with a ActionBar.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionBar_background com.example.hzsunshx.helloworld:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundSplit com.example.hzsunshx.helloworld:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundStacked com.example.hzsunshx.helloworld:backgroundStacked}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetEnd com.example.hzsunshx.helloworld:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetLeft com.example.hzsunshx.helloworld:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetRight com.example.hzsunshx.helloworld:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetStart com.example.hzsunshx.helloworld:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_customNavigationLayout com.example.hzsunshx.helloworld:customNavigationLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_displayOptions com.example.hzsunshx.helloworld:displayOptions}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_divider com.example.hzsunshx.helloworld:divider}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_elevation com.example.hzsunshx.helloworld:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_height com.example.hzsunshx.helloworld:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_hideOnContentScroll com.example.hzsunshx.helloworld:hideOnContentScroll}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeAsUpIndicator com.example.hzsunshx.helloworld:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeLayout com.example.hzsunshx.helloworld:homeLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_icon com.example.hzsunshx.helloworld:icon}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.example.hzsunshx.helloworld:indeterminateProgressStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_itemPadding com.example.hzsunshx.helloworld:itemPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_logo com.example.hzsunshx.helloworld:logo}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_navigationMode com.example.hzsunshx.helloworld:navigationMode}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_popupTheme com.example.hzsunshx.helloworld:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarPadding com.example.hzsunshx.helloworld:progressBarPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarStyle com.example.hzsunshx.helloworld:progressBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitle com.example.hzsunshx.helloworld:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitleTextStyle com.example.hzsunshx.helloworld:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_title com.example.hzsunshx.helloworld:title}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_titleTextStyle com.example.hzsunshx.helloworld:titleTextStyle}</code></td><td></td></tr>
</table>
@see #ActionBar_background
@see #ActionBar_backgroundSplit
@see #ActionBar_backgroundStacked
@see #ActionBar_contentInsetEnd
@see #ActionBar_contentInsetLeft
@see #ActionBar_contentInsetRight
@see #ActionBar_contentInsetStart
@see #ActionBar_customNavigationLayout
@see #ActionBar_displayOptions
@see #ActionBar_divider
@see #ActionBar_elevation
@see #ActionBar_height
@see #ActionBar_hideOnContentScroll
@see #ActionBar_homeAsUpIndicator
@see #ActionBar_homeLayout
@see #ActionBar_icon
@see #ActionBar_indeterminateProgressStyle
@see #ActionBar_itemPadding
@see #ActionBar_logo
@see #ActionBar_navigationMode
@see #ActionBar_popupTheme
@see #ActionBar_progressBarPadding
@see #ActionBar_progressBarStyle
@see #ActionBar_subtitle
@see #ActionBar_subtitleTextStyle
@see #ActionBar_title
@see #ActionBar_titleTextStyle
*/
public static final int[] ActionBar = {
0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005,
0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009,
0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d,
0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011,
0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015,
0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019,
0x7f01001a, 0x7f01001b, 0x7f0100b4
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#background}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:background
*/
public static final int ActionBar_background = 10;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundSplit}
attribute's value can be found in the {@link #ActionBar} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:backgroundSplit
*/
public static final int ActionBar_backgroundSplit = 12;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundStacked}
attribute's value can be found in the {@link #ActionBar} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:backgroundStacked
*/
public static final int ActionBar_backgroundStacked = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetEnd
*/
public static final int ActionBar_contentInsetEnd = 21;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetLeft
*/
public static final int ActionBar_contentInsetLeft = 22;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetRight}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetRight
*/
public static final int ActionBar_contentInsetRight = 23;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetStart}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetStart
*/
public static final int ActionBar_contentInsetStart = 20;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#customNavigationLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:customNavigationLayout
*/
public static final int ActionBar_customNavigationLayout = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#displayOptions}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:displayOptions
*/
public static final int ActionBar_displayOptions = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#divider}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:divider
*/
public static final int ActionBar_divider = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#elevation}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:elevation
*/
public static final int ActionBar_elevation = 24;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#height}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:height
*/
public static final int ActionBar_height = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#hideOnContentScroll}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:hideOnContentScroll
*/
public static final int ActionBar_hideOnContentScroll = 19;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:homeAsUpIndicator
*/
public static final int ActionBar_homeAsUpIndicator = 26;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#homeLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:homeLayout
*/
public static final int ActionBar_homeLayout = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#icon}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:icon
*/
public static final int ActionBar_icon = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#indeterminateProgressStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:indeterminateProgressStyle
*/
public static final int ActionBar_indeterminateProgressStyle = 16;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#itemPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:itemPadding
*/
public static final int ActionBar_itemPadding = 18;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#logo}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:logo
*/
public static final int ActionBar_logo = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#navigationMode}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:navigationMode
*/
public static final int ActionBar_navigationMode = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#popupTheme}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:popupTheme
*/
public static final int ActionBar_popupTheme = 25;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#progressBarPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:progressBarPadding
*/
public static final int ActionBar_progressBarPadding = 17;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#progressBarStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:progressBarStyle
*/
public static final int ActionBar_progressBarStyle = 15;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:subtitle
*/
public static final int ActionBar_subtitle = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:subtitleTextStyle
*/
public static final int ActionBar_subtitleTextStyle = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#title}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:title
*/
public static final int ActionBar_title = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:titleTextStyle
*/
public static final int ActionBar_titleTextStyle = 5;
/** Attributes that can be used with a ActionBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
</table>
@see #ActionBarLayout_android_layout_gravity
*/
public static final int[] ActionBarLayout = {
0x010100b3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #ActionBarLayout} array.
@attr name android:layout_gravity
*/
public static final int ActionBarLayout_android_layout_gravity = 0;
/** Attributes that can be used with a ActionMenuItemView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr>
</table>
@see #ActionMenuItemView_android_minWidth
*/
public static final int[] ActionMenuItemView = {
0x0101013f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #ActionMenuItemView} array.
@attr name android:minWidth
*/
public static final int ActionMenuItemView_android_minWidth = 0;
/** Attributes that can be used with a ActionMenuView.
*/
public static final int[] ActionMenuView = {
};
/** Attributes that can be used with a ActionMode.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionMode_background com.example.hzsunshx.helloworld:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_backgroundSplit com.example.hzsunshx.helloworld:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_closeItemLayout com.example.hzsunshx.helloworld:closeItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_height com.example.hzsunshx.helloworld:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_subtitleTextStyle com.example.hzsunshx.helloworld:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_titleTextStyle com.example.hzsunshx.helloworld:titleTextStyle}</code></td><td></td></tr>
</table>
@see #ActionMode_background
@see #ActionMode_backgroundSplit
@see #ActionMode_closeItemLayout
@see #ActionMode_height
@see #ActionMode_subtitleTextStyle
@see #ActionMode_titleTextStyle
*/
public static final int[] ActionMode = {
0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c,
0x7f01000e, 0x7f01001c
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#background}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:background
*/
public static final int ActionMode_background = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundSplit}
attribute's value can be found in the {@link #ActionMode} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:backgroundSplit
*/
public static final int ActionMode_backgroundSplit = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#closeItemLayout}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:closeItemLayout
*/
public static final int ActionMode_closeItemLayout = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#height}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:height
*/
public static final int ActionMode_height = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:subtitleTextStyle
*/
public static final int ActionMode_subtitleTextStyle = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:titleTextStyle
*/
public static final int ActionMode_titleTextStyle = 1;
/** Attributes that can be used with a ActivityChooserView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.hzsunshx.helloworld:expandActivityOverflowButtonDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #ActivityChooserView_initialActivityCount com.example.hzsunshx.helloworld:initialActivityCount}</code></td><td></td></tr>
</table>
@see #ActivityChooserView_expandActivityOverflowButtonDrawable
@see #ActivityChooserView_initialActivityCount
*/
public static final int[] ActivityChooserView = {
0x7f01001d, 0x7f01001e
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandActivityOverflowButtonDrawable}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:expandActivityOverflowButtonDrawable
*/
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#initialActivityCount}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:initialActivityCount
*/
public static final int ActivityChooserView_initialActivityCount = 0;
/** Attributes that can be used with a AlertDialog.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AlertDialog_android_layout android:layout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_buttonPanelSideLayout com.example.hzsunshx.helloworld:buttonPanelSideLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_listItemLayout com.example.hzsunshx.helloworld:listItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_listLayout com.example.hzsunshx.helloworld:listLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_multiChoiceItemLayout com.example.hzsunshx.helloworld:multiChoiceItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_singleChoiceItemLayout com.example.hzsunshx.helloworld:singleChoiceItemLayout}</code></td><td></td></tr>
</table>
@see #AlertDialog_android_layout
@see #AlertDialog_buttonPanelSideLayout
@see #AlertDialog_listItemLayout
@see #AlertDialog_listLayout
@see #AlertDialog_multiChoiceItemLayout
@see #AlertDialog_singleChoiceItemLayout
*/
public static final int[] AlertDialog = {
0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021,
0x7f010022, 0x7f010023
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout}
attribute's value can be found in the {@link #AlertDialog} array.
@attr name android:layout
*/
public static final int AlertDialog_android_layout = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonPanelSideLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonPanelSideLayout
*/
public static final int AlertDialog_buttonPanelSideLayout = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:listItemLayout
*/
public static final int AlertDialog_listItemLayout = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:listLayout
*/
public static final int AlertDialog_listLayout = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#multiChoiceItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:multiChoiceItemLayout
*/
public static final int AlertDialog_multiChoiceItemLayout = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#singleChoiceItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:singleChoiceItemLayout
*/
public static final int AlertDialog_singleChoiceItemLayout = 4;
/** Attributes that can be used with a AppBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayout_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_elevation com.example.hzsunshx.helloworld:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_expanded com.example.hzsunshx.helloworld:expanded}</code></td><td></td></tr>
</table>
@see #AppBarLayout_android_background
@see #AppBarLayout_elevation
@see #AppBarLayout_expanded
*/
public static final int[] AppBarLayout = {
0x010100d4, 0x7f01001a, 0x7f010024
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #AppBarLayout} array.
@attr name android:background
*/
public static final int AppBarLayout_android_background = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#elevation}
attribute's value can be found in the {@link #AppBarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:elevation
*/
public static final int AppBarLayout_elevation = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expanded}
attribute's value can be found in the {@link #AppBarLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expanded
*/
public static final int AppBarLayout_expanded = 2;
/** Attributes that can be used with a AppBarLayout_LayoutParams.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayout_LayoutParams_layout_scrollFlags com.example.hzsunshx.helloworld:layout_scrollFlags}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_LayoutParams_layout_scrollInterpolator com.example.hzsunshx.helloworld:layout_scrollInterpolator}</code></td><td></td></tr>
</table>
@see #AppBarLayout_LayoutParams_layout_scrollFlags
@see #AppBarLayout_LayoutParams_layout_scrollInterpolator
*/
public static final int[] AppBarLayout_LayoutParams = {
0x7f010025, 0x7f010026
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_scrollFlags}
attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scroll</code></td><td>0x1</td><td></td></tr>
<tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr>
<tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr>
<tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:layout_scrollFlags
*/
public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_scrollInterpolator}
attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:layout_scrollInterpolator
*/
public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
/** Attributes that can be used with a AppCompatTextView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppCompatTextView_android_textAppearance android:textAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextView_textAllCaps com.example.hzsunshx.helloworld:textAllCaps}</code></td><td></td></tr>
</table>
@see #AppCompatTextView_android_textAppearance
@see #AppCompatTextView_textAllCaps
*/
public static final int[] AppCompatTextView = {
0x01010034, 0x7f010027
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textAppearance}
attribute's value can be found in the {@link #AppCompatTextView} array.
@attr name android:textAppearance
*/
public static final int AppCompatTextView_android_textAppearance = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAllCaps}
attribute's value can be found in the {@link #AppCompatTextView} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name com.example.hzsunshx.helloworld:textAllCaps
*/
public static final int AppCompatTextView_textAllCaps = 1;
/** Attributes that can be used with a CollapsingAppBarLayout_LayoutParams.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CollapsingAppBarLayout_LayoutParams_layout_collapseMode com.example.hzsunshx.helloworld:layout_collapseMode}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier com.example.hzsunshx.helloworld:layout_collapseParallaxMultiplier}</code></td><td></td></tr>
</table>
@see #CollapsingAppBarLayout_LayoutParams_layout_collapseMode
@see #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier
*/
public static final int[] CollapsingAppBarLayout_LayoutParams = {
0x7f010028, 0x7f010029
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_collapseMode}
attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>pin</code></td><td>1</td><td></td></tr>
<tr><td><code>parallax</code></td><td>2</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:layout_collapseMode
*/
public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_collapseParallaxMultiplier}
attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:layout_collapseParallaxMultiplier
*/
public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
/** Attributes that can be used with a CollapsingToolbarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleGravity com.example.hzsunshx.helloworld:collapsedTitleGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.example.hzsunshx.helloworld:collapsedTitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_contentScrim com.example.hzsunshx.helloworld:contentScrim}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleGravity com.example.hzsunshx.helloworld:expandedTitleGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMargin com.example.hzsunshx.helloworld:expandedTitleMargin}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.example.hzsunshx.helloworld:expandedTitleMarginBottom}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.example.hzsunshx.helloworld:expandedTitleMarginEnd}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.example.hzsunshx.helloworld:expandedTitleMarginStart}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.example.hzsunshx.helloworld:expandedTitleMarginTop}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.example.hzsunshx.helloworld:expandedTitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_statusBarScrim com.example.hzsunshx.helloworld:statusBarScrim}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_title com.example.hzsunshx.helloworld:title}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_titleEnabled com.example.hzsunshx.helloworld:titleEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_toolbarId com.example.hzsunshx.helloworld:toolbarId}</code></td><td></td></tr>
</table>
@see #CollapsingToolbarLayout_collapsedTitleGravity
@see #CollapsingToolbarLayout_collapsedTitleTextAppearance
@see #CollapsingToolbarLayout_contentScrim
@see #CollapsingToolbarLayout_expandedTitleGravity
@see #CollapsingToolbarLayout_expandedTitleMargin
@see #CollapsingToolbarLayout_expandedTitleMarginBottom
@see #CollapsingToolbarLayout_expandedTitleMarginEnd
@see #CollapsingToolbarLayout_expandedTitleMarginStart
@see #CollapsingToolbarLayout_expandedTitleMarginTop
@see #CollapsingToolbarLayout_expandedTitleTextAppearance
@see #CollapsingToolbarLayout_statusBarScrim
@see #CollapsingToolbarLayout_title
@see #CollapsingToolbarLayout_titleEnabled
@see #CollapsingToolbarLayout_toolbarId
*/
public static final int[] CollapsingToolbarLayout = {
0x7f010003, 0x7f01002a, 0x7f01002b, 0x7f01002c,
0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030,
0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034,
0x7f010035, 0x7f010036
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#collapsedTitleGravity}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:collapsedTitleGravity
*/
public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#collapsedTitleTextAppearance}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:collapsedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentScrim}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentScrim
*/
public static final int CollapsingToolbarLayout_contentScrim = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleGravity}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:expandedTitleGravity
*/
public static final int CollapsingToolbarLayout_expandedTitleGravity = 12;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleMargin}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expandedTitleMargin
*/
public static final int CollapsingToolbarLayout_expandedTitleMargin = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleMarginBottom}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expandedTitleMarginBottom
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleMarginEnd}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expandedTitleMarginEnd
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleMarginStart}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expandedTitleMarginStart
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleMarginTop}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:expandedTitleMarginTop
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#expandedTitleTextAppearance}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:expandedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#statusBarScrim}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:statusBarScrim
*/
public static final int CollapsingToolbarLayout_statusBarScrim = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#title}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:title
*/
public static final int CollapsingToolbarLayout_title = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleEnabled}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleEnabled
*/
public static final int CollapsingToolbarLayout_titleEnabled = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#toolbarId}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:toolbarId
*/
public static final int CollapsingToolbarLayout_toolbarId = 10;
/** Attributes that can be used with a CompoundButton.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CompoundButton_android_button android:button}</code></td><td></td></tr>
<tr><td><code>{@link #CompoundButton_buttonTint com.example.hzsunshx.helloworld:buttonTint}</code></td><td></td></tr>
<tr><td><code>{@link #CompoundButton_buttonTintMode com.example.hzsunshx.helloworld:buttonTintMode}</code></td><td></td></tr>
</table>
@see #CompoundButton_android_button
@see #CompoundButton_buttonTint
@see #CompoundButton_buttonTintMode
*/
public static final int[] CompoundButton = {
0x01010107, 0x7f010037, 0x7f010038
};
/**
<p>This symbol is the offset where the {@link android.R.attr#button}
attribute's value can be found in the {@link #CompoundButton} array.
@attr name android:button
*/
public static final int CompoundButton_android_button = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonTint}
attribute's value can be found in the {@link #CompoundButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:buttonTint
*/
public static final int CompoundButton_buttonTint = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonTintMode}
attribute's value can be found in the {@link #CompoundButton} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:buttonTintMode
*/
public static final int CompoundButton_buttonTintMode = 2;
/** Attributes that can be used with a CoordinatorLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CoordinatorLayout_keylines com.example.hzsunshx.helloworld:keylines}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_statusBarBackground com.example.hzsunshx.helloworld:statusBarBackground}</code></td><td></td></tr>
</table>
@see #CoordinatorLayout_keylines
@see #CoordinatorLayout_statusBarBackground
*/
public static final int[] CoordinatorLayout = {
0x7f010039, 0x7f01003a
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#keylines}
attribute's value can be found in the {@link #CoordinatorLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:keylines
*/
public static final int CoordinatorLayout_keylines = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#statusBarBackground}
attribute's value can be found in the {@link #CoordinatorLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:statusBarBackground
*/
public static final int CoordinatorLayout_statusBarBackground = 1;
/** Attributes that can be used with a CoordinatorLayout_LayoutParams.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CoordinatorLayout_LayoutParams_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_anchor com.example.hzsunshx.helloworld:layout_anchor}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_anchorGravity com.example.hzsunshx.helloworld:layout_anchorGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_behavior com.example.hzsunshx.helloworld:layout_behavior}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_keyline com.example.hzsunshx.helloworld:layout_keyline}</code></td><td></td></tr>
</table>
@see #CoordinatorLayout_LayoutParams_android_layout_gravity
@see #CoordinatorLayout_LayoutParams_layout_anchor
@see #CoordinatorLayout_LayoutParams_layout_anchorGravity
@see #CoordinatorLayout_LayoutParams_layout_behavior
@see #CoordinatorLayout_LayoutParams_layout_keyline
*/
public static final int[] CoordinatorLayout_LayoutParams = {
0x010100b3, 0x7f01003b, 0x7f01003c, 0x7f01003d,
0x7f01003e
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
@attr name android:layout_gravity
*/
public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_anchor}
attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:layout_anchor
*/
public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_anchorGravity}
attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>fill_horizontal</code></td><td>0x07</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>fill</code></td><td>0x77</td><td></td></tr>
<tr><td><code>clip_vertical</code></td><td>0x80</td><td></td></tr>
<tr><td><code>clip_horizontal</code></td><td>0x08</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:layout_anchorGravity
*/
public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_behavior}
attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:layout_behavior
*/
public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout_keyline}
attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:layout_keyline
*/
public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3;
/** Attributes that can be used with a DrawerArrowToggle.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #DrawerArrowToggle_arrowHeadLength com.example.hzsunshx.helloworld:arrowHeadLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength com.example.hzsunshx.helloworld:arrowShaftLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_barLength com.example.hzsunshx.helloworld:barLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_color com.example.hzsunshx.helloworld:color}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_drawableSize com.example.hzsunshx.helloworld:drawableSize}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.example.hzsunshx.helloworld:gapBetweenBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_spinBars com.example.hzsunshx.helloworld:spinBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_thickness com.example.hzsunshx.helloworld:thickness}</code></td><td></td></tr>
</table>
@see #DrawerArrowToggle_arrowHeadLength
@see #DrawerArrowToggle_arrowShaftLength
@see #DrawerArrowToggle_barLength
@see #DrawerArrowToggle_color
@see #DrawerArrowToggle_drawableSize
@see #DrawerArrowToggle_gapBetweenBars
@see #DrawerArrowToggle_spinBars
@see #DrawerArrowToggle_thickness
*/
public static final int[] DrawerArrowToggle = {
0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042,
0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#arrowHeadLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:arrowHeadLength
*/
public static final int DrawerArrowToggle_arrowHeadLength = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#arrowShaftLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:arrowShaftLength
*/
public static final int DrawerArrowToggle_arrowShaftLength = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#barLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:barLength
*/
public static final int DrawerArrowToggle_barLength = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#color}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:color
*/
public static final int DrawerArrowToggle_color = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#drawableSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:drawableSize
*/
public static final int DrawerArrowToggle_drawableSize = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#gapBetweenBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:gapBetweenBars
*/
public static final int DrawerArrowToggle_gapBetweenBars = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#spinBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:spinBars
*/
public static final int DrawerArrowToggle_spinBars = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#thickness}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:thickness
*/
public static final int DrawerArrowToggle_thickness = 7;
/** Attributes that can be used with a FloatingActionButton.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #FloatingActionButton_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_backgroundTint com.example.hzsunshx.helloworld:backgroundTint}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_backgroundTintMode com.example.hzsunshx.helloworld:backgroundTintMode}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_borderWidth com.example.hzsunshx.helloworld:borderWidth}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_elevation com.example.hzsunshx.helloworld:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_fabSize com.example.hzsunshx.helloworld:fabSize}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_pressedTranslationZ com.example.hzsunshx.helloworld:pressedTranslationZ}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_rippleColor com.example.hzsunshx.helloworld:rippleColor}</code></td><td></td></tr>
</table>
@see #FloatingActionButton_android_background
@see #FloatingActionButton_backgroundTint
@see #FloatingActionButton_backgroundTintMode
@see #FloatingActionButton_borderWidth
@see #FloatingActionButton_elevation
@see #FloatingActionButton_fabSize
@see #FloatingActionButton_pressedTranslationZ
@see #FloatingActionButton_rippleColor
*/
public static final int[] FloatingActionButton = {
0x010100d4, 0x7f01001a, 0x7f010047, 0x7f010048,
0x7f010049, 0x7f01004a, 0x7f010102, 0x7f010103
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #FloatingActionButton} array.
@attr name android:background
*/
public static final int FloatingActionButton_android_background = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundTint}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:backgroundTint
*/
public static final int FloatingActionButton_backgroundTint = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundTintMode}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:backgroundTintMode
*/
public static final int FloatingActionButton_backgroundTintMode = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#borderWidth}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:borderWidth
*/
public static final int FloatingActionButton_borderWidth = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#elevation}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:elevation
*/
public static final int FloatingActionButton_elevation = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#fabSize}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>mini</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:fabSize
*/
public static final int FloatingActionButton_fabSize = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#pressedTranslationZ}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:pressedTranslationZ
*/
public static final int FloatingActionButton_pressedTranslationZ = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#rippleColor}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:rippleColor
*/
public static final int FloatingActionButton_rippleColor = 2;
/** Attributes that can be used with a LinearLayoutCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_divider com.example.hzsunshx.helloworld:divider}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.example.hzsunshx.helloworld:dividerPadding}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.example.hzsunshx.helloworld:measureWithLargestChild}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_showDividers com.example.hzsunshx.helloworld:showDividers}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_android_baselineAligned
@see #LinearLayoutCompat_android_baselineAlignedChildIndex
@see #LinearLayoutCompat_android_gravity
@see #LinearLayoutCompat_android_orientation
@see #LinearLayoutCompat_android_weightSum
@see #LinearLayoutCompat_divider
@see #LinearLayoutCompat_dividerPadding
@see #LinearLayoutCompat_measureWithLargestChild
@see #LinearLayoutCompat_showDividers
*/
public static final int[] LinearLayoutCompat = {
0x010100af, 0x010100c4, 0x01010126, 0x01010127,
0x01010128, 0x7f01000b, 0x7f01004b, 0x7f01004c,
0x7f01004d
};
/**
<p>This symbol is the offset where the {@link android.R.attr#baselineAligned}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:baselineAligned
*/
public static final int LinearLayoutCompat_android_baselineAligned = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:baselineAlignedChildIndex
*/
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:gravity
*/
public static final int LinearLayoutCompat_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#orientation}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:orientation
*/
public static final int LinearLayoutCompat_android_orientation = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#weightSum}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:weightSum
*/
public static final int LinearLayoutCompat_android_weightSum = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#divider}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:divider
*/
public static final int LinearLayoutCompat_divider = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dividerPadding}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:dividerPadding
*/
public static final int LinearLayoutCompat_dividerPadding = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#measureWithLargestChild}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:measureWithLargestChild
*/
public static final int LinearLayoutCompat_measureWithLargestChild = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#showDividers}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:showDividers
*/
public static final int LinearLayoutCompat_showDividers = 7;
/** Attributes that can be used with a LinearLayoutCompat_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_Layout_android_layout_gravity
@see #LinearLayoutCompat_Layout_android_layout_height
@see #LinearLayoutCompat_Layout_android_layout_weight
@see #LinearLayoutCompat_Layout_android_layout_width
*/
public static final int[] LinearLayoutCompat_Layout = {
0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_gravity
*/
public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_height}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_height
*/
public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_weight}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_weight
*/
public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_width}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_width
*/
public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
/** Attributes that can be used with a ListPopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr>
<tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr>
</table>
@see #ListPopupWindow_android_dropDownHorizontalOffset
@see #ListPopupWindow_android_dropDownVerticalOffset
*/
public static final int[] ListPopupWindow = {
0x010102ac, 0x010102ad
};
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
attribute's value can be found in the {@link #ListPopupWindow} array.
@attr name android:dropDownHorizontalOffset
*/
public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
attribute's value can be found in the {@link #ListPopupWindow} array.
@attr name android:dropDownVerticalOffset
*/
public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
/** Attributes that can be used with a MenuGroup.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td></td></tr>
</table>
@see #MenuGroup_android_checkableBehavior
@see #MenuGroup_android_enabled
@see #MenuGroup_android_id
@see #MenuGroup_android_menuCategory
@see #MenuGroup_android_orderInCategory
@see #MenuGroup_android_visible
*/
public static final int[] MenuGroup = {
0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
0x010101df, 0x010101e0
};
/**
<p>This symbol is the offset where the {@link android.R.attr#checkableBehavior}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:checkableBehavior
*/
public static final int MenuGroup_android_checkableBehavior = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#enabled}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:enabled
*/
public static final int MenuGroup_android_enabled = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:id
*/
public static final int MenuGroup_android_id = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#menuCategory}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:menuCategory
*/
public static final int MenuGroup_android_menuCategory = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:orderInCategory
*/
public static final int MenuGroup_android_orderInCategory = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#visible}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:visible
*/
public static final int MenuGroup_android_visible = 2;
/** Attributes that can be used with a MenuItem.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuItem_actionLayout com.example.hzsunshx.helloworld:actionLayout}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionProviderClass com.example.hzsunshx.helloworld:actionProviderClass}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionViewClass com.example.hzsunshx.helloworld:actionViewClass}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_showAsAction com.example.hzsunshx.helloworld:showAsAction}</code></td><td></td></tr>
</table>
@see #MenuItem_actionLayout
@see #MenuItem_actionProviderClass
@see #MenuItem_actionViewClass
@see #MenuItem_android_alphabeticShortcut
@see #MenuItem_android_checkable
@see #MenuItem_android_checked
@see #MenuItem_android_enabled
@see #MenuItem_android_icon
@see #MenuItem_android_id
@see #MenuItem_android_menuCategory
@see #MenuItem_android_numericShortcut
@see #MenuItem_android_onClick
@see #MenuItem_android_orderInCategory
@see #MenuItem_android_title
@see #MenuItem_android_titleCondensed
@see #MenuItem_android_visible
@see #MenuItem_showAsAction
*/
public static final int[] MenuItem = {
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x7f01004e, 0x7f01004f, 0x7f010050,
0x7f010051
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionLayout}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionLayout
*/
public static final int MenuItem_actionLayout = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionProviderClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:actionProviderClass
*/
public static final int MenuItem_actionProviderClass = 16;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionViewClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:actionViewClass
*/
public static final int MenuItem_actionViewClass = 15;
/**
<p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:alphabeticShortcut
*/
public static final int MenuItem_android_alphabeticShortcut = 9;
/**
<p>This symbol is the offset where the {@link android.R.attr#checkable}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:checkable
*/
public static final int MenuItem_android_checkable = 11;
/**
<p>This symbol is the offset where the {@link android.R.attr#checked}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:checked
*/
public static final int MenuItem_android_checked = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#enabled}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:enabled
*/
public static final int MenuItem_android_enabled = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#icon}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:icon
*/
public static final int MenuItem_android_icon = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:id
*/
public static final int MenuItem_android_id = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#menuCategory}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:menuCategory
*/
public static final int MenuItem_android_menuCategory = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#numericShortcut}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:numericShortcut
*/
public static final int MenuItem_android_numericShortcut = 10;
/**
<p>This symbol is the offset where the {@link android.R.attr#onClick}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:onClick
*/
public static final int MenuItem_android_onClick = 12;
/**
<p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:orderInCategory
*/
public static final int MenuItem_android_orderInCategory = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#title}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:title
*/
public static final int MenuItem_android_title = 7;
/**
<p>This symbol is the offset where the {@link android.R.attr#titleCondensed}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:titleCondensed
*/
public static final int MenuItem_android_titleCondensed = 8;
/**
<p>This symbol is the offset where the {@link android.R.attr#visible}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:visible
*/
public static final int MenuItem_android_visible = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#showAsAction}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:showAsAction
*/
public static final int MenuItem_showAsAction = 13;
/** Attributes that can be used with a MenuView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_preserveIconSpacing com.example.hzsunshx.helloworld:preserveIconSpacing}</code></td><td></td></tr>
</table>
@see #MenuView_android_headerBackground
@see #MenuView_android_horizontalDivider
@see #MenuView_android_itemBackground
@see #MenuView_android_itemIconDisabledAlpha
@see #MenuView_android_itemTextAppearance
@see #MenuView_android_verticalDivider
@see #MenuView_android_windowAnimationStyle
@see #MenuView_preserveIconSpacing
*/
public static final int[] MenuView = {
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x7f010052
};
/**
<p>This symbol is the offset where the {@link android.R.attr#headerBackground}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:headerBackground
*/
public static final int MenuView_android_headerBackground = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#horizontalDivider}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:horizontalDivider
*/
public static final int MenuView_android_horizontalDivider = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemBackground}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemBackground
*/
public static final int MenuView_android_itemBackground = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemIconDisabledAlpha
*/
public static final int MenuView_android_itemIconDisabledAlpha = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemTextAppearance
*/
public static final int MenuView_android_itemTextAppearance = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#verticalDivider}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:verticalDivider
*/
public static final int MenuView_android_verticalDivider = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:windowAnimationStyle
*/
public static final int MenuView_android_windowAnimationStyle = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#preserveIconSpacing}
attribute's value can be found in the {@link #MenuView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:preserveIconSpacing
*/
public static final int MenuView_preserveIconSpacing = 7;
/** Attributes that can be used with a NavigationView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #NavigationView_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_elevation com.example.hzsunshx.helloworld:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_headerLayout com.example.hzsunshx.helloworld:headerLayout}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemBackground com.example.hzsunshx.helloworld:itemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemIconTint com.example.hzsunshx.helloworld:itemIconTint}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemTextAppearance com.example.hzsunshx.helloworld:itemTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemTextColor com.example.hzsunshx.helloworld:itemTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_menu com.example.hzsunshx.helloworld:menu}</code></td><td></td></tr>
</table>
@see #NavigationView_android_background
@see #NavigationView_android_fitsSystemWindows
@see #NavigationView_android_maxWidth
@see #NavigationView_elevation
@see #NavigationView_headerLayout
@see #NavigationView_itemBackground
@see #NavigationView_itemIconTint
@see #NavigationView_itemTextAppearance
@see #NavigationView_itemTextColor
@see #NavigationView_menu
*/
public static final int[] NavigationView = {
0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a,
0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056,
0x7f010057, 0x7f010058
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:background
*/
public static final int NavigationView_android_background = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#fitsSystemWindows}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:fitsSystemWindows
*/
public static final int NavigationView_android_fitsSystemWindows = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:maxWidth
*/
public static final int NavigationView_android_maxWidth = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#elevation}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:elevation
*/
public static final int NavigationView_elevation = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#headerLayout}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:headerLayout
*/
public static final int NavigationView_headerLayout = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#itemBackground}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:itemBackground
*/
public static final int NavigationView_itemBackground = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#itemIconTint}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:itemIconTint
*/
public static final int NavigationView_itemIconTint = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#itemTextAppearance}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:itemTextAppearance
*/
public static final int NavigationView_itemTextAppearance = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#itemTextColor}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:itemTextColor
*/
public static final int NavigationView_itemTextColor = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#menu}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:menu
*/
public static final int NavigationView_menu = 4;
/** Attributes that can be used with a PopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr>
<tr><td><code>{@link #PopupWindow_overlapAnchor com.example.hzsunshx.helloworld:overlapAnchor}</code></td><td></td></tr>
</table>
@see #PopupWindow_android_popupBackground
@see #PopupWindow_overlapAnchor
*/
public static final int[] PopupWindow = {
0x01010176, 0x7f010059
};
/**
<p>This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #PopupWindow} array.
@attr name android:popupBackground
*/
public static final int PopupWindow_android_popupBackground = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#overlapAnchor}
attribute's value can be found in the {@link #PopupWindow} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:overlapAnchor
*/
public static final int PopupWindow_overlapAnchor = 1;
/** Attributes that can be used with a PopupWindowBackgroundState.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor com.example.hzsunshx.helloworld:state_above_anchor}</code></td><td></td></tr>
</table>
@see #PopupWindowBackgroundState_state_above_anchor
*/
public static final int[] PopupWindowBackgroundState = {
0x7f01005a
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#state_above_anchor}
attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:state_above_anchor
*/
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
/** Attributes that can be used with a ScrimInsetsFrameLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ScrimInsetsFrameLayout_insetForeground com.example.hzsunshx.helloworld:insetForeground}</code></td><td></td></tr>
</table>
@see #ScrimInsetsFrameLayout_insetForeground
*/
public static final int[] ScrimInsetsFrameLayout = {
0x7f01005b
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#insetForeground}
attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:insetForeground
*/
public static final int ScrimInsetsFrameLayout_insetForeground = 0;
/** Attributes that can be used with a ScrollingViewBehavior_Params.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ScrollingViewBehavior_Params_behavior_overlapTop com.example.hzsunshx.helloworld:behavior_overlapTop}</code></td><td></td></tr>
</table>
@see #ScrollingViewBehavior_Params_behavior_overlapTop
*/
public static final int[] ScrollingViewBehavior_Params = {
0x7f01005c
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#behavior_overlapTop}
attribute's value can be found in the {@link #ScrollingViewBehavior_Params} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:behavior_overlapTop
*/
public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
/** Attributes that can be used with a SearchView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_closeIcon com.example.hzsunshx.helloworld:closeIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_commitIcon com.example.hzsunshx.helloworld:commitIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_defaultQueryHint com.example.hzsunshx.helloworld:defaultQueryHint}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_goIcon com.example.hzsunshx.helloworld:goIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_iconifiedByDefault com.example.hzsunshx.helloworld:iconifiedByDefault}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_layout com.example.hzsunshx.helloworld:layout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryBackground com.example.hzsunshx.helloworld:queryBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryHint com.example.hzsunshx.helloworld:queryHint}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_searchHintIcon com.example.hzsunshx.helloworld:searchHintIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_searchIcon com.example.hzsunshx.helloworld:searchIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_submitBackground com.example.hzsunshx.helloworld:submitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_suggestionRowLayout com.example.hzsunshx.helloworld:suggestionRowLayout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_voiceIcon com.example.hzsunshx.helloworld:voiceIcon}</code></td><td></td></tr>
</table>
@see #SearchView_android_focusable
@see #SearchView_android_imeOptions
@see #SearchView_android_inputType
@see #SearchView_android_maxWidth
@see #SearchView_closeIcon
@see #SearchView_commitIcon
@see #SearchView_defaultQueryHint
@see #SearchView_goIcon
@see #SearchView_iconifiedByDefault
@see #SearchView_layout
@see #SearchView_queryBackground
@see #SearchView_queryHint
@see #SearchView_searchHintIcon
@see #SearchView_searchIcon
@see #SearchView_submitBackground
@see #SearchView_suggestionRowLayout
@see #SearchView_voiceIcon
*/
public static final int[] SearchView = {
0x010100da, 0x0101011f, 0x01010220, 0x01010264,
0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060,
0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064,
0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068,
0x7f010069
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:focusable
*/
public static final int SearchView_android_focusable = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#imeOptions}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:imeOptions
*/
public static final int SearchView_android_imeOptions = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#inputType}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:inputType
*/
public static final int SearchView_android_inputType = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:maxWidth
*/
public static final int SearchView_android_maxWidth = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#closeIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:closeIcon
*/
public static final int SearchView_closeIcon = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#commitIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:commitIcon
*/
public static final int SearchView_commitIcon = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#defaultQueryHint}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:defaultQueryHint
*/
public static final int SearchView_defaultQueryHint = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#goIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:goIcon
*/
public static final int SearchView_goIcon = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#iconifiedByDefault}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:iconifiedByDefault
*/
public static final int SearchView_iconifiedByDefault = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#layout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:layout
*/
public static final int SearchView_layout = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#queryBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:queryBackground
*/
public static final int SearchView_queryBackground = 15;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#queryHint}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:queryHint
*/
public static final int SearchView_queryHint = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#searchHintIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:searchHintIcon
*/
public static final int SearchView_searchHintIcon = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#searchIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:searchIcon
*/
public static final int SearchView_searchIcon = 10;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#submitBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:submitBackground
*/
public static final int SearchView_submitBackground = 16;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#suggestionRowLayout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:suggestionRowLayout
*/
public static final int SearchView_suggestionRowLayout = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#voiceIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:voiceIcon
*/
public static final int SearchView_voiceIcon = 12;
/** Attributes that can be used with a SnackbarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SnackbarLayout_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SnackbarLayout_elevation com.example.hzsunshx.helloworld:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #SnackbarLayout_maxActionInlineWidth com.example.hzsunshx.helloworld:maxActionInlineWidth}</code></td><td></td></tr>
</table>
@see #SnackbarLayout_android_maxWidth
@see #SnackbarLayout_elevation
@see #SnackbarLayout_maxActionInlineWidth
*/
public static final int[] SnackbarLayout = {
0x0101011f, 0x7f01001a, 0x7f01006a
};
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #SnackbarLayout} array.
@attr name android:maxWidth
*/
public static final int SnackbarLayout_android_maxWidth = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#elevation}
attribute's value can be found in the {@link #SnackbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:elevation
*/
public static final int SnackbarLayout_elevation = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#maxActionInlineWidth}
attribute's value can be found in the {@link #SnackbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:maxActionInlineWidth
*/
public static final int SnackbarLayout_maxActionInlineWidth = 2;
/** Attributes that can be used with a Spinner.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_prompt android:prompt}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_popupTheme com.example.hzsunshx.helloworld:popupTheme}</code></td><td></td></tr>
</table>
@see #Spinner_android_dropDownWidth
@see #Spinner_android_popupBackground
@see #Spinner_android_prompt
@see #Spinner_popupTheme
*/
public static final int[] Spinner = {
0x01010176, 0x0101017b, 0x01010262, 0x7f01001b
};
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownWidth}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:dropDownWidth
*/
public static final int Spinner_android_dropDownWidth = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:popupBackground
*/
public static final int Spinner_android_popupBackground = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#prompt}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:prompt
*/
public static final int Spinner_android_prompt = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#popupTheme}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:popupTheme
*/
public static final int Spinner_popupTheme = 3;
/** Attributes that can be used with a SwitchCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_showText com.example.hzsunshx.helloworld:showText}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_splitTrack com.example.hzsunshx.helloworld:splitTrack}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchMinWidth com.example.hzsunshx.helloworld:switchMinWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchPadding com.example.hzsunshx.helloworld:switchPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchTextAppearance com.example.hzsunshx.helloworld:switchTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_thumbTextPadding com.example.hzsunshx.helloworld:thumbTextPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_track com.example.hzsunshx.helloworld:track}</code></td><td></td></tr>
</table>
@see #SwitchCompat_android_textOff
@see #SwitchCompat_android_textOn
@see #SwitchCompat_android_thumb
@see #SwitchCompat_showText
@see #SwitchCompat_splitTrack
@see #SwitchCompat_switchMinWidth
@see #SwitchCompat_switchPadding
@see #SwitchCompat_switchTextAppearance
@see #SwitchCompat_thumbTextPadding
@see #SwitchCompat_track
*/
public static final int[] SwitchCompat = {
0x01010124, 0x01010125, 0x01010142, 0x7f01006b,
0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f,
0x7f010070, 0x7f010071
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textOff}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:textOff
*/
public static final int SwitchCompat_android_textOff = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textOn}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:textOn
*/
public static final int SwitchCompat_android_textOn = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#thumb}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:thumb
*/
public static final int SwitchCompat_android_thumb = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#showText}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:showText
*/
public static final int SwitchCompat_showText = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#splitTrack}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:splitTrack
*/
public static final int SwitchCompat_splitTrack = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#switchMinWidth}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:switchMinWidth
*/
public static final int SwitchCompat_switchMinWidth = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#switchPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:switchPadding
*/
public static final int SwitchCompat_switchPadding = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#switchTextAppearance}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:switchTextAppearance
*/
public static final int SwitchCompat_switchTextAppearance = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#thumbTextPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:thumbTextPadding
*/
public static final int SwitchCompat_thumbTextPadding = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#track}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:track
*/
public static final int SwitchCompat_track = 3;
/** Attributes that can be used with a TabLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TabLayout_tabBackground com.example.hzsunshx.helloworld:tabBackground}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabContentStart com.example.hzsunshx.helloworld:tabContentStart}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabGravity com.example.hzsunshx.helloworld:tabGravity}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabIndicatorColor com.example.hzsunshx.helloworld:tabIndicatorColor}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabIndicatorHeight com.example.hzsunshx.helloworld:tabIndicatorHeight}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMaxWidth com.example.hzsunshx.helloworld:tabMaxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMinWidth com.example.hzsunshx.helloworld:tabMinWidth}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMode com.example.hzsunshx.helloworld:tabMode}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPadding com.example.hzsunshx.helloworld:tabPadding}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingBottom com.example.hzsunshx.helloworld:tabPaddingBottom}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingEnd com.example.hzsunshx.helloworld:tabPaddingEnd}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingStart com.example.hzsunshx.helloworld:tabPaddingStart}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingTop com.example.hzsunshx.helloworld:tabPaddingTop}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabSelectedTextColor com.example.hzsunshx.helloworld:tabSelectedTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabTextAppearance com.example.hzsunshx.helloworld:tabTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabTextColor com.example.hzsunshx.helloworld:tabTextColor}</code></td><td></td></tr>
</table>
@see #TabLayout_tabBackground
@see #TabLayout_tabContentStart
@see #TabLayout_tabGravity
@see #TabLayout_tabIndicatorColor
@see #TabLayout_tabIndicatorHeight
@see #TabLayout_tabMaxWidth
@see #TabLayout_tabMinWidth
@see #TabLayout_tabMode
@see #TabLayout_tabPadding
@see #TabLayout_tabPaddingBottom
@see #TabLayout_tabPaddingEnd
@see #TabLayout_tabPaddingStart
@see #TabLayout_tabPaddingTop
@see #TabLayout_tabSelectedTextColor
@see #TabLayout_tabTextAppearance
@see #TabLayout_tabTextColor
*/
public static final int[] TabLayout = {
0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075,
0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079,
0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d,
0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabBackground}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:tabBackground
*/
public static final int TabLayout_tabBackground = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabContentStart}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabContentStart
*/
public static final int TabLayout_tabContentStart = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabGravity}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>fill</code></td><td>0</td><td></td></tr>
<tr><td><code>center</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:tabGravity
*/
public static final int TabLayout_tabGravity = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabIndicatorColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabIndicatorColor
*/
public static final int TabLayout_tabIndicatorColor = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabIndicatorHeight}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabIndicatorHeight
*/
public static final int TabLayout_tabIndicatorHeight = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabMaxWidth}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabMaxWidth
*/
public static final int TabLayout_tabMaxWidth = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabMinWidth}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabMinWidth
*/
public static final int TabLayout_tabMinWidth = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabMode}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scrollable</code></td><td>0</td><td></td></tr>
<tr><td><code>fixed</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:tabMode
*/
public static final int TabLayout_tabMode = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabPadding}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabPadding
*/
public static final int TabLayout_tabPadding = 15;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabPaddingBottom}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabPaddingBottom
*/
public static final int TabLayout_tabPaddingBottom = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabPaddingEnd}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabPaddingEnd
*/
public static final int TabLayout_tabPaddingEnd = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabPaddingStart}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabPaddingStart
*/
public static final int TabLayout_tabPaddingStart = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabPaddingTop}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabPaddingTop
*/
public static final int TabLayout_tabPaddingTop = 12;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabSelectedTextColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabSelectedTextColor
*/
public static final int TabLayout_tabSelectedTextColor = 10;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabTextAppearance}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:tabTextAppearance
*/
public static final int TabLayout_tabTextAppearance = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#tabTextColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:tabTextColor
*/
public static final int TabLayout_tabTextColor = 9;
/** Attributes that can be used with a TextAppearance.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TextAppearance_android_textColor android:textColor}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textSize android:textSize}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textStyle android:textStyle}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_textAllCaps com.example.hzsunshx.helloworld:textAllCaps}</code></td><td></td></tr>
</table>
@see #TextAppearance_android_textColor
@see #TextAppearance_android_textSize
@see #TextAppearance_android_textStyle
@see #TextAppearance_android_typeface
@see #TextAppearance_textAllCaps
*/
public static final int[] TextAppearance = {
0x01010095, 0x01010096, 0x01010097, 0x01010098,
0x7f010027
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textColor}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textColor
*/
public static final int TextAppearance_android_textColor = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#textSize}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textSize
*/
public static final int TextAppearance_android_textSize = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#textStyle}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textStyle
*/
public static final int TextAppearance_android_textStyle = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#typeface}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:typeface
*/
public static final int TextAppearance_android_typeface = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAllCaps}
attribute's value can be found in the {@link #TextAppearance} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name com.example.hzsunshx.helloworld:textAllCaps
*/
public static final int TextAppearance_textAllCaps = 4;
/** Attributes that can be used with a TextInputLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TextInputLayout_android_hint android:hint}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_android_textColorHint android:textColorHint}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_errorEnabled com.example.hzsunshx.helloworld:errorEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_errorTextAppearance com.example.hzsunshx.helloworld:errorTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_hintAnimationEnabled com.example.hzsunshx.helloworld:hintAnimationEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_hintTextAppearance com.example.hzsunshx.helloworld:hintTextAppearance}</code></td><td></td></tr>
</table>
@see #TextInputLayout_android_hint
@see #TextInputLayout_android_textColorHint
@see #TextInputLayout_errorEnabled
@see #TextInputLayout_errorTextAppearance
@see #TextInputLayout_hintAnimationEnabled
@see #TextInputLayout_hintTextAppearance
*/
public static final int[] TextInputLayout = {
0x0101009a, 0x01010150, 0x7f010082, 0x7f010083,
0x7f010084, 0x7f010085
};
/**
<p>This symbol is the offset where the {@link android.R.attr#hint}
attribute's value can be found in the {@link #TextInputLayout} array.
@attr name android:hint
*/
public static final int TextInputLayout_android_hint = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textColorHint}
attribute's value can be found in the {@link #TextInputLayout} array.
@attr name android:textColorHint
*/
public static final int TextInputLayout_android_textColorHint = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#errorEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:errorEnabled
*/
public static final int TextInputLayout_errorEnabled = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#errorTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:errorTextAppearance
*/
public static final int TextInputLayout_errorTextAppearance = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#hintAnimationEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:hintAnimationEnabled
*/
public static final int TextInputLayout_hintAnimationEnabled = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#hintTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:hintTextAppearance
*/
public static final int TextInputLayout_hintTextAppearance = 2;
/** Attributes that can be used with a Theme.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Theme_actionBarDivider com.example.hzsunshx.helloworld:actionBarDivider}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarItemBackground com.example.hzsunshx.helloworld:actionBarItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarPopupTheme com.example.hzsunshx.helloworld:actionBarPopupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarSize com.example.hzsunshx.helloworld:actionBarSize}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarSplitStyle com.example.hzsunshx.helloworld:actionBarSplitStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarStyle com.example.hzsunshx.helloworld:actionBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabBarStyle com.example.hzsunshx.helloworld:actionBarTabBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabStyle com.example.hzsunshx.helloworld:actionBarTabStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabTextStyle com.example.hzsunshx.helloworld:actionBarTabTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTheme com.example.hzsunshx.helloworld:actionBarTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarWidgetTheme com.example.hzsunshx.helloworld:actionBarWidgetTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionButtonStyle com.example.hzsunshx.helloworld:actionButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionDropDownStyle com.example.hzsunshx.helloworld:actionDropDownStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionMenuTextAppearance com.example.hzsunshx.helloworld:actionMenuTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionMenuTextColor com.example.hzsunshx.helloworld:actionMenuTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeBackground com.example.hzsunshx.helloworld:actionModeBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCloseButtonStyle com.example.hzsunshx.helloworld:actionModeCloseButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCloseDrawable com.example.hzsunshx.helloworld:actionModeCloseDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCopyDrawable com.example.hzsunshx.helloworld:actionModeCopyDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCutDrawable com.example.hzsunshx.helloworld:actionModeCutDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeFindDrawable com.example.hzsunshx.helloworld:actionModeFindDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModePasteDrawable com.example.hzsunshx.helloworld:actionModePasteDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModePopupWindowStyle com.example.hzsunshx.helloworld:actionModePopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeSelectAllDrawable com.example.hzsunshx.helloworld:actionModeSelectAllDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeShareDrawable com.example.hzsunshx.helloworld:actionModeShareDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeSplitBackground com.example.hzsunshx.helloworld:actionModeSplitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeStyle com.example.hzsunshx.helloworld:actionModeStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeWebSearchDrawable com.example.hzsunshx.helloworld:actionModeWebSearchDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionOverflowButtonStyle com.example.hzsunshx.helloworld:actionOverflowButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionOverflowMenuStyle com.example.hzsunshx.helloworld:actionOverflowMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_activityChooserViewStyle com.example.hzsunshx.helloworld:activityChooserViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_alertDialogButtonGroupStyle com.example.hzsunshx.helloworld:alertDialogButtonGroupStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_alertDialogCenterButtons com.example.hzsunshx.helloworld:alertDialogCenterButtons}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_alertDialogStyle com.example.hzsunshx.helloworld:alertDialogStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_alertDialogTheme com.example.hzsunshx.helloworld:alertDialogTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_autoCompleteTextViewStyle com.example.hzsunshx.helloworld:autoCompleteTextViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_borderlessButtonStyle com.example.hzsunshx.helloworld:borderlessButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarButtonStyle com.example.hzsunshx.helloworld:buttonBarButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarNegativeButtonStyle com.example.hzsunshx.helloworld:buttonBarNegativeButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarNeutralButtonStyle com.example.hzsunshx.helloworld:buttonBarNeutralButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarPositiveButtonStyle com.example.hzsunshx.helloworld:buttonBarPositiveButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarStyle com.example.hzsunshx.helloworld:buttonBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonStyle com.example.hzsunshx.helloworld:buttonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonStyleSmall com.example.hzsunshx.helloworld:buttonStyleSmall}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_checkboxStyle com.example.hzsunshx.helloworld:checkboxStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_checkedTextViewStyle com.example.hzsunshx.helloworld:checkedTextViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorAccent com.example.hzsunshx.helloworld:colorAccent}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorButtonNormal com.example.hzsunshx.helloworld:colorButtonNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlActivated com.example.hzsunshx.helloworld:colorControlActivated}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlHighlight com.example.hzsunshx.helloworld:colorControlHighlight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlNormal com.example.hzsunshx.helloworld:colorControlNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorPrimary com.example.hzsunshx.helloworld:colorPrimary}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorPrimaryDark com.example.hzsunshx.helloworld:colorPrimaryDark}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorSwitchThumbNormal com.example.hzsunshx.helloworld:colorSwitchThumbNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_controlBackground com.example.hzsunshx.helloworld:controlBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dialogPreferredPadding com.example.hzsunshx.helloworld:dialogPreferredPadding}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dialogTheme com.example.hzsunshx.helloworld:dialogTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dividerHorizontal com.example.hzsunshx.helloworld:dividerHorizontal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dividerVertical com.example.hzsunshx.helloworld:dividerVertical}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dropDownListViewStyle com.example.hzsunshx.helloworld:dropDownListViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dropdownListPreferredItemHeight com.example.hzsunshx.helloworld:dropdownListPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_editTextBackground com.example.hzsunshx.helloworld:editTextBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_editTextColor com.example.hzsunshx.helloworld:editTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_editTextStyle com.example.hzsunshx.helloworld:editTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_homeAsUpIndicator com.example.hzsunshx.helloworld:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listChoiceBackgroundIndicator com.example.hzsunshx.helloworld:listChoiceBackgroundIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listDividerAlertDialog com.example.hzsunshx.helloworld:listDividerAlertDialog}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPopupWindowStyle com.example.hzsunshx.helloworld:listPopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeight com.example.hzsunshx.helloworld:listPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeightLarge com.example.hzsunshx.helloworld:listPreferredItemHeightLarge}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeightSmall com.example.hzsunshx.helloworld:listPreferredItemHeightSmall}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemPaddingLeft com.example.hzsunshx.helloworld:listPreferredItemPaddingLeft}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemPaddingRight com.example.hzsunshx.helloworld:listPreferredItemPaddingRight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelBackground com.example.hzsunshx.helloworld:panelBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelMenuListTheme com.example.hzsunshx.helloworld:panelMenuListTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelMenuListWidth com.example.hzsunshx.helloworld:panelMenuListWidth}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_popupMenuStyle com.example.hzsunshx.helloworld:popupMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_popupWindowStyle com.example.hzsunshx.helloworld:popupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_radioButtonStyle com.example.hzsunshx.helloworld:radioButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_ratingBarStyle com.example.hzsunshx.helloworld:ratingBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_searchViewStyle com.example.hzsunshx.helloworld:searchViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_selectableItemBackground com.example.hzsunshx.helloworld:selectableItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_selectableItemBackgroundBorderless com.example.hzsunshx.helloworld:selectableItemBackgroundBorderless}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_spinnerDropDownItemStyle com.example.hzsunshx.helloworld:spinnerDropDownItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_spinnerStyle com.example.hzsunshx.helloworld:spinnerStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_switchStyle com.example.hzsunshx.helloworld:switchStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceLargePopupMenu com.example.hzsunshx.helloworld:textAppearanceLargePopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceListItem com.example.hzsunshx.helloworld:textAppearanceListItem}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceListItemSmall com.example.hzsunshx.helloworld:textAppearanceListItemSmall}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSearchResultSubtitle com.example.hzsunshx.helloworld:textAppearanceSearchResultSubtitle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSearchResultTitle com.example.hzsunshx.helloworld:textAppearanceSearchResultTitle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSmallPopupMenu com.example.hzsunshx.helloworld:textAppearanceSmallPopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textColorAlertDialogListItem com.example.hzsunshx.helloworld:textColorAlertDialogListItem}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textColorSearchUrl com.example.hzsunshx.helloworld:textColorSearchUrl}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_toolbarNavigationButtonStyle com.example.hzsunshx.helloworld:toolbarNavigationButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_toolbarStyle com.example.hzsunshx.helloworld:toolbarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionBar com.example.hzsunshx.helloworld:windowActionBar}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionBarOverlay com.example.hzsunshx.helloworld:windowActionBarOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionModeOverlay com.example.hzsunshx.helloworld:windowActionModeOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedHeightMajor com.example.hzsunshx.helloworld:windowFixedHeightMajor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedHeightMinor com.example.hzsunshx.helloworld:windowFixedHeightMinor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedWidthMajor com.example.hzsunshx.helloworld:windowFixedWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedWidthMinor com.example.hzsunshx.helloworld:windowFixedWidthMinor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowMinWidthMajor com.example.hzsunshx.helloworld:windowMinWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowMinWidthMinor com.example.hzsunshx.helloworld:windowMinWidthMinor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowNoTitle com.example.hzsunshx.helloworld:windowNoTitle}</code></td><td></td></tr>
</table>
@see #Theme_actionBarDivider
@see #Theme_actionBarItemBackground
@see #Theme_actionBarPopupTheme
@see #Theme_actionBarSize
@see #Theme_actionBarSplitStyle
@see #Theme_actionBarStyle
@see #Theme_actionBarTabBarStyle
@see #Theme_actionBarTabStyle
@see #Theme_actionBarTabTextStyle
@see #Theme_actionBarTheme
@see #Theme_actionBarWidgetTheme
@see #Theme_actionButtonStyle
@see #Theme_actionDropDownStyle
@see #Theme_actionMenuTextAppearance
@see #Theme_actionMenuTextColor
@see #Theme_actionModeBackground
@see #Theme_actionModeCloseButtonStyle
@see #Theme_actionModeCloseDrawable
@see #Theme_actionModeCopyDrawable
@see #Theme_actionModeCutDrawable
@see #Theme_actionModeFindDrawable
@see #Theme_actionModePasteDrawable
@see #Theme_actionModePopupWindowStyle
@see #Theme_actionModeSelectAllDrawable
@see #Theme_actionModeShareDrawable
@see #Theme_actionModeSplitBackground
@see #Theme_actionModeStyle
@see #Theme_actionModeWebSearchDrawable
@see #Theme_actionOverflowButtonStyle
@see #Theme_actionOverflowMenuStyle
@see #Theme_activityChooserViewStyle
@see #Theme_alertDialogButtonGroupStyle
@see #Theme_alertDialogCenterButtons
@see #Theme_alertDialogStyle
@see #Theme_alertDialogTheme
@see #Theme_android_windowAnimationStyle
@see #Theme_android_windowIsFloating
@see #Theme_autoCompleteTextViewStyle
@see #Theme_borderlessButtonStyle
@see #Theme_buttonBarButtonStyle
@see #Theme_buttonBarNegativeButtonStyle
@see #Theme_buttonBarNeutralButtonStyle
@see #Theme_buttonBarPositiveButtonStyle
@see #Theme_buttonBarStyle
@see #Theme_buttonStyle
@see #Theme_buttonStyleSmall
@see #Theme_checkboxStyle
@see #Theme_checkedTextViewStyle
@see #Theme_colorAccent
@see #Theme_colorButtonNormal
@see #Theme_colorControlActivated
@see #Theme_colorControlHighlight
@see #Theme_colorControlNormal
@see #Theme_colorPrimary
@see #Theme_colorPrimaryDark
@see #Theme_colorSwitchThumbNormal
@see #Theme_controlBackground
@see #Theme_dialogPreferredPadding
@see #Theme_dialogTheme
@see #Theme_dividerHorizontal
@see #Theme_dividerVertical
@see #Theme_dropDownListViewStyle
@see #Theme_dropdownListPreferredItemHeight
@see #Theme_editTextBackground
@see #Theme_editTextColor
@see #Theme_editTextStyle
@see #Theme_homeAsUpIndicator
@see #Theme_listChoiceBackgroundIndicator
@see #Theme_listDividerAlertDialog
@see #Theme_listPopupWindowStyle
@see #Theme_listPreferredItemHeight
@see #Theme_listPreferredItemHeightLarge
@see #Theme_listPreferredItemHeightSmall
@see #Theme_listPreferredItemPaddingLeft
@see #Theme_listPreferredItemPaddingRight
@see #Theme_panelBackground
@see #Theme_panelMenuListTheme
@see #Theme_panelMenuListWidth
@see #Theme_popupMenuStyle
@see #Theme_popupWindowStyle
@see #Theme_radioButtonStyle
@see #Theme_ratingBarStyle
@see #Theme_searchViewStyle
@see #Theme_selectableItemBackground
@see #Theme_selectableItemBackgroundBorderless
@see #Theme_spinnerDropDownItemStyle
@see #Theme_spinnerStyle
@see #Theme_switchStyle
@see #Theme_textAppearanceLargePopupMenu
@see #Theme_textAppearanceListItem
@see #Theme_textAppearanceListItemSmall
@see #Theme_textAppearanceSearchResultSubtitle
@see #Theme_textAppearanceSearchResultTitle
@see #Theme_textAppearanceSmallPopupMenu
@see #Theme_textColorAlertDialogListItem
@see #Theme_textColorSearchUrl
@see #Theme_toolbarNavigationButtonStyle
@see #Theme_toolbarStyle
@see #Theme_windowActionBar
@see #Theme_windowActionBarOverlay
@see #Theme_windowActionModeOverlay
@see #Theme_windowFixedHeightMajor
@see #Theme_windowFixedHeightMinor
@see #Theme_windowFixedWidthMajor
@see #Theme_windowFixedWidthMinor
@see #Theme_windowMinWidthMajor
@see #Theme_windowMinWidthMinor
@see #Theme_windowNoTitle
*/
public static final int[] Theme = {
0x01010057, 0x010100ae, 0x7f010086, 0x7f010087,
0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b,
0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f,
0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093,
0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097,
0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b,
0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f,
0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3,
0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7,
0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab,
0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af,
0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3,
0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7,
0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb,
0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf,
0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3,
0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7,
0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb,
0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf,
0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3,
0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7,
0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db,
0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df,
0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3,
0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7,
0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb,
0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef
};
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarDivider}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarDivider
*/
public static final int Theme_actionBarDivider = 23;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarItemBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarItemBackground
*/
public static final int Theme_actionBarItemBackground = 24;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarPopupTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarPopupTheme
*/
public static final int Theme_actionBarPopupTheme = 17;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarSize}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:actionBarSize
*/
public static final int Theme_actionBarSize = 22;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarSplitStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarSplitStyle
*/
public static final int Theme_actionBarSplitStyle = 19;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarStyle
*/
public static final int Theme_actionBarStyle = 18;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarTabBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarTabBarStyle
*/
public static final int Theme_actionBarTabBarStyle = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarTabStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarTabStyle
*/
public static final int Theme_actionBarTabStyle = 12;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarTabTextStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarTabTextStyle
*/
public static final int Theme_actionBarTabTextStyle = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarTheme
*/
public static final int Theme_actionBarTheme = 20;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionBarWidgetTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionBarWidgetTheme
*/
public static final int Theme_actionBarWidgetTheme = 21;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionButtonStyle
*/
public static final int Theme_actionButtonStyle = 49;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionDropDownStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionDropDownStyle
*/
public static final int Theme_actionDropDownStyle = 45;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionMenuTextAppearance}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionMenuTextAppearance
*/
public static final int Theme_actionMenuTextAppearance = 25;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionMenuTextColor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:actionMenuTextColor
*/
public static final int Theme_actionMenuTextColor = 26;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeBackground
*/
public static final int Theme_actionModeBackground = 29;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeCloseButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeCloseButtonStyle
*/
public static final int Theme_actionModeCloseButtonStyle = 28;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeCloseDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeCloseDrawable
*/
public static final int Theme_actionModeCloseDrawable = 31;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeCopyDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeCopyDrawable
*/
public static final int Theme_actionModeCopyDrawable = 33;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeCutDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeCutDrawable
*/
public static final int Theme_actionModeCutDrawable = 32;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeFindDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeFindDrawable
*/
public static final int Theme_actionModeFindDrawable = 37;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModePasteDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModePasteDrawable
*/
public static final int Theme_actionModePasteDrawable = 34;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModePopupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModePopupWindowStyle
*/
public static final int Theme_actionModePopupWindowStyle = 39;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeSelectAllDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeSelectAllDrawable
*/
public static final int Theme_actionModeSelectAllDrawable = 35;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeShareDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeShareDrawable
*/
public static final int Theme_actionModeShareDrawable = 36;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeSplitBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeSplitBackground
*/
public static final int Theme_actionModeSplitBackground = 30;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeStyle
*/
public static final int Theme_actionModeStyle = 27;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionModeWebSearchDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionModeWebSearchDrawable
*/
public static final int Theme_actionModeWebSearchDrawable = 38;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionOverflowButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionOverflowButtonStyle
*/
public static final int Theme_actionOverflowButtonStyle = 15;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#actionOverflowMenuStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:actionOverflowMenuStyle
*/
public static final int Theme_actionOverflowMenuStyle = 16;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#activityChooserViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:activityChooserViewStyle
*/
public static final int Theme_activityChooserViewStyle = 57;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#alertDialogButtonGroupStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:alertDialogButtonGroupStyle
*/
public static final int Theme_alertDialogButtonGroupStyle = 91;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#alertDialogCenterButtons}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:alertDialogCenterButtons
*/
public static final int Theme_alertDialogCenterButtons = 92;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#alertDialogStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:alertDialogStyle
*/
public static final int Theme_alertDialogStyle = 90;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#alertDialogTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:alertDialogTheme
*/
public static final int Theme_alertDialogTheme = 93;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
attribute's value can be found in the {@link #Theme} array.
@attr name android:windowAnimationStyle
*/
public static final int Theme_android_windowAnimationStyle = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowIsFloating}
attribute's value can be found in the {@link #Theme} array.
@attr name android:windowIsFloating
*/
public static final int Theme_android_windowIsFloating = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#autoCompleteTextViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:autoCompleteTextViewStyle
*/
public static final int Theme_autoCompleteTextViewStyle = 98;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#borderlessButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:borderlessButtonStyle
*/
public static final int Theme_borderlessButtonStyle = 54;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonBarButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonBarButtonStyle
*/
public static final int Theme_buttonBarButtonStyle = 51;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonBarNegativeButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonBarNegativeButtonStyle
*/
public static final int Theme_buttonBarNegativeButtonStyle = 96;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonBarNeutralButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonBarNeutralButtonStyle
*/
public static final int Theme_buttonBarNeutralButtonStyle = 97;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonBarPositiveButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonBarPositiveButtonStyle
*/
public static final int Theme_buttonBarPositiveButtonStyle = 95;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonBarStyle
*/
public static final int Theme_buttonBarStyle = 50;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonStyle
*/
public static final int Theme_buttonStyle = 99;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#buttonStyleSmall}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:buttonStyleSmall
*/
public static final int Theme_buttonStyleSmall = 100;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#checkboxStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:checkboxStyle
*/
public static final int Theme_checkboxStyle = 101;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#checkedTextViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:checkedTextViewStyle
*/
public static final int Theme_checkedTextViewStyle = 102;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorAccent}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorAccent
*/
public static final int Theme_colorAccent = 83;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorButtonNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorButtonNormal
*/
public static final int Theme_colorButtonNormal = 87;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorControlActivated}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorControlActivated
*/
public static final int Theme_colorControlActivated = 85;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorControlHighlight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorControlHighlight
*/
public static final int Theme_colorControlHighlight = 86;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorControlNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorControlNormal
*/
public static final int Theme_colorControlNormal = 84;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorPrimary}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorPrimary
*/
public static final int Theme_colorPrimary = 81;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorPrimaryDark}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorPrimaryDark
*/
public static final int Theme_colorPrimaryDark = 82;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#colorSwitchThumbNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:colorSwitchThumbNormal
*/
public static final int Theme_colorSwitchThumbNormal = 88;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#controlBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:controlBackground
*/
public static final int Theme_controlBackground = 89;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dialogPreferredPadding}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:dialogPreferredPadding
*/
public static final int Theme_dialogPreferredPadding = 43;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dialogTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:dialogTheme
*/
public static final int Theme_dialogTheme = 42;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dividerHorizontal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:dividerHorizontal
*/
public static final int Theme_dividerHorizontal = 56;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dividerVertical}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:dividerVertical
*/
public static final int Theme_dividerVertical = 55;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dropDownListViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:dropDownListViewStyle
*/
public static final int Theme_dropDownListViewStyle = 73;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#dropdownListPreferredItemHeight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:dropdownListPreferredItemHeight
*/
public static final int Theme_dropdownListPreferredItemHeight = 46;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#editTextBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:editTextBackground
*/
public static final int Theme_editTextBackground = 63;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#editTextColor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:editTextColor
*/
public static final int Theme_editTextColor = 62;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#editTextStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:editTextStyle
*/
public static final int Theme_editTextStyle = 103;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:homeAsUpIndicator
*/
public static final int Theme_homeAsUpIndicator = 48;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listChoiceBackgroundIndicator}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:listChoiceBackgroundIndicator
*/
public static final int Theme_listChoiceBackgroundIndicator = 80;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listDividerAlertDialog}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:listDividerAlertDialog
*/
public static final int Theme_listDividerAlertDialog = 44;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPopupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:listPopupWindowStyle
*/
public static final int Theme_listPopupWindowStyle = 74;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPreferredItemHeight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:listPreferredItemHeight
*/
public static final int Theme_listPreferredItemHeight = 68;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPreferredItemHeightLarge}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:listPreferredItemHeightLarge
*/
public static final int Theme_listPreferredItemHeightLarge = 70;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPreferredItemHeightSmall}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:listPreferredItemHeightSmall
*/
public static final int Theme_listPreferredItemHeightSmall = 69;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPreferredItemPaddingLeft}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:listPreferredItemPaddingLeft
*/
public static final int Theme_listPreferredItemPaddingLeft = 71;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#listPreferredItemPaddingRight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:listPreferredItemPaddingRight
*/
public static final int Theme_listPreferredItemPaddingRight = 72;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#panelBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:panelBackground
*/
public static final int Theme_panelBackground = 77;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#panelMenuListTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:panelMenuListTheme
*/
public static final int Theme_panelMenuListTheme = 79;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#panelMenuListWidth}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:panelMenuListWidth
*/
public static final int Theme_panelMenuListWidth = 78;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#popupMenuStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:popupMenuStyle
*/
public static final int Theme_popupMenuStyle = 60;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#popupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:popupWindowStyle
*/
public static final int Theme_popupWindowStyle = 61;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#radioButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:radioButtonStyle
*/
public static final int Theme_radioButtonStyle = 104;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#ratingBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:ratingBarStyle
*/
public static final int Theme_ratingBarStyle = 105;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#searchViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:searchViewStyle
*/
public static final int Theme_searchViewStyle = 67;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#selectableItemBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:selectableItemBackground
*/
public static final int Theme_selectableItemBackground = 52;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#selectableItemBackgroundBorderless}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:selectableItemBackgroundBorderless
*/
public static final int Theme_selectableItemBackgroundBorderless = 53;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#spinnerDropDownItemStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:spinnerDropDownItemStyle
*/
public static final int Theme_spinnerDropDownItemStyle = 47;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#spinnerStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:spinnerStyle
*/
public static final int Theme_spinnerStyle = 106;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#switchStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:switchStyle
*/
public static final int Theme_switchStyle = 107;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceLargePopupMenu}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceLargePopupMenu
*/
public static final int Theme_textAppearanceLargePopupMenu = 40;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceListItem}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceListItem
*/
public static final int Theme_textAppearanceListItem = 75;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceListItemSmall}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceListItemSmall
*/
public static final int Theme_textAppearanceListItemSmall = 76;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceSearchResultSubtitle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceSearchResultSubtitle
*/
public static final int Theme_textAppearanceSearchResultSubtitle = 65;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceSearchResultTitle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceSearchResultTitle
*/
public static final int Theme_textAppearanceSearchResultTitle = 64;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textAppearanceSmallPopupMenu}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:textAppearanceSmallPopupMenu
*/
public static final int Theme_textAppearanceSmallPopupMenu = 41;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textColorAlertDialogListItem}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:textColorAlertDialogListItem
*/
public static final int Theme_textColorAlertDialogListItem = 94;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#textColorSearchUrl}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.example.hzsunshx.helloworld:textColorSearchUrl
*/
public static final int Theme_textColorSearchUrl = 66;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#toolbarNavigationButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:toolbarNavigationButtonStyle
*/
public static final int Theme_toolbarNavigationButtonStyle = 59;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#toolbarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:toolbarStyle
*/
public static final int Theme_toolbarStyle = 58;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowActionBar}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowActionBar
*/
public static final int Theme_windowActionBar = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowActionBarOverlay}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowActionBarOverlay
*/
public static final int Theme_windowActionBarOverlay = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowActionModeOverlay}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowActionModeOverlay
*/
public static final int Theme_windowActionModeOverlay = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowFixedHeightMajor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowFixedHeightMajor
*/
public static final int Theme_windowFixedHeightMajor = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowFixedHeightMinor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowFixedHeightMinor
*/
public static final int Theme_windowFixedHeightMinor = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowFixedWidthMajor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowFixedWidthMajor
*/
public static final int Theme_windowFixedWidthMajor = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowFixedWidthMinor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowFixedWidthMinor
*/
public static final int Theme_windowFixedWidthMinor = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowMinWidthMajor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowMinWidthMajor
*/
public static final int Theme_windowMinWidthMajor = 10;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowMinWidthMinor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowMinWidthMinor
*/
public static final int Theme_windowMinWidthMinor = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#windowNoTitle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:windowNoTitle
*/
public static final int Theme_windowNoTitle = 3;
/** Attributes that can be used with a Toolbar.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Toolbar_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_android_minHeight android:minHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseContentDescription com.example.hzsunshx.helloworld:collapseContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseIcon com.example.hzsunshx.helloworld:collapseIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetEnd com.example.hzsunshx.helloworld:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetLeft com.example.hzsunshx.helloworld:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetRight com.example.hzsunshx.helloworld:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetStart com.example.hzsunshx.helloworld:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_logo com.example.hzsunshx.helloworld:logo}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_logoDescription com.example.hzsunshx.helloworld:logoDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_maxButtonHeight com.example.hzsunshx.helloworld:maxButtonHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationContentDescription com.example.hzsunshx.helloworld:navigationContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationIcon com.example.hzsunshx.helloworld:navigationIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_popupTheme com.example.hzsunshx.helloworld:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitle com.example.hzsunshx.helloworld:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitleTextAppearance com.example.hzsunshx.helloworld:subtitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitleTextColor com.example.hzsunshx.helloworld:subtitleTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_title com.example.hzsunshx.helloworld:title}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginBottom com.example.hzsunshx.helloworld:titleMarginBottom}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginEnd com.example.hzsunshx.helloworld:titleMarginEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginStart com.example.hzsunshx.helloworld:titleMarginStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginTop com.example.hzsunshx.helloworld:titleMarginTop}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMargins com.example.hzsunshx.helloworld:titleMargins}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleTextAppearance com.example.hzsunshx.helloworld:titleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleTextColor com.example.hzsunshx.helloworld:titleTextColor}</code></td><td></td></tr>
</table>
@see #Toolbar_android_gravity
@see #Toolbar_android_minHeight
@see #Toolbar_collapseContentDescription
@see #Toolbar_collapseIcon
@see #Toolbar_contentInsetEnd
@see #Toolbar_contentInsetLeft
@see #Toolbar_contentInsetRight
@see #Toolbar_contentInsetStart
@see #Toolbar_logo
@see #Toolbar_logoDescription
@see #Toolbar_maxButtonHeight
@see #Toolbar_navigationContentDescription
@see #Toolbar_navigationIcon
@see #Toolbar_popupTheme
@see #Toolbar_subtitle
@see #Toolbar_subtitleTextAppearance
@see #Toolbar_subtitleTextColor
@see #Toolbar_title
@see #Toolbar_titleMarginBottom
@see #Toolbar_titleMarginEnd
@see #Toolbar_titleMarginStart
@see #Toolbar_titleMarginTop
@see #Toolbar_titleMargins
@see #Toolbar_titleTextAppearance
@see #Toolbar_titleTextColor
*/
public static final int[] Toolbar = {
0x010100af, 0x01010140, 0x7f010003, 0x7f010006,
0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018,
0x7f010019, 0x7f01001b, 0x7f0100f0, 0x7f0100f1,
0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5,
0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9,
0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd,
0x7f0100fe
};
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:gravity
*/
public static final int Toolbar_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:minHeight
*/
public static final int Toolbar_android_minHeight = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#collapseContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:collapseContentDescription
*/
public static final int Toolbar_collapseContentDescription = 19;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#collapseIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:collapseIcon
*/
public static final int Toolbar_collapseIcon = 18;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetEnd
*/
public static final int Toolbar_contentInsetEnd = 6;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetLeft
*/
public static final int Toolbar_contentInsetLeft = 7;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetRight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetRight
*/
public static final int Toolbar_contentInsetRight = 8;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#contentInsetStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:contentInsetStart
*/
public static final int Toolbar_contentInsetStart = 5;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#logo}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:logo
*/
public static final int Toolbar_logo = 4;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#logoDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:logoDescription
*/
public static final int Toolbar_logoDescription = 22;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#maxButtonHeight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:maxButtonHeight
*/
public static final int Toolbar_maxButtonHeight = 17;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#navigationContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:navigationContentDescription
*/
public static final int Toolbar_navigationContentDescription = 21;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#navigationIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:navigationIcon
*/
public static final int Toolbar_navigationIcon = 20;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#popupTheme}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:popupTheme
*/
public static final int Toolbar_popupTheme = 9;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitle}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:subtitle
*/
public static final int Toolbar_subtitle = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:subtitleTextAppearance
*/
public static final int Toolbar_subtitleTextAppearance = 11;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#subtitleTextColor}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:subtitleTextColor
*/
public static final int Toolbar_subtitleTextColor = 24;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#title}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:title
*/
public static final int Toolbar_title = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleMarginBottom}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleMarginBottom
*/
public static final int Toolbar_titleMarginBottom = 16;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleMarginEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleMarginEnd
*/
public static final int Toolbar_titleMarginEnd = 14;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleMarginStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleMarginStart
*/
public static final int Toolbar_titleMarginStart = 13;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleMarginTop}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleMarginTop
*/
public static final int Toolbar_titleMarginTop = 15;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleMargins}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleMargins
*/
public static final int Toolbar_titleMargins = 12;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:titleTextAppearance
*/
public static final int Toolbar_titleTextAppearance = 10;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#titleTextColor}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:titleTextColor
*/
public static final int Toolbar_titleTextColor = 23;
/** Attributes that can be used with a View.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #View_android_theme android:theme}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingEnd com.example.hzsunshx.helloworld:paddingEnd}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingStart com.example.hzsunshx.helloworld:paddingStart}</code></td><td></td></tr>
<tr><td><code>{@link #View_theme com.example.hzsunshx.helloworld:theme}</code></td><td></td></tr>
</table>
@see #View_android_focusable
@see #View_android_theme
@see #View_paddingEnd
@see #View_paddingStart
@see #View_theme
*/
public static final int[] View = {
0x01010000, 0x010100da, 0x7f0100ff, 0x7f010100,
0x7f010101
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #View} array.
@attr name android:focusable
*/
public static final int View_android_focusable = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#theme}
attribute's value can be found in the {@link #View} array.
@attr name android:theme
*/
public static final int View_android_theme = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#paddingEnd}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:paddingEnd
*/
public static final int View_paddingEnd = 3;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#paddingStart}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:paddingStart
*/
public static final int View_paddingStart = 2;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#theme}
attribute's value can be found in the {@link #View} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.example.hzsunshx.helloworld:theme
*/
public static final int View_theme = 4;
/** Attributes that can be used with a ViewBackgroundHelper.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewBackgroundHelper_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #ViewBackgroundHelper_backgroundTint com.example.hzsunshx.helloworld:backgroundTint}</code></td><td></td></tr>
<tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode com.example.hzsunshx.helloworld:backgroundTintMode}</code></td><td></td></tr>
</table>
@see #ViewBackgroundHelper_android_background
@see #ViewBackgroundHelper_backgroundTint
@see #ViewBackgroundHelper_backgroundTintMode
*/
public static final int[] ViewBackgroundHelper = {
0x010100d4, 0x7f010102, 0x7f010103
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #ViewBackgroundHelper} array.
@attr name android:background
*/
public static final int ViewBackgroundHelper_android_background = 0;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundTint}
attribute's value can be found in the {@link #ViewBackgroundHelper} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.example.hzsunshx.helloworld:backgroundTint
*/
public static final int ViewBackgroundHelper_backgroundTint = 1;
/**
<p>This symbol is the offset where the {@link com.example.hzsunshx.helloworld.R.attr#backgroundTintMode}
attribute's value can be found in the {@link #ViewBackgroundHelper} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name com.example.hzsunshx.helloworld:backgroundTintMode
*/
public static final int ViewBackgroundHelper_backgroundTintMode = 2;
/** Attributes that can be used with a ViewStubCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td></td></tr>
</table>
@see #ViewStubCompat_android_id
@see #ViewStubCompat_android_inflatedId
@see #ViewStubCompat_android_layout
*/
public static final int[] ViewStubCompat = {
0x010100d0, 0x010100f2, 0x010100f3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:id
*/
public static final int ViewStubCompat_android_id = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#inflatedId}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:inflatedId
*/
public static final int ViewStubCompat_android_inflatedId = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:layout
*/
public static final int ViewStubCompat_android_layout = 1;
};
}
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\androidTest\\debug\\values\\values.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 45,
"endOffset": 96
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support.test\\rules\\0.4.1\\res\\values\\values.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 287,
"endColumn": 45,
"endOffset": 328
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-af\\values-af.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 103,
"endOffset": 154
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 103,
"endOffset": 379
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 159,
"endColumn": 107,
"endOffset": 262
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 384,
"endColumn": 107,
"endOffset": 487
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 267,
"endColumn": 122,
"endOffset": 385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 492,
"endColumn": 122,
"endOffset": 610
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 390,
"endColumn": 99,
"endOffset": 485
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 615,
"endColumn": 99,
"endOffset": 710
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 105,
"endOffset": 591
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 715,
"endColumn": 105,
"endOffset": 816
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 596,
"endColumn": 84,
"endOffset": 676
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 821,
"endColumn": 84,
"endOffset": 901
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 681,
"endColumn": 102,
"endOffset": 779
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 906,
"endColumn": 102,
"endOffset": 1004
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 784,
"endColumn": 117,
"endOffset": 897
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1009,
"endColumn": 117,
"endOffset": 1122
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 902,
"endColumn": 80,
"endOffset": 978
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1127,
"endColumn": 80,
"endOffset": 1203
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 983,
"endColumn": 106,
"endOffset": 1085
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1208,
"endColumn": 106,
"endOffset": 1310
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1090,
"endColumn": 102,
"endOffset": 1188
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1315,
"endColumn": 102,
"endOffset": 1413
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1193,
"endColumn": 96,
"endOffset": 1285
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1418,
"endColumn": 96,
"endOffset": 1510
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1290,
"endColumn": 107,
"endOffset": 1393
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1515,
"endColumn": 107,
"endOffset": 1618
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1398,
"endColumn": 101,
"endOffset": 1495
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1623,
"endColumn": 101,
"endOffset": 1720
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1500,
"endColumn": 101,
"endOffset": 1597
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1725,
"endColumn": 101,
"endOffset": 1822
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1602,
"endColumn": 116,
"endOffset": 1714
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1827,
"endColumn": 116,
"endOffset": 1939
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1719,
"endColumn": 97,
"endOffset": 1812
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1944,
"endColumn": 97,
"endOffset": 2037
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1817,
"endColumn": 100,
"endOffset": 1913
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-af\\values-af.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2042,
"endColumn": 100,
"endOffset": 2138
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-am\\values-am.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 101,
"endOffset": 152
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 101,
"endOffset": 377
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 157,
"endColumn": 107,
"endOffset": 260
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 382,
"endColumn": 107,
"endOffset": 485
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 265,
"endColumn": 122,
"endOffset": 383
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 122,
"endOffset": 608
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 388,
"endColumn": 98,
"endOffset": 482
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 613,
"endColumn": 98,
"endOffset": 707
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 487,
"endColumn": 105,
"endOffset": 588
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 712,
"endColumn": 105,
"endOffset": 813
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 593,
"endColumn": 85,
"endOffset": 674
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 818,
"endColumn": 85,
"endOffset": 899
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 679,
"endColumn": 102,
"endOffset": 777
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 904,
"endColumn": 102,
"endOffset": 1002
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 782,
"endColumn": 112,
"endOffset": 890
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1007,
"endColumn": 112,
"endOffset": 1115
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 895,
"endColumn": 78,
"endOffset": 969
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1120,
"endColumn": 78,
"endOffset": 1194
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 974,
"endColumn": 99,
"endOffset": 1069
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1199,
"endColumn": 99,
"endOffset": 1294
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1074,
"endColumn": 99,
"endOffset": 1169
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1299,
"endColumn": 99,
"endOffset": 1394
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1174,
"endColumn": 95,
"endOffset": 1265
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1399,
"endColumn": 95,
"endOffset": 1490
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1270,
"endColumn": 102,
"endOffset": 1368
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1495,
"endColumn": 102,
"endOffset": 1593
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1373,
"endColumn": 98,
"endOffset": 1467
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1598,
"endColumn": 98,
"endOffset": 1692
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1472,
"endColumn": 106,
"endOffset": 1574
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1697,
"endColumn": 106,
"endOffset": 1799
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1579,
"endColumn": 115,
"endOffset": 1690
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1804,
"endColumn": 115,
"endOffset": 1915
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1695,
"endColumn": 95,
"endOffset": 1786
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1920,
"endColumn": 95,
"endOffset": 2011
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1791,
"endColumn": 100,
"endOffset": 1887
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-am\\values-am.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2016,
"endColumn": 100,
"endOffset": 2112
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-ar\\values-ar.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 116,
"endOffset": 167
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 116,
"endOffset": 392
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 172,
"endColumn": 107,
"endOffset": 275
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 397,
"endColumn": 107,
"endOffset": 500
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 122,
"endOffset": 398
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 505,
"endColumn": 122,
"endOffset": 623
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 403,
"endColumn": 103,
"endOffset": 502
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 628,
"endColumn": 103,
"endOffset": 727
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 507,
"endColumn": 108,
"endOffset": 611
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 732,
"endColumn": 108,
"endOffset": 836
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 616,
"endColumn": 81,
"endOffset": 693
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 841,
"endColumn": 81,
"endOffset": 918
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 698,
"endColumn": 100,
"endOffset": 794
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 923,
"endColumn": 100,
"endOffset": 1019
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 799,
"endColumn": 113,
"endOffset": 908
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1024,
"endColumn": 113,
"endOffset": 1133
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 913,
"endColumn": 78,
"endOffset": 987
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1138,
"endColumn": 78,
"endOffset": 1212
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 992,
"endColumn": 104,
"endOffset": 1092
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1217,
"endColumn": 104,
"endOffset": 1317
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1097,
"endColumn": 100,
"endOffset": 1193
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1322,
"endColumn": 100,
"endOffset": 1418
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1198,
"endColumn": 95,
"endOffset": 1289
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1423,
"endColumn": 95,
"endOffset": 1514
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1294,
"endColumn": 107,
"endOffset": 1397
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1519,
"endColumn": 107,
"endOffset": 1622
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1402,
"endColumn": 102,
"endOffset": 1500
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1627,
"endColumn": 102,
"endOffset": 1725
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1505,
"endColumn": 102,
"endOffset": 1603
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1730,
"endColumn": 102,
"endOffset": 1828
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1608,
"endColumn": 118,
"endOffset": 1722
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1833,
"endColumn": 118,
"endOffset": 1947
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1727,
"endColumn": 96,
"endOffset": 1819
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1952,
"endColumn": 96,
"endOffset": 2044
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1824,
"endColumn": 100,
"endOffset": 1920
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ar\\values-ar.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2049,
"endColumn": 100,
"endOffset": 2145
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-az-rAZ\\values-az-rAZ.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 97,
"endOffset": 148
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 97,
"endOffset": 377
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 153,
"endColumn": 107,
"endOffset": 256
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 382,
"endColumn": 107,
"endOffset": 485
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 261,
"endColumn": 122,
"endOffset": 379
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 122,
"endOffset": 608
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 384,
"endColumn": 98,
"endOffset": 478
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 613,
"endColumn": 98,
"endOffset": 707
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 483,
"endColumn": 109,
"endOffset": 588
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 712,
"endColumn": 109,
"endOffset": 817
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 593,
"endColumn": 87,
"endOffset": 676
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 822,
"endColumn": 87,
"endOffset": 905
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 681,
"endColumn": 106,
"endOffset": 783
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 910,
"endColumn": 106,
"endOffset": 1012
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 788,
"endColumn": 113,
"endOffset": 897
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1017,
"endColumn": 113,
"endOffset": 1126
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 902,
"endColumn": 84,
"endOffset": 982
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1131,
"endColumn": 84,
"endOffset": 1211
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 987,
"endColumn": 106,
"endOffset": 1089
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1216,
"endColumn": 106,
"endOffset": 1318
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1094,
"endColumn": 106,
"endOffset": 1196
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1323,
"endColumn": 106,
"endOffset": 1425
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1201,
"endColumn": 99,
"endOffset": 1296
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1430,
"endColumn": 99,
"endOffset": 1525
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1301,
"endColumn": 108,
"endOffset": 1405
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1530,
"endColumn": 108,
"endOffset": 1634
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1410,
"endColumn": 103,
"endOffset": 1509
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1639,
"endColumn": 103,
"endOffset": 1738
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1514,
"endColumn": 109,
"endOffset": 1619
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1743,
"endColumn": 109,
"endOffset": 1848
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1624,
"endColumn": 96,
"endOffset": 1716
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1853,
"endColumn": 96,
"endOffset": 1945
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1721,
"endColumn": 100,
"endOffset": 1817
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-az-rAZ\\values-az-rAZ.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1950,
"endColumn": 100,
"endOffset": 2046
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-bg\\values-bg.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 114,
"endOffset": 165
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 114,
"endOffset": 390
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 170,
"endColumn": 110,
"endOffset": 276
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 395,
"endColumn": 110,
"endOffset": 501
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 281,
"endColumn": 127,
"endOffset": 404
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 506,
"endColumn": 127,
"endOffset": 629
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 409,
"endColumn": 106,
"endOffset": 511
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 634,
"endColumn": 106,
"endOffset": 736
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 516,
"endColumn": 104,
"endOffset": 616
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 741,
"endColumn": 104,
"endOffset": 841
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 621,
"endColumn": 85,
"endOffset": 702
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 846,
"endColumn": 85,
"endOffset": 927
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 707,
"endColumn": 104,
"endOffset": 807
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 932,
"endColumn": 104,
"endOffset": 1032
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 812,
"endColumn": 120,
"endOffset": 928
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1037,
"endColumn": 120,
"endOffset": 1153
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 933,
"endColumn": 82,
"endOffset": 1011
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1158,
"endColumn": 82,
"endOffset": 1236
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1016,
"endColumn": 113,
"endOffset": 1125
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1241,
"endColumn": 113,
"endOffset": 1350
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1130,
"endColumn": 108,
"endOffset": 1234
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1355,
"endColumn": 108,
"endOffset": 1459
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1239,
"endColumn": 99,
"endOffset": 1334
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1464,
"endColumn": 99,
"endOffset": 1559
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1339,
"endColumn": 113,
"endOffset": 1448
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1564,
"endColumn": 113,
"endOffset": 1673
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1453,
"endColumn": 105,
"endOffset": 1554
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1678,
"endColumn": 105,
"endOffset": 1779
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1559,
"endColumn": 107,
"endOffset": 1662
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1784,
"endColumn": 107,
"endOffset": 1887
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1667,
"endColumn": 122,
"endOffset": 1785
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1892,
"endColumn": 122,
"endOffset": 2010
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1790,
"endColumn": 98,
"endOffset": 1884
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 2015,
"endColumn": 98,
"endOffset": 2109
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1889,
"endColumn": 100,
"endOffset": 1985
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bg\\values-bg.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2114,
"endColumn": 100,
"endOffset": 2210
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-bn-rBD\\values-bn-rBD.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 108,
"endOffset": 159
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 108,
"endOffset": 388
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 164,
"endColumn": 107,
"endOffset": 267
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 393,
"endColumn": 107,
"endOffset": 496
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 272,
"endColumn": 122,
"endOffset": 390
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 501,
"endColumn": 122,
"endOffset": 619
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 395,
"endColumn": 111,
"endOffset": 502
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 624,
"endColumn": 111,
"endOffset": 731
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 507,
"endColumn": 105,
"endOffset": 608
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 736,
"endColumn": 105,
"endOffset": 837
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 613,
"endColumn": 93,
"endOffset": 702
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 842,
"endColumn": 93,
"endOffset": 931
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 707,
"endColumn": 104,
"endOffset": 807
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 936,
"endColumn": 104,
"endOffset": 1036
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 812,
"endColumn": 129,
"endOffset": 937
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1041,
"endColumn": 129,
"endOffset": 1166
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 942,
"endColumn": 86,
"endOffset": 1024
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1171,
"endColumn": 86,
"endOffset": 1253
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1029,
"endColumn": 109,
"endOffset": 1134
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1258,
"endColumn": 109,
"endOffset": 1363
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1139,
"endColumn": 115,
"endOffset": 1250
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1368,
"endColumn": 115,
"endOffset": 1479
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1255,
"endColumn": 106,
"endOffset": 1357
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1484,
"endColumn": 106,
"endOffset": 1586
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1362,
"endColumn": 109,
"endOffset": 1467
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1591,
"endColumn": 109,
"endOffset": 1696
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1472,
"endColumn": 105,
"endOffset": 1573
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1701,
"endColumn": 105,
"endOffset": 1802
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1578,
"endColumn": 109,
"endOffset": 1683
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1807,
"endColumn": 109,
"endOffset": 1912
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1688,
"endColumn": 124,
"endOffset": 1808
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1917,
"endColumn": 124,
"endOffset": 2037
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1813,
"endColumn": 104,
"endOffset": 1913
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 2042,
"endColumn": 104,
"endOffset": 2142
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1918,
"endColumn": 100,
"endOffset": 2014
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-bn-rBD\\values-bn-rBD.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2147,
"endColumn": 100,
"endOffset": 2243
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-ca\\values-ca.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 117,
"endOffset": 168
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 117,
"endOffset": 393
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 173,
"endColumn": 107,
"endOffset": 276
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 398,
"endColumn": 107,
"endOffset": 501
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 281,
"endColumn": 122,
"endOffset": 399
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 506,
"endColumn": 122,
"endOffset": 624
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 404,
"endColumn": 105,
"endOffset": 505
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 629,
"endColumn": 105,
"endOffset": 730
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 510,
"endColumn": 106,
"endOffset": 612
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 735,
"endColumn": 106,
"endOffset": 837
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 617,
"endColumn": 82,
"endOffset": 695
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 842,
"endColumn": 82,
"endOffset": 920
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 700,
"endColumn": 107,
"endOffset": 803
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 925,
"endColumn": 107,
"endOffset": 1028
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 808,
"endColumn": 125,
"endOffset": 929
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1033,
"endColumn": 125,
"endOffset": 1154
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 934,
"endColumn": 82,
"endOffset": 1012
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1159,
"endColumn": 82,
"endOffset": 1237
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1017,
"endColumn": 110,
"endOffset": 1123
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1242,
"endColumn": 110,
"endOffset": 1348
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1128,
"endColumn": 108,
"endOffset": 1232
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1353,
"endColumn": 108,
"endOffset": 1457
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1237,
"endColumn": 97,
"endOffset": 1330
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1462,
"endColumn": 97,
"endOffset": 1555
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1335,
"endColumn": 109,
"endOffset": 1440
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1560,
"endColumn": 109,
"endOffset": 1665
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1445,
"endColumn": 103,
"endOffset": 1544
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1670,
"endColumn": 103,
"endOffset": 1769
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1549,
"endColumn": 107,
"endOffset": 1652
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1774,
"endColumn": 107,
"endOffset": 1877
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1657,
"endColumn": 122,
"endOffset": 1775
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1882,
"endColumn": 122,
"endOffset": 2000
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1780,
"endColumn": 98,
"endOffset": 1874
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 2005,
"endColumn": 98,
"endOffset": 2099
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1879,
"endColumn": 100,
"endOffset": 1975
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-ca\\values-ca.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2104,
"endColumn": 100,
"endOffset": 2200
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-cs\\values-cs.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 106,
"endOffset": 157
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 106,
"endOffset": 382
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 162,
"endColumn": 108,
"endOffset": 266
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 387,
"endColumn": 108,
"endOffset": 491
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 271,
"endColumn": 123,
"endOffset": 390
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 496,
"endColumn": 123,
"endOffset": 615
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 395,
"endColumn": 101,
"endOffset": 492
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 620,
"endColumn": 101,
"endOffset": 717
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 497,
"endColumn": 108,
"endOffset": 601
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 722,
"endColumn": 108,
"endOffset": 826
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 606,
"endColumn": 85,
"endOffset": 687
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 831,
"endColumn": 85,
"endOffset": 912
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 692,
"endColumn": 104,
"endOffset": 792
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 917,
"endColumn": 104,
"endOffset": 1017
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 797,
"endColumn": 116,
"endOffset": 909
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1022,
"endColumn": 116,
"endOffset": 1134
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 914,
"endColumn": 83,
"endOffset": 993
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1139,
"endColumn": 83,
"endOffset": 1218
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 998,
"endColumn": 103,
"endOffset": 1097
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1223,
"endColumn": 103,
"endOffset": 1322
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1102,
"endColumn": 108,
"endOffset": 1206
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1327,
"endColumn": 108,
"endOffset": 1431
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1211,
"endColumn": 98,
"endOffset": 1305
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1436,
"endColumn": 98,
"endOffset": 1530
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1310,
"endColumn": 105,
"endOffset": 1411
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1535,
"endColumn": 105,
"endOffset": 1636
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1416,
"endColumn": 109,
"endOffset": 1521
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1641,
"endColumn": 109,
"endOffset": 1746
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1526,
"endColumn": 106,
"endOffset": 1628
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1751,
"endColumn": 106,
"endOffset": 1853
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1633,
"endColumn": 121,
"endOffset": 1750
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1858,
"endColumn": 121,
"endOffset": 1975
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1755,
"endColumn": 97,
"endOffset": 1848
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1980,
"endColumn": 97,
"endOffset": 2073
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1853,
"endColumn": 100,
"endOffset": 1949
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-cs\\values-cs.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2078,
"endColumn": 100,
"endOffset": 2174
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-da\\values-da.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 102,
"endOffset": 153
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 102,
"endOffset": 378
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 158,
"endColumn": 107,
"endOffset": 261
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 383,
"endColumn": 107,
"endOffset": 486
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 266,
"endColumn": 122,
"endOffset": 384
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 491,
"endColumn": 122,
"endOffset": 609
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 389,
"endColumn": 98,
"endOffset": 483
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 614,
"endColumn": 98,
"endOffset": 708
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 488,
"endColumn": 111,
"endOffset": 595
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 713,
"endColumn": 111,
"endOffset": 820
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 600,
"endColumn": 82,
"endOffset": 678
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 825,
"endColumn": 82,
"endOffset": 903
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 683,
"endColumn": 99,
"endOffset": 778
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 908,
"endColumn": 99,
"endOffset": 1003
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 783,
"endColumn": 112,
"endOffset": 891
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1008,
"endColumn": 112,
"endOffset": 1116
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 896,
"endColumn": 78,
"endOffset": 970
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1121,
"endColumn": 78,
"endOffset": 1195
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 975,
"endColumn": 108,
"endOffset": 1079
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1200,
"endColumn": 108,
"endOffset": 1304
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1084,
"endColumn": 107,
"endOffset": 1187
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1309,
"endColumn": 107,
"endOffset": 1412
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1192,
"endColumn": 95,
"endOffset": 1283
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1417,
"endColumn": 95,
"endOffset": 1508
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1288,
"endColumn": 113,
"endOffset": 1397
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1513,
"endColumn": 113,
"endOffset": 1622
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1402,
"endColumn": 101,
"endOffset": 1499
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1627,
"endColumn": 101,
"endOffset": 1724
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1504,
"endColumn": 100,
"endOffset": 1600
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1729,
"endColumn": 100,
"endOffset": 1825
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1605,
"endColumn": 115,
"endOffset": 1716
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1830,
"endColumn": 115,
"endOffset": 1941
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1721,
"endColumn": 96,
"endOffset": 1813
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1946,
"endColumn": 96,
"endOffset": 2038
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1818,
"endColumn": 100,
"endOffset": 1914
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-da\\values-da.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2043,
"endColumn": 100,
"endOffset": 2139
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-de\\values-de.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 104,
"endOffset": 155
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 104,
"endOffset": 380
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 160,
"endColumn": 107,
"endOffset": 263
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 385,
"endColumn": 107,
"endOffset": 488
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 268,
"endColumn": 122,
"endOffset": 386
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 493,
"endColumn": 122,
"endOffset": 611
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 391,
"endColumn": 97,
"endOffset": 484
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 616,
"endColumn": 97,
"endOffset": 709
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 489,
"endColumn": 111,
"endOffset": 596
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 714,
"endColumn": 111,
"endOffset": 821
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 601,
"endColumn": 85,
"endOffset": 682
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 826,
"endColumn": 85,
"endOffset": 907
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 687,
"endColumn": 104,
"endOffset": 787
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 912,
"endColumn": 104,
"endOffset": 1012
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 792,
"endColumn": 114,
"endOffset": 902
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1017,
"endColumn": 114,
"endOffset": 1127
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 907,
"endColumn": 81,
"endOffset": 984
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1132,
"endColumn": 81,
"endOffset": 1209
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 989,
"endColumn": 110,
"endOffset": 1095
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1214,
"endColumn": 110,
"endOffset": 1320
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1100,
"endColumn": 102,
"endOffset": 1198
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1325,
"endColumn": 102,
"endOffset": 1423
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1203,
"endColumn": 98,
"endOffset": 1297
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1428,
"endColumn": 98,
"endOffset": 1522
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1302,
"endColumn": 110,
"endOffset": 1408
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1527,
"endColumn": 110,
"endOffset": 1633
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1413,
"endColumn": 101,
"endOffset": 1510
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1638,
"endColumn": 101,
"endOffset": 1735
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1515,
"endColumn": 106,
"endOffset": 1617
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1740,
"endColumn": 106,
"endOffset": 1842
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1622,
"endColumn": 121,
"endOffset": 1739
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1847,
"endColumn": 121,
"endOffset": 1964
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1744,
"endColumn": 101,
"endOffset": 1841
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1969,
"endColumn": 101,
"endOffset": 2066
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1846,
"endColumn": 100,
"endOffset": 1942
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-de\\values-de.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2071,
"endColumn": 100,
"endOffset": 2167
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-el\\values-el.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 117,
"endOffset": 168
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 117,
"endOffset": 393
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 173,
"endColumn": 107,
"endOffset": 276
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 398,
"endColumn": 107,
"endOffset": 501
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 281,
"endColumn": 122,
"endOffset": 399
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 506,
"endColumn": 122,
"endOffset": 624
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 404,
"endColumn": 110,
"endOffset": 510
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 629,
"endColumn": 110,
"endOffset": 735
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 515,
"endColumn": 116,
"endOffset": 627
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 740,
"endColumn": 116,
"endOffset": 852
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 632,
"endColumn": 84,
"endOffset": 712
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 857,
"endColumn": 84,
"endOffset": 937
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 717,
"endColumn": 104,
"endOffset": 817
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 942,
"endColumn": 104,
"endOffset": 1042
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 822,
"endColumn": 125,
"endOffset": 943
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1047,
"endColumn": 125,
"endOffset": 1168
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 948,
"endColumn": 84,
"endOffset": 1028
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1173,
"endColumn": 84,
"endOffset": 1253
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1033,
"endColumn": 110,
"endOffset": 1139
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1258,
"endColumn": 110,
"endOffset": 1364
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1144,
"endColumn": 109,
"endOffset": 1249
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1369,
"endColumn": 109,
"endOffset": 1474
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1254,
"endColumn": 101,
"endOffset": 1351
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1479,
"endColumn": 101,
"endOffset": 1576
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1356,
"endColumn": 110,
"endOffset": 1462
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1581,
"endColumn": 110,
"endOffset": 1687
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1467,
"endColumn": 108,
"endOffset": 1571
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1692,
"endColumn": 108,
"endOffset": 1796
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1576,
"endColumn": 107,
"endOffset": 1679
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1801,
"endColumn": 107,
"endOffset": 1904
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1684,
"endColumn": 122,
"endOffset": 1802
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1909,
"endColumn": 122,
"endOffset": 2027
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1807,
"endColumn": 99,
"endOffset": 1902
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 2032,
"endColumn": 99,
"endOffset": 2127
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1907,
"endColumn": 100,
"endOffset": 2003
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-el\\values-el.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2132,
"endColumn": 100,
"endOffset": 2228
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU\\values-en-rAU.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 103,
"endOffset": 154
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 103,
"endOffset": 383
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 159,
"endColumn": 107,
"endOffset": 262
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 388,
"endColumn": 107,
"endOffset": 491
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 267,
"endColumn": 122,
"endOffset": 385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 496,
"endColumn": 122,
"endOffset": 614
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 390,
"endColumn": 99,
"endOffset": 485
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 619,
"endColumn": 99,
"endOffset": 714
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 107,
"endOffset": 593
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 719,
"endColumn": 107,
"endOffset": 822
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 598,
"endColumn": 83,
"endOffset": 677
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 827,
"endColumn": 83,
"endOffset": 906
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 682,
"endColumn": 99,
"endOffset": 777
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 911,
"endColumn": 99,
"endOffset": 1006
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 782,
"endColumn": 114,
"endOffset": 892
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1011,
"endColumn": 114,
"endOffset": 1121
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 897,
"endColumn": 81,
"endOffset": 974
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1126,
"endColumn": 81,
"endOffset": 1203
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 979,
"endColumn": 102,
"endOffset": 1077
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1208,
"endColumn": 102,
"endOffset": 1306
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1082,
"endColumn": 103,
"endOffset": 1181
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1311,
"endColumn": 103,
"endOffset": 1410
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1186,
"endColumn": 98,
"endOffset": 1280
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1415,
"endColumn": 98,
"endOffset": 1509
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1285,
"endColumn": 104,
"endOffset": 1385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1514,
"endColumn": 104,
"endOffset": 1614
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1390,
"endColumn": 102,
"endOffset": 1488
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1619,
"endColumn": 102,
"endOffset": 1717
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1493,
"endColumn": 103,
"endOffset": 1592
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1722,
"endColumn": 103,
"endOffset": 1821
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1597,
"endColumn": 118,
"endOffset": 1711
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1826,
"endColumn": 118,
"endOffset": 1940
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1716,
"endColumn": 99,
"endOffset": 1811
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1945,
"endColumn": 99,
"endOffset": 2040
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1816,
"endColumn": 100,
"endOffset": 1912
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2045,
"endColumn": 100,
"endOffset": 2141
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB\\values-en-rGB.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 103,
"endOffset": 154
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 103,
"endOffset": 383
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 159,
"endColumn": 107,
"endOffset": 262
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 388,
"endColumn": 107,
"endOffset": 491
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 267,
"endColumn": 122,
"endOffset": 385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 496,
"endColumn": 122,
"endOffset": 614
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 390,
"endColumn": 99,
"endOffset": 485
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 619,
"endColumn": 99,
"endOffset": 714
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 107,
"endOffset": 593
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 719,
"endColumn": 107,
"endOffset": 822
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 598,
"endColumn": 83,
"endOffset": 677
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 827,
"endColumn": 83,
"endOffset": 906
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 682,
"endColumn": 99,
"endOffset": 777
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 911,
"endColumn": 99,
"endOffset": 1006
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 782,
"endColumn": 114,
"endOffset": 892
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1011,
"endColumn": 114,
"endOffset": 1121
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 897,
"endColumn": 81,
"endOffset": 974
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1126,
"endColumn": 81,
"endOffset": 1203
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 979,
"endColumn": 102,
"endOffset": 1077
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1208,
"endColumn": 102,
"endOffset": 1306
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1082,
"endColumn": 103,
"endOffset": 1181
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1311,
"endColumn": 103,
"endOffset": 1410
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1186,
"endColumn": 98,
"endOffset": 1280
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1415,
"endColumn": 98,
"endOffset": 1509
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1285,
"endColumn": 104,
"endOffset": 1385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1514,
"endColumn": 104,
"endOffset": 1614
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1390,
"endColumn": 102,
"endOffset": 1488
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1619,
"endColumn": 102,
"endOffset": 1717
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1493,
"endColumn": 103,
"endOffset": 1592
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1722,
"endColumn": 103,
"endOffset": 1821
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1597,
"endColumn": 118,
"endOffset": 1711
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1826,
"endColumn": 118,
"endOffset": 1940
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1716,
"endColumn": 99,
"endOffset": 1811
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1945,
"endColumn": 99,
"endOffset": 2040
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1816,
"endColumn": 100,
"endOffset": 1912
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2045,
"endColumn": 100,
"endOffset": 2141
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN\\values-en-rIN.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 103,
"endOffset": 154
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 103,
"endOffset": 383
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 159,
"endColumn": 107,
"endOffset": 262
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 388,
"endColumn": 107,
"endOffset": 491
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 267,
"endColumn": 122,
"endOffset": 385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 496,
"endColumn": 122,
"endOffset": 614
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 390,
"endColumn": 99,
"endOffset": 485
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 619,
"endColumn": 99,
"endOffset": 714
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 490,
"endColumn": 107,
"endOffset": 593
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 719,
"endColumn": 107,
"endOffset": 822
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 598,
"endColumn": 83,
"endOffset": 677
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 827,
"endColumn": 83,
"endOffset": 906
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 682,
"endColumn": 99,
"endOffset": 777
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 911,
"endColumn": 99,
"endOffset": 1006
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 782,
"endColumn": 114,
"endOffset": 892
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1011,
"endColumn": 114,
"endOffset": 1121
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 897,
"endColumn": 81,
"endOffset": 974
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1126,
"endColumn": 81,
"endOffset": 1203
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 979,
"endColumn": 102,
"endOffset": 1077
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1208,
"endColumn": 102,
"endOffset": 1306
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1082,
"endColumn": 103,
"endOffset": 1181
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1311,
"endColumn": 103,
"endOffset": 1410
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1186,
"endColumn": 98,
"endOffset": 1280
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1415,
"endColumn": 98,
"endOffset": 1509
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1285,
"endColumn": 104,
"endOffset": 1385
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1514,
"endColumn": 104,
"endOffset": 1614
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1390,
"endColumn": 102,
"endOffset": 1488
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1619,
"endColumn": 102,
"endOffset": 1717
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1493,
"endColumn": 103,
"endOffset": 1592
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1722,
"endColumn": 103,
"endOffset": 1821
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1597,
"endColumn": 118,
"endOffset": 1711
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1826,
"endColumn": 118,
"endOffset": 1940
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1716,
"endColumn": 99,
"endOffset": 1811
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1945,
"endColumn": 99,
"endOffset": 2040
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1816,
"endColumn": 100,
"endOffset": 1912
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2045,
"endColumn": 100,
"endOffset": 2141
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS\\values-es-rUS.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 119,
"endOffset": 170
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 119,
"endOffset": 399
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 175,
"endColumn": 107,
"endOffset": 278
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 404,
"endColumn": 107,
"endOffset": 507
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 283,
"endColumn": 122,
"endOffset": 401
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 512,
"endColumn": 122,
"endOffset": 630
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 406,
"endColumn": 108,
"endOffset": 510
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 635,
"endColumn": 108,
"endOffset": 739
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 515,
"endColumn": 107,
"endOffset": 618
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 744,
"endColumn": 107,
"endOffset": 847
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 623,
"endColumn": 84,
"endOffset": 703
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 852,
"endColumn": 84,
"endOffset": 932
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 708,
"endColumn": 100,
"endOffset": 804
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 937,
"endColumn": 100,
"endOffset": 1033
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 809,
"endColumn": 122,
"endOffset": 927
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1038,
"endColumn": 122,
"endOffset": 1156
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 932,
"endColumn": 81,
"endOffset": 1009
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1161,
"endColumn": 81,
"endOffset": 1238
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1014,
"endColumn": 111,
"endOffset": 1121
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1243,
"endColumn": 111,
"endOffset": 1350
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1126,
"endColumn": 111,
"endOffset": 1233
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1355,
"endColumn": 111,
"endOffset": 1462
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1238,
"endColumn": 100,
"endOffset": 1334
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1467,
"endColumn": 100,
"endOffset": 1563
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1339,
"endColumn": 107,
"endOffset": 1442
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1568,
"endColumn": 107,
"endOffset": 1671
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1447,
"endColumn": 106,
"endOffset": 1549
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1676,
"endColumn": 106,
"endOffset": 1778
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1554,
"endColumn": 106,
"endOffset": 1656
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1783,
"endColumn": 106,
"endOffset": 1885
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1661,
"endColumn": 121,
"endOffset": 1778
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1890,
"endColumn": 121,
"endOffset": 2007
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1783,
"endColumn": 99,
"endOffset": 1878
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 2012,
"endColumn": 99,
"endOffset": 2107
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1883,
"endColumn": 100,
"endOffset": 1979
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2112,
"endColumn": 100,
"endOffset": 2208
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-es\\values-es.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 116,
"endOffset": 167
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 116,
"endOffset": 392
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 172,
"endColumn": 107,
"endOffset": 275
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 397,
"endColumn": 107,
"endOffset": 500
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 122,
"endOffset": 398
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 505,
"endColumn": 122,
"endOffset": 623
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 403,
"endColumn": 112,
"endOffset": 511
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 628,
"endColumn": 112,
"endOffset": 736
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 516,
"endColumn": 107,
"endOffset": 619
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 741,
"endColumn": 107,
"endOffset": 844
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 624,
"endColumn": 84,
"endOffset": 704
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 849,
"endColumn": 84,
"endOffset": 929
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 709,
"endColumn": 100,
"endOffset": 805
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 934,
"endColumn": 100,
"endOffset": 1030
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 810,
"endColumn": 127,
"endOffset": 933
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1035,
"endColumn": 127,
"endOffset": 1158
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 938,
"endColumn": 81,
"endOffset": 1015
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1163,
"endColumn": 81,
"endOffset": 1240
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1020,
"endColumn": 106,
"endOffset": 1122
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1245,
"endColumn": 106,
"endOffset": 1347
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1127,
"endColumn": 99,
"endOffset": 1222
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1352,
"endColumn": 99,
"endOffset": 1447
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1227,
"endColumn": 98,
"endOffset": 1321
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1452,
"endColumn": 98,
"endOffset": 1546
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1326,
"endColumn": 107,
"endOffset": 1429
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1551,
"endColumn": 107,
"endOffset": 1654
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1434,
"endColumn": 106,
"endOffset": 1536
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1659,
"endColumn": 106,
"endOffset": 1761
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1541,
"endColumn": 106,
"endOffset": 1643
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1766,
"endColumn": 106,
"endOffset": 1868
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1648,
"endColumn": 121,
"endOffset": 1765
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1873,
"endColumn": 121,
"endOffset": 1990
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1770,
"endColumn": 99,
"endOffset": 1865
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1995,
"endColumn": 99,
"endOffset": 2090
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1870,
"endColumn": 100,
"endOffset": 1966
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-es\\values-es.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2095,
"endColumn": 100,
"endOffset": 2191
}
}
}
]
}
]
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-et-rEE\\values-et-rEE.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 116,
"endOffset": 167
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 116,
"endOffset": 396
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 172,
"endColumn": 107,
"endOffset": 275
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 401,
"endColumn": 107,
"endOffset": 504
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 122,
"endOffset": 398
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 509,
"endColumn": 122,
"endOffset": 627
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 403,
"endColumn": 106,
"endOffset": 505
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 632,
"endColumn": 106,
"endOffset": 734
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 510,
"endColumn": 110,
"endOffset": 616
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 739,
"endColumn": 110,
"endOffset": 845
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 621,
"endColumn": 85,
"endOffset": 702
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 850,
"endColumn": 85,
"endOffset": 931
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 707,
"endColumn": 101,
"endOffset": 804
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 936,
"endColumn": 101,
"endOffset": 1033
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 809,
"endColumn": 116,
"endOffset": 921
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1038,
"endColumn": 116,
"endOffset": 1150
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 926,
"endColumn": 82,
"endOffset": 1004
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1155,
"endColumn": 82,
"endOffset": 1233
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1009,
"endColumn": 110,
"endOffset": 1115
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1238,
"endColumn": 110,
"endOffset": 1344
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1120,
"endColumn": 104,
"endOffset": 1220
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1349,
"endColumn": 104,
"endOffset": 1449
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1225,
"endColumn": 98,
"endOffset": 1319
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1454,
"endColumn": 98,
"endOffset": 1548
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1324,
"endColumn": 109,
"endOffset": 1429
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1553,
"endColumn": 109,
"endOffset": 1658
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1434,
"endColumn": 100,
"endOffset": 1530
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1663,
"endColumn": 100,
"endOffset": 1759
}
}
},
{
"to": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1535,
"endColumn": 102,
"endOffset": 1633
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1764,
"endColumn": 102,
"endOffset": 1862
}
}
},
{
"to": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1638,
"endColumn": 127,
"endOffset": 1761
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1867,
"endColumn": 127,
"endOffset": 1990
}
}
},
{
"to": {
"startLine": 18,
"startColumn": 4,
"startOffset": 1766,
"endColumn": 101,
"endOffset": 1863
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 20,
"startColumn": 4,
"startOffset": 1995,
"endColumn": 101,
"endOffset": 2092
}
}
},
{
"to": {
"startLine": 19,
"startColumn": 4,
"startOffset": 1868,
"endColumn": 100,
"endOffset": 1964
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-et-rEE\\values-et-rEE.xml",
"position": {
"startLine": 21,
"startColumn": 4,
"startOffset": 2097,
"endColumn": 100,
"endOffset": 2193
}
}
}
]
}
]
This file has been truncated, but you can view the full file.
[
{
"outputFile": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\res\\merged\\debug\\values-eu-rES\\values-eu-rES.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 108,
"endOffset": 159
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 284,
"endColumn": 108,
"endOffset": 388
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 164,
"endColumn": 107,
"endOffset": 267
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 5,
"startColumn": 4,
"startOffset": 393,
"endColumn": 107,
"endOffset": 496
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 272,
"endColumn": 122,
"endOffset": 390
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 6,
"startColumn": 4,
"startOffset": 501,
"endColumn": 122,
"endOffset": 619
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 395,
"endColumn": 97,
"endOffset": 488
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 624,
"endColumn": 97,
"endOffset": 717
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 493,
"endColumn": 109,
"endOffset": 598
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 8,
"startColumn": 4,
"startOffset": 722,
"endColumn": 109,
"endOffset": 827
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 603,
"endColumn": 85,
"endOffset": 684
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 9,
"startColumn": 4,
"startOffset": 832,
"endColumn": 85,
"endOffset": 913
}
}
},
{
"to": {
"startLine": 8,
"startColumn": 4,
"startOffset": 689,
"endColumn": 105,
"endOffset": 790
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 918,
"endColumn": 105,
"endOffset": 1019
}
}
},
{
"to": {
"startLine": 9,
"startColumn": 4,
"startOffset": 795,
"endColumn": 123,
"endOffset": 914
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1024,
"endColumn": 123,
"endOffset": 1143
}
}
},
{
"to": {
"startLine": 10,
"startColumn": 4,
"startOffset": 919,
"endColumn": 81,
"endOffset": 996
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1148,
"endColumn": 81,
"endOffset": 1225
}
}
},
{
"to": {
"startLine": 11,
"startColumn": 4,
"startOffset": 1001,
"endColumn": 108,
"endOffset": 1105
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1230,
"endColumn": 108,
"endOffset": 1334
}
}
},
{
"to": {
"startLine": 12,
"startColumn": 4,
"startOffset": 1110,
"endColumn": 109,
"endOffset": 1215
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1339,
"endColumn": 109,
"endOffset": 1444
}
}
},
{
"to": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1220,
"endColumn": 98,
"endOffset": 1314
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1449,
"endColumn": 98,
"endOffset": 1543
}
}
},
{
"to": {
"startLine": 14,
"startColumn": 4,
"startOffset": 1319,
"endColumn": 108,
"endOffset": 1423
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1548,
"endColumn": 108,
"endOffset": 1652
}
}
},
{
"to": {
"startLine": 15,
"startColumn": 4,
"startOffset": 1428,
"endColumn": 112,
"endOffset": 1536
},
"from": {
"file": "C:\\Users\\hzsunshx\\AndroidStudioProjects\\HelloWorld\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.0.1\\res\\values-eu-rES\\values-eu-rES.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1657,
"endColumn": 112,
"endOffset": 1765
}
}
},
{
"
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment