diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..04a3cb4736334a653b6c8e362644de1f21272ded --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.iml +.gradle +/local.properties +/app/build +/app/build/* +*.iws +.idea/libraries +.idea/tasks.xml +.idea/vcs.xml +.idea/workspace.xml +/build +/build/* \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000000000000000000000000000000000000..262ab614d1ad1768183a0072eefce18f6def9a7e --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Registration \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000000000000000000000000000000000000..96cc43efa6a0885098044e976cd780bb42c68a70 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CompilerConfiguration"> + <resourceExtensions /> + <wildcardResourcePatterns> + <entry name="!?*.java" /> + <entry name="!?*.form" /> + <entry name="!?*.class" /> + <entry name="!?*.groovy" /> + <entry name="!?*.scala" /> + <entry name="!?*.flex" /> + <entry name="!?*.kt" /> + <entry name="!?*.clj" /> + <entry name="!?*.aj" /> + </wildcardResourcePatterns> + <annotationProcessing> + <profile default="true" name="Default" enabled="false"> + <processorPath useClasspath="true" /> + </profile> + </annotationProcessing> + </component> +</project> \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..e7bedf3377d40335424fd605124d4761390218bb --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ +<component name="CopyrightManager"> + <settings default="" /> +</component> \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000000000000000000000000000000000000..97626ba45445dc9f3afa66e6a149914dc39e3df6 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding"> + <file url="PROJECT" charset="UTF-8" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee6ddd0307808e74e9479e4a5b62341b8ef6f06d --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="GradleSettings"> + <option name="linkedExternalProjectsSettings"> + <GradleProjectSettings> + <option name="distributionType" value="LOCAL" /> + <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="gradleHome" value="C:\Program Files\Android\Android Studio\gradle\gradle-2.10" /> + <option name="modules"> + <set> + <option value="$PROJECT_DIR$" /> + <option value="$PROJECT_DIR$/app" /> + </set> + </option> + <option name="myModules"> + <set> + <option value="$PROJECT_DIR$" /> + <option value="$PROJECT_DIR$/app" /> + </set> + </option> + </GradleProjectSettings> + </option> + </component> +</project> \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000000000000000000000000000000000..f7b3a44868ac2205316394f265d244b59e4f592c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="AndroidLintRtlHardcoded" enabled="false" level="WARNING" enabled_by_default="false" /> + </profile> +</component> \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b312839bf2e939fea3ebdef15630a4b33e57caf --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="PROJECT_PROFILE" value="Project Default" /> + <option name="USE_PROJECT_PROFILE" value="true" /> + <version value="1.0" /> + </settings> +</component> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000000000000000000000000000000000000..fbb68289f4352bf149aa31a2c9940faa99174224 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="EntryPointsManager"> + <entry_points version="2.0" /> + </component> + <component name="NullableNotNullManager"> + <option name="myDefaultNullable" value="android.support.annotation.Nullable" /> + <option name="myDefaultNotNull" value="android.support.annotation.NonNull" /> + <option name="myNullables"> + <value> + <list size="4"> + <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" /> + <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" /> + <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" /> + <item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" /> + </list> + </value> + </option> + <option name="myNotNulls"> + <value> + <list size="4"> + <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" /> + <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" /> + <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" /> + <item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" /> + </list> + </value> + </option> + </component> + <component name="ProjectLevelVcsManager" settingsEditedManually="false"> + <OptionsSetting value="true" id="Add" /> + <OptionsSetting value="true" id="Remove" /> + <OptionsSetting value="true" id="Checkout" /> + <OptionsSetting value="true" id="Update" /> + <OptionsSetting value="true" id="Status" /> + <OptionsSetting value="true" id="Edit" /> + <ConfirmationsSetting value="0" id="Add" /> + <ConfirmationsSetting value="0" id="Remove" /> + </component> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/build/classes" /> + </component> + <component name="ProjectType"> + <option name="id" value="Android" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..661493c6e07fabcb4e33f7a08c5ca6e00f7a9abc --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/Registration.iml" filepath="$PROJECT_DIR$/Registration.iml" /> + <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000000000000000000000000000000000000..7f68460d8b38ac04e3a3224d7c79ef719b1991a9 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="RunConfigurationProducerService"> + <option name="ignoredProducers"> + <set> + <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> + <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" /> + <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" /> + </set> + </option> + </component> +</project> \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6cded3e2ec1d2920da37b8b61344e95bcb7f8753..ef6a6852993225772c2dbdace3eb0c5e9f2c1250 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,10 +22,12 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'io.socket:socket.io-client:0.7.0' compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.android.support:design:22.2.0' compile 'com.android.support:recyclerview-v7:23.4.0' compile 'com.android.support:cardview-v7:23.4.0' compile 'com.android.support:support-v4:23.4.0' + compile ('io.socket:socket.io-client:0.7.0') { + exclude group: 'org.json', module: 'json' + } } diff --git a/app/build/generated/source/buildConfig/androidTest/debug/de/lreeg/registration/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/de/lreeg/registration/test/BuildConfig.java deleted file mode 100644 index 7e68ecb4e5c71b330b0189214af3d1ed16f9302d..0000000000000000000000000000000000000000 --- a/app/build/generated/source/buildConfig/androidTest/debug/de/lreeg/registration/test/BuildConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package de.lreeg.registration.test; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "de.lreeg.registration.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"; -} diff --git a/app/build/generated/source/buildConfig/debug/de/lreeg/registration/BuildConfig.java b/app/build/generated/source/buildConfig/debug/de/lreeg/registration/BuildConfig.java deleted file mode 100644 index 34b734c4b78056e226c3917cced76b8ffe7e7087..0000000000000000000000000000000000000000 --- a/app/build/generated/source/buildConfig/debug/de/lreeg/registration/BuildConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package de.lreeg.registration; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "de.lreeg.registration"; - 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"; -} diff --git a/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java deleted file mode 100644 index 5dbd925f073a2311aefdc69db11f0596995c6cb0..0000000000000000000000000000000000000000 --- a/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java +++ /dev/null @@ -1,1195 +0,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.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 = 0x7f0100a6; - public static final int actionBarItemBackground = 0x7f0100a7; - public static final int actionBarPopupTheme = 0x7f0100a0; - public static final int actionBarSize = 0x7f0100a5; - public static final int actionBarSplitStyle = 0x7f0100a2; - public static final int actionBarStyle = 0x7f0100a1; - public static final int actionBarTabBarStyle = 0x7f01009c; - public static final int actionBarTabStyle = 0x7f01009b; - public static final int actionBarTabTextStyle = 0x7f01009d; - public static final int actionBarTheme = 0x7f0100a3; - public static final int actionBarWidgetTheme = 0x7f0100a4; - public static final int actionButtonStyle = 0x7f0100c0; - public static final int actionDropDownStyle = 0x7f0100bc; - public static final int actionLayout = 0x7f010054; - public static final int actionMenuTextAppearance = 0x7f0100a8; - public static final int actionMenuTextColor = 0x7f0100a9; - public static final int actionModeBackground = 0x7f0100ac; - public static final int actionModeCloseButtonStyle = 0x7f0100ab; - public static final int actionModeCloseDrawable = 0x7f0100ae; - public static final int actionModeCopyDrawable = 0x7f0100b0; - public static final int actionModeCutDrawable = 0x7f0100af; - public static final int actionModeFindDrawable = 0x7f0100b4; - public static final int actionModePasteDrawable = 0x7f0100b1; - public static final int actionModePopupWindowStyle = 0x7f0100b6; - public static final int actionModeSelectAllDrawable = 0x7f0100b2; - public static final int actionModeShareDrawable = 0x7f0100b3; - public static final int actionModeSplitBackground = 0x7f0100ad; - public static final int actionModeStyle = 0x7f0100aa; - public static final int actionModeWebSearchDrawable = 0x7f0100b5; - public static final int actionOverflowButtonStyle = 0x7f01009e; - public static final int actionOverflowMenuStyle = 0x7f01009f; - public static final int actionProviderClass = 0x7f010056; - public static final int actionViewClass = 0x7f010055; - public static final int activityChooserViewStyle = 0x7f0100c8; - public static final int alertDialogButtonGroupStyle = 0x7f0100e9; - public static final int alertDialogCenterButtons = 0x7f0100ea; - public static final int alertDialogStyle = 0x7f0100e8; - public static final int alertDialogTheme = 0x7f0100eb; - public static final int autoCompleteTextViewStyle = 0x7f0100f0; - public static final int background = 0x7f01000c; - public static final int backgroundSplit = 0x7f01000e; - public static final int backgroundStacked = 0x7f01000d; - public static final int backgroundTint = 0x7f010109; - public static final int backgroundTintMode = 0x7f01010a; - public static final int barSize = 0x7f01004a; - public static final int borderlessButtonStyle = 0x7f0100c5; - public static final int buttonBarButtonStyle = 0x7f0100c2; - public static final int buttonBarNegativeButtonStyle = 0x7f0100ee; - public static final int buttonBarNeutralButtonStyle = 0x7f0100ef; - public static final int buttonBarPositiveButtonStyle = 0x7f0100ed; - public static final int buttonBarStyle = 0x7f0100c1; - public static final int buttonPanelSideLayout = 0x7f01001f; - public static final int buttonStyle = 0x7f0100f1; - public static final int buttonStyleSmall = 0x7f0100f2; - public static final int checkboxStyle = 0x7f0100f3; - public static final int checkedTextViewStyle = 0x7f0100f4; - public static final int closeIcon = 0x7f010069; - public static final int closeItemLayout = 0x7f01001c; - public static final int collapseContentDescription = 0x7f010103; - public static final int collapseIcon = 0x7f010102; - public static final int color = 0x7f010044; - public static final int colorAccent = 0x7f0100e2; - public static final int colorButtonNormal = 0x7f0100e6; - public static final int colorControlActivated = 0x7f0100e4; - public static final int colorControlHighlight = 0x7f0100e5; - public static final int colorControlNormal = 0x7f0100e3; - public static final int colorPrimary = 0x7f0100e0; - public static final int colorPrimaryDark = 0x7f0100e1; - public static final int colorSwitchThumbNormal = 0x7f0100e7; - public static final int commitIcon = 0x7f01006e; - 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 customNavigationLayout = 0x7f01000f; - public static final int defaultQueryHint = 0x7f010068; - public static final int dialogPreferredPadding = 0x7f0100ba; - public static final int dialogTheme = 0x7f0100b9; - public static final int disableChildrenWhenDisabled = 0x7f010076; - public static final int displayOptions = 0x7f010005; - public static final int divider = 0x7f01000b; - public static final int dividerHorizontal = 0x7f0100c7; - public static final int dividerPadding = 0x7f010052; - public static final int dividerVertical = 0x7f0100c6; - public static final int drawableSize = 0x7f010046; - public static final int drawerArrowStyle = 0x7f010000; - public static final int dropDownListViewStyle = 0x7f0100d8; - public static final int dropdownListPreferredItemHeight = 0x7f0100bd; - public static final int editTextBackground = 0x7f0100ce; - public static final int editTextColor = 0x7f0100cd; - public static final int editTextStyle = 0x7f0100f5; - public static final int elevation = 0x7f01001a; - public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; - public static final int gapBetweenBars = 0x7f010047; - public static final int goIcon = 0x7f01006a; - public static final int height = 0x7f010001; - public static final int hideOnContentScroll = 0x7f010015; - public static final int homeAsUpIndicator = 0x7f0100bf; - public static final int homeLayout = 0x7f010010; - public static final int icon = 0x7f010009; - public static final int iconifiedByDefault = 0x7f010066; - 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 = 0x7f010065; - public static final int listChoiceBackgroundIndicator = 0x7f0100df; - public static final int listDividerAlertDialog = 0x7f0100bb; - public static final int listItemLayout = 0x7f010023; - public static final int listLayout = 0x7f010020; - public static final int listPopupWindowStyle = 0x7f0100d9; - public static final int listPreferredItemHeight = 0x7f0100d3; - public static final int listPreferredItemHeightLarge = 0x7f0100d5; - public static final int listPreferredItemHeightSmall = 0x7f0100d4; - public static final int listPreferredItemPaddingLeft = 0x7f0100d6; - public static final int listPreferredItemPaddingRight = 0x7f0100d7; - public static final int logo = 0x7f01000a; - public static final int maxButtonHeight = 0x7f010101; - public static final int measureWithLargestChild = 0x7f010050; - public static final int middleBarArrowSize = 0x7f010049; - public static final int multiChoiceItemLayout = 0x7f010021; - public static final int navigationContentDescription = 0x7f010105; - public static final int navigationIcon = 0x7f010104; - public static final int navigationMode = 0x7f010004; - public static final int overlapAnchor = 0x7f01005d; - public static final int paddingEnd = 0x7f010107; - public static final int paddingStart = 0x7f010106; - public static final int panelBackground = 0x7f0100dc; - public static final int panelMenuListTheme = 0x7f0100de; - public static final int panelMenuListWidth = 0x7f0100dd; - public static final int popupMenuStyle = 0x7f0100cb; - public static final int popupPromptView = 0x7f010075; - public static final int popupTheme = 0x7f01001b; - public static final int popupWindowStyle = 0x7f0100cc; - public static final int preserveIconSpacing = 0x7f010057; - public static final int progressBarPadding = 0x7f010013; - public static final int progressBarStyle = 0x7f010011; - public static final int prompt = 0x7f010073; - public static final int queryBackground = 0x7f010070; - public static final int queryHint = 0x7f010067; - public static final int radioButtonStyle = 0x7f0100f6; - public static final int ratingBarStyle = 0x7f0100f7; - public static final int searchHintIcon = 0x7f01006c; - public static final int searchIcon = 0x7f01006b; - public static final int searchViewStyle = 0x7f0100d2; - public static final int selectableItemBackground = 0x7f0100c3; - public static final int selectableItemBackgroundBorderless = 0x7f0100c4; - public static final int showAsAction = 0x7f010053; - public static final int showDividers = 0x7f010051; - public static final int showText = 0x7f01007d; - public static final int singleChoiceItemLayout = 0x7f010022; - public static final int spinBars = 0x7f010045; - public static final int spinnerDropDownItemStyle = 0x7f0100be; - public static final int spinnerMode = 0x7f010074; - public static final int spinnerStyle = 0x7f0100f8; - public static final int splitTrack = 0x7f01007c; - public static final int state_above_anchor = 0x7f01005e; - public static final int submitBackground = 0x7f010071; - public static final int subtitle = 0x7f010006; - public static final int subtitleTextAppearance = 0x7f0100fb; - public static final int subtitleTextStyle = 0x7f010008; - public static final int suggestionRowLayout = 0x7f01006f; - public static final int switchMinWidth = 0x7f01007a; - public static final int switchPadding = 0x7f01007b; - public static final int switchStyle = 0x7f0100f9; - public static final int switchTextAppearance = 0x7f010079; - public static final int textAllCaps = 0x7f010026; - public static final int textAppearanceLargePopupMenu = 0x7f0100b7; - public static final int textAppearanceListItem = 0x7f0100da; - public static final int textAppearanceListItemSmall = 0x7f0100db; - public static final int textAppearanceSearchResultSubtitle = 0x7f0100d0; - public static final int textAppearanceSearchResultTitle = 0x7f0100cf; - public static final int textAppearanceSmallPopupMenu = 0x7f0100b8; - public static final int textColorAlertDialogListItem = 0x7f0100ec; - public static final int textColorSearchUrl = 0x7f0100d1; - public static final int theme = 0x7f010108; - public static final int thickness = 0x7f01004b; - public static final int thumbTextPadding = 0x7f010078; - public static final int title = 0x7f010003; - public static final int titleMarginBottom = 0x7f010100; - public static final int titleMarginEnd = 0x7f0100fe; - public static final int titleMarginStart = 0x7f0100fd; - public static final int titleMarginTop = 0x7f0100ff; - public static final int titleMargins = 0x7f0100fc; - public static final int titleTextAppearance = 0x7f0100fa; - public static final int titleTextStyle = 0x7f010007; - public static final int toolbarNavigationButtonStyle = 0x7f0100ca; - public static final int toolbarStyle = 0x7f0100c9; - public static final int topBottomBarArrowSize = 0x7f010048; - public static final int track = 0x7f010077; - public static final int voiceIcon = 0x7f01006d; - public static final int windowActionBar = 0x7f010091; - public static final int windowActionBarOverlay = 0x7f010093; - public static final int windowActionModeOverlay = 0x7f010094; - public static final int windowFixedHeightMajor = 0x7f010098; - public static final int windowFixedHeightMinor = 0x7f010096; - public static final int windowFixedWidthMajor = 0x7f010095; - public static final int windowFixedWidthMinor = 0x7f010097; - public static final int windowMinWidthMajor = 0x7f010099; - public static final int windowMinWidthMinor = 0x7f01009a; - public static final int windowNoTitle = 0x7f010092; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f0a0002; - public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0a0000; - public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0a0003; - public static final int abc_config_actionMenuItemAllCaps = 0x7f0a0004; - public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0a0001; - public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0a0005; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0a0006; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark = 0x7f0c0047; - public static final int abc_background_cache_hint_selector_material_light = 0x7f0c0048; - public static final int abc_input_method_navigation_guard = 0x7f0c0000; - public static final int abc_primary_text_disable_only_material_dark = 0x7f0c0049; - public static final int abc_primary_text_disable_only_material_light = 0x7f0c004a; - public static final int abc_primary_text_material_dark = 0x7f0c004b; - public static final int abc_primary_text_material_light = 0x7f0c004c; - public static final int abc_search_url_text = 0x7f0c004d; - public static final int abc_search_url_text_normal = 0x7f0c0001; - public static final int abc_search_url_text_pressed = 0x7f0c0002; - public static final int abc_search_url_text_selected = 0x7f0c0003; - public static final int abc_secondary_text_material_dark = 0x7f0c004e; - public static final int abc_secondary_text_material_light = 0x7f0c004f; - public static final int accent_material_dark = 0x7f0c0004; - public static final int accent_material_light = 0x7f0c0005; - public static final int background_floating_material_dark = 0x7f0c0007; - public static final int background_floating_material_light = 0x7f0c0008; - public static final int background_material_dark = 0x7f0c0009; - public static final int background_material_light = 0x7f0c000a; - public static final int bright_foreground_disabled_material_dark = 0x7f0c000b; - public static final int bright_foreground_disabled_material_light = 0x7f0c000c; - public static final int bright_foreground_inverse_material_dark = 0x7f0c000d; - public static final int bright_foreground_inverse_material_light = 0x7f0c000e; - public static final int bright_foreground_material_dark = 0x7f0c000f; - public static final int bright_foreground_material_light = 0x7f0c0010; - public static final int button_material_dark = 0x7f0c0011; - public static final int button_material_light = 0x7f0c0012; - public static final int dim_foreground_disabled_material_dark = 0x7f0c001a; - public static final int dim_foreground_disabled_material_light = 0x7f0c001b; - public static final int dim_foreground_material_dark = 0x7f0c001c; - public static final int dim_foreground_material_light = 0x7f0c001d; - public static final int highlighted_text_material_dark = 0x7f0c0023; - public static final int highlighted_text_material_light = 0x7f0c0024; - public static final int hint_foreground_material_dark = 0x7f0c0025; - public static final int hint_foreground_material_light = 0x7f0c0026; - public static final int link_text_material_dark = 0x7f0c0027; - public static final int link_text_material_light = 0x7f0c0028; - public static final int material_blue_grey_800 = 0x7f0c0029; - public static final int material_blue_grey_900 = 0x7f0c002a; - public static final int material_blue_grey_950 = 0x7f0c002b; - public static final int material_deep_teal_200 = 0x7f0c002c; - public static final int material_deep_teal_500 = 0x7f0c002d; - public static final int primary_dark_material_dark = 0x7f0c002e; - public static final int primary_dark_material_light = 0x7f0c002f; - public static final int primary_material_dark = 0x7f0c0030; - public static final int primary_material_light = 0x7f0c0031; - public static final int primary_text_default_material_dark = 0x7f0c0032; - public static final int primary_text_default_material_light = 0x7f0c0033; - public static final int primary_text_disabled_material_dark = 0x7f0c0034; - public static final int primary_text_disabled_material_light = 0x7f0c0035; - public static final int ripple_material_dark = 0x7f0c0036; - public static final int ripple_material_light = 0x7f0c0037; - public static final int secondary_text_default_material_dark = 0x7f0c0038; - public static final int secondary_text_default_material_light = 0x7f0c0039; - public static final int secondary_text_disabled_material_dark = 0x7f0c003a; - public static final int secondary_text_disabled_material_light = 0x7f0c003b; - public static final int switch_thumb_disabled_material_dark = 0x7f0c0040; - public static final int switch_thumb_disabled_material_light = 0x7f0c0041; - public static final int switch_thumb_material_dark = 0x7f0c0050; - public static final int switch_thumb_material_light = 0x7f0c0051; - public static final int switch_thumb_normal_material_dark = 0x7f0c0042; - public static final int switch_thumb_normal_material_light = 0x7f0c0043; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material = 0x7f08000c; - public static final int abc_action_bar_default_height_material = 0x7f080001; - public static final int abc_action_bar_default_padding_material = 0x7f080002; - public static final int abc_action_bar_icon_vertical_padding_material = 0x7f080019; - public static final int abc_action_bar_navigation_padding_start_material = 0x7f08000d; - public static final int abc_action_bar_overflow_padding_end_material = 0x7f08000e; - public static final int abc_action_bar_overflow_padding_start_material = 0x7f08001a; - public static final int abc_action_bar_progress_bar_size = 0x7f080003; - public static final int abc_action_bar_stacked_max_height = 0x7f08001b; - public static final int abc_action_bar_stacked_tab_max_width = 0x7f08001c; - public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f08001d; - public static final int abc_action_bar_subtitle_top_margin_material = 0x7f08001e; - public static final int abc_action_button_min_height_material = 0x7f08001f; - public static final int abc_action_button_min_width_material = 0x7f080020; - public static final int abc_action_button_min_width_overflow_material = 0x7f080021; - public static final int abc_alert_dialog_button_bar_height = 0x7f080000; - public static final int abc_button_inset_horizontal_material = 0x7f080022; - public static final int abc_button_inset_vertical_material = 0x7f080023; - public static final int abc_button_padding_horizontal_material = 0x7f080024; - public static final int abc_button_padding_vertical_material = 0x7f080025; - public static final int abc_config_prefDialogWidth = 0x7f080006; - public static final int abc_control_corner_material = 0x7f080026; - public static final int abc_control_inset_material = 0x7f080027; - public static final int abc_control_padding_material = 0x7f080028; - public static final int abc_dialog_list_padding_vertical_material = 0x7f080029; - public static final int abc_dialog_min_width_major = 0x7f08002a; - public static final int abc_dialog_min_width_minor = 0x7f08002b; - public static final int abc_dialog_padding_material = 0x7f08002c; - public static final int abc_dialog_padding_top_material = 0x7f08002d; - public static final int abc_disabled_alpha_material_dark = 0x7f08002e; - public static final int abc_disabled_alpha_material_light = 0x7f08002f; - public static final int abc_dropdownitem_icon_width = 0x7f080030; - public static final int abc_dropdownitem_text_padding_left = 0x7f080031; - public static final int abc_dropdownitem_text_padding_right = 0x7f080032; - public static final int abc_edit_text_inset_bottom_material = 0x7f080033; - public static final int abc_edit_text_inset_horizontal_material = 0x7f080034; - public static final int abc_edit_text_inset_top_material = 0x7f080035; - public static final int abc_floating_window_z = 0x7f080036; - public static final int abc_list_item_padding_horizontal_material = 0x7f080037; - public static final int abc_panel_menu_list_width = 0x7f080038; - public static final int abc_search_view_preferred_width = 0x7f080039; - public static final int abc_search_view_text_min_width = 0x7f080007; - public static final int abc_switch_padding = 0x7f080016; - public static final int abc_text_size_body_1_material = 0x7f08003a; - public static final int abc_text_size_body_2_material = 0x7f08003b; - public static final int abc_text_size_button_material = 0x7f08003c; - public static final int abc_text_size_caption_material = 0x7f08003d; - public static final int abc_text_size_display_1_material = 0x7f08003e; - public static final int abc_text_size_display_2_material = 0x7f08003f; - public static final int abc_text_size_display_3_material = 0x7f080040; - public static final int abc_text_size_display_4_material = 0x7f080041; - public static final int abc_text_size_headline_material = 0x7f080042; - public static final int abc_text_size_large_material = 0x7f080043; - public static final int abc_text_size_medium_material = 0x7f080044; - public static final int abc_text_size_menu_material = 0x7f080045; - public static final int abc_text_size_small_material = 0x7f080046; - public static final int abc_text_size_subhead_material = 0x7f080047; - public static final int abc_text_size_subtitle_material_toolbar = 0x7f080004; - public static final int abc_text_size_title_material = 0x7f080048; - public static final int abc_text_size_title_material_toolbar = 0x7f080005; - public static final int dialog_fixed_height_major = 0x7f080008; - public static final int dialog_fixed_height_minor = 0x7f080009; - public static final int dialog_fixed_width_major = 0x7f08000a; - public static final int dialog_fixed_width_minor = 0x7f08000b; - public static final int disabled_alpha_material_dark = 0x7f08004e; - public static final int disabled_alpha_material_light = 0x7f08004f; - public static final int notification_large_icon_height = 0x7f08005f; - public static final int notification_large_icon_width = 0x7f080060; - public static final int notification_subtext_size = 0x7f080061; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; - public static final int abc_btn_borderless_material = 0x7f020001; - public static final int abc_btn_check_material = 0x7f020002; - public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003; - public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004; - public static final int abc_btn_default_mtrl_shape = 0x7f020005; - public static final int abc_btn_radio_material = 0x7f020006; - public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007; - public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008; - public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009; - public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a; - public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b; - public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c; - public static final int abc_cab_background_internal_bg = 0x7f02000d; - public static final int abc_cab_background_top_material = 0x7f02000e; - public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f; - public static final int abc_dialog_material_background_dark = 0x7f020010; - public static final int abc_dialog_material_background_light = 0x7f020011; - public static final int abc_edit_text_material = 0x7f020012; - public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013; - public static final int abc_ic_clear_mtrl_alpha = 0x7f020014; - public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015; - public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016; - public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017; - public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018; - public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019; - public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a; - public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b; - public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c; - public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d; - public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e; - public static final int abc_item_background_holo_dark = 0x7f02001f; - public static final int abc_item_background_holo_light = 0x7f020020; - public static final int abc_list_divider_mtrl_alpha = 0x7f020021; - public static final int abc_list_focused_holo = 0x7f020022; - public static final int abc_list_longpressed_holo = 0x7f020023; - public static final int abc_list_pressed_holo_dark = 0x7f020024; - public static final int abc_list_pressed_holo_light = 0x7f020025; - public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026; - public static final int abc_list_selector_background_transition_holo_light = 0x7f020027; - public static final int abc_list_selector_disabled_holo_dark = 0x7f020028; - public static final int abc_list_selector_disabled_holo_light = 0x7f020029; - public static final int abc_list_selector_holo_dark = 0x7f02002a; - public static final int abc_list_selector_holo_light = 0x7f02002b; - public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c; - public static final int abc_popup_background_mtrl_mult = 0x7f02002d; - public static final int abc_ratingbar_full_material = 0x7f02002e; - public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f; - public static final int abc_spinner_textfield_background_material = 0x7f020030; - public static final int abc_switch_thumb_material = 0x7f020031; - public static final int abc_switch_track_mtrl_alpha = 0x7f020032; - public static final int abc_tab_indicator_material = 0x7f020033; - public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034; - public static final int abc_text_cursor_mtrl_alpha = 0x7f020035; - public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036; - public static final int abc_textfield_default_mtrl_alpha = 0x7f020037; - public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038; - public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039; - public static final int abc_textfield_search_material = 0x7f02003a; - public static final int notification_template_icon_bg = 0x7f02003d; - } - public static final class id { - public static final int action0 = 0x7f0d0073; - public static final int action_bar = 0x7f0d0058; - public static final int action_bar_activity_content = 0x7f0d0000; - public static final int action_bar_container = 0x7f0d0057; - public static final int action_bar_root = 0x7f0d0053; - public static final int action_bar_spinner = 0x7f0d0001; - public static final int action_bar_subtitle = 0x7f0d003c; - public static final int action_bar_title = 0x7f0d003b; - public static final int action_context_bar = 0x7f0d0059; - public static final int action_divider = 0x7f0d0077; - public static final int action_menu_divider = 0x7f0d0002; - public static final int action_menu_presenter = 0x7f0d0003; - public static final int action_mode_bar = 0x7f0d0055; - public static final int action_mode_bar_stub = 0x7f0d0054; - public static final int action_mode_close_button = 0x7f0d003d; - public static final int activity_chooser_view_content = 0x7f0d003e; - public static final int alertTitle = 0x7f0d0048; - public static final int always = 0x7f0d002c; - public static final int beginning = 0x7f0d002a; - public static final int buttonPanel = 0x7f0d004e; - public static final int cancel_action = 0x7f0d0074; - public static final int checkbox = 0x7f0d0050; - public static final int chronometer = 0x7f0d007a; - public static final int collapseActionView = 0x7f0d002d; - public static final int contentPanel = 0x7f0d0049; - public static final int custom = 0x7f0d004d; - public static final int customPanel = 0x7f0d004c; - public static final int decor_content_parent = 0x7f0d0056; - public static final int default_activity_button = 0x7f0d0041; - public static final int dialog = 0x7f0d0031; - public static final int disableHome = 0x7f0d000e; - public static final int dropdown = 0x7f0d0032; - public static final int edit_query = 0x7f0d005a; - public static final int end = 0x7f0d0021; - public static final int end_padder = 0x7f0d007f; - public static final int expand_activities_button = 0x7f0d003f; - public static final int expanded_menu = 0x7f0d004f; - public static final int home = 0x7f0d0004; - public static final int homeAsUp = 0x7f0d000f; - public static final int icon = 0x7f0d0043; - public static final int ifRoom = 0x7f0d002e; - public static final int image = 0x7f0d0040; - public static final int info = 0x7f0d007e; - public static final int line1 = 0x7f0d0078; - public static final int line3 = 0x7f0d007c; - public static final int listMode = 0x7f0d000b; - public static final int list_item = 0x7f0d0042; - public static final int media_actions = 0x7f0d0076; - public static final int middle = 0x7f0d002b; - public static final int multiply = 0x7f0d0036; - public static final int never = 0x7f0d002f; - public static final int none = 0x7f0d0010; - public static final int normal = 0x7f0d000c; - public static final int parentPanel = 0x7f0d0045; - public static final int progress_circular = 0x7f0d0006; - public static final int progress_horizontal = 0x7f0d0007; - public static final int radio = 0x7f0d0052; - public static final int screen = 0x7f0d0037; - public static final int scrollView = 0x7f0d004a; - public static final int search_badge = 0x7f0d005c; - public static final int search_bar = 0x7f0d005b; - public static final int search_button = 0x7f0d005d; - public static final int search_close_btn = 0x7f0d0062; - public static final int search_edit_frame = 0x7f0d005e; - public static final int search_go_btn = 0x7f0d0064; - public static final int search_mag_icon = 0x7f0d005f; - public static final int search_plate = 0x7f0d0060; - public static final int search_src_text = 0x7f0d0061; - public static final int search_voice_btn = 0x7f0d0065; - public static final int select_dialog_listview = 0x7f0d0066; - public static final int shortcut = 0x7f0d0051; - public static final int showCustom = 0x7f0d0011; - public static final int showHome = 0x7f0d0012; - public static final int showTitle = 0x7f0d0013; - public static final int split_action_bar = 0x7f0d0008; - public static final int src_atop = 0x7f0d0038; - public static final int src_in = 0x7f0d0039; - public static final int src_over = 0x7f0d003a; - public static final int status_bar_latest_event_content = 0x7f0d0075; - public static final int submit_area = 0x7f0d0063; - public static final int tabMode = 0x7f0d000d; - public static final int text = 0x7f0d007d; - public static final int text2 = 0x7f0d007b; - public static final int textSpacerNoButtons = 0x7f0d004b; - public static final int time = 0x7f0d0079; - public static final int title = 0x7f0d0044; - public static final int title_template = 0x7f0d0047; - public static final int topPanel = 0x7f0d0046; - public static final int up = 0x7f0d0009; - public static final int useLogo = 0x7f0d0014; - public static final int withText = 0x7f0d0030; - public static final int wrap_content = 0x7f0d0035; - } - public static final class integer { - public static final int abc_config_activityDefaultDur = 0x7f0b0002; - public static final int abc_config_activityShortDur = 0x7f0b0003; - public static final int abc_max_action_buttons = 0x7f0b0000; - public static final int cancel_button_image_alpha = 0x7f0b0004; - public static final int status_bar_notification_info_maxnum = 0x7f0b0005; - } - 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 abc_simple_dropdown_hint = 0x7f040018; - public static final int notification_media_action = 0x7f040024; - public static final int notification_media_cancel_action = 0x7f040025; - public static final int notification_template_big_media = 0x7f040026; - public static final int notification_template_big_media_narrow = 0x7f040027; - public static final int notification_template_lines = 0x7f040028; - public static final int notification_template_media = 0x7f040029; - public static final int notification_template_part_chronometer = 0x7f04002a; - public static final int notification_template_part_time = 0x7f04002b; - public static final int select_dialog_item_material = 0x7f04002c; - public static final int select_dialog_multichoice_material = 0x7f04002d; - public static final int select_dialog_singlechoice_material = 0x7f04002e; - public static final int support_simple_spinner_dropdown_item = 0x7f04002f; - } - public static final class string { - public static final int abc_action_bar_home_description = 0x7f070000; - public static final int abc_action_bar_home_description_format = 0x7f07000d; - public static final int abc_action_bar_home_subtitle_description_format = 0x7f07000e; - public static final int abc_action_bar_up_description = 0x7f070001; - public static final int abc_action_menu_overflow_description = 0x7f070002; - public static final int abc_action_mode_done = 0x7f070003; - public static final int abc_activity_chooser_view_see_all = 0x7f070004; - public static final int abc_activitychooserview_choose_application = 0x7f070005; - public static final int abc_search_hint = 0x7f07000f; - public static final int abc_searchview_description_clear = 0x7f070006; - public static final int abc_searchview_description_query = 0x7f070007; - public static final int abc_searchview_description_search = 0x7f070008; - public static final int abc_searchview_description_submit = 0x7f070009; - public static final int abc_searchview_description_voice = 0x7f07000a; - public static final int abc_shareactionprovider_share_with = 0x7f07000b; - public static final int abc_shareactionprovider_share_with_application = 0x7f07000c; - public static final int abc_toolbar_collapse_description = 0x7f070010; - public static final int status_bar_notification_info_overflow = 0x7f070015; - } - public static final class style { - public static final int AlertDialog_AppCompat = 0x7f090075; - public static final int AlertDialog_AppCompat_Light = 0x7f090076; - public static final int Animation_AppCompat_Dialog = 0x7f090077; - public static final int Animation_AppCompat_DropDownUp = 0x7f090078; - public static final int Base_AlertDialog_AppCompat = 0x7f09007a; - public static final int Base_AlertDialog_AppCompat_Light = 0x7f09007b; - public static final int Base_Animation_AppCompat_Dialog = 0x7f09007c; - public static final int Base_Animation_AppCompat_DropDownUp = 0x7f09007d; - public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f090080; - public static final int Base_DialogWindowTitle_AppCompat = 0x7f09007f; - public static final int Base_TextAppearance_AppCompat = 0x7f09002f; - public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f090030; - public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f090031; - public static final int Base_TextAppearance_AppCompat_Button = 0x7f090019; - public static final int Base_TextAppearance_AppCompat_Caption = 0x7f090032; - public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f090033; - public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f090034; - public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f090035; - public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f090036; - public static final int Base_TextAppearance_AppCompat_Headline = 0x7f090037; - public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f090004; - public static final int Base_TextAppearance_AppCompat_Large = 0x7f090038; - public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f090005; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f090039; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f09003a; - public static final int Base_TextAppearance_AppCompat_Medium = 0x7f09003b; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f090006; - public static final int Base_TextAppearance_AppCompat_Menu = 0x7f09003c; - public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f090081; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f09003d; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f09003e; - public static final int Base_TextAppearance_AppCompat_Small = 0x7f09003f; - public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f090007; - public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f090040; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f090008; - public static final int Base_TextAppearance_AppCompat_Title = 0x7f090041; - public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f090009; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f090042; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f090043; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f090044; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f090045; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f090046; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f090047; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f090048; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f090082; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f090049; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f09004a; - public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f09004b; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f09004c; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f090083; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f09004d; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f09004e; - public static final int Base_ThemeOverlay_AppCompat = 0x7f09008c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f09008d; - public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f09008e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f09008f; - public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f090090; - public static final int Base_Theme_AppCompat = 0x7f09004f; - public static final int Base_Theme_AppCompat_CompactMenu = 0x7f090084; - public static final int Base_Theme_AppCompat_Dialog = 0x7f09000a; - public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f090002; - public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f090085; - public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f090086; - public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f090087; - public static final int Base_Theme_AppCompat_Light = 0x7f090050; - public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f090088; - public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f09000b; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f090003; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f090089; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f09008a; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f09008b; - public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f09000c; - public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f09000d; - public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f090015; - public static final int Base_V12_Widget_AppCompat_EditText = 0x7f090016; - public static final int Base_V21_Theme_AppCompat = 0x7f090051; - public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f090052; - public static final int Base_V21_Theme_AppCompat_Light = 0x7f090053; - public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f090054; - public static final int Base_V7_Theme_AppCompat = 0x7f090091; - public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f090092; - public static final int Base_V7_Theme_AppCompat_Light = 0x7f090093; - public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f090094; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f090095; - public static final int Base_V7_Widget_AppCompat_EditText = 0x7f090096; - public static final int Base_Widget_AppCompat_ActionBar = 0x7f090097; - public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f090098; - public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f090099; - public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f090055; - public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f090056; - public static final int Base_Widget_AppCompat_ActionButton = 0x7f090057; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f090058; - public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f090059; - public static final int Base_Widget_AppCompat_ActionMode = 0x7f09009a; - public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f09009b; - public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f090017; - public static final int Base_Widget_AppCompat_Button = 0x7f09005a; - public static final int Base_Widget_AppCompat_ButtonBar = 0x7f09005e; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f09009d; - public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f09005b; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f09005c; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f09009c; - public static final int Base_Widget_AppCompat_Button_Small = 0x7f09005d; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f09005f; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f090060; - public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f09009e; - public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f090000; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f09009f; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f090061; - public static final int Base_Widget_AppCompat_EditText = 0x7f090018; - public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0900a0; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0900a1; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0900a2; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f090062; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f090063; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f090064; - public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f090065; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f090066; - public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f090067; - public static final int Base_Widget_AppCompat_ListView = 0x7f090068; - public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f090069; - public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f09006a; - public static final int Base_Widget_AppCompat_PopupMenu = 0x7f09006b; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f09006c; - public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0900a3; - public static final int Base_Widget_AppCompat_ProgressBar = 0x7f09000e; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f09000f; - public static final int Base_Widget_AppCompat_RatingBar = 0x7f09006d; - public static final int Base_Widget_AppCompat_SearchView = 0x7f0900a4; - public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0900a5; - public static final int Base_Widget_AppCompat_Spinner = 0x7f090010; - public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f09006e; - public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f09006f; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f090070; - public static final int Base_Widget_AppCompat_Toolbar = 0x7f0900a6; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f090071; - public static final int Platform_AppCompat = 0x7f090011; - public static final int Platform_AppCompat_Light = 0x7f090012; - public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f090072; - public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f090073; - public static final int Platform_V11_AppCompat = 0x7f090013; - public static final int Platform_V11_AppCompat_Light = 0x7f090014; - public static final int Platform_V14_AppCompat = 0x7f09001a; - public static final int Platform_V14_AppCompat_Light = 0x7f09001b; - public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f090021; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f090022; - public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f090023; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f090024; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f090025; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f090026; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f090027; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f09002d; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f090028; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f090029; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f09002a; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f09002b; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f09002c; - public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09002e; - public static final int TextAppearance_AppCompat = 0x7f0900aa; - public static final int TextAppearance_AppCompat_Body1 = 0x7f0900ab; - public static final int TextAppearance_AppCompat_Body2 = 0x7f0900ac; - public static final int TextAppearance_AppCompat_Button = 0x7f0900ad; - public static final int TextAppearance_AppCompat_Caption = 0x7f0900ae; - public static final int TextAppearance_AppCompat_Display1 = 0x7f0900af; - public static final int TextAppearance_AppCompat_Display2 = 0x7f0900b0; - public static final int TextAppearance_AppCompat_Display3 = 0x7f0900b1; - public static final int TextAppearance_AppCompat_Display4 = 0x7f0900b2; - public static final int TextAppearance_AppCompat_Headline = 0x7f0900b3; - public static final int TextAppearance_AppCompat_Inverse = 0x7f0900b4; - public static final int TextAppearance_AppCompat_Large = 0x7f0900b5; - public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0900b6; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0900b7; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0900b8; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0900b9; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0900ba; - public static final int TextAppearance_AppCompat_Medium = 0x7f0900bb; - public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0900bc; - public static final int TextAppearance_AppCompat_Menu = 0x7f0900bd; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0900be; - public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0900bf; - public static final int TextAppearance_AppCompat_Small = 0x7f0900c0; - public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0900c1; - public static final int TextAppearance_AppCompat_Subhead = 0x7f0900c2; - public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0900c3; - public static final int TextAppearance_AppCompat_Title = 0x7f0900c4; - public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0900c5; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0900c6; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0900c7; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0900c8; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0900c9; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0900ca; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0900cb; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0900cc; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0900cd; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0900ce; - public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0900cf; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0900d0; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0900d1; - public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0900d2; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0900d3; - public static final int TextAppearance_StatusBar_EventContent = 0x7f09001c; - public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f09001d; - public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f09001e; - public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f09001f; - public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f090020; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0900d9; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0900da; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0900db; - public static final int ThemeOverlay_AppCompat = 0x7f0900ea; - public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0900eb; - public static final int ThemeOverlay_AppCompat_Dark = 0x7f0900ec; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0900ed; - public static final int ThemeOverlay_AppCompat_Light = 0x7f0900ee; - public static final int Theme_AppCompat = 0x7f0900dc; - public static final int Theme_AppCompat_CompactMenu = 0x7f0900dd; - public static final int Theme_AppCompat_Dialog = 0x7f0900de; - public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0900e1; - public static final int Theme_AppCompat_Dialog_Alert = 0x7f0900df; - public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0900e0; - public static final int Theme_AppCompat_Light = 0x7f0900e2; - public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0900e3; - public static final int Theme_AppCompat_Light_Dialog = 0x7f0900e4; - public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0900e7; - public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0900e5; - public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0900e6; - public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0900e8; - public static final int Theme_AppCompat_NoActionBar = 0x7f0900e9; - public static final int Widget_AppCompat_ActionBar = 0x7f0900ef; - public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0900f0; - public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0900f1; - public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0900f2; - public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0900f3; - public static final int Widget_AppCompat_ActionButton = 0x7f0900f4; - public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0900f5; - public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0900f6; - public static final int Widget_AppCompat_ActionMode = 0x7f0900f7; - public static final int Widget_AppCompat_ActivityChooserView = 0x7f0900f8; - public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0900f9; - public static final int Widget_AppCompat_Button = 0x7f0900fa; - public static final int Widget_AppCompat_ButtonBar = 0x7f0900ff; - public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f090100; - public static final int Widget_AppCompat_Button_Borderless = 0x7f0900fb; - public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0900fc; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0900fd; - public static final int Widget_AppCompat_Button_Small = 0x7f0900fe; - public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f090101; - public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f090102; - public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f090103; - public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f090104; - public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f090105; - public static final int Widget_AppCompat_EditText = 0x7f090106; - public static final int Widget_AppCompat_Light_ActionBar = 0x7f090107; - public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f090108; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f090109; - public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f09010a; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f09010b; - public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f09010c; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f09010d; - public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f09010e; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f09010f; - public static final int Widget_AppCompat_Light_ActionButton = 0x7f090110; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f090111; - public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f090112; - public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f090113; - public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f090114; - public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f090115; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f090116; - public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f090117; - public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f090118; - public static final int Widget_AppCompat_Light_PopupMenu = 0x7f090119; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f09011a; - public static final int Widget_AppCompat_Light_SearchView = 0x7f09011b; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f09011c; - public static final int Widget_AppCompat_ListPopupWindow = 0x7f09011d; - public static final int Widget_AppCompat_ListView = 0x7f09011e; - public static final int Widget_AppCompat_ListView_DropDown = 0x7f09011f; - public static final int Widget_AppCompat_ListView_Menu = 0x7f090120; - public static final int Widget_AppCompat_PopupMenu = 0x7f090121; - public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f090122; - public static final int Widget_AppCompat_PopupWindow = 0x7f090123; - public static final int Widget_AppCompat_ProgressBar = 0x7f090124; - public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f090125; - public static final int Widget_AppCompat_RatingBar = 0x7f090126; - public static final int Widget_AppCompat_SearchView = 0x7f090127; - public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f090128; - public static final int Widget_AppCompat_Spinner = 0x7f090129; - public static final int Widget_AppCompat_Spinner_DropDown = 0x7f09012a; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f09012b; - public static final int Widget_AppCompat_Spinner_Underlined = 0x7f09012c; - public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f09012d; - public static final int Widget_AppCompat_Toolbar = 0x7f09012e; - public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f09012f; - } - 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, 0x7f0100bf }; - 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, 0x7f010026 }; - public static final int AppCompatTextView_android_textAppearance = 0; - public static final int AppCompatTextView_textAllCaps = 1; - public static final int[] DrawerArrowToggle = { 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b }; - public static final int DrawerArrowToggle_barSize = 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_middleBarArrowSize = 5; - public static final int DrawerArrowToggle_spinBars = 1; - public static final int DrawerArrowToggle_thickness = 7; - public static final int DrawerArrowToggle_topBottomBarArrowSize = 4; - public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010050, 0x7f010051, 0x7f010052 }; - 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, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056 }; - 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, 0x7f010057 }; - 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, 0x7f01005d }; - public static final int[] PopupWindowBackgroundState = { 0x7f01005e }; - 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, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071 }; - 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 = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076 }; - public static final int Spinner_android_background = 1; - public static final int Spinner_android_dropDownHorizontalOffset = 5; - public static final int Spinner_android_dropDownSelector = 2; - public static final int Spinner_android_dropDownVerticalOffset = 6; - public static final int Spinner_android_dropDownWidth = 4; - public static final int Spinner_android_gravity = 0; - public static final int Spinner_android_popupBackground = 3; - public static final int Spinner_disableChildrenWhenDisabled = 10; - public static final int Spinner_popupPromptView = 9; - public static final int Spinner_prompt = 7; - public static final int Spinner_spinnerMode = 8; - public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d }; - 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, 0x7f010026 }; - 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, 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, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9 }; - 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 = 90; - public static final int Theme_alertDialogCenterButtons = 91; - public static final int Theme_alertDialogStyle = 89; - public static final int Theme_alertDialogTheme = 92; - public static final int Theme_android_windowAnimationStyle = 1; - public static final int Theme_android_windowIsFloating = 0; - public static final int Theme_autoCompleteTextViewStyle = 97; - public static final int Theme_borderlessButtonStyle = 54; - public static final int Theme_buttonBarButtonStyle = 51; - public static final int Theme_buttonBarNegativeButtonStyle = 95; - public static final int Theme_buttonBarNeutralButtonStyle = 96; - public static final int Theme_buttonBarPositiveButtonStyle = 94; - public static final int Theme_buttonBarStyle = 50; - public static final int Theme_buttonStyle = 98; - public static final int Theme_buttonStyleSmall = 99; - public static final int Theme_checkboxStyle = 100; - public static final int Theme_checkedTextViewStyle = 101; - 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_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 = 102; - 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 = 103; - public static final int Theme_ratingBarStyle = 104; - 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 = 105; - public static final int Theme_switchStyle = 106; - 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 = 93; - 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, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105 }; - public static final int Toolbar_android_gravity = 0; - public static final int Toolbar_android_minHeight = 1; - public static final int Toolbar_collapseContentDescription = 18; - public static final int Toolbar_collapseIcon = 17; - public static final int Toolbar_contentInsetEnd = 5; - public static final int Toolbar_contentInsetLeft = 6; - public static final int Toolbar_contentInsetRight = 7; - public static final int Toolbar_contentInsetStart = 4; - public static final int Toolbar_maxButtonHeight = 16; - public static final int Toolbar_navigationContentDescription = 20; - public static final int Toolbar_navigationIcon = 19; - public static final int Toolbar_popupTheme = 8; - public static final int Toolbar_subtitle = 3; - public static final int Toolbar_subtitleTextAppearance = 10; - public static final int Toolbar_title = 2; - public static final int Toolbar_titleMarginBottom = 15; - public static final int Toolbar_titleMarginEnd = 13; - public static final int Toolbar_titleMarginStart = 12; - public static final int Toolbar_titleMarginTop = 14; - public static final int Toolbar_titleMargins = 11; - public static final int Toolbar_titleTextAppearance = 9; - public static final int[] View = { 0x01010000, 0x010100da, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a }; - 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_backgroundTint = 5; - public static final int View_backgroundTintMode = 6; - public static final int View_paddingEnd = 3; - public static final int View_paddingStart = 2; - public static final int View_theme = 4; - } -} diff --git a/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java b/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java deleted file mode 100644 index 6577665ecd4b860ddd68f13a51e116c744780695..0000000000000000000000000000000000000000 --- a/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java +++ /dev/null @@ -1,32 +0,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.v7.recyclerview; - -public final class R { - public static final class attr { - public static final int layoutManager = 0x7f01005f; - public static final int reverseLayout = 0x7f010061; - public static final int spanCount = 0x7f010060; - public static final int stackFromEnd = 0x7f010062; - } - public static final class dimen { - public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080056; - public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f080057; - public static final int item_touch_helper_swipe_escape_velocity = 0x7f080058; - } - public static final class id { - public static final int item_touch_helper_previous_elevation = 0x7f0d0005; - } - public static final class styleable { - public static final int[] RecyclerView = { 0x010100c4, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062 }; - public static final int RecyclerView_android_orientation = 0; - public static final int RecyclerView_layoutManager = 1; - public static final int RecyclerView_reverseLayout = 3; - public static final int RecyclerView_spanCount = 2; - public static final int RecyclerView_stackFromEnd = 4; - } -} diff --git a/app/build/generated/source/r/debug/de/lreeg/registration/R.java b/app/build/generated/source/r/debug/de/lreeg/registration/R.java deleted file mode 100644 index 4d8384175f0a56365f0ef7a46bdf8b3cd89eee83..0000000000000000000000000000000000000000 --- a/app/build/generated/source/r/debug/de/lreeg/registration/R.java +++ /dev/null @@ -1,8138 +0,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 de.lreeg.registration; - -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 fab_in=0x7f05000a; - public static final int fab_out=0x7f05000b; - public static final int snackbar_in=0x7f05000c; - public static final int 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=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 actionBarItemBackground=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 actionBarPopupTheme=0x7f0100a0; - /** <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=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 actionBarSplitStyle=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 actionBarStyle=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 actionBarTabBarStyle=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 actionBarTabStyle=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 actionBarTabTextStyle=0x7f01009d; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 actionBarWidgetTheme=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 actionButtonStyle=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 actionDropDownStyle=0x7f0100bc; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010054; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100a8; - /** <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=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 actionModeBackground=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 actionModeCloseButtonStyle=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 actionModeCloseDrawable=0x7f0100ae; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 actionModeCutDrawable=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 actionModeFindDrawable=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 actionModePasteDrawable=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 actionModePopupWindowStyle=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 actionModeSelectAllDrawable=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 actionModeShareDrawable=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 actionModeSplitBackground=0x7f0100ad; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 actionModeWebSearchDrawable=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 actionOverflowButtonStyle=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 actionOverflowMenuStyle=0x7f01009f; - /** <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=0x7f010056; - /** <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=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 activityChooserViewStyle=0x7f0100c8; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100e9; - /** <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=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 alertDialogStyle=0x7f0100e8; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100eb; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f0; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010109; - /** <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=0x7f01010a; - /** <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 barSize=0x7f01004a; - /** <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=0x7f010064; - /** <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=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 borderlessButtonStyle=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 buttonBarButtonStyle=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 buttonBarNegativeButtonStyle=0x7f0100ee; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 buttonBarPositiveButtonStyle=0x7f0100ed; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100c1; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f1; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f2; - /** <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 cardBackgroundColor=0x7f010027; - /** <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 cardCornerRadius=0x7f010028; - /** <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 cardElevation=0x7f010029; - /** <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 cardMaxElevation=0x7f01002a; - /** <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 cardPreventCornerOverlap=0x7f01002c; - /** <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 cardUseCompatPadding=0x7f01002b; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f3; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f4; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010069; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010103; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010102; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 color=0x7f010044; - /** <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=0x7f0100e2; - /** <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=0x7f0100e6; - /** <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=0x7f0100e4; - /** <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=0x7f0100e5; - /** <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=0x7f0100e3; - /** <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=0x7f0100e0; - /** <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=0x7f0100e1; - /** <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=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 commitIcon=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 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 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 contentPadding=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 contentPaddingBottom=0x7f010031; - /** <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 contentPaddingLeft=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 contentPaddingRight=0x7f01002f; - /** <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 contentPaddingTop=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 contentScrim=0x7f01003b; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010068; - /** <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=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 dialogTheme=0x7f0100b9; - /** <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 disableChildrenWhenDisabled=0x7f010076; - /** <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=0x7f0100c7; - /** <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=0x7f010052; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100c6; - /** <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=0x7f010046; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100d8; - /** <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=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 editTextBackground=0x7f0100ce; - /** <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=0x7f0100cd; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 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=0x7f01008f; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 expandActivityOverflowButtonDrawable=0x7f01001e; - /** <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=0x7f010034; - /** <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=0x7f010038; - /** <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=0x7f010037; - /** <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=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 expandedTitleMarginTop=0x7f010036; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010039; - /** <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=0x7f01004d; - /** <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=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 goIcon=0x7f01006a; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 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 reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f01008e; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 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=0x7f010066; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010063; - /** <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=0x7f01005b; - /** <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=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 itemPadding=0x7f010014; - /** <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=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 keylines=0x7f01003e; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010065; - /** <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 layoutManager=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 layout_anchor=0x7f010041; - /** <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=0x7f010043; - /** <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=0x7f010040; - /** <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=0x7f010032; - /** <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=0x7f010033; - /** <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=0x7f010042; - /** <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=0x7f010024; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 listChoiceBackgroundIndicator=0x7f0100df; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100bb; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100d9; - /** <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=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 listPreferredItemHeightLarge=0x7f0100d5; - /** <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=0x7f0100d4; - /** <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=0x7f0100d6; - /** <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=0x7f0100d7; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 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=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 maxButtonHeight=0x7f010101; - /** <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=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 menu=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 middleBarArrowSize=0x7f010049; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010105; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010104; - /** <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=0x7f01005d; - /** <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=0x7f010107; - /** <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=0x7f010106; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 panelMenuListTheme=0x7f0100de; - /** <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=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 popupMenuStyle=0x7f0100cb; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 popupPromptView=0x7f010075; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100cc; - /** <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=0x7f010057; - /** <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=0x7f01004e; - /** <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 prompt=0x7f010073; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010070; - /** <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=0x7f010067; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f6; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 reverseLayout=0x7f010061; - /** <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=0x7f01004c; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f01006c; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 searchViewStyle=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 selectableItemBackground=0x7f0100c3; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100c4; - /** <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=0x7f010053; - /** <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=0x7f010051; - /** <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=0x7f01007d; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 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 spanCount=0x7f010060; - /** <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=0x7f010045; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100be; - /** <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>dialog</code></td><td>0</td><td></td></tr> -<tr><td><code>dropdown</code></td><td>1</td><td></td></tr> -</table> - */ - public static final int spinnerMode=0x7f010074; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100f8; - /** <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=0x7f01007c; - /** <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 stackFromEnd=0x7f010062; - /** <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=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 statusBarBackground=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 statusBarScrim=0x7f01003c; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010071; - /** <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=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 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=0x7f01006f; - /** <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=0x7f01007a; - /** <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=0x7f01007b; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 switchTextAppearance=0x7f010079; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 tabContentStart=0x7f010080; - /** <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=0x7f010083; - /** <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=0x7f01007e; - /** <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=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 tabMaxWidth=0x7f010085; - /** <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=0x7f010084; - /** <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=0x7f010082; - /** <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=0x7f01008d; - /** <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=0x7f01008c; - /** <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=0x7f01008b; - /** <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=0x7f010089; - /** <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=0x7f01008a; - /** <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=0x7f010088; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010086; - /** <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=0x7f010087; - /** <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=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 textAppearanceLargePopupMenu=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 textAppearanceListItem=0x7f0100da; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100db; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 textAppearanceSearchResultTitle=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 textAppearanceSmallPopupMenu=0x7f0100b8; - /** <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=0x7f0100ec; - /** <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=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 theme=0x7f010108; - /** <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=0x7f01004b; - /** <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=0x7f010078; - /** <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 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=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 titleMarginEnd=0x7f0100fe; - /** <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=0x7f0100fd; - /** <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=0x7f0100ff; - /** <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=0x7f0100fc; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100fa; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f01003d; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f0100ca; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=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 topBottomBarArrowSize=0x7f010048; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010077; - /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f01006d; - /** <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=0x7f010091; - /** <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=0x7f010093; - /** <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=0x7f010094; - /** <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=0x7f010098; - /** <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=0x7f010096; - /** <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=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>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=0x7f010097; - /** <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=0x7f010099; - /** <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=0x7f01009a; - /** <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=0x7f010092; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs=0x7f0a0002; - public static final int abc_action_bar_embed_tabs_pre_jb=0x7f0a0000; - public static final int abc_action_bar_expanded_action_views_exclusive=0x7f0a0003; - public static final int abc_config_actionMenuItemAllCaps=0x7f0a0004; - public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f0a0001; - public static final int abc_config_closeDialogWhenTouchOutside=0x7f0a0005; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0a0006; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark=0x7f0c0047; - public static final int abc_background_cache_hint_selector_material_light=0x7f0c0048; - public static final int abc_input_method_navigation_guard=0x7f0c0000; - public static final int abc_primary_text_disable_only_material_dark=0x7f0c0049; - public static final int abc_primary_text_disable_only_material_light=0x7f0c004a; - public static final int abc_primary_text_material_dark=0x7f0c004b; - public static final int abc_primary_text_material_light=0x7f0c004c; - public static final int abc_search_url_text=0x7f0c004d; - public static final int abc_search_url_text_normal=0x7f0c0001; - public static final int abc_search_url_text_pressed=0x7f0c0002; - public static final int abc_search_url_text_selected=0x7f0c0003; - public static final int abc_secondary_text_material_dark=0x7f0c004e; - public static final int abc_secondary_text_material_light=0x7f0c004f; - public static final int accent_material_dark=0x7f0c0004; - public static final int accent_material_light=0x7f0c0005; - public static final int background=0x7f0c0006; - public static final int background_floating_material_dark=0x7f0c0007; - public static final int background_floating_material_light=0x7f0c0008; - public static final int background_material_dark=0x7f0c0009; - public static final int background_material_light=0x7f0c000a; - public static final int bright_foreground_disabled_material_dark=0x7f0c000b; - public static final int bright_foreground_disabled_material_light=0x7f0c000c; - public static final int bright_foreground_inverse_material_dark=0x7f0c000d; - public static final int bright_foreground_inverse_material_light=0x7f0c000e; - public static final int bright_foreground_material_dark=0x7f0c000f; - public static final int bright_foreground_material_light=0x7f0c0010; - public static final int button_material_dark=0x7f0c0011; - public static final int button_material_light=0x7f0c0012; - public static final int cardview_dark_background=0x7f0c0013; - public static final int cardview_light_background=0x7f0c0014; - public static final int cardview_shadow_end_color=0x7f0c0015; - public static final int cardview_shadow_start_color=0x7f0c0016; - public static final int colorAccent=0x7f0c0017; - public static final int colorPrimary=0x7f0c0018; - public static final int colorPrimaryDark=0x7f0c0019; - public static final int dim_foreground_disabled_material_dark=0x7f0c001a; - public static final int dim_foreground_disabled_material_light=0x7f0c001b; - public static final int dim_foreground_material_dark=0x7f0c001c; - public static final int dim_foreground_material_light=0x7f0c001d; - public static final int error_color=0x7f0c001e; - public static final int fab_stroke_end_inner_color=0x7f0c001f; - public static final int fab_stroke_end_outer_color=0x7f0c0020; - public static final int fab_stroke_top_inner_color=0x7f0c0021; - public static final int fab_stroke_top_outer_color=0x7f0c0022; - public static final int highlighted_text_material_dark=0x7f0c0023; - public static final int highlighted_text_material_light=0x7f0c0024; - public static final int hint_foreground_material_dark=0x7f0c0025; - public static final int hint_foreground_material_light=0x7f0c0026; - public static final int link_text_material_dark=0x7f0c0027; - public static final int link_text_material_light=0x7f0c0028; - public static final int material_blue_grey_800=0x7f0c0029; - public static final int material_blue_grey_900=0x7f0c002a; - public static final int material_blue_grey_950=0x7f0c002b; - public static final int material_deep_teal_200=0x7f0c002c; - public static final int material_deep_teal_500=0x7f0c002d; - public static final int primary_dark_material_dark=0x7f0c002e; - public static final int primary_dark_material_light=0x7f0c002f; - public static final int primary_material_dark=0x7f0c0030; - public static final int primary_material_light=0x7f0c0031; - public static final int primary_text_default_material_dark=0x7f0c0032; - public static final int primary_text_default_material_light=0x7f0c0033; - public static final int primary_text_disabled_material_dark=0x7f0c0034; - public static final int primary_text_disabled_material_light=0x7f0c0035; - public static final int ripple_material_dark=0x7f0c0036; - public static final int ripple_material_light=0x7f0c0037; - public static final int secondary_text_default_material_dark=0x7f0c0038; - public static final int secondary_text_default_material_light=0x7f0c0039; - public static final int secondary_text_disabled_material_dark=0x7f0c003a; - public static final int secondary_text_disabled_material_light=0x7f0c003b; - public static final int shadow_end_color=0x7f0c003c; - public static final int shadow_mid_color=0x7f0c003d; - public static final int shadow_start_color=0x7f0c003e; - public static final int snackbar_background_color=0x7f0c003f; - public static final int switch_thumb_disabled_material_dark=0x7f0c0040; - public static final int switch_thumb_disabled_material_light=0x7f0c0041; - public static final int switch_thumb_material_dark=0x7f0c0050; - public static final int switch_thumb_material_light=0x7f0c0051; - public static final int switch_thumb_normal_material_dark=0x7f0c0042; - public static final int switch_thumb_normal_material_light=0x7f0c0043; - public static final int title=0x7f0c0044; - public static final int transparent=0x7f0c0045; - public static final int year=0x7f0c0046; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material=0x7f08000c; - public static final int abc_action_bar_default_height_material=0x7f080001; - public static final int abc_action_bar_default_padding_material=0x7f080002; - public static final int abc_action_bar_icon_vertical_padding_material=0x7f080019; - public static final int abc_action_bar_navigation_padding_start_material=0x7f08000d; - public static final int abc_action_bar_overflow_padding_end_material=0x7f08000e; - public static final int abc_action_bar_overflow_padding_start_material=0x7f08001a; - public static final int abc_action_bar_progress_bar_size=0x7f080003; - public static final int abc_action_bar_stacked_max_height=0x7f08001b; - public static final int abc_action_bar_stacked_tab_max_width=0x7f08001c; - public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f08001d; - public static final int abc_action_bar_subtitle_top_margin_material=0x7f08001e; - public static final int abc_action_button_min_height_material=0x7f08001f; - public static final int abc_action_button_min_width_material=0x7f080020; - public static final int abc_action_button_min_width_overflow_material=0x7f080021; - public static final int abc_alert_dialog_button_bar_height=0x7f080000; - public static final int abc_button_inset_horizontal_material=0x7f080022; - public static final int abc_button_inset_vertical_material=0x7f080023; - public static final int abc_button_padding_horizontal_material=0x7f080024; - public static final int abc_button_padding_vertical_material=0x7f080025; - public static final int abc_config_prefDialogWidth=0x7f080006; - public static final int abc_control_corner_material=0x7f080026; - public static final int abc_control_inset_material=0x7f080027; - public static final int abc_control_padding_material=0x7f080028; - public static final int abc_dialog_list_padding_vertical_material=0x7f080029; - public static final int abc_dialog_min_width_major=0x7f08002a; - public static final int abc_dialog_min_width_minor=0x7f08002b; - public static final int abc_dialog_padding_material=0x7f08002c; - public static final int abc_dialog_padding_top_material=0x7f08002d; - public static final int abc_disabled_alpha_material_dark=0x7f08002e; - public static final int abc_disabled_alpha_material_light=0x7f08002f; - public static final int abc_dropdownitem_icon_width=0x7f080030; - public static final int abc_dropdownitem_text_padding_left=0x7f080031; - public static final int abc_dropdownitem_text_padding_right=0x7f080032; - public static final int abc_edit_text_inset_bottom_material=0x7f080033; - public static final int abc_edit_text_inset_horizontal_material=0x7f080034; - public static final int abc_edit_text_inset_top_material=0x7f080035; - public static final int abc_floating_window_z=0x7f080036; - public static final int abc_list_item_padding_horizontal_material=0x7f080037; - public static final int abc_panel_menu_list_width=0x7f080038; - public static final int abc_search_view_preferred_width=0x7f080039; - public static final int abc_search_view_text_min_width=0x7f080007; - public static final int abc_switch_padding=0x7f080016; - public static final int abc_text_size_body_1_material=0x7f08003a; - public static final int abc_text_size_body_2_material=0x7f08003b; - public static final int abc_text_size_button_material=0x7f08003c; - public static final int abc_text_size_caption_material=0x7f08003d; - public static final int abc_text_size_display_1_material=0x7f08003e; - public static final int abc_text_size_display_2_material=0x7f08003f; - public static final int abc_text_size_display_3_material=0x7f080040; - public static final int abc_text_size_display_4_material=0x7f080041; - public static final int abc_text_size_headline_material=0x7f080042; - public static final int abc_text_size_large_material=0x7f080043; - public static final int abc_text_size_medium_material=0x7f080044; - public static final int abc_text_size_menu_material=0x7f080045; - public static final int abc_text_size_small_material=0x7f080046; - public static final int abc_text_size_subhead_material=0x7f080047; - public static final int abc_text_size_subtitle_material_toolbar=0x7f080004; - public static final int abc_text_size_title_material=0x7f080048; - public static final int abc_text_size_title_material_toolbar=0x7f080005; - public static final int activity_horizontal_margin=0x7f080018; - public static final int activity_vertical_margin=0x7f080049; - public static final int appbar_elevation=0x7f08004a; - public static final int cardview_compat_inset_shadow=0x7f08004b; - public static final int cardview_default_elevation=0x7f08004c; - public static final int cardview_default_radius=0x7f08004d; - public static final int dialog_fixed_height_major=0x7f080008; - public static final int dialog_fixed_height_minor=0x7f080009; - public static final int dialog_fixed_width_major=0x7f08000a; - public static final int dialog_fixed_width_minor=0x7f08000b; - public static final int disabled_alpha_material_dark=0x7f08004e; - public static final int disabled_alpha_material_light=0x7f08004f; - public static final int fab_border_width=0x7f080050; - public static final int fab_content_size=0x7f080051; - public static final int fab_elevation=0x7f080052; - public static final int fab_size_mini=0x7f080053; - public static final int fab_size_normal=0x7f080054; - public static final int fab_translation_z_pressed=0x7f080055; - public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f080056; - public static final int item_touch_helper_swipe_escape_max_velocity=0x7f080057; - public static final int item_touch_helper_swipe_escape_velocity=0x7f080058; - public static final int navigation_elevation=0x7f080059; - public static final int navigation_icon_padding=0x7f08005a; - public static final int navigation_icon_size=0x7f08005b; - public static final int navigation_max_width=0x7f08005c; - public static final int navigation_padding_bottom=0x7f08005d; - public static final int navigation_padding_top_default=0x7f080017; - public static final int navigation_separator_vertical_padding=0x7f08005e; - public static final int notification_large_icon_height=0x7f08005f; - public static final int notification_large_icon_width=0x7f080060; - public static final int notification_subtext_size=0x7f080061; - public static final int snackbar_action_inline_max_width=0x7f08000f; - public static final int snackbar_background_corner_radius=0x7f080010; - public static final int snackbar_elevation=0x7f080062; - public static final int snackbar_extra_spacing_horizontal=0x7f080011; - public static final int snackbar_max_width=0x7f080012; - public static final int snackbar_min_width=0x7f080013; - public static final int snackbar_padding_horizontal=0x7f080063; - public static final int snackbar_padding_vertical=0x7f080064; - public static final int snackbar_padding_vertical_2lines=0x7f080014; - public static final int snackbar_text_size=0x7f080065; - public static final int tab_max_width=0x7f080066; - public static final int tab_min_width=0x7f080015; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; - public static final int abc_btn_borderless_material=0x7f020001; - public static final int abc_btn_check_material=0x7f020002; - public static final int abc_btn_check_to_on_mtrl_000=0x7f020003; - public static final int abc_btn_check_to_on_mtrl_015=0x7f020004; - public static final int abc_btn_default_mtrl_shape=0x7f020005; - public static final int abc_btn_radio_material=0x7f020006; - public static final int abc_btn_radio_to_on_mtrl_000=0x7f020007; - public static final int abc_btn_radio_to_on_mtrl_015=0x7f020008; - public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020009; - public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a; - public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; - public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; - public static final int abc_cab_background_internal_bg=0x7f02000d; - public static final int abc_cab_background_top_material=0x7f02000e; - public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f; - public static final int abc_dialog_material_background_dark=0x7f020010; - public static final int abc_dialog_material_background_light=0x7f020011; - public static final int abc_edit_text_material=0x7f020012; - public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020013; - public static final int abc_ic_clear_mtrl_alpha=0x7f020014; - public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020015; - public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020016; - public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017; - public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020018; - public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019; - public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a; - public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b; - public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001c; - public static final int abc_ic_search_api_mtrl_alpha=0x7f02001d; - public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e; - public static final int abc_item_background_holo_dark=0x7f02001f; - public static final int abc_item_background_holo_light=0x7f020020; - public static final int abc_list_divider_mtrl_alpha=0x7f020021; - public static final int abc_list_focused_holo=0x7f020022; - public static final int abc_list_longpressed_holo=0x7f020023; - public static final int abc_list_pressed_holo_dark=0x7f020024; - public static final int abc_list_pressed_holo_light=0x7f020025; - public static final int abc_list_selector_background_transition_holo_dark=0x7f020026; - public static final int abc_list_selector_background_transition_holo_light=0x7f020027; - public static final int abc_list_selector_disabled_holo_dark=0x7f020028; - public static final int abc_list_selector_disabled_holo_light=0x7f020029; - public static final int abc_list_selector_holo_dark=0x7f02002a; - public static final int abc_list_selector_holo_light=0x7f02002b; - public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c; - public static final int abc_popup_background_mtrl_mult=0x7f02002d; - public static final int abc_ratingbar_full_material=0x7f02002e; - public static final int abc_spinner_mtrl_am_alpha=0x7f02002f; - public static final int abc_spinner_textfield_background_material=0x7f020030; - public static final int abc_switch_thumb_material=0x7f020031; - public static final int abc_switch_track_mtrl_alpha=0x7f020032; - public static final int abc_tab_indicator_material=0x7f020033; - public static final int abc_tab_indicator_mtrl_alpha=0x7f020034; - public static final int abc_text_cursor_mtrl_alpha=0x7f020035; - public static final int abc_textfield_activated_mtrl_alpha=0x7f020036; - public static final int abc_textfield_default_mtrl_alpha=0x7f020037; - public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020038; - public static final int abc_textfield_search_default_mtrl_alpha=0x7f020039; - public static final int abc_textfield_search_material=0x7f02003a; - public static final int fab_background=0x7f02003b; - public static final int notification_template_icon_bg=0x7f02003d; - public static final int snackbar_background=0x7f02003c; - } - public static final class id { - public static final int Guest=0x7f0d006f; - public static final int TicketSlots=0x7f0d0070; - public static final int action0=0x7f0d0073; - public static final int action_bar=0x7f0d0058; - public static final int action_bar_activity_content=0x7f0d0000; - public static final int action_bar_container=0x7f0d0057; - public static final int action_bar_root=0x7f0d0053; - public static final int action_bar_spinner=0x7f0d0001; - public static final int action_bar_subtitle=0x7f0d003c; - public static final int action_bar_title=0x7f0d003b; - public static final int action_context_bar=0x7f0d0059; - public static final int action_divider=0x7f0d0077; - public static final int action_menu_divider=0x7f0d0002; - public static final int action_menu_presenter=0x7f0d0003; - public static final int action_mode_bar=0x7f0d0055; - public static final int action_mode_bar_stub=0x7f0d0054; - public static final int action_mode_close_button=0x7f0d003d; - public static final int action_settings=0x7f0d0085; - public static final int activity_chooser_view_content=0x7f0d003e; - public static final int alertTitle=0x7f0d0048; - public static final int always=0x7f0d002c; - public static final int beginning=0x7f0d002a; - public static final int bottom=0x7f0d001b; - public static final int buttonPanel=0x7f0d004e; - public static final int cancel_action=0x7f0d0074; - public static final int center=0x7f0d001c; - public static final int center_horizontal=0x7f0d001d; - public static final int center_vertical=0x7f0d001e; - public static final int checkbox=0x7f0d0050; - public static final int chronometer=0x7f0d007a; - public static final int clip_horizontal=0x7f0d001f; - public static final int clip_vertical=0x7f0d0020; - public static final int collapseActionView=0x7f0d002d; - public static final int contentPanel=0x7f0d0049; - public static final int custom=0x7f0d004d; - public static final int customPanel=0x7f0d004c; - public static final int decor_content_parent=0x7f0d0056; - public static final int default_activity_button=0x7f0d0041; - public static final int dialog=0x7f0d0031; - public static final int disableHome=0x7f0d000e; - public static final int dropdown=0x7f0d0032; - public static final int edit_query=0x7f0d005a; - public static final int end=0x7f0d0021; - public static final int end_padder=0x7f0d007f; - public static final int enterAlways=0x7f0d0015; - public static final int enterAlwaysCollapsed=0x7f0d0016; - public static final int exitUntilCollapsed=0x7f0d0017; - public static final int expand_activities_button=0x7f0d003f; - public static final int expanded_menu=0x7f0d004f; - public static final int fill=0x7f0d0022; - public static final int fill_horizontal=0x7f0d0023; - public static final int fill_vertical=0x7f0d0024; - public static final int fixed=0x7f0d0033; - public static final int guestlistRecycler=0x7f0d006c; - public static final int guestlistSearchbar=0x7f0d006b; - public static final int home=0x7f0d0004; - public static final int homeAsUp=0x7f0d000f; - public static final int icon=0x7f0d0043; - public static final int ifRoom=0x7f0d002e; - public static final int image=0x7f0d0040; - public static final int info=0x7f0d007e; - public static final int item_touch_helper_previous_elevation=0x7f0d0005; - public static final int left=0x7f0d0025; - public static final int line1=0x7f0d0078; - public static final int line3=0x7f0d007c; - public static final int listMode=0x7f0d000b; - public static final int list_item=0x7f0d0042; - public static final int main_layout=0x7f0d0067; - public static final int media_actions=0x7f0d0076; - public static final int middle=0x7f0d002b; - public static final int mini=0x7f0d0029; - public static final int multiply=0x7f0d0036; - public static final int never=0x7f0d002f; - public static final int none=0x7f0d0010; - public static final int normal=0x7f0d000c; - public static final int pager=0x7f0d006a; - public static final int parallax=0x7f0d0019; - public static final int parentPanel=0x7f0d0045; - public static final int pin=0x7f0d001a; - public static final int progress_circular=0x7f0d0006; - public static final int progress_horizontal=0x7f0d0007; - public static final int radio=0x7f0d0052; - public static final int right=0x7f0d0026; - public static final int screen=0x7f0d0037; - public static final int scroll=0x7f0d0018; - public static final int scrollView=0x7f0d004a; - public static final int scrollable=0x7f0d0034; - public static final int search_badge=0x7f0d005c; - public static final int search_bar=0x7f0d005b; - public static final int search_button=0x7f0d005d; - public static final int search_close_btn=0x7f0d0062; - public static final int search_edit_frame=0x7f0d005e; - public static final int search_go_btn=0x7f0d0064; - public static final int search_mag_icon=0x7f0d005f; - public static final int search_plate=0x7f0d0060; - public static final int search_src_text=0x7f0d0061; - public static final int search_voice_btn=0x7f0d0065; - public static final int select_dialog_listview=0x7f0d0066; - public static final int shortcut=0x7f0d0051; - public static final int showCustom=0x7f0d0011; - public static final int showHome=0x7f0d0012; - public static final int showTitle=0x7f0d0013; - public static final int snackbar_action=0x7f0d0072; - public static final int snackbar_text=0x7f0d0071; - public static final int split_action_bar=0x7f0d0008; - public static final int src_atop=0x7f0d0038; - public static final int src_in=0x7f0d0039; - public static final int src_over=0x7f0d003a; - public static final int start=0x7f0d0027; - public static final int status_bar_latest_event_content=0x7f0d0075; - public static final int strCheckedInDate=0x7f0d0082; - public static final int strFullName=0x7f0d0083; - public static final int strTicketID=0x7f0d0081; - public static final int submit_area=0x7f0d0063; - public static final int tabMode=0x7f0d000d; - public static final int tab_layout=0x7f0d0069; - public static final int text=0x7f0d007d; - public static final int text2=0x7f0d007b; - public static final int textSpacerNoButtons=0x7f0d004b; - public static final int ticketContainer=0x7f0d0080; - public static final int ticketRecycler=0x7f0d006e; - public static final int ticketSearchbar=0x7f0d006d; - public static final int time=0x7f0d0079; - public static final int title=0x7f0d0044; - public static final int title_template=0x7f0d0047; - public static final int toolbar=0x7f0d0068; - public static final int top=0x7f0d0028; - public static final int topPanel=0x7f0d0046; - public static final int uniqueString=0x7f0d0084; - public static final int up=0x7f0d0009; - public static final int useLogo=0x7f0d0014; - public static final int view_offset_helper=0x7f0d000a; - public static final int withText=0x7f0d0030; - public static final int wrap_content=0x7f0d0035; - } - public static final class integer { - public static final int abc_config_activityDefaultDur=0x7f0b0002; - public static final int abc_config_activityShortDur=0x7f0b0003; - public static final int abc_max_action_buttons=0x7f0b0000; - public static final int cancel_button_image_alpha=0x7f0b0004; - public static final int snackbar_text_max_lines=0x7f0b0001; - public static final int status_bar_notification_info_maxnum=0x7f0b0005; - } - 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 abc_simple_dropdown_hint=0x7f040018; - public static final int activity_main=0x7f040019; - public static final int design_navigation_item=0x7f04001a; - public static final int design_navigation_item_header=0x7f04001b; - public static final int design_navigation_item_separator=0x7f04001c; - public static final int design_navigation_item_subheader=0x7f04001d; - public static final int design_navigation_menu=0x7f04001e; - public static final int fragment_guestlist=0x7f04001f; - public static final int fragment_ticket=0x7f040020; - public static final int guestlist_model=0x7f040021; - public static final int layout_snackbar=0x7f040022; - public static final int layout_snackbar_include=0x7f040023; - public static final int notification_media_action=0x7f040024; - public static final int notification_media_cancel_action=0x7f040025; - public static final int notification_template_big_media=0x7f040026; - public static final int notification_template_big_media_narrow=0x7f040027; - public static final int notification_template_lines=0x7f040028; - public static final int notification_template_media=0x7f040029; - public static final int notification_template_part_chronometer=0x7f04002a; - public static final int notification_template_part_time=0x7f04002b; - public static final int select_dialog_item_material=0x7f04002c; - public static final int select_dialog_multichoice_material=0x7f04002d; - public static final int select_dialog_singlechoice_material=0x7f04002e; - public static final int support_simple_spinner_dropdown_item=0x7f04002f; - public static final int ticket_model=0x7f040030; - } - public static final class menu { - public static final int menu_service=0x7f0e0000; - } - 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=0x7f070000; - public static final int abc_action_bar_home_description_format=0x7f07000d; - public static final int abc_action_bar_home_subtitle_description_format=0x7f07000e; - public static final int abc_action_bar_up_description=0x7f070001; - public static final int abc_action_menu_overflow_description=0x7f070002; - public static final int abc_action_mode_done=0x7f070003; - public static final int abc_activity_chooser_view_see_all=0x7f070004; - public static final int abc_activitychooserview_choose_application=0x7f070005; - public static final int abc_search_hint=0x7f07000f; - public static final int abc_searchview_description_clear=0x7f070006; - public static final int abc_searchview_description_query=0x7f070007; - public static final int abc_searchview_description_search=0x7f070008; - public static final int abc_searchview_description_submit=0x7f070009; - public static final int abc_searchview_description_voice=0x7f07000a; - public static final int abc_shareactionprovider_share_with=0x7f07000b; - public static final int abc_shareactionprovider_share_with_application=0x7f07000c; - public static final int abc_toolbar_collapse_description=0x7f070010; - public static final int action_settings=0x7f070011; - public static final int app_name=0x7f070012; - public static final int appbar_scrolling_view_behavior=0x7f070013; - public static final int hello_blank_fragment=0x7f070014; - public static final int status_bar_notification_info_overflow=0x7f070015; - } - public static final class style { - public static final int AlertDialog_AppCompat=0x7f090075; - public static final int AlertDialog_AppCompat_Light=0x7f090076; - public static final int Animation_AppCompat_Dialog=0x7f090077; - public static final int Animation_AppCompat_DropDownUp=0x7f090078; - public static final int AppTheme=0x7f090079; - public static final int Base_AlertDialog_AppCompat=0x7f09007a; - public static final int Base_AlertDialog_AppCompat_Light=0x7f09007b; - public static final int Base_Animation_AppCompat_Dialog=0x7f09007c; - public static final int Base_Animation_AppCompat_DropDownUp=0x7f09007d; - public static final int Base_CardView=0x7f09007e; - public static final int Base_DialogWindowTitle_AppCompat=0x7f09007f; - public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f090080; - public static final int Base_TextAppearance_AppCompat=0x7f09002f; - public static final int Base_TextAppearance_AppCompat_Body1=0x7f090030; - public static final int Base_TextAppearance_AppCompat_Body2=0x7f090031; - public static final int Base_TextAppearance_AppCompat_Button=0x7f090019; - public static final int Base_TextAppearance_AppCompat_Caption=0x7f090032; - public static final int Base_TextAppearance_AppCompat_Display1=0x7f090033; - public static final int Base_TextAppearance_AppCompat_Display2=0x7f090034; - public static final int Base_TextAppearance_AppCompat_Display3=0x7f090035; - public static final int Base_TextAppearance_AppCompat_Display4=0x7f090036; - public static final int Base_TextAppearance_AppCompat_Headline=0x7f090037; - public static final int Base_TextAppearance_AppCompat_Inverse=0x7f090004; - public static final int Base_TextAppearance_AppCompat_Large=0x7f090038; - public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f090005; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f090039; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f09003a; - public static final int Base_TextAppearance_AppCompat_Medium=0x7f09003b; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f090006; - public static final int Base_TextAppearance_AppCompat_Menu=0x7f09003c; - public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f090081; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f09003d; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f09003e; - public static final int Base_TextAppearance_AppCompat_Small=0x7f09003f; - public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f090007; - public static final int Base_TextAppearance_AppCompat_Subhead=0x7f090040; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f090008; - public static final int Base_TextAppearance_AppCompat_Title=0x7f090041; - public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f090009; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f090042; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f090043; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f090044; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f090045; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f090046; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f090047; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f090048; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f090082; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f090049; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f09004a; - public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f09004b; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f09004c; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f090083; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f09004d; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f09004e; - public static final int Base_Theme_AppCompat=0x7f09004f; - public static final int Base_Theme_AppCompat_CompactMenu=0x7f090084; - public static final int Base_Theme_AppCompat_Dialog=0x7f09000a; - public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f090085; - public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f090086; - public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f090087; - public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f090002; - public static final int Base_Theme_AppCompat_Light=0x7f090050; - public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f090088; - public static final int Base_Theme_AppCompat_Light_Dialog=0x7f09000b; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f090089; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f09008a; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f09008b; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f090003; - public static final int Base_ThemeOverlay_AppCompat=0x7f09008c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f09008d; - public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f09008e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f09008f; - public static final int Base_ThemeOverlay_AppCompat_Light=0x7f090090; - public static final int Base_V11_Theme_AppCompat_Dialog=0x7f09000c; - public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f09000d; - public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f090015; - public static final int Base_V12_Widget_AppCompat_EditText=0x7f090016; - public static final int Base_V21_Theme_AppCompat=0x7f090051; - public static final int Base_V21_Theme_AppCompat_Dialog=0x7f090052; - public static final int Base_V21_Theme_AppCompat_Light=0x7f090053; - public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f090054; - public static final int Base_V7_Theme_AppCompat=0x7f090091; - public static final int Base_V7_Theme_AppCompat_Dialog=0x7f090092; - public static final int Base_V7_Theme_AppCompat_Light=0x7f090093; - public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f090094; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f090095; - public static final int Base_V7_Widget_AppCompat_EditText=0x7f090096; - public static final int Base_Widget_AppCompat_ActionBar=0x7f090097; - public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f090098; - public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f090099; - public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f090055; - public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f090056; - public static final int Base_Widget_AppCompat_ActionButton=0x7f090057; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f090058; - public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f090059; - public static final int Base_Widget_AppCompat_ActionMode=0x7f09009a; - public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f09009b; - public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f090017; - public static final int Base_Widget_AppCompat_Button=0x7f09005a; - public static final int Base_Widget_AppCompat_Button_Borderless=0x7f09005b; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f09005c; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f09009c; - public static final int Base_Widget_AppCompat_Button_Small=0x7f09005d; - public static final int Base_Widget_AppCompat_ButtonBar=0x7f09005e; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f09009d; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f09005f; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f090060; - public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f09009e; - public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f090000; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f09009f; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f090061; - public static final int Base_Widget_AppCompat_EditText=0x7f090018; - public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0900a0; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0900a1; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0900a2; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f090062; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f090063; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f090064; - public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f090065; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f090066; - public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f090067; - public static final int Base_Widget_AppCompat_ListView=0x7f090068; - public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f090069; - public static final int Base_Widget_AppCompat_ListView_Menu=0x7f09006a; - public static final int Base_Widget_AppCompat_PopupMenu=0x7f09006b; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f09006c; - public static final int Base_Widget_AppCompat_PopupWindow=0x7f0900a3; - public static final int Base_Widget_AppCompat_ProgressBar=0x7f09000e; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f09000f; - public static final int Base_Widget_AppCompat_RatingBar=0x7f09006d; - public static final int Base_Widget_AppCompat_SearchView=0x7f0900a4; - public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0900a5; - public static final int Base_Widget_AppCompat_Spinner=0x7f090010; - public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f09006e; - public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f09006f; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f090070; - public static final int Base_Widget_AppCompat_Toolbar=0x7f0900a6; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f090071; - public static final int Base_Widget_Design_TabLayout=0x7f0900a7; - public static final int CardView=0x7f090074; - public static final int CardView_Dark=0x7f0900a8; - public static final int CardView_Light=0x7f0900a9; - public static final int Platform_AppCompat=0x7f090011; - public static final int Platform_AppCompat_Light=0x7f090012; - public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f090072; - public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f090073; - public static final int Platform_V11_AppCompat=0x7f090013; - public static final int Platform_V11_AppCompat_Light=0x7f090014; - public static final int Platform_V14_AppCompat=0x7f09001a; - public static final int Platform_V14_AppCompat_Light=0x7f09001b; - public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f090021; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f090022; - public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f090023; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f090024; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f090025; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f090026; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f090027; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f090028; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f090029; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f09002a; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f09002b; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f09002c; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f09002d; - public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f09002e; - public static final int TextAppearance_AppCompat=0x7f0900aa; - public static final int TextAppearance_AppCompat_Body1=0x7f0900ab; - public static final int TextAppearance_AppCompat_Body2=0x7f0900ac; - public static final int TextAppearance_AppCompat_Button=0x7f0900ad; - public static final int TextAppearance_AppCompat_Caption=0x7f0900ae; - public static final int TextAppearance_AppCompat_Display1=0x7f0900af; - public static final int TextAppearance_AppCompat_Display2=0x7f0900b0; - public static final int TextAppearance_AppCompat_Display3=0x7f0900b1; - public static final int TextAppearance_AppCompat_Display4=0x7f0900b2; - public static final int TextAppearance_AppCompat_Headline=0x7f0900b3; - public static final int TextAppearance_AppCompat_Inverse=0x7f0900b4; - public static final int TextAppearance_AppCompat_Large=0x7f0900b5; - public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0900b6; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0900b7; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0900b8; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0900b9; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0900ba; - public static final int TextAppearance_AppCompat_Medium=0x7f0900bb; - public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0900bc; - public static final int TextAppearance_AppCompat_Menu=0x7f0900bd; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0900be; - public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0900bf; - public static final int TextAppearance_AppCompat_Small=0x7f0900c0; - public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0900c1; - public static final int TextAppearance_AppCompat_Subhead=0x7f0900c2; - public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0900c3; - public static final int TextAppearance_AppCompat_Title=0x7f0900c4; - public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0900c5; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0900c6; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0900c7; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0900c8; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0900c9; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0900ca; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0900cb; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0900cc; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0900cd; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0900ce; - public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0900cf; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0900d0; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0900d1; - public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0900d2; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0900d3; - public static final int TextAppearance_Design_Error=0x7f0900d4; - public static final int TextAppearance_Design_Hint=0x7f0900d5; - public static final int TextAppearance_Design_Snackbar_Action=0x7f0900d6; - public static final int TextAppearance_Design_Snackbar_Message=0x7f0900d7; - public static final int TextAppearance_Design_Tab=0x7f0900d8; - public static final int TextAppearance_StatusBar_EventContent=0x7f09001c; - public static final int TextAppearance_StatusBar_EventContent_Info=0x7f09001d; - public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f09001e; - public static final int TextAppearance_StatusBar_EventContent_Time=0x7f09001f; - public static final int TextAppearance_StatusBar_EventContent_Title=0x7f090020; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0900d9; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0900da; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0900db; - public static final int Theme_AppCompat=0x7f0900dc; - public static final int Theme_AppCompat_CompactMenu=0x7f0900dd; - public static final int Theme_AppCompat_Dialog=0x7f0900de; - public static final int Theme_AppCompat_Dialog_Alert=0x7f0900df; - public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0900e0; - public static final int Theme_AppCompat_DialogWhenLarge=0x7f0900e1; - public static final int Theme_AppCompat_Light=0x7f0900e2; - public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0900e3; - public static final int Theme_AppCompat_Light_Dialog=0x7f0900e4; - public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0900e5; - public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0900e6; - public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0900e7; - public static final int Theme_AppCompat_Light_NoActionBar=0x7f0900e8; - public static final int Theme_AppCompat_NoActionBar=0x7f0900e9; - public static final int ThemeOverlay_AppCompat=0x7f0900ea; - public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0900eb; - public static final int ThemeOverlay_AppCompat_Dark=0x7f0900ec; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0900ed; - public static final int ThemeOverlay_AppCompat_Light=0x7f0900ee; - public static final int Widget_AppCompat_ActionBar=0x7f0900ef; - public static final int Widget_AppCompat_ActionBar_Solid=0x7f0900f0; - public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0900f1; - public static final int Widget_AppCompat_ActionBar_TabText=0x7f0900f2; - public static final int Widget_AppCompat_ActionBar_TabView=0x7f0900f3; - public static final int Widget_AppCompat_ActionButton=0x7f0900f4; - public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0900f5; - public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0900f6; - public static final int Widget_AppCompat_ActionMode=0x7f0900f7; - public static final int Widget_AppCompat_ActivityChooserView=0x7f0900f8; - public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0900f9; - public static final int Widget_AppCompat_Button=0x7f0900fa; - public static final int Widget_AppCompat_Button_Borderless=0x7f0900fb; - public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0900fc; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0900fd; - public static final int Widget_AppCompat_Button_Small=0x7f0900fe; - public static final int Widget_AppCompat_ButtonBar=0x7f0900ff; - public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f090100; - public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f090101; - public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f090102; - public static final int Widget_AppCompat_CompoundButton_Switch=0x7f090103; - public static final int Widget_AppCompat_DrawerArrowToggle=0x7f090104; - public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f090105; - public static final int Widget_AppCompat_EditText=0x7f090106; - public static final int Widget_AppCompat_Light_ActionBar=0x7f090107; - public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f090108; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f090109; - public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f09010a; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f09010b; - public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f09010c; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f09010d; - public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f09010e; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f09010f; - public static final int Widget_AppCompat_Light_ActionButton=0x7f090110; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f090111; - public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f090112; - public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f090113; - public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f090114; - public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f090115; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f090116; - public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f090117; - public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f090118; - public static final int Widget_AppCompat_Light_PopupMenu=0x7f090119; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f09011a; - public static final int Widget_AppCompat_Light_SearchView=0x7f09011b; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f09011c; - public static final int Widget_AppCompat_ListPopupWindow=0x7f09011d; - public static final int Widget_AppCompat_ListView=0x7f09011e; - public static final int Widget_AppCompat_ListView_DropDown=0x7f09011f; - public static final int Widget_AppCompat_ListView_Menu=0x7f090120; - public static final int Widget_AppCompat_PopupMenu=0x7f090121; - public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f090122; - public static final int Widget_AppCompat_PopupWindow=0x7f090123; - public static final int Widget_AppCompat_ProgressBar=0x7f090124; - public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f090125; - public static final int Widget_AppCompat_RatingBar=0x7f090126; - public static final int Widget_AppCompat_SearchView=0x7f090127; - public static final int Widget_AppCompat_SearchView_ActionBar=0x7f090128; - public static final int Widget_AppCompat_Spinner=0x7f090129; - public static final int Widget_AppCompat_Spinner_DropDown=0x7f09012a; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f09012b; - public static final int Widget_AppCompat_Spinner_Underlined=0x7f09012c; - public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f09012d; - public static final int Widget_AppCompat_Toolbar=0x7f09012e; - public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f09012f; - public static final int Widget_Design_AppBarLayout=0x7f090130; - public static final int Widget_Design_CollapsingToolbar=0x7f090131; - public static final int Widget_Design_CoordinatorLayout=0x7f090132; - public static final int Widget_Design_FloatingActionButton=0x7f090133; - public static final int Widget_Design_NavigationView=0x7f090134; - public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f090135; - public static final int Widget_Design_Snackbar=0x7f090136; - public static final int Widget_Design_TabLayout=0x7f090001; - public static final int Widget_Design_TextInputLayout=0x7f090137; - } - public static final class xml { - public static final int preferences=0x7f060000; - } - 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 de.lreeg.registration:background}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_backgroundSplit de.lreeg.registration:backgroundSplit}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_backgroundStacked de.lreeg.registration:backgroundStacked}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_contentInsetEnd de.lreeg.registration:contentInsetEnd}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_contentInsetLeft de.lreeg.registration:contentInsetLeft}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_contentInsetRight de.lreeg.registration:contentInsetRight}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_contentInsetStart de.lreeg.registration:contentInsetStart}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_customNavigationLayout de.lreeg.registration:customNavigationLayout}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_displayOptions de.lreeg.registration:displayOptions}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_divider de.lreeg.registration:divider}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_elevation de.lreeg.registration:elevation}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_height de.lreeg.registration:height}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_hideOnContentScroll de.lreeg.registration:hideOnContentScroll}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_homeAsUpIndicator de.lreeg.registration:homeAsUpIndicator}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_homeLayout de.lreeg.registration:homeLayout}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_icon de.lreeg.registration:icon}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_indeterminateProgressStyle de.lreeg.registration:indeterminateProgressStyle}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_itemPadding de.lreeg.registration:itemPadding}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_logo de.lreeg.registration:logo}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_navigationMode de.lreeg.registration:navigationMode}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_popupTheme de.lreeg.registration:popupTheme}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_progressBarPadding de.lreeg.registration:progressBarPadding}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_progressBarStyle de.lreeg.registration:progressBarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_subtitle de.lreeg.registration:subtitle}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_subtitleTextStyle de.lreeg.registration:subtitleTextStyle}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_title de.lreeg.registration:title}</code></td><td></td></tr> - <tr><td><code>{@link #ActionBar_titleTextStyle de.lreeg.registration: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, 0x7f0100bf - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:background - */ - public static final int ActionBar_background = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:backgroundSplit - */ - public static final int ActionBar_backgroundSplit = 12; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:backgroundStacked - */ - public static final int ActionBar_backgroundStacked = 11; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetEnd - */ - public static final int ActionBar_contentInsetEnd = 21; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetLeft - */ - public static final int ActionBar_contentInsetLeft = 22; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetRight - */ - public static final int ActionBar_contentInsetRight = 23; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetStart - */ - public static final int ActionBar_contentInsetStart = 20; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:customNavigationLayout - */ - public static final int ActionBar_customNavigationLayout = 13; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:displayOptions - */ - public static final int ActionBar_displayOptions = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:divider - */ - public static final int ActionBar_divider = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:elevation - */ - public static final int ActionBar_elevation = 24; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:height - */ - public static final int ActionBar_height = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:hideOnContentScroll - */ - public static final int ActionBar_hideOnContentScroll = 19; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:homeAsUpIndicator - */ - public static final int ActionBar_homeAsUpIndicator = 26; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:homeLayout - */ - public static final int ActionBar_homeLayout = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:icon - */ - public static final int ActionBar_icon = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:indeterminateProgressStyle - */ - public static final int ActionBar_indeterminateProgressStyle = 16; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:itemPadding - */ - public static final int ActionBar_itemPadding = 18; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:logo - */ - public static final int ActionBar_logo = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:navigationMode - */ - public static final int ActionBar_navigationMode = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:popupTheme - */ - public static final int ActionBar_popupTheme = 25; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:progressBarPadding - */ - public static final int ActionBar_progressBarPadding = 17; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:progressBarStyle - */ - public static final int ActionBar_progressBarStyle = 15; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:subtitle - */ - public static final int ActionBar_subtitle = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:subtitleTextStyle - */ - public static final int ActionBar_subtitleTextStyle = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:title - */ - public static final int ActionBar_title = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:background}</code></td><td></td></tr> - <tr><td><code>{@link #ActionMode_backgroundSplit de.lreeg.registration:backgroundSplit}</code></td><td></td></tr> - <tr><td><code>{@link #ActionMode_closeItemLayout de.lreeg.registration:closeItemLayout}</code></td><td></td></tr> - <tr><td><code>{@link #ActionMode_height de.lreeg.registration:height}</code></td><td></td></tr> - <tr><td><code>{@link #ActionMode_subtitleTextStyle de.lreeg.registration:subtitleTextStyle}</code></td><td></td></tr> - <tr><td><code>{@link #ActionMode_titleTextStyle de.lreeg.registration: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 de.lreeg.registration.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 de.lreeg.registration:background - */ - public static final int ActionMode_background = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:backgroundSplit - */ - public static final int ActionMode_backgroundSplit = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:closeItemLayout - */ - public static final int ActionMode_closeItemLayout = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:height - */ - public static final int ActionMode_height = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:subtitleTextStyle - */ - public static final int ActionMode_subtitleTextStyle = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:expandActivityOverflowButtonDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #ActivityChooserView_initialActivityCount de.lreeg.registration: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 de.lreeg.registration.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 de.lreeg.registration:expandActivityOverflowButtonDrawable - */ - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:buttonPanelSideLayout}</code></td><td></td></tr> - <tr><td><code>{@link #AlertDialog_listItemLayout de.lreeg.registration:listItemLayout}</code></td><td></td></tr> - <tr><td><code>{@link #AlertDialog_listLayout de.lreeg.registration:listLayout}</code></td><td></td></tr> - <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout de.lreeg.registration:multiChoiceItemLayout}</code></td><td></td></tr> - <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout de.lreeg.registration: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 de.lreeg.registration.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 de.lreeg.registration:buttonPanelSideLayout - */ - public static final int AlertDialog_buttonPanelSideLayout = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listItemLayout - */ - public static final int AlertDialog_listItemLayout = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listLayout - */ - public static final int AlertDialog_listLayout = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:multiChoiceItemLayout - */ - public static final int AlertDialog_multiChoiceItemLayout = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:elevation}</code></td><td></td></tr> - </table> - @see #AppBarLayout_android_background - @see #AppBarLayout_elevation - */ - public static final int[] AppBarLayout = { - 0x010100d4, 0x7f01001a - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:elevation - */ - public static final int AppBarLayout_elevation = 1; - /** 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 de.lreeg.registration:layout_scrollFlags}</code></td><td></td></tr> - <tr><td><code>{@link #AppBarLayout_LayoutParams_layout_scrollInterpolator de.lreeg.registration:layout_scrollInterpolator}</code></td><td></td></tr> - </table> - @see #AppBarLayout_LayoutParams_layout_scrollFlags - @see #AppBarLayout_LayoutParams_layout_scrollInterpolator - */ - public static final int[] AppBarLayout_LayoutParams = { - 0x7f010024, 0x7f010025 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:layout_scrollFlags - */ - public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:textAllCaps}</code></td><td></td></tr> - </table> - @see #AppCompatTextView_android_textAppearance - @see #AppCompatTextView_textAllCaps - */ - public static final int[] AppCompatTextView = { - 0x01010034, 0x7f010026 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:textAllCaps - */ - public static final int AppCompatTextView_textAllCaps = 1; - /** Attributes that can be used with a CardView. - <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 #CardView_android_minHeight android:minHeight}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_android_minWidth android:minWidth}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardBackgroundColor de.lreeg.registration:cardBackgroundColor}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardCornerRadius de.lreeg.registration:cardCornerRadius}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardElevation de.lreeg.registration:cardElevation}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardMaxElevation de.lreeg.registration:cardMaxElevation}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardPreventCornerOverlap de.lreeg.registration:cardPreventCornerOverlap}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_cardUseCompatPadding de.lreeg.registration:cardUseCompatPadding}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_contentPadding de.lreeg.registration:contentPadding}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_contentPaddingBottom de.lreeg.registration:contentPaddingBottom}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_contentPaddingLeft de.lreeg.registration:contentPaddingLeft}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_contentPaddingRight de.lreeg.registration:contentPaddingRight}</code></td><td></td></tr> - <tr><td><code>{@link #CardView_contentPaddingTop de.lreeg.registration:contentPaddingTop}</code></td><td></td></tr> - </table> - @see #CardView_android_minHeight - @see #CardView_android_minWidth - @see #CardView_cardBackgroundColor - @see #CardView_cardCornerRadius - @see #CardView_cardElevation - @see #CardView_cardMaxElevation - @see #CardView_cardPreventCornerOverlap - @see #CardView_cardUseCompatPadding - @see #CardView_contentPadding - @see #CardView_contentPaddingBottom - @see #CardView_contentPaddingLeft - @see #CardView_contentPaddingRight - @see #CardView_contentPaddingTop - */ - public static final int[] CardView = { - 0x0101013f, 0x01010140, 0x7f010027, 0x7f010028, - 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, - 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, - 0x7f010031 - }; - /** - <p>This symbol is the offset where the {@link android.R.attr#minHeight} - attribute's value can be found in the {@link #CardView} array. - @attr name android:minHeight - */ - public static final int CardView_android_minHeight = 1; - /** - <p>This symbol is the offset where the {@link android.R.attr#minWidth} - attribute's value can be found in the {@link #CardView} array. - @attr name android:minWidth - */ - public static final int CardView_android_minWidth = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardBackgroundColor} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardBackgroundColor - */ - public static final int CardView_cardBackgroundColor = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardCornerRadius} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardCornerRadius - */ - public static final int CardView_cardCornerRadius = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardElevation} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardElevation - */ - public static final int CardView_cardElevation = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardMaxElevation} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardMaxElevation - */ - public static final int CardView_cardMaxElevation = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardPreventCornerOverlap} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardPreventCornerOverlap - */ - public static final int CardView_cardPreventCornerOverlap = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#cardUseCompatPadding} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:cardUseCompatPadding - */ - public static final int CardView_cardUseCompatPadding = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#contentPadding} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:contentPadding - */ - public static final int CardView_contentPadding = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#contentPaddingBottom} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:contentPaddingBottom - */ - public static final int CardView_contentPaddingBottom = 12; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#contentPaddingLeft} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:contentPaddingLeft - */ - public static final int CardView_contentPaddingLeft = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#contentPaddingRight} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:contentPaddingRight - */ - public static final int CardView_contentPaddingRight = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#contentPaddingTop} - attribute's value can be found in the {@link #CardView} 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 de.lreeg.registration:contentPaddingTop - */ - public static final int CardView_contentPaddingTop = 11; - /** 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 de.lreeg.registration:layout_collapseMode}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier de.lreeg.registration:layout_collapseParallaxMultiplier}</code></td><td></td></tr> - </table> - @see #CollapsingAppBarLayout_LayoutParams_layout_collapseMode - @see #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier - */ - public static final int[] CollapsingAppBarLayout_LayoutParams = { - 0x7f010032, 0x7f010033 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:layout_collapseMode - */ - public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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_collapsedTitleTextAppearance de.lreeg.registration:collapsedTitleTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_contentScrim de.lreeg.registration:contentScrim}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMargin de.lreeg.registration:expandedTitleMargin}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginBottom de.lreeg.registration:expandedTitleMarginBottom}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginEnd de.lreeg.registration:expandedTitleMarginEnd}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginStart de.lreeg.registration:expandedTitleMarginStart}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginTop de.lreeg.registration:expandedTitleMarginTop}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleTextAppearance de.lreeg.registration:expandedTitleTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_statusBarScrim de.lreeg.registration:statusBarScrim}</code></td><td></td></tr> - <tr><td><code>{@link #CollapsingToolbarLayout_toolbarId de.lreeg.registration:toolbarId}</code></td><td></td></tr> - </table> - @see #CollapsingToolbarLayout_collapsedTitleTextAppearance - @see #CollapsingToolbarLayout_contentScrim - @see #CollapsingToolbarLayout_expandedTitleMargin - @see #CollapsingToolbarLayout_expandedTitleMarginBottom - @see #CollapsingToolbarLayout_expandedTitleMarginEnd - @see #CollapsingToolbarLayout_expandedTitleMarginStart - @see #CollapsingToolbarLayout_expandedTitleMarginTop - @see #CollapsingToolbarLayout_expandedTitleTextAppearance - @see #CollapsingToolbarLayout_statusBarScrim - @see #CollapsingToolbarLayout_toolbarId - */ - public static final int[] CollapsingToolbarLayout = { - 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, - 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, - 0x7f01003c, 0x7f01003d - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:collapsedTitleTextAppearance - */ - public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentScrim - */ - public static final int CollapsingToolbarLayout_contentScrim = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleMargin - */ - public static final int CollapsingToolbarLayout_expandedTitleMargin = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleMarginBottom - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleMarginEnd - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleMarginStart - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleMarginTop - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:expandedTitleTextAppearance - */ - public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:statusBarScrim - */ - public static final int CollapsingToolbarLayout_statusBarScrim = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:toolbarId - */ - public static final int CollapsingToolbarLayout_toolbarId = 9; - /** 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 de.lreeg.registration:keylines}</code></td><td></td></tr> - <tr><td><code>{@link #CoordinatorLayout_statusBarBackground de.lreeg.registration:statusBarBackground}</code></td><td></td></tr> - </table> - @see #CoordinatorLayout_keylines - @see #CoordinatorLayout_statusBarBackground - */ - public static final int[] CoordinatorLayout = { - 0x7f01003e, 0x7f01003f - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:keylines - */ - public static final int CoordinatorLayout_keylines = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:layout_anchor}</code></td><td></td></tr> - <tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_anchorGravity de.lreeg.registration:layout_anchorGravity}</code></td><td></td></tr> - <tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_behavior de.lreeg.registration:layout_behavior}</code></td><td></td></tr> - <tr><td><code>{@link #CoordinatorLayout_LayoutParams_layout_keyline de.lreeg.registration: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, 0x7f010040, 0x7f010041, 0x7f010042, - 0x7f010043 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:layout_anchor - */ - public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:layout_anchorGravity - */ - public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:layout_behavior - */ - public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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_barSize de.lreeg.registration:barSize}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_color de.lreeg.registration:color}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_drawableSize de.lreeg.registration:drawableSize}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars de.lreeg.registration:gapBetweenBars}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_middleBarArrowSize de.lreeg.registration:middleBarArrowSize}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_spinBars de.lreeg.registration:spinBars}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_thickness de.lreeg.registration:thickness}</code></td><td></td></tr> - <tr><td><code>{@link #DrawerArrowToggle_topBottomBarArrowSize de.lreeg.registration:topBottomBarArrowSize}</code></td><td></td></tr> - </table> - @see #DrawerArrowToggle_barSize - @see #DrawerArrowToggle_color - @see #DrawerArrowToggle_drawableSize - @see #DrawerArrowToggle_gapBetweenBars - @see #DrawerArrowToggle_middleBarArrowSize - @see #DrawerArrowToggle_spinBars - @see #DrawerArrowToggle_thickness - @see #DrawerArrowToggle_topBottomBarArrowSize - */ - public static final int[] DrawerArrowToggle = { - 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, - 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#barSize} - 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 de.lreeg.registration:barSize - */ - public static final int DrawerArrowToggle_barSize = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:color - */ - public static final int DrawerArrowToggle_color = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:drawableSize - */ - public static final int DrawerArrowToggle_drawableSize = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:gapBetweenBars - */ - public static final int DrawerArrowToggle_gapBetweenBars = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#middleBarArrowSize} - 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 de.lreeg.registration:middleBarArrowSize - */ - public static final int DrawerArrowToggle_middleBarArrowSize = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:spinBars - */ - public static final int DrawerArrowToggle_spinBars = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:thickness - */ - public static final int DrawerArrowToggle_thickness = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#topBottomBarArrowSize} - 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 de.lreeg.registration:topBottomBarArrowSize - */ - public static final int DrawerArrowToggle_topBottomBarArrowSize = 4; - /** 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 de.lreeg.registration:backgroundTint}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_backgroundTintMode de.lreeg.registration:backgroundTintMode}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_borderWidth de.lreeg.registration:borderWidth}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_elevation de.lreeg.registration:elevation}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_fabSize de.lreeg.registration:fabSize}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_pressedTranslationZ de.lreeg.registration:pressedTranslationZ}</code></td><td></td></tr> - <tr><td><code>{@link #FloatingActionButton_rippleColor de.lreeg.registration: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, 0x7f01004c, 0x7f01004d, - 0x7f01004e, 0x7f01004f, 0x7f010109, 0x7f01010a - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:backgroundTint - */ - public static final int FloatingActionButton_backgroundTint = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:backgroundTintMode - */ - public static final int FloatingActionButton_backgroundTintMode = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:borderWidth - */ - public static final int FloatingActionButton_borderWidth = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:elevation - */ - public static final int FloatingActionButton_elevation = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:fabSize - */ - public static final int FloatingActionButton_fabSize = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:pressedTranslationZ - */ - public static final int FloatingActionButton_pressedTranslationZ = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:divider}</code></td><td></td></tr> - <tr><td><code>{@link #LinearLayoutCompat_dividerPadding de.lreeg.registration:dividerPadding}</code></td><td></td></tr> - <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild de.lreeg.registration:measureWithLargestChild}</code></td><td></td></tr> - <tr><td><code>{@link #LinearLayoutCompat_showDividers de.lreeg.registration: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, 0x7f010050, 0x7f010051, - 0x7f010052 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:divider - */ - public static final int LinearLayoutCompat_divider = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dividerPadding - */ - public static final int LinearLayoutCompat_dividerPadding = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:measureWithLargestChild - */ - public static final int LinearLayoutCompat_measureWithLargestChild = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:actionLayout}</code></td><td></td></tr> - <tr><td><code>{@link #MenuItem_actionProviderClass de.lreeg.registration:actionProviderClass}</code></td><td></td></tr> - <tr><td><code>{@link #MenuItem_actionViewClass de.lreeg.registration: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 de.lreeg.registration: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, 0x7f010053, 0x7f010054, 0x7f010055, - 0x7f010056 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionLayout - */ - public static final int MenuItem_actionLayout = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionProviderClass - */ - public static final int MenuItem_actionProviderClass = 16; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration: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, 0x7f010057 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:elevation}</code></td><td></td></tr> - <tr><td><code>{@link #NavigationView_headerLayout de.lreeg.registration:headerLayout}</code></td><td></td></tr> - <tr><td><code>{@link #NavigationView_itemBackground de.lreeg.registration:itemBackground}</code></td><td></td></tr> - <tr><td><code>{@link #NavigationView_itemIconTint de.lreeg.registration:itemIconTint}</code></td><td></td></tr> - <tr><td><code>{@link #NavigationView_itemTextColor de.lreeg.registration:itemTextColor}</code></td><td></td></tr> - <tr><td><code>{@link #NavigationView_menu de.lreeg.registration: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_itemTextColor - @see #NavigationView_menu - */ - public static final int[] NavigationView = { - 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, - 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, - 0x7f01005c - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:elevation - */ - public static final int NavigationView_elevation = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:headerLayout - */ - public static final int NavigationView_headerLayout = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:itemBackground - */ - public static final int NavigationView_itemBackground = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:itemIconTint - */ - public static final int NavigationView_itemIconTint = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:itemTextColor - */ - public static final int NavigationView_itemTextColor = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:overlapAnchor}</code></td><td></td></tr> - </table> - @see #PopupWindow_android_popupBackground - @see #PopupWindow_overlapAnchor - */ - public static final int[] PopupWindow = { - 0x01010176, 0x7f01005d - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:state_above_anchor}</code></td><td></td></tr> - </table> - @see #PopupWindowBackgroundState_state_above_anchor - */ - public static final int[] PopupWindowBackgroundState = { - 0x7f01005e - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:state_above_anchor - */ - public static final int PopupWindowBackgroundState_state_above_anchor = 0; - /** Attributes that can be used with a RecyclerView. - <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 #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr> - <tr><td><code>{@link #RecyclerView_layoutManager de.lreeg.registration:layoutManager}</code></td><td></td></tr> - <tr><td><code>{@link #RecyclerView_reverseLayout de.lreeg.registration:reverseLayout}</code></td><td></td></tr> - <tr><td><code>{@link #RecyclerView_spanCount de.lreeg.registration:spanCount}</code></td><td></td></tr> - <tr><td><code>{@link #RecyclerView_stackFromEnd de.lreeg.registration:stackFromEnd}</code></td><td></td></tr> - </table> - @see #RecyclerView_android_orientation - @see #RecyclerView_layoutManager - @see #RecyclerView_reverseLayout - @see #RecyclerView_spanCount - @see #RecyclerView_stackFromEnd - */ - public static final int[] RecyclerView = { - 0x010100c4, 0x7f01005f, 0x7f010060, 0x7f010061, - 0x7f010062 - }; - /** - <p>This symbol is the offset where the {@link android.R.attr#orientation} - attribute's value can be found in the {@link #RecyclerView} array. - @attr name android:orientation - */ - public static final int RecyclerView_android_orientation = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#layoutManager} - attribute's value can be found in the {@link #RecyclerView} 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 de.lreeg.registration:layoutManager - */ - public static final int RecyclerView_layoutManager = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#reverseLayout} - attribute's value can be found in the {@link #RecyclerView} 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 de.lreeg.registration:reverseLayout - */ - public static final int RecyclerView_reverseLayout = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#spanCount} - attribute's value can be found in the {@link #RecyclerView} 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 de.lreeg.registration:spanCount - */ - public static final int RecyclerView_spanCount = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#stackFromEnd} - attribute's value can be found in the {@link #RecyclerView} 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 de.lreeg.registration:stackFromEnd - */ - public static final int RecyclerView_stackFromEnd = 4; - /** 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 de.lreeg.registration:insetForeground}</code></td><td></td></tr> - </table> - @see #ScrimInsetsFrameLayout_insetForeground - */ - public static final int[] ScrimInsetsFrameLayout = { - 0x7f010063 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:behavior_overlapTop}</code></td><td></td></tr> - </table> - @see #ScrollingViewBehavior_Params_behavior_overlapTop - */ - public static final int[] ScrollingViewBehavior_Params = { - 0x7f010064 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:closeIcon}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_commitIcon de.lreeg.registration:commitIcon}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_defaultQueryHint de.lreeg.registration:defaultQueryHint}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_goIcon de.lreeg.registration:goIcon}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_iconifiedByDefault de.lreeg.registration:iconifiedByDefault}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_layout de.lreeg.registration:layout}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_queryBackground de.lreeg.registration:queryBackground}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_queryHint de.lreeg.registration:queryHint}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_searchHintIcon de.lreeg.registration:searchHintIcon}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_searchIcon de.lreeg.registration:searchIcon}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_submitBackground de.lreeg.registration:submitBackground}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_suggestionRowLayout de.lreeg.registration:suggestionRowLayout}</code></td><td></td></tr> - <tr><td><code>{@link #SearchView_voiceIcon de.lreeg.registration: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, - 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, - 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, - 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, - 0x7f010071 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:closeIcon - */ - public static final int SearchView_closeIcon = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:commitIcon - */ - public static final int SearchView_commitIcon = 13; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:defaultQueryHint - */ - public static final int SearchView_defaultQueryHint = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:goIcon - */ - public static final int SearchView_goIcon = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:iconifiedByDefault - */ - public static final int SearchView_iconifiedByDefault = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:layout - */ - public static final int SearchView_layout = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:queryBackground - */ - public static final int SearchView_queryBackground = 15; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:queryHint - */ - public static final int SearchView_queryHint = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:searchHintIcon - */ - public static final int SearchView_searchHintIcon = 11; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:searchIcon - */ - public static final int SearchView_searchIcon = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:submitBackground - */ - public static final int SearchView_submitBackground = 16; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:suggestionRowLayout - */ - public static final int SearchView_suggestionRowLayout = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:elevation}</code></td><td></td></tr> - <tr><td><code>{@link #SnackbarLayout_maxActionInlineWidth de.lreeg.registration:maxActionInlineWidth}</code></td><td></td></tr> - </table> - @see #SnackbarLayout_android_maxWidth - @see #SnackbarLayout_elevation - @see #SnackbarLayout_maxActionInlineWidth - */ - public static final int[] SnackbarLayout = { - 0x0101011f, 0x7f01001a, 0x7f010072 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:elevation - */ - public static final int SnackbarLayout_elevation = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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_background android:background}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_dropDownSelector android:dropDownSelector}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_gravity android:gravity}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_disableChildrenWhenDisabled de.lreeg.registration:disableChildrenWhenDisabled}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_popupPromptView de.lreeg.registration:popupPromptView}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_prompt de.lreeg.registration:prompt}</code></td><td></td></tr> - <tr><td><code>{@link #Spinner_spinnerMode de.lreeg.registration:spinnerMode}</code></td><td></td></tr> - </table> - @see #Spinner_android_background - @see #Spinner_android_dropDownHorizontalOffset - @see #Spinner_android_dropDownSelector - @see #Spinner_android_dropDownVerticalOffset - @see #Spinner_android_dropDownWidth - @see #Spinner_android_gravity - @see #Spinner_android_popupBackground - @see #Spinner_disableChildrenWhenDisabled - @see #Spinner_popupPromptView - @see #Spinner_prompt - @see #Spinner_spinnerMode - */ - public static final int[] Spinner = { - 0x010100af, 0x010100d4, 0x01010175, 0x01010176, - 0x01010262, 0x010102ac, 0x010102ad, 0x7f010073, - 0x7f010074, 0x7f010075, 0x7f010076 - }; - /** - <p>This symbol is the offset where the {@link android.R.attr#background} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:background - */ - public static final int Spinner_android_background = 1; - /** - <p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:dropDownHorizontalOffset - */ - public static final int Spinner_android_dropDownHorizontalOffset = 5; - /** - <p>This symbol is the offset where the {@link android.R.attr#dropDownSelector} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:dropDownSelector - */ - public static final int Spinner_android_dropDownSelector = 2; - /** - <p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:dropDownVerticalOffset - */ - public static final int Spinner_android_dropDownVerticalOffset = 6; - /** - <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 = 4; - /** - <p>This symbol is the offset where the {@link android.R.attr#gravity} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:gravity - */ - public static final int Spinner_android_gravity = 0; - /** - <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 = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#disableChildrenWhenDisabled} - attribute's value can be found in the {@link #Spinner} 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 de.lreeg.registration:disableChildrenWhenDisabled - */ - public static final int Spinner_disableChildrenWhenDisabled = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#popupPromptView} - 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 de.lreeg.registration:popupPromptView - */ - public static final int Spinner_popupPromptView = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#prompt} - 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 de.lreeg.registration:prompt - */ - public static final int Spinner_prompt = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#spinnerMode} - attribute's value can be found in the {@link #Spinner} 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>dialog</code></td><td>0</td><td></td></tr> -<tr><td><code>dropdown</code></td><td>1</td><td></td></tr> -</table> - @attr name de.lreeg.registration:spinnerMode - */ - public static final int Spinner_spinnerMode = 8; - /** 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 de.lreeg.registration:showText}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_splitTrack de.lreeg.registration:splitTrack}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_switchMinWidth de.lreeg.registration:switchMinWidth}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_switchPadding de.lreeg.registration:switchPadding}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_switchTextAppearance de.lreeg.registration:switchTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_thumbTextPadding de.lreeg.registration:thumbTextPadding}</code></td><td></td></tr> - <tr><td><code>{@link #SwitchCompat_track de.lreeg.registration: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, 0x7f010077, - 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, - 0x7f01007c, 0x7f01007d - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:showText - */ - public static final int SwitchCompat_showText = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:splitTrack - */ - public static final int SwitchCompat_splitTrack = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:switchMinWidth - */ - public static final int SwitchCompat_switchMinWidth = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:switchPadding - */ - public static final int SwitchCompat_switchPadding = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:switchTextAppearance - */ - public static final int SwitchCompat_switchTextAppearance = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:thumbTextPadding - */ - public static final int SwitchCompat_thumbTextPadding = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:tabBackground}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabContentStart de.lreeg.registration:tabContentStart}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabGravity de.lreeg.registration:tabGravity}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabIndicatorColor de.lreeg.registration:tabIndicatorColor}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabIndicatorHeight de.lreeg.registration:tabIndicatorHeight}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabMaxWidth de.lreeg.registration:tabMaxWidth}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabMinWidth de.lreeg.registration:tabMinWidth}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabMode de.lreeg.registration:tabMode}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabPadding de.lreeg.registration:tabPadding}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabPaddingBottom de.lreeg.registration:tabPaddingBottom}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabPaddingEnd de.lreeg.registration:tabPaddingEnd}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabPaddingStart de.lreeg.registration:tabPaddingStart}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabPaddingTop de.lreeg.registration:tabPaddingTop}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabSelectedTextColor de.lreeg.registration:tabSelectedTextColor}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabTextAppearance de.lreeg.registration:tabTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #TabLayout_tabTextColor de.lreeg.registration: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 = { - 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, - 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, - 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, - 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabBackground - */ - public static final int TabLayout_tabBackground = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabContentStart - */ - public static final int TabLayout_tabContentStart = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabGravity - */ - public static final int TabLayout_tabGravity = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabIndicatorColor - */ - public static final int TabLayout_tabIndicatorColor = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabIndicatorHeight - */ - public static final int TabLayout_tabIndicatorHeight = 1; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabMaxWidth - */ - public static final int TabLayout_tabMaxWidth = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabMinWidth - */ - public static final int TabLayout_tabMinWidth = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabMode - */ - public static final int TabLayout_tabMode = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabPadding - */ - public static final int TabLayout_tabPadding = 15; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabPaddingBottom - */ - public static final int TabLayout_tabPaddingBottom = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabPaddingEnd - */ - public static final int TabLayout_tabPaddingEnd = 13; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabPaddingStart - */ - public static final int TabLayout_tabPaddingStart = 11; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabPaddingTop - */ - public static final int TabLayout_tabPaddingTop = 12; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabSelectedTextColor - */ - public static final int TabLayout_tabSelectedTextColor = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:tabTextAppearance - */ - public static final int TabLayout_tabTextAppearance = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration: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, - 0x7f010026 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration: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_errorEnabled de.lreeg.registration:errorEnabled}</code></td><td></td></tr> - <tr><td><code>{@link #TextInputLayout_errorTextAppearance de.lreeg.registration:errorTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #TextInputLayout_hintTextAppearance de.lreeg.registration:hintTextAppearance}</code></td><td></td></tr> - </table> - @see #TextInputLayout_android_hint - @see #TextInputLayout_errorEnabled - @see #TextInputLayout_errorTextAppearance - @see #TextInputLayout_hintTextAppearance - */ - public static final int[] TextInputLayout = { - 0x01010150, 0x7f01008e, 0x7f01008f, 0x7f010090 - }; - /** - <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 = 0; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:errorEnabled - */ - public static final int TextInputLayout_errorEnabled = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:errorTextAppearance - */ - public static final int TextInputLayout_errorTextAppearance = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:hintTextAppearance - */ - public static final int TextInputLayout_hintTextAppearance = 1; - /** 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 de.lreeg.registration:actionBarDivider}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarItemBackground de.lreeg.registration:actionBarItemBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarPopupTheme de.lreeg.registration:actionBarPopupTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarSize de.lreeg.registration:actionBarSize}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarSplitStyle de.lreeg.registration:actionBarSplitStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarStyle de.lreeg.registration:actionBarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarTabBarStyle de.lreeg.registration:actionBarTabBarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarTabStyle de.lreeg.registration:actionBarTabStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarTabTextStyle de.lreeg.registration:actionBarTabTextStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarTheme de.lreeg.registration:actionBarTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionBarWidgetTheme de.lreeg.registration:actionBarWidgetTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionButtonStyle de.lreeg.registration:actionButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionDropDownStyle de.lreeg.registration:actionDropDownStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionMenuTextAppearance de.lreeg.registration:actionMenuTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionMenuTextColor de.lreeg.registration:actionMenuTextColor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeBackground de.lreeg.registration:actionModeBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeCloseButtonStyle de.lreeg.registration:actionModeCloseButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeCloseDrawable de.lreeg.registration:actionModeCloseDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeCopyDrawable de.lreeg.registration:actionModeCopyDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeCutDrawable de.lreeg.registration:actionModeCutDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeFindDrawable de.lreeg.registration:actionModeFindDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModePasteDrawable de.lreeg.registration:actionModePasteDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModePopupWindowStyle de.lreeg.registration:actionModePopupWindowStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeSelectAllDrawable de.lreeg.registration:actionModeSelectAllDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeShareDrawable de.lreeg.registration:actionModeShareDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeSplitBackground de.lreeg.registration:actionModeSplitBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeStyle de.lreeg.registration:actionModeStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionModeWebSearchDrawable de.lreeg.registration:actionModeWebSearchDrawable}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionOverflowButtonStyle de.lreeg.registration:actionOverflowButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_actionOverflowMenuStyle de.lreeg.registration:actionOverflowMenuStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_activityChooserViewStyle de.lreeg.registration:activityChooserViewStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_alertDialogButtonGroupStyle de.lreeg.registration:alertDialogButtonGroupStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_alertDialogCenterButtons de.lreeg.registration:alertDialogCenterButtons}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_alertDialogStyle de.lreeg.registration:alertDialogStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_alertDialogTheme de.lreeg.registration: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 de.lreeg.registration:autoCompleteTextViewStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_borderlessButtonStyle de.lreeg.registration:borderlessButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonBarButtonStyle de.lreeg.registration:buttonBarButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonBarNegativeButtonStyle de.lreeg.registration:buttonBarNegativeButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonBarNeutralButtonStyle de.lreeg.registration:buttonBarNeutralButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonBarPositiveButtonStyle de.lreeg.registration:buttonBarPositiveButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonBarStyle de.lreeg.registration:buttonBarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonStyle de.lreeg.registration:buttonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_buttonStyleSmall de.lreeg.registration:buttonStyleSmall}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_checkboxStyle de.lreeg.registration:checkboxStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_checkedTextViewStyle de.lreeg.registration:checkedTextViewStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorAccent de.lreeg.registration:colorAccent}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorButtonNormal de.lreeg.registration:colorButtonNormal}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorControlActivated de.lreeg.registration:colorControlActivated}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorControlHighlight de.lreeg.registration:colorControlHighlight}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorControlNormal de.lreeg.registration:colorControlNormal}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorPrimary de.lreeg.registration:colorPrimary}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorPrimaryDark de.lreeg.registration:colorPrimaryDark}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_colorSwitchThumbNormal de.lreeg.registration:colorSwitchThumbNormal}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dialogPreferredPadding de.lreeg.registration:dialogPreferredPadding}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dialogTheme de.lreeg.registration:dialogTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dividerHorizontal de.lreeg.registration:dividerHorizontal}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dividerVertical de.lreeg.registration:dividerVertical}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dropDownListViewStyle de.lreeg.registration:dropDownListViewStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_dropdownListPreferredItemHeight de.lreeg.registration:dropdownListPreferredItemHeight}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_editTextBackground de.lreeg.registration:editTextBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_editTextColor de.lreeg.registration:editTextColor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_editTextStyle de.lreeg.registration:editTextStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_homeAsUpIndicator de.lreeg.registration:homeAsUpIndicator}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listChoiceBackgroundIndicator de.lreeg.registration:listChoiceBackgroundIndicator}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listDividerAlertDialog de.lreeg.registration:listDividerAlertDialog}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPopupWindowStyle de.lreeg.registration:listPopupWindowStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPreferredItemHeight de.lreeg.registration:listPreferredItemHeight}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPreferredItemHeightLarge de.lreeg.registration:listPreferredItemHeightLarge}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPreferredItemHeightSmall de.lreeg.registration:listPreferredItemHeightSmall}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPreferredItemPaddingLeft de.lreeg.registration:listPreferredItemPaddingLeft}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_listPreferredItemPaddingRight de.lreeg.registration:listPreferredItemPaddingRight}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_panelBackground de.lreeg.registration:panelBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_panelMenuListTheme de.lreeg.registration:panelMenuListTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_panelMenuListWidth de.lreeg.registration:panelMenuListWidth}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_popupMenuStyle de.lreeg.registration:popupMenuStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_popupWindowStyle de.lreeg.registration:popupWindowStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_radioButtonStyle de.lreeg.registration:radioButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_ratingBarStyle de.lreeg.registration:ratingBarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_searchViewStyle de.lreeg.registration:searchViewStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_selectableItemBackground de.lreeg.registration:selectableItemBackground}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_selectableItemBackgroundBorderless de.lreeg.registration:selectableItemBackgroundBorderless}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_spinnerDropDownItemStyle de.lreeg.registration:spinnerDropDownItemStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_spinnerStyle de.lreeg.registration:spinnerStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_switchStyle de.lreeg.registration:switchStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceLargePopupMenu de.lreeg.registration:textAppearanceLargePopupMenu}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceListItem de.lreeg.registration:textAppearanceListItem}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceListItemSmall de.lreeg.registration:textAppearanceListItemSmall}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceSearchResultSubtitle de.lreeg.registration:textAppearanceSearchResultSubtitle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceSearchResultTitle de.lreeg.registration:textAppearanceSearchResultTitle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textAppearanceSmallPopupMenu de.lreeg.registration:textAppearanceSmallPopupMenu}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textColorAlertDialogListItem de.lreeg.registration:textColorAlertDialogListItem}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_textColorSearchUrl de.lreeg.registration:textColorSearchUrl}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_toolbarNavigationButtonStyle de.lreeg.registration:toolbarNavigationButtonStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_toolbarStyle de.lreeg.registration:toolbarStyle}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowActionBar de.lreeg.registration:windowActionBar}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowActionBarOverlay de.lreeg.registration:windowActionBarOverlay}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowActionModeOverlay de.lreeg.registration:windowActionModeOverlay}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowFixedHeightMajor de.lreeg.registration:windowFixedHeightMajor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowFixedHeightMinor de.lreeg.registration:windowFixedHeightMinor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowFixedWidthMajor de.lreeg.registration:windowFixedWidthMajor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowFixedWidthMinor de.lreeg.registration:windowFixedWidthMinor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowMinWidthMajor de.lreeg.registration:windowMinWidthMajor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowMinWidthMinor de.lreeg.registration:windowMinWidthMinor}</code></td><td></td></tr> - <tr><td><code>{@link #Theme_windowNoTitle de.lreeg.registration: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_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, 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, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, - 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, - 0x7f0100f7, 0x7f0100f8, 0x7f0100f9 - }; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarDivider - */ - public static final int Theme_actionBarDivider = 23; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarItemBackground - */ - public static final int Theme_actionBarItemBackground = 24; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarPopupTheme - */ - public static final int Theme_actionBarPopupTheme = 17; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarSize - */ - public static final int Theme_actionBarSize = 22; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarSplitStyle - */ - public static final int Theme_actionBarSplitStyle = 19; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarStyle - */ - public static final int Theme_actionBarStyle = 18; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarTabBarStyle - */ - public static final int Theme_actionBarTabBarStyle = 13; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarTabStyle - */ - public static final int Theme_actionBarTabStyle = 12; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarTabTextStyle - */ - public static final int Theme_actionBarTabTextStyle = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarTheme - */ - public static final int Theme_actionBarTheme = 20; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionBarWidgetTheme - */ - public static final int Theme_actionBarWidgetTheme = 21; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionButtonStyle - */ - public static final int Theme_actionButtonStyle = 49; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionDropDownStyle - */ - public static final int Theme_actionDropDownStyle = 45; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionMenuTextAppearance - */ - public static final int Theme_actionMenuTextAppearance = 25; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionMenuTextColor - */ - public static final int Theme_actionMenuTextColor = 26; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeBackground - */ - public static final int Theme_actionModeBackground = 29; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeCloseButtonStyle - */ - public static final int Theme_actionModeCloseButtonStyle = 28; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeCloseDrawable - */ - public static final int Theme_actionModeCloseDrawable = 31; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeCopyDrawable - */ - public static final int Theme_actionModeCopyDrawable = 33; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeCutDrawable - */ - public static final int Theme_actionModeCutDrawable = 32; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeFindDrawable - */ - public static final int Theme_actionModeFindDrawable = 37; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModePasteDrawable - */ - public static final int Theme_actionModePasteDrawable = 34; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModePopupWindowStyle - */ - public static final int Theme_actionModePopupWindowStyle = 39; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeSelectAllDrawable - */ - public static final int Theme_actionModeSelectAllDrawable = 35; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeShareDrawable - */ - public static final int Theme_actionModeShareDrawable = 36; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeSplitBackground - */ - public static final int Theme_actionModeSplitBackground = 30; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeStyle - */ - public static final int Theme_actionModeStyle = 27; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionModeWebSearchDrawable - */ - public static final int Theme_actionModeWebSearchDrawable = 38; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionOverflowButtonStyle - */ - public static final int Theme_actionOverflowButtonStyle = 15; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:actionOverflowMenuStyle - */ - public static final int Theme_actionOverflowMenuStyle = 16; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:activityChooserViewStyle - */ - public static final int Theme_activityChooserViewStyle = 57; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:alertDialogButtonGroupStyle - */ - public static final int Theme_alertDialogButtonGroupStyle = 90; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:alertDialogCenterButtons - */ - public static final int Theme_alertDialogCenterButtons = 91; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:alertDialogStyle - */ - public static final int Theme_alertDialogStyle = 89; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:alertDialogTheme - */ - public static final int Theme_alertDialogTheme = 92; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:autoCompleteTextViewStyle - */ - public static final int Theme_autoCompleteTextViewStyle = 97; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:borderlessButtonStyle - */ - public static final int Theme_borderlessButtonStyle = 54; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonBarButtonStyle - */ - public static final int Theme_buttonBarButtonStyle = 51; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonBarNegativeButtonStyle - */ - public static final int Theme_buttonBarNegativeButtonStyle = 95; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonBarNeutralButtonStyle - */ - public static final int Theme_buttonBarNeutralButtonStyle = 96; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonBarPositiveButtonStyle - */ - public static final int Theme_buttonBarPositiveButtonStyle = 94; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonBarStyle - */ - public static final int Theme_buttonBarStyle = 50; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonStyle - */ - public static final int Theme_buttonStyle = 98; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:buttonStyleSmall - */ - public static final int Theme_buttonStyleSmall = 99; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:checkboxStyle - */ - public static final int Theme_checkboxStyle = 100; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:checkedTextViewStyle - */ - public static final int Theme_checkedTextViewStyle = 101; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorAccent - */ - public static final int Theme_colorAccent = 83; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorButtonNormal - */ - public static final int Theme_colorButtonNormal = 87; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorControlActivated - */ - public static final int Theme_colorControlActivated = 85; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorControlHighlight - */ - public static final int Theme_colorControlHighlight = 86; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorControlNormal - */ - public static final int Theme_colorControlNormal = 84; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorPrimary - */ - public static final int Theme_colorPrimary = 81; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorPrimaryDark - */ - public static final int Theme_colorPrimaryDark = 82; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:colorSwitchThumbNormal - */ - public static final int Theme_colorSwitchThumbNormal = 88; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dialogPreferredPadding - */ - public static final int Theme_dialogPreferredPadding = 43; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dialogTheme - */ - public static final int Theme_dialogTheme = 42; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dividerHorizontal - */ - public static final int Theme_dividerHorizontal = 56; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dividerVertical - */ - public static final int Theme_dividerVertical = 55; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dropDownListViewStyle - */ - public static final int Theme_dropDownListViewStyle = 73; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:dropdownListPreferredItemHeight - */ - public static final int Theme_dropdownListPreferredItemHeight = 46; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:editTextBackground - */ - public static final int Theme_editTextBackground = 63; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:editTextColor - */ - public static final int Theme_editTextColor = 62; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:editTextStyle - */ - public static final int Theme_editTextStyle = 102; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:homeAsUpIndicator - */ - public static final int Theme_homeAsUpIndicator = 48; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listChoiceBackgroundIndicator - */ - public static final int Theme_listChoiceBackgroundIndicator = 80; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listDividerAlertDialog - */ - public static final int Theme_listDividerAlertDialog = 44; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPopupWindowStyle - */ - public static final int Theme_listPopupWindowStyle = 74; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPreferredItemHeight - */ - public static final int Theme_listPreferredItemHeight = 68; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPreferredItemHeightLarge - */ - public static final int Theme_listPreferredItemHeightLarge = 70; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPreferredItemHeightSmall - */ - public static final int Theme_listPreferredItemHeightSmall = 69; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPreferredItemPaddingLeft - */ - public static final int Theme_listPreferredItemPaddingLeft = 71; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:listPreferredItemPaddingRight - */ - public static final int Theme_listPreferredItemPaddingRight = 72; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:panelBackground - */ - public static final int Theme_panelBackground = 77; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:panelMenuListTheme - */ - public static final int Theme_panelMenuListTheme = 79; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:panelMenuListWidth - */ - public static final int Theme_panelMenuListWidth = 78; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:popupMenuStyle - */ - public static final int Theme_popupMenuStyle = 60; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:popupWindowStyle - */ - public static final int Theme_popupWindowStyle = 61; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:radioButtonStyle - */ - public static final int Theme_radioButtonStyle = 103; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:ratingBarStyle - */ - public static final int Theme_ratingBarStyle = 104; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:searchViewStyle - */ - public static final int Theme_searchViewStyle = 67; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:selectableItemBackground - */ - public static final int Theme_selectableItemBackground = 52; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:selectableItemBackgroundBorderless - */ - public static final int Theme_selectableItemBackgroundBorderless = 53; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:spinnerDropDownItemStyle - */ - public static final int Theme_spinnerDropDownItemStyle = 47; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:spinnerStyle - */ - public static final int Theme_spinnerStyle = 105; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:switchStyle - */ - public static final int Theme_switchStyle = 106; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceLargePopupMenu - */ - public static final int Theme_textAppearanceLargePopupMenu = 40; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceListItem - */ - public static final int Theme_textAppearanceListItem = 75; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceListItemSmall - */ - public static final int Theme_textAppearanceListItemSmall = 76; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceSearchResultSubtitle - */ - public static final int Theme_textAppearanceSearchResultSubtitle = 65; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceSearchResultTitle - */ - public static final int Theme_textAppearanceSearchResultTitle = 64; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textAppearanceSmallPopupMenu - */ - public static final int Theme_textAppearanceSmallPopupMenu = 41; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textColorAlertDialogListItem - */ - public static final int Theme_textColorAlertDialogListItem = 93; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:textColorSearchUrl - */ - public static final int Theme_textColorSearchUrl = 66; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:toolbarNavigationButtonStyle - */ - public static final int Theme_toolbarNavigationButtonStyle = 59; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:toolbarStyle - */ - public static final int Theme_toolbarStyle = 58; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowActionBar - */ - public static final int Theme_windowActionBar = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowActionBarOverlay - */ - public static final int Theme_windowActionBarOverlay = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowActionModeOverlay - */ - public static final int Theme_windowActionModeOverlay = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowFixedHeightMajor - */ - public static final int Theme_windowFixedHeightMajor = 9; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowFixedHeightMinor - */ - public static final int Theme_windowFixedHeightMinor = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowFixedWidthMajor - */ - public static final int Theme_windowFixedWidthMajor = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowFixedWidthMinor - */ - public static final int Theme_windowFixedWidthMinor = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowMinWidthMajor - */ - public static final int Theme_windowMinWidthMajor = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:windowMinWidthMinor - */ - public static final int Theme_windowMinWidthMinor = 11; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration: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 de.lreeg.registration:collapseContentDescription}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_collapseIcon de.lreeg.registration:collapseIcon}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_contentInsetEnd de.lreeg.registration:contentInsetEnd}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_contentInsetLeft de.lreeg.registration:contentInsetLeft}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_contentInsetRight de.lreeg.registration:contentInsetRight}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_contentInsetStart de.lreeg.registration:contentInsetStart}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_maxButtonHeight de.lreeg.registration:maxButtonHeight}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_navigationContentDescription de.lreeg.registration:navigationContentDescription}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_navigationIcon de.lreeg.registration:navigationIcon}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_popupTheme de.lreeg.registration:popupTheme}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_subtitle de.lreeg.registration:subtitle}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_subtitleTextAppearance de.lreeg.registration:subtitleTextAppearance}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_title de.lreeg.registration:title}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleMarginBottom de.lreeg.registration:titleMarginBottom}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleMarginEnd de.lreeg.registration:titleMarginEnd}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleMarginStart de.lreeg.registration:titleMarginStart}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleMarginTop de.lreeg.registration:titleMarginTop}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleMargins de.lreeg.registration:titleMargins}</code></td><td></td></tr> - <tr><td><code>{@link #Toolbar_titleTextAppearance de.lreeg.registration:titleTextAppearance}</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_maxButtonHeight - @see #Toolbar_navigationContentDescription - @see #Toolbar_navigationIcon - @see #Toolbar_popupTheme - @see #Toolbar_subtitle - @see #Toolbar_subtitleTextAppearance - @see #Toolbar_title - @see #Toolbar_titleMarginBottom - @see #Toolbar_titleMarginEnd - @see #Toolbar_titleMarginStart - @see #Toolbar_titleMarginTop - @see #Toolbar_titleMargins - @see #Toolbar_titleTextAppearance - */ - public static final int[] Toolbar = { - 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, - 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, - 0x7f01001b, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, - 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, - 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, - 0x7f010105 - }; - /** - <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 de.lreeg.registration.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 de.lreeg.registration:collapseContentDescription - */ - public static final int Toolbar_collapseContentDescription = 18; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:collapseIcon - */ - public static final int Toolbar_collapseIcon = 17; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetEnd - */ - public static final int Toolbar_contentInsetEnd = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetLeft - */ - public static final int Toolbar_contentInsetLeft = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetRight - */ - public static final int Toolbar_contentInsetRight = 7; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:contentInsetStart - */ - public static final int Toolbar_contentInsetStart = 4; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:maxButtonHeight - */ - public static final int Toolbar_maxButtonHeight = 16; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:navigationContentDescription - */ - public static final int Toolbar_navigationContentDescription = 20; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:navigationIcon - */ - public static final int Toolbar_navigationIcon = 19; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:popupTheme - */ - public static final int Toolbar_popupTheme = 8; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:subtitle - */ - public static final int Toolbar_subtitle = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:subtitleTextAppearance - */ - public static final int Toolbar_subtitleTextAppearance = 10; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:title - */ - public static final int Toolbar_title = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleMarginBottom - */ - public static final int Toolbar_titleMarginBottom = 15; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleMarginEnd - */ - public static final int Toolbar_titleMarginEnd = 13; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleMarginStart - */ - public static final int Toolbar_titleMarginStart = 12; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleMarginTop - */ - public static final int Toolbar_titleMarginTop = 14; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleMargins - */ - public static final int Toolbar_titleMargins = 11; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:titleTextAppearance - */ - public static final int Toolbar_titleTextAppearance = 9; - /** 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_backgroundTint de.lreeg.registration:backgroundTint}</code></td><td></td></tr> - <tr><td><code>{@link #View_backgroundTintMode de.lreeg.registration:backgroundTintMode}</code></td><td></td></tr> - <tr><td><code>{@link #View_paddingEnd de.lreeg.registration:paddingEnd}</code></td><td></td></tr> - <tr><td><code>{@link #View_paddingStart de.lreeg.registration:paddingStart}</code></td><td></td></tr> - <tr><td><code>{@link #View_theme de.lreeg.registration:theme}</code></td><td></td></tr> - </table> - @see #View_android_focusable - @see #View_android_theme - @see #View_backgroundTint - @see #View_backgroundTintMode - @see #View_paddingEnd - @see #View_paddingStart - @see #View_theme - */ - public static final int[] View = { - 0x01010000, 0x010100da, 0x7f010106, 0x7f010107, - 0x7f010108, 0x7f010109, 0x7f01010a - }; - /** - <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 de.lreeg.registration.R.attr#backgroundTint} - attribute's value can be found in the {@link #View} 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 de.lreeg.registration:backgroundTint - */ - public static final int View_backgroundTint = 5; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.R.attr#backgroundTintMode} - attribute's value can be found in the {@link #View} 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 de.lreeg.registration:backgroundTintMode - */ - public static final int View_backgroundTintMode = 6; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:paddingEnd - */ - public static final int View_paddingEnd = 3; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:paddingStart - */ - public static final int View_paddingStart = 2; - /** - <p>This symbol is the offset where the {@link de.lreeg.registration.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 de.lreeg.registration:theme - */ - public static final int View_theme = 4; - /** 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; - }; -} diff --git a/app/build/intermediates/blame/res/debug/multi/values-af.json b/app/build/intermediates/blame/res/debug/multi/values-af.json deleted file mode 100644 index 15925e5540e2b0920286e1096f88ecd18b4fad1f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-af.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 103, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 99, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 99, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 259, - "endColumn": 105, - "endOffset": 360 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 105, - "endOffset": 596 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 365, - "endColumn": 84, - "endOffset": 445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 601, - "endColumn": 84, - "endOffset": 681 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 450, - "endColumn": 102, - "endOffset": 548 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 686, - "endColumn": 102, - "endOffset": 784 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 553, - "endColumn": 117, - "endOffset": 666 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 789, - "endColumn": 117, - "endOffset": 902 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 671, - "endColumn": 106, - "endOffset": 773 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 907, - "endColumn": 106, - "endOffset": 1009 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 778, - "endColumn": 102, - "endOffset": 876 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1014, - "endColumn": 102, - "endOffset": 1112 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 881, - "endColumn": 96, - "endOffset": 973 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 96, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 978, - "endColumn": 107, - "endOffset": 1081 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1214, - "endColumn": 107, - "endOffset": 1317 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1086, - "endColumn": 101, - "endOffset": 1183 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1322, - "endColumn": 101, - "endOffset": 1419 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1188, - "endColumn": 101, - "endOffset": 1285 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1424, - "endColumn": 101, - "endOffset": 1521 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1290, - "endColumn": 116, - "endOffset": 1402 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-af\\values-af.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1526, - "endColumn": 116, - "endOffset": 1638 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-am.json b/app/build/intermediates/blame/res/debug/multi/values-am.json deleted file mode 100644 index 6b45a34f74d832db202aeea08bdbe02e7e553de3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-am.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 101, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 157, - "endColumn": 98, - "endOffset": 251 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 98, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 256, - "endColumn": 105, - "endOffset": 357 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 492, - "endColumn": 105, - "endOffset": 593 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 362, - "endColumn": 85, - "endOffset": 443 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 598, - "endColumn": 85, - "endOffset": 679 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 448, - "endColumn": 102, - "endOffset": 546 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 684, - "endColumn": 102, - "endOffset": 782 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 551, - "endColumn": 112, - "endOffset": 659 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 787, - "endColumn": 112, - "endOffset": 895 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 664, - "endColumn": 99, - "endOffset": 759 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 900, - "endColumn": 99, - "endOffset": 995 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 764, - "endColumn": 99, - "endOffset": 859 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 99, - "endOffset": 1095 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 864, - "endColumn": 95, - "endOffset": 955 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1100, - "endColumn": 95, - "endOffset": 1191 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 960, - "endColumn": 102, - "endOffset": 1058 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1196, - "endColumn": 102, - "endOffset": 1294 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1063, - "endColumn": 98, - "endOffset": 1157 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1299, - "endColumn": 98, - "endOffset": 1393 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1162, - "endColumn": 106, - "endOffset": 1264 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1398, - "endColumn": 106, - "endOffset": 1500 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1269, - "endColumn": 115, - "endOffset": 1380 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-am\\values-am.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1505, - "endColumn": 115, - "endOffset": 1616 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ar.json b/app/build/intermediates/blame/res/debug/multi/values-ar.json deleted file mode 100644 index 4eff6ab95ff8f28b6225b03060dade7fb08b9dfb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ar.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 116, - "endOffset": 403 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 172, - "endColumn": 103, - "endOffset": 271 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 408, - "endColumn": 103, - "endOffset": 507 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 276, - "endColumn": 108, - "endOffset": 380 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 512, - "endColumn": 108, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 81, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 81, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 100, - "endOffset": 563 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 100, - "endOffset": 799 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 568, - "endColumn": 113, - "endOffset": 677 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 804, - "endColumn": 113, - "endOffset": 913 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 682, - "endColumn": 104, - "endOffset": 782 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 918, - "endColumn": 104, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 787, - "endColumn": 100, - "endOffset": 883 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 100, - "endOffset": 1119 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 888, - "endColumn": 95, - "endOffset": 979 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 95, - "endOffset": 1215 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 984, - "endColumn": 107, - "endOffset": 1087 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1220, - "endColumn": 107, - "endOffset": 1323 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1092, - "endColumn": 102, - "endOffset": 1190 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1328, - "endColumn": 102, - "endOffset": 1426 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1195, - "endColumn": 102, - "endOffset": 1293 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1431, - "endColumn": 102, - "endOffset": 1529 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1298, - "endColumn": 118, - "endOffset": 1412 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ar\\values-ar.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1534, - "endColumn": 118, - "endOffset": 1648 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-bg.json b/app/build/intermediates/blame/res/debug/multi/values-bg.json deleted file mode 100644 index 44a4e8d3b59478a92cbd609c8db1498a04d9c0b5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-bg.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 114, - "endOffset": 401 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 106, - "endOffset": 272 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 406, - "endColumn": 106, - "endOffset": 508 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 277, - "endColumn": 104, - "endOffset": 377 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 513, - "endColumn": 104, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 382, - "endColumn": 85, - "endOffset": 463 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 85, - "endOffset": 699 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 468, - "endColumn": 104, - "endOffset": 568 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 704, - "endColumn": 104, - "endOffset": 804 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 573, - "endColumn": 120, - "endOffset": 689 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 809, - "endColumn": 120, - "endOffset": 925 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 694, - "endColumn": 113, - "endOffset": 803 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 930, - "endColumn": 113, - "endOffset": 1039 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 808, - "endColumn": 108, - "endOffset": 912 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1044, - "endColumn": 108, - "endOffset": 1148 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 99, - "endOffset": 1012 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 99, - "endOffset": 1248 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 113, - "endOffset": 1126 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 113, - "endOffset": 1362 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 105, - "endOffset": 1232 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1367, - "endColumn": 105, - "endOffset": 1468 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1237, - "endColumn": 107, - "endOffset": 1340 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1473, - "endColumn": 107, - "endOffset": 1576 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1345, - "endColumn": 122, - "endOffset": 1463 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bg\\values-bg.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1581, - "endColumn": 122, - "endOffset": 1699 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json b/app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json deleted file mode 100644 index 5cbe7c8af76230e98719b192d6aff7ab447b7b09..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 108, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 111, - "endOffset": 271 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 111, - "endOffset": 511 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 276, - "endColumn": 105, - "endOffset": 377 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 516, - "endColumn": 105, - "endOffset": 617 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 382, - "endColumn": 93, - "endOffset": 471 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 622, - "endColumn": 93, - "endOffset": 711 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 476, - "endColumn": 104, - "endOffset": 576 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 716, - "endColumn": 104, - "endOffset": 816 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 581, - "endColumn": 129, - "endOffset": 706 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 821, - "endColumn": 129, - "endOffset": 946 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 711, - "endColumn": 109, - "endOffset": 816 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 951, - "endColumn": 109, - "endOffset": 1056 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 821, - "endColumn": 115, - "endOffset": 932 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1061, - "endColumn": 115, - "endOffset": 1172 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 937, - "endColumn": 106, - "endOffset": 1039 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1177, - "endColumn": 106, - "endOffset": 1279 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1044, - "endColumn": 109, - "endOffset": 1149 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1284, - "endColumn": 109, - "endOffset": 1389 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 105, - "endOffset": 1255 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1394, - "endColumn": 105, - "endOffset": 1495 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 109, - "endOffset": 1365 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1500, - "endColumn": 109, - "endOffset": 1605 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1370, - "endColumn": 124, - "endOffset": 1490 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-bn-rBD\\values-bn-rBD.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1610, - "endColumn": 124, - "endOffset": 1730 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ca.json b/app/build/intermediates/blame/res/debug/multi/values-ca.json deleted file mode 100644 index 22843ce297cce2970da4c061023595c60ca01820..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ca.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 117, - "endOffset": 404 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 173, - "endColumn": 105, - "endOffset": 274 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 409, - "endColumn": 105, - "endOffset": 510 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 279, - "endColumn": 106, - "endOffset": 381 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 515, - "endColumn": 106, - "endOffset": 617 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 82, - "endOffset": 464 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 622, - "endColumn": 82, - "endOffset": 700 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 469, - "endColumn": 107, - "endOffset": 572 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 705, - "endColumn": 107, - "endOffset": 808 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 577, - "endColumn": 125, - "endOffset": 698 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 813, - "endColumn": 125, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 110, - "endOffset": 809 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 939, - "endColumn": 110, - "endOffset": 1045 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 814, - "endColumn": 108, - "endOffset": 918 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 108, - "endOffset": 1154 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 97, - "endOffset": 1016 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 97, - "endOffset": 1252 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1021, - "endColumn": 109, - "endOffset": 1126 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1257, - "endColumn": 109, - "endOffset": 1362 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 103, - "endOffset": 1230 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1367, - "endColumn": 103, - "endOffset": 1466 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1235, - "endColumn": 107, - "endOffset": 1338 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1471, - "endColumn": 107, - "endOffset": 1574 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1343, - "endColumn": 122, - "endOffset": 1461 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ca\\values-ca.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1579, - "endColumn": 122, - "endOffset": 1697 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-cs.json b/app/build/intermediates/blame/res/debug/multi/values-cs.json deleted file mode 100644 index 15d62128804a5fe5813e97d673e8d024e815170e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-cs.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 106, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 162, - "endColumn": 101, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 101, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 264, - "endColumn": 108, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 500, - "endColumn": 108, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 85, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 85, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 104, - "endOffset": 559 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 104, - "endOffset": 795 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 564, - "endColumn": 116, - "endOffset": 676 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 800, - "endColumn": 116, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 681, - "endColumn": 103, - "endOffset": 780 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 103, - "endOffset": 1016 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 785, - "endColumn": 108, - "endOffset": 889 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1021, - "endColumn": 108, - "endOffset": 1125 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 894, - "endColumn": 98, - "endOffset": 988 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 98, - "endOffset": 1224 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 993, - "endColumn": 105, - "endOffset": 1094 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1229, - "endColumn": 105, - "endOffset": 1330 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1099, - "endColumn": 109, - "endOffset": 1204 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 109, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 106, - "endOffset": 1311 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 106, - "endOffset": 1547 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1316, - "endColumn": 121, - "endOffset": 1433 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-cs\\values-cs.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1552, - "endColumn": 121, - "endOffset": 1669 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-da.json b/app/build/intermediates/blame/res/debug/multi/values-da.json deleted file mode 100644 index 880b70396483a20dc2b813865a254b274714fedf..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-da.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 102, - "endOffset": 389 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 158, - "endColumn": 98, - "endOffset": 252 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 394, - "endColumn": 98, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 257, - "endColumn": 111, - "endOffset": 364 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 111, - "endOffset": 600 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 369, - "endColumn": 82, - "endOffset": 447 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 605, - "endColumn": 82, - "endOffset": 683 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 452, - "endColumn": 99, - "endOffset": 547 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 688, - "endColumn": 99, - "endOffset": 783 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 552, - "endColumn": 112, - "endOffset": 660 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 788, - "endColumn": 112, - "endOffset": 896 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 665, - "endColumn": 108, - "endOffset": 769 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 901, - "endColumn": 108, - "endOffset": 1005 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 774, - "endColumn": 107, - "endOffset": 877 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 107, - "endOffset": 1113 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 882, - "endColumn": 95, - "endOffset": 973 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1118, - "endColumn": 95, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 978, - "endColumn": 113, - "endOffset": 1087 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1214, - "endColumn": 113, - "endOffset": 1323 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1092, - "endColumn": 103, - "endOffset": 1191 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1328, - "endColumn": 103, - "endOffset": 1427 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1196, - "endColumn": 100, - "endOffset": 1292 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1432, - "endColumn": 100, - "endOffset": 1528 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1297, - "endColumn": 115, - "endOffset": 1408 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-da\\values-da.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1533, - "endColumn": 115, - "endOffset": 1644 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-de.json b/app/build/intermediates/blame/res/debug/multi/values-de.json deleted file mode 100644 index 47819b606b2914082e9e18ebd84740178e1222bb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-de.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 104, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 97, - "endOffset": 253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 97, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 258, - "endColumn": 111, - "endOffset": 365 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 111, - "endOffset": 601 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 370, - "endColumn": 85, - "endOffset": 451 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 606, - "endColumn": 85, - "endOffset": 687 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 456, - "endColumn": 104, - "endOffset": 556 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 692, - "endColumn": 104, - "endOffset": 792 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 561, - "endColumn": 114, - "endOffset": 671 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 114, - "endOffset": 907 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 676, - "endColumn": 110, - "endOffset": 782 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 912, - "endColumn": 110, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 787, - "endColumn": 102, - "endOffset": 885 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 102, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 890, - "endColumn": 98, - "endOffset": 984 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 98, - "endOffset": 1220 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 989, - "endColumn": 110, - "endOffset": 1095 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 110, - "endOffset": 1331 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1100, - "endColumn": 101, - "endOffset": 1197 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1336, - "endColumn": 101, - "endOffset": 1433 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1202, - "endColumn": 106, - "endOffset": 1304 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1438, - "endColumn": 106, - "endOffset": 1540 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1309, - "endColumn": 121, - "endOffset": 1426 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-de\\values-de.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 121, - "endOffset": 1662 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-el.json b/app/build/intermediates/blame/res/debug/multi/values-el.json deleted file mode 100644 index fb43ee65c01671a06aec4daecdd2264e6e4b5066..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-el.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 117, - "endOffset": 404 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 173, - "endColumn": 110, - "endOffset": 279 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 409, - "endColumn": 110, - "endOffset": 515 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 116, - "endOffset": 396 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 520, - "endColumn": 116, - "endOffset": 632 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 84, - "endOffset": 481 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 637, - "endColumn": 84, - "endOffset": 717 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 486, - "endColumn": 104, - "endOffset": 586 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 722, - "endColumn": 104, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 591, - "endColumn": 125, - "endOffset": 712 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 125, - "endOffset": 948 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 717, - "endColumn": 110, - "endOffset": 823 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 953, - "endColumn": 110, - "endOffset": 1059 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 828, - "endColumn": 109, - "endOffset": 933 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1064, - "endColumn": 109, - "endOffset": 1169 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 938, - "endColumn": 101, - "endOffset": 1035 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1174, - "endColumn": 101, - "endOffset": 1271 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1040, - "endColumn": 110, - "endOffset": 1146 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1276, - "endColumn": 110, - "endOffset": 1382 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1151, - "endColumn": 108, - "endOffset": 1255 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1387, - "endColumn": 108, - "endOffset": 1491 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 107, - "endOffset": 1363 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1496, - "endColumn": 107, - "endOffset": 1599 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 122, - "endOffset": 1486 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-el\\values-el.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1604, - "endColumn": 122, - "endOffset": 1722 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-en-rGB.json b/app/build/intermediates/blame/res/debug/multi/values-en-rGB.json deleted file mode 100644 index b8bb68f5df89ea9c0d4c4b37aef61bcf7e601c55..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-en-rGB.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 103, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 99, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 99, - "endOffset": 494 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 259, - "endColumn": 107, - "endOffset": 362 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 499, - "endColumn": 107, - "endOffset": 602 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 367, - "endColumn": 87, - "endOffset": 450 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 607, - "endColumn": 87, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 455, - "endColumn": 99, - "endOffset": 550 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 99, - "endOffset": 790 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 555, - "endColumn": 114, - "endOffset": 665 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 795, - "endColumn": 114, - "endOffset": 905 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 670, - "endColumn": 102, - "endOffset": 768 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 102, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 773, - "endColumn": 103, - "endOffset": 872 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 103, - "endOffset": 1112 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 877, - "endColumn": 98, - "endOffset": 971 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 98, - "endOffset": 1211 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 976, - "endColumn": 104, - "endOffset": 1076 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1216, - "endColumn": 104, - "endOffset": 1316 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1081, - "endColumn": 102, - "endOffset": 1179 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1321, - "endColumn": 102, - "endOffset": 1419 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1184, - "endColumn": 103, - "endOffset": 1283 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1424, - "endColumn": 103, - "endOffset": 1523 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1288, - "endColumn": 118, - "endOffset": 1402 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rGB\\values-en-rGB.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1528, - "endColumn": 118, - "endOffset": 1642 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-en-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-en-rIN.json deleted file mode 100644 index d3bf712283a0df304abb4646313bba4ee7b28d6c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-en-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 103, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 99, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 99, - "endOffset": 494 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 259, - "endColumn": 107, - "endOffset": 362 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 499, - "endColumn": 107, - "endOffset": 602 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 367, - "endColumn": 87, - "endOffset": 450 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 607, - "endColumn": 87, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 455, - "endColumn": 99, - "endOffset": 550 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 99, - "endOffset": 790 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 555, - "endColumn": 114, - "endOffset": 665 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 795, - "endColumn": 114, - "endOffset": 905 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 670, - "endColumn": 102, - "endOffset": 768 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 102, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 773, - "endColumn": 103, - "endOffset": 872 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 103, - "endOffset": 1112 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 877, - "endColumn": 98, - "endOffset": 971 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 98, - "endOffset": 1211 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 976, - "endColumn": 104, - "endOffset": 1076 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1216, - "endColumn": 104, - "endOffset": 1316 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1081, - "endColumn": 102, - "endOffset": 1179 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1321, - "endColumn": 102, - "endOffset": 1419 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1184, - "endColumn": 103, - "endOffset": 1283 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1424, - "endColumn": 103, - "endOffset": 1523 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1288, - "endColumn": 118, - "endOffset": 1402 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-en-rIN\\values-en-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1528, - "endColumn": 118, - "endOffset": 1642 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-es-rUS.json b/app/build/intermediates/blame/res/debug/multi/values-es-rUS.json deleted file mode 100644 index ebdfac5c9a0a0c5b589d3210530744efff0cc2fc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-es-rUS.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 119, - "endOffset": 410 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 175, - "endColumn": 108, - "endOffset": 279 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 415, - "endColumn": 108, - "endOffset": 519 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 107, - "endOffset": 387 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 524, - "endColumn": 107, - "endOffset": 627 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 84, - "endOffset": 472 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 632, - "endColumn": 84, - "endOffset": 712 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 477, - "endColumn": 100, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 717, - "endColumn": 100, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 578, - "endColumn": 122, - "endOffset": 696 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 122, - "endOffset": 936 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 701, - "endColumn": 111, - "endOffset": 808 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 941, - "endColumn": 111, - "endOffset": 1048 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 813, - "endColumn": 111, - "endOffset": 920 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 111, - "endOffset": 1160 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 100, - "endOffset": 1021 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1165, - "endColumn": 100, - "endOffset": 1261 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1026, - "endColumn": 107, - "endOffset": 1129 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1266, - "endColumn": 107, - "endOffset": 1369 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1134, - "endColumn": 106, - "endOffset": 1236 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1374, - "endColumn": 106, - "endOffset": 1476 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1241, - "endColumn": 106, - "endOffset": 1343 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1481, - "endColumn": 106, - "endOffset": 1583 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 121, - "endOffset": 1465 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es-rUS\\values-es-rUS.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1588, - "endColumn": 121, - "endOffset": 1705 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-es.json b/app/build/intermediates/blame/res/debug/multi/values-es.json deleted file mode 100644 index fb24fa78b8f713dc56381cd0e3fb5bcdd43bccd3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-es.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 116, - "endOffset": 403 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 172, - "endColumn": 112, - "endOffset": 280 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 408, - "endColumn": 112, - "endOffset": 516 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 285, - "endColumn": 107, - "endOffset": 388 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 521, - "endColumn": 107, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 84, - "endOffset": 473 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 84, - "endOffset": 709 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 478, - "endColumn": 100, - "endOffset": 574 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 100, - "endOffset": 810 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 579, - "endColumn": 127, - "endOffset": 702 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 815, - "endColumn": 127, - "endOffset": 938 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 707, - "endColumn": 106, - "endOffset": 809 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 943, - "endColumn": 106, - "endOffset": 1045 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 814, - "endColumn": 99, - "endOffset": 909 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 99, - "endOffset": 1145 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 914, - "endColumn": 98, - "endOffset": 1008 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1150, - "endColumn": 98, - "endOffset": 1244 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 107, - "endOffset": 1116 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 107, - "endOffset": 1352 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1121, - "endColumn": 106, - "endOffset": 1223 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1357, - "endColumn": 106, - "endOffset": 1459 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 106, - "endOffset": 1330 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1464, - "endColumn": 106, - "endOffset": 1566 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 121, - "endOffset": 1452 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-es\\values-es.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1571, - "endColumn": 121, - "endOffset": 1688 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-et-rEE.json b/app/build/intermediates/blame/res/debug/multi/values-et-rEE.json deleted file mode 100644 index b1c533af42b63c381d3e3313bba054666da754d8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-et-rEE.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 116, - "endOffset": 407 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 172, - "endColumn": 106, - "endOffset": 274 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 412, - "endColumn": 106, - "endOffset": 514 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 279, - "endColumn": 110, - "endOffset": 385 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 519, - "endColumn": 110, - "endOffset": 625 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 85, - "endOffset": 471 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 630, - "endColumn": 85, - "endOffset": 711 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 476, - "endColumn": 101, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 716, - "endColumn": 101, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 578, - "endColumn": 116, - "endOffset": 690 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 116, - "endOffset": 930 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 110, - "endOffset": 801 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 935, - "endColumn": 110, - "endOffset": 1041 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 806, - "endColumn": 104, - "endOffset": 906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 104, - "endOffset": 1146 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 98, - "endOffset": 1005 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1151, - "endColumn": 98, - "endOffset": 1245 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 109, - "endOffset": 1115 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1250, - "endColumn": 109, - "endOffset": 1355 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1120, - "endColumn": 100, - "endOffset": 1216 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 100, - "endOffset": 1456 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 102, - "endOffset": 1319 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1461, - "endColumn": 102, - "endOffset": 1559 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 127, - "endOffset": 1447 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-et-rEE\\values-et-rEE.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 127, - "endOffset": 1687 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-eu-rES.json b/app/build/intermediates/blame/res/debug/multi/values-eu-rES.json deleted file mode 100644 index 820bf1f7674eeda123d6e0609105900665a507df..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-eu-rES.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\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\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 108, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 97, - "endOffset": 257 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 97, - "endOffset": 497 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 262, - "endColumn": 109, - "endOffset": 367 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 502, - "endColumn": 109, - "endOffset": 607 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 372, - "endColumn": 85, - "endOffset": 453 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 612, - "endColumn": 85, - "endOffset": 693 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 458, - "endColumn": 105, - "endOffset": 559 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 698, - "endColumn": 105, - "endOffset": 799 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 564, - "endColumn": 123, - "endOffset": 683 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 804, - "endColumn": 123, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 688, - "endColumn": 108, - "endOffset": 792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 108, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 109, - "endOffset": 902 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 109, - "endOffset": 1142 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 907, - "endColumn": 98, - "endOffset": 1001 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1147, - "endColumn": 98, - "endOffset": 1241 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1006, - "endColumn": 108, - "endOffset": 1110 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1246, - "endColumn": 108, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1115, - "endColumn": 112, - "endOffset": 1223 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 112, - "endOffset": 1463 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 110, - "endOffset": 1334 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1468, - "endColumn": 110, - "endOffset": 1574 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1339, - "endColumn": 136, - "endOffset": 1471 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-eu-rES\\values-eu-rES.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1579, - "endColumn": 136, - "endOffset": 1711 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-fa.json b/app/build/intermediates/blame/res/debug/multi/values-fa.json deleted file mode 100644 index 92a6bfb6e0a60ca0385c0680c8bde2481debfd1c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-fa.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-fa\\values-fa.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 109, - "endOffset": 160 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 109, - "endOffset": 396 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 165, - "endColumn": 102, - "endOffset": 263 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 102, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 268, - "endColumn": 110, - "endOffset": 374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 110, - "endOffset": 610 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 87, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 615, - "endColumn": 87, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 102, - "endOffset": 565 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 102, - "endOffset": 801 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 570, - "endColumn": 114, - "endOffset": 680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 806, - "endColumn": 114, - "endOffset": 916 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 685, - "endColumn": 111, - "endOffset": 792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 111, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 102, - "endOffset": 895 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 102, - "endOffset": 1131 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 900, - "endColumn": 97, - "endOffset": 993 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1136, - "endColumn": 97, - "endOffset": 1229 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 998, - "endColumn": 109, - "endOffset": 1103 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1234, - "endColumn": 109, - "endOffset": 1339 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1108, - "endColumn": 102, - "endOffset": 1206 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1344, - "endColumn": 102, - "endOffset": 1442 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1211, - "endColumn": 108, - "endOffset": 1315 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1447, - "endColumn": 108, - "endOffset": 1551 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1320, - "endColumn": 124, - "endOffset": 1440 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fa\\values-fa.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1556, - "endColumn": 124, - "endOffset": 1676 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-fi.json b/app/build/intermediates/blame/res/debug/multi/values-fi.json deleted file mode 100644 index 346c80db6674c4d2ec8631a5decfeed19cb3e045..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-fi.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-fi\\values-fi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 107, - "endOffset": 158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 107, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 163, - "endColumn": 99, - "endOffset": 258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 99, - "endOffset": 494 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 263, - "endColumn": 100, - "endOffset": 359 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 499, - "endColumn": 100, - "endOffset": 595 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 364, - "endColumn": 85, - "endOffset": 445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 600, - "endColumn": 85, - "endOffset": 681 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 450, - "endColumn": 104, - "endOffset": 550 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 686, - "endColumn": 104, - "endOffset": 786 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 555, - "endColumn": 117, - "endOffset": 668 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 791, - "endColumn": 117, - "endOffset": 904 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 673, - "endColumn": 106, - "endOffset": 775 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 909, - "endColumn": 106, - "endOffset": 1011 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 780, - "endColumn": 102, - "endOffset": 878 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1016, - "endColumn": 102, - "endOffset": 1114 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 883, - "endColumn": 96, - "endOffset": 975 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1119, - "endColumn": 96, - "endOffset": 1211 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 980, - "endColumn": 105, - "endOffset": 1081 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1216, - "endColumn": 105, - "endOffset": 1317 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1086, - "endColumn": 98, - "endOffset": 1180 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1322, - "endColumn": 98, - "endOffset": 1416 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1185, - "endColumn": 103, - "endOffset": 1284 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1421, - "endColumn": 103, - "endOffset": 1520 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1289, - "endColumn": 118, - "endOffset": 1403 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fi\\values-fi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1525, - "endColumn": 118, - "endOffset": 1639 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json b/app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json deleted file mode 100644 index 2efd5e86b51e6eed3d5b77fc7f006c12a9319882..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA\\values-fr-rCA.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 110, - "endOffset": 161 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 110, - "endOffset": 401 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 166, - "endColumn": 114, - "endOffset": 276 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 406, - "endColumn": 114, - "endOffset": 516 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 110, - "endOffset": 387 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 521, - "endColumn": 110, - "endOffset": 627 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 86, - "endOffset": 474 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 632, - "endColumn": 86, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 479, - "endColumn": 115, - "endOffset": 590 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 115, - "endOffset": 830 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 595, - "endColumn": 129, - "endOffset": 720 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 835, - "endColumn": 129, - "endOffset": 960 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 725, - "endColumn": 109, - "endOffset": 830 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 965, - "endColumn": 109, - "endOffset": 1070 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 835, - "endColumn": 111, - "endOffset": 942 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1075, - "endColumn": 111, - "endOffset": 1182 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 947, - "endColumn": 102, - "endOffset": 1045 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1187, - "endColumn": 102, - "endOffset": 1285 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 110, - "endOffset": 1156 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1290, - "endColumn": 110, - "endOffset": 1396 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 106, - "endOffset": 1263 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1401, - "endColumn": 106, - "endOffset": 1503 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1268, - "endColumn": 106, - "endOffset": 1370 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1508, - "endColumn": 106, - "endOffset": 1610 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1375, - "endColumn": 121, - "endOffset": 1492 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr-rCA\\values-fr-rCA.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1615, - "endColumn": 121, - "endOffset": 1732 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-fr.json b/app/build/intermediates/blame/res/debug/multi/values-fr.json deleted file mode 100644 index 684d123f497d1e68253b1eef473cf34b5ff8fe52..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-fr.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-fr\\values-fr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 110, - "endOffset": 161 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 110, - "endOffset": 397 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 166, - "endColumn": 114, - "endOffset": 276 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 402, - "endColumn": 114, - "endOffset": 512 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 110, - "endOffset": 387 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 517, - "endColumn": 110, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 81, - "endOffset": 469 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 81, - "endOffset": 705 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 474, - "endColumn": 105, - "endOffset": 575 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 710, - "endColumn": 105, - "endOffset": 811 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 580, - "endColumn": 129, - "endOffset": 705 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 816, - "endColumn": 129, - "endOffset": 941 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 710, - "endColumn": 109, - "endOffset": 815 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 946, - "endColumn": 109, - "endOffset": 1051 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 820, - "endColumn": 111, - "endOffset": 927 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1056, - "endColumn": 111, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 932, - "endColumn": 102, - "endOffset": 1030 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 102, - "endOffset": 1266 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 110, - "endOffset": 1141 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 110, - "endOffset": 1377 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1146, - "endColumn": 106, - "endOffset": 1248 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1382, - "endColumn": 106, - "endOffset": 1484 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 106, - "endOffset": 1355 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1489, - "endColumn": 106, - "endOffset": 1591 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 121, - "endOffset": 1477 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-fr\\values-fr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1596, - "endColumn": 121, - "endOffset": 1713 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-gl-rES.json b/app/build/intermediates/blame/res/debug/multi/values-gl-rES.json deleted file mode 100644 index 9ac0d2325d9e54375645df2b9d8526de60bffe38..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-gl-rES.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-gl-rES\\values-gl-rES.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 111, - "endOffset": 162 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 111, - "endOffset": 402 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 167, - "endColumn": 111, - "endOffset": 274 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 407, - "endColumn": 111, - "endOffset": 514 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 279, - "endColumn": 107, - "endOffset": 382 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 519, - "endColumn": 107, - "endOffset": 622 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 84, - "endOffset": 467 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 627, - "endColumn": 84, - "endOffset": 707 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 472, - "endColumn": 101, - "endOffset": 569 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 712, - "endColumn": 101, - "endOffset": 809 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 574, - "endColumn": 125, - "endOffset": 695 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 814, - "endColumn": 125, - "endOffset": 935 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 700, - "endColumn": 106, - "endOffset": 802 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 940, - "endColumn": 106, - "endOffset": 1042 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 807, - "endColumn": 108, - "endOffset": 911 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 108, - "endOffset": 1151 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 916, - "endColumn": 98, - "endOffset": 1010 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1156, - "endColumn": 98, - "endOffset": 1250 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 107, - "endOffset": 1118 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1255, - "endColumn": 107, - "endOffset": 1358 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1123, - "endColumn": 102, - "endOffset": 1221 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1363, - "endColumn": 102, - "endOffset": 1461 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1226, - "endColumn": 106, - "endOffset": 1328 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 106, - "endOffset": 1568 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 121, - "endOffset": 1450 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-gl-rES\\values-gl-rES.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1573, - "endColumn": 121, - "endOffset": 1690 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json deleted file mode 100644 index 0e7b93dc82e00795e7485ec5b3b4136a71d2b328..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13\\values-h720dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 66, - "endOffset": 117 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-h720dp\\values-h720dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 294, - "endColumn": 66, - "endOffset": 356 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json b/app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json deleted file mode 100644 index c78fbd4c3a4e6e492dfba139a55f6ed0a13a1c59..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4\\values-hdpi-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 6, - "endColumn": 13, - "endOffset": 325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hdpi\\values-hdpi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 297, - "endLine": 8, - "endColumn": 13, - "endOffset": 567 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-hi.json b/app/build/intermediates/blame/res/debug/multi/values-hi.json deleted file mode 100644 index 82e9b0c32cb2369247eabdbab86debc2391f3a05..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-hi.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-hi\\values-hi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 114, - "endOffset": 165 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 114, - "endOffset": 401 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 104, - "endOffset": 270 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 406, - "endColumn": 104, - "endOffset": 506 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 275, - "endColumn": 106, - "endOffset": 377 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 511, - "endColumn": 106, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 382, - "endColumn": 84, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 84, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 101, - "endOffset": 564 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 101, - "endOffset": 800 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 569, - "endColumn": 121, - "endOffset": 686 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 805, - "endColumn": 121, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 691, - "endColumn": 108, - "endOffset": 795 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 108, - "endOffset": 1031 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 800, - "endColumn": 101, - "endOffset": 897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1036, - "endColumn": 101, - "endOffset": 1133 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 902, - "endColumn": 97, - "endOffset": 995 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1138, - "endColumn": 97, - "endOffset": 1231 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 109, - "endOffset": 1105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1236, - "endColumn": 109, - "endOffset": 1341 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1110, - "endColumn": 99, - "endOffset": 1205 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1346, - "endColumn": 99, - "endOffset": 1441 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1210, - "endColumn": 114, - "endOffset": 1320 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1446, - "endColumn": 114, - "endOffset": 1556 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1325, - "endColumn": 124, - "endOffset": 1445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hi\\values-hi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1561, - "endColumn": 124, - "endOffset": 1681 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-hr.json b/app/build/intermediates/blame/res/debug/multi/values-hr.json deleted file mode 100644 index e2df9d6d046e4e95a107977d2eea72e07d59f16b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-hr.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-hr\\values-hr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 104, - "endOffset": 155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 104, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 96, - "endOffset": 252 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 96, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 257, - "endColumn": 109, - "endOffset": 362 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 109, - "endOffset": 598 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 367, - "endColumn": 85, - "endOffset": 448 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 603, - "endColumn": 85, - "endOffset": 684 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 453, - "endColumn": 103, - "endOffset": 552 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 689, - "endColumn": 103, - "endOffset": 788 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 557, - "endColumn": 118, - "endOffset": 671 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 793, - "endColumn": 118, - "endOffset": 907 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 676, - "endColumn": 103, - "endOffset": 775 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 912, - "endColumn": 103, - "endOffset": 1011 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 780, - "endColumn": 112, - "endOffset": 888 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1016, - "endColumn": 112, - "endOffset": 1124 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 893, - "endColumn": 105, - "endOffset": 994 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1129, - "endColumn": 105, - "endOffset": 1230 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 999, - "endColumn": 104, - "endOffset": 1099 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1235, - "endColumn": 104, - "endOffset": 1335 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1104, - "endColumn": 112, - "endOffset": 1212 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 112, - "endOffset": 1448 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1217, - "endColumn": 106, - "endOffset": 1319 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1453, - "endColumn": 106, - "endOffset": 1555 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 122, - "endOffset": 1442 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hr\\values-hr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1560, - "endColumn": 122, - "endOffset": 1678 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-hu.json b/app/build/intermediates/blame/res/debug/multi/values-hu.json deleted file mode 100644 index c4f2c986a9be89a89090fcda4573da0272bd715b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-hu.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-hu\\values-hu.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 107, - "endOffset": 158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 107, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 163, - "endColumn": 104, - "endOffset": 263 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 104, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 268, - "endColumn": 114, - "endOffset": 378 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 114, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 383, - "endColumn": 83, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 83, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 111, - "endOffset": 574 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 111, - "endOffset": 810 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 579, - "endColumn": 129, - "endOffset": 704 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 815, - "endColumn": 129, - "endOffset": 940 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 709, - "endColumn": 109, - "endOffset": 814 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 945, - "endColumn": 109, - "endOffset": 1050 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 819, - "endColumn": 110, - "endOffset": 925 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1055, - "endColumn": 110, - "endOffset": 1161 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 930, - "endColumn": 99, - "endOffset": 1025 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1166, - "endColumn": 99, - "endOffset": 1261 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 110, - "endOffset": 1136 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1266, - "endColumn": 110, - "endOffset": 1372 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 107, - "endOffset": 1244 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1377, - "endColumn": 107, - "endOffset": 1480 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 118, - "endOffset": 1363 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1485, - "endColumn": 118, - "endOffset": 1599 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 133, - "endOffset": 1497 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hu\\values-hu.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1604, - "endColumn": 133, - "endOffset": 1733 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json b/app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json deleted file mode 100644 index 3568604bfa2f04e0eff5bd8304a3997f02e7e715..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-hy-rAM\\values-hy-rAM.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 102, - "endOffset": 153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 102, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 158, - "endColumn": 100, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 100, - "endOffset": 494 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 259, - "endColumn": 109, - "endOffset": 364 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 499, - "endColumn": 109, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 369, - "endColumn": 89, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 89, - "endOffset": 694 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 105, - "endOffset": 560 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 699, - "endColumn": 105, - "endOffset": 800 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 565, - "endColumn": 114, - "endOffset": 675 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 805, - "endColumn": 114, - "endOffset": 915 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 680, - "endColumn": 106, - "endOffset": 782 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 920, - "endColumn": 106, - "endOffset": 1022 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 787, - "endColumn": 106, - "endOffset": 889 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1027, - "endColumn": 106, - "endOffset": 1129 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 894, - "endColumn": 98, - "endOffset": 988 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1134, - "endColumn": 98, - "endOffset": 1228 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 993, - "endColumn": 109, - "endOffset": 1098 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1233, - "endColumn": 109, - "endOffset": 1338 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1103, - "endColumn": 106, - "endOffset": 1205 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1343, - "endColumn": 106, - "endOffset": 1445 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1210, - "endColumn": 100, - "endOffset": 1306 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1450, - "endColumn": 100, - "endOffset": 1546 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 119, - "endOffset": 1426 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-hy-rAM\\values-hy-rAM.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1551, - "endColumn": 119, - "endOffset": 1666 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-in.json b/app/build/intermediates/blame/res/debug/multi/values-in.json deleted file mode 100644 index abb4592b9a5cb192e881c8411cbb3bb353b8cfac..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-in.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-in\\values-in.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 109, - "endOffset": 160 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 109, - "endOffset": 396 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 165, - "endColumn": 101, - "endOffset": 262 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 101, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 267, - "endColumn": 104, - "endOffset": 367 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 104, - "endOffset": 603 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 372, - "endColumn": 86, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 608, - "endColumn": 86, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 103, - "endOffset": 558 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 103, - "endOffset": 794 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 563, - "endColumn": 115, - "endOffset": 674 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 799, - "endColumn": 115, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 679, - "endColumn": 102, - "endOffset": 777 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 915, - "endColumn": 102, - "endOffset": 1013 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 782, - "endColumn": 108, - "endOffset": 886 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1018, - "endColumn": 108, - "endOffset": 1122 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 891, - "endColumn": 100, - "endOffset": 987 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1127, - "endColumn": 100, - "endOffset": 1223 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 992, - "endColumn": 103, - "endOffset": 1091 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 103, - "endOffset": 1327 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1096, - "endColumn": 107, - "endOffset": 1199 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1332, - "endColumn": 107, - "endOffset": 1435 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 107, - "endOffset": 1307 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1440, - "endColumn": 107, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1312, - "endColumn": 122, - "endOffset": 1430 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-in\\values-in.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 122, - "endOffset": 1666 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-is-rIS.json b/app/build/intermediates/blame/res/debug/multi/values-is-rIS.json deleted file mode 100644 index e5a3590ec46bf5e0948e5ede1fc78383a0d081da..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-is-rIS.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-is-rIS\\values-is-rIS.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 99, - "endOffset": 150 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 99, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 155, - "endColumn": 96, - "endOffset": 247 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 96, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 252, - "endColumn": 111, - "endOffset": 359 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 492, - "endColumn": 111, - "endOffset": 599 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 364, - "endColumn": 84, - "endOffset": 444 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 604, - "endColumn": 84, - "endOffset": 684 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 449, - "endColumn": 100, - "endOffset": 545 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 689, - "endColumn": 100, - "endOffset": 785 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 550, - "endColumn": 113, - "endOffset": 659 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 790, - "endColumn": 113, - "endOffset": 899 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 664, - "endColumn": 109, - "endOffset": 769 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 904, - "endColumn": 109, - "endOffset": 1009 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 774, - "endColumn": 107, - "endOffset": 877 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1014, - "endColumn": 107, - "endOffset": 1117 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 882, - "endColumn": 97, - "endOffset": 975 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1122, - "endColumn": 97, - "endOffset": 1215 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 980, - "endColumn": 108, - "endOffset": 1084 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1220, - "endColumn": 108, - "endOffset": 1324 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1089, - "endColumn": 98, - "endOffset": 1183 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1329, - "endColumn": 98, - "endOffset": 1423 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1188, - "endColumn": 102, - "endOffset": 1286 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1428, - "endColumn": 102, - "endOffset": 1526 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1291, - "endColumn": 117, - "endOffset": 1404 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-is-rIS\\values-is-rIS.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1531, - "endColumn": 117, - "endOffset": 1644 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-it.json b/app/build/intermediates/blame/res/debug/multi/values-it.json deleted file mode 100644 index 6e1234d77e2a250dc70162790f307f6730b6fc4c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-it.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-it\\values-it.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 108, - "endOffset": 159 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 108, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 99, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 99, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 264, - "endColumn": 108, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 500, - "endColumn": 108, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 83, - "endOffset": 452 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 83, - "endOffset": 688 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 457, - "endColumn": 108, - "endOffset": 561 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 693, - "endColumn": 108, - "endOffset": 797 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 566, - "endColumn": 124, - "endOffset": 686 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 802, - "endColumn": 124, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 691, - "endColumn": 105, - "endOffset": 792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 105, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 107, - "endOffset": 900 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 107, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 905, - "endColumn": 97, - "endOffset": 998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 97, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1003, - "endColumn": 103, - "endOffset": 1102 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 103, - "endOffset": 1338 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1107, - "endColumn": 104, - "endOffset": 1207 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1343, - "endColumn": 104, - "endOffset": 1443 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1212, - "endColumn": 106, - "endOffset": 1314 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 106, - "endOffset": 1550 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1319, - "endColumn": 121, - "endOffset": 1436 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-it\\values-it.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1555, - "endColumn": 121, - "endOffset": 1672 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-iw.json b/app/build/intermediates/blame/res/debug/multi/values-iw.json deleted file mode 100644 index 89ed0cd4b408fcf133a43811d1a1d38c1ea14726..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-iw.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-iw\\values-iw.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 103, - "endOffset": 154 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 103, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 98, - "endOffset": 253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 98, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 258, - "endColumn": 107, - "endOffset": 361 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 107, - "endOffset": 597 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 366, - "endColumn": 83, - "endOffset": 445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 602, - "endColumn": 83, - "endOffset": 681 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 450, - "endColumn": 100, - "endOffset": 546 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 686, - "endColumn": 100, - "endOffset": 782 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 551, - "endColumn": 113, - "endOffset": 660 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 787, - "endColumn": 113, - "endOffset": 896 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 665, - "endColumn": 101, - "endOffset": 762 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 901, - "endColumn": 101, - "endOffset": 998 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 767, - "endColumn": 103, - "endOffset": 866 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1003, - "endColumn": 103, - "endOffset": 1102 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 871, - "endColumn": 95, - "endOffset": 962 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1107, - "endColumn": 95, - "endOffset": 1198 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 967, - "endColumn": 102, - "endOffset": 1065 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1203, - "endColumn": 102, - "endOffset": 1301 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1070, - "endColumn": 100, - "endOffset": 1166 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1306, - "endColumn": 100, - "endOffset": 1402 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 99, - "endOffset": 1266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1407, - "endColumn": 99, - "endOffset": 1502 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 115, - "endOffset": 1382 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-iw\\values-iw.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1507, - "endColumn": 115, - "endOffset": 1618 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ja.json b/app/build/intermediates/blame/res/debug/multi/values-ja.json deleted file mode 100644 index eed029816f855956f41b33a40817ffd74a77aba2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ja.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ja\\values-ja.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 96, - "endOffset": 147 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 96, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 152, - "endColumn": 92, - "endOffset": 240 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 92, - "endOffset": 476 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 245, - "endColumn": 104, - "endOffset": 345 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 481, - "endColumn": 104, - "endOffset": 581 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 350, - "endColumn": 81, - "endOffset": 427 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 586, - "endColumn": 81, - "endOffset": 663 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 432, - "endColumn": 97, - "endOffset": 525 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 668, - "endColumn": 97, - "endOffset": 761 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 530, - "endColumn": 107, - "endOffset": 633 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 766, - "endColumn": 107, - "endOffset": 869 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 638, - "endColumn": 101, - "endOffset": 735 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 874, - "endColumn": 101, - "endOffset": 971 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 740, - "endColumn": 98, - "endOffset": 834 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 976, - "endColumn": 98, - "endOffset": 1070 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 839, - "endColumn": 94, - "endOffset": 929 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1075, - "endColumn": 94, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 934, - "endColumn": 102, - "endOffset": 1032 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 102, - "endOffset": 1268 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 94, - "endOffset": 1127 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1273, - "endColumn": 94, - "endOffset": 1363 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 95, - "endOffset": 1223 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 95, - "endOffset": 1459 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 110, - "endOffset": 1334 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ja\\values-ja.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1464, - "endColumn": 110, - "endOffset": 1570 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json b/app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json deleted file mode 100644 index 1719898d873757fd2a90ff64d53ed7d9909744b3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ka-rGE\\values-ka-rGE.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 108, - "endOffset": 159 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 108, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 103, - "endOffset": 263 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 103, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 268, - "endColumn": 110, - "endOffset": 374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 110, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 87, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 87, - "endOffset": 702 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 104, - "endOffset": 567 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 707, - "endColumn": 104, - "endOffset": 807 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 572, - "endColumn": 112, - "endOffset": 680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 812, - "endColumn": 112, - "endOffset": 920 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 685, - "endColumn": 112, - "endOffset": 793 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 112, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 798, - "endColumn": 106, - "endOffset": 900 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 106, - "endOffset": 1140 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 905, - "endColumn": 97, - "endOffset": 998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1145, - "endColumn": 97, - "endOffset": 1238 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1003, - "endColumn": 112, - "endOffset": 1111 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 112, - "endOffset": 1351 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1116, - "endColumn": 103, - "endOffset": 1215 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1356, - "endColumn": 103, - "endOffset": 1455 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1220, - "endColumn": 103, - "endOffset": 1319 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1460, - "endColumn": 103, - "endOffset": 1559 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 121, - "endOffset": 1441 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ka-rGE\\values-ka-rGE.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 121, - "endOffset": 1681 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json b/app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json deleted file mode 100644 index 12f365aa98a2d4435bcc40dabe01d1acb38dc189..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-kk-rKZ\\values-kk-rKZ.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 111, - "endOffset": 162 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 111, - "endOffset": 402 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 167, - "endColumn": 102, - "endOffset": 265 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 407, - "endColumn": 102, - "endOffset": 505 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 270, - "endColumn": 109, - "endOffset": 375 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 510, - "endColumn": 109, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 380, - "endColumn": 88, - "endOffset": 464 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 88, - "endOffset": 704 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 469, - "endColumn": 105, - "endOffset": 570 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 709, - "endColumn": 105, - "endOffset": 810 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 575, - "endColumn": 118, - "endOffset": 689 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 815, - "endColumn": 118, - "endOffset": 929 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 694, - "endColumn": 102, - "endOffset": 792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 934, - "endColumn": 102, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 104, - "endOffset": 897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 104, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 902, - "endColumn": 97, - "endOffset": 995 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 97, - "endOffset": 1235 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 106, - "endOffset": 1102 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1240, - "endColumn": 106, - "endOffset": 1342 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1107, - "endColumn": 108, - "endOffset": 1211 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1347, - "endColumn": 108, - "endOffset": 1451 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1216, - "endColumn": 99, - "endOffset": 1311 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1456, - "endColumn": 99, - "endOffset": 1551 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1316, - "endColumn": 114, - "endOffset": 1426 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kk-rKZ\\values-kk-rKZ.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1556, - "endColumn": 114, - "endOffset": 1666 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-km-rKH.json b/app/build/intermediates/blame/res/debug/multi/values-km-rKH.json deleted file mode 100644 index b015b22790b3825a74e32fe73e452458b4e853e1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-km-rKH.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-km-rKH\\values-km-rKH.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 102, - "endOffset": 153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 102, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 158, - "endColumn": 99, - "endOffset": 253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 99, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 258, - "endColumn": 111, - "endOffset": 365 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 498, - "endColumn": 111, - "endOffset": 605 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 370, - "endColumn": 86, - "endOffset": 452 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 610, - "endColumn": 86, - "endOffset": 692 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 457, - "endColumn": 103, - "endOffset": 556 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 697, - "endColumn": 103, - "endOffset": 796 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 561, - "endColumn": 117, - "endOffset": 674 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 801, - "endColumn": 117, - "endOffset": 914 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 679, - "endColumn": 103, - "endOffset": 778 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 919, - "endColumn": 103, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 783, - "endColumn": 104, - "endOffset": 883 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 104, - "endOffset": 1123 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 888, - "endColumn": 99, - "endOffset": 983 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1128, - "endColumn": 99, - "endOffset": 1223 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 988, - "endColumn": 109, - "endOffset": 1093 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 109, - "endOffset": 1333 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1098, - "endColumn": 106, - "endOffset": 1200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1338, - "endColumn": 106, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1205, - "endColumn": 107, - "endOffset": 1308 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 107, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1313, - "endColumn": 122, - "endOffset": 1431 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-km-rKH\\values-km-rKH.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 122, - "endOffset": 1671 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json deleted file mode 100644 index ea893814c2a8712a8e3ccdf8de7aaa81dda2997d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-kn-rIN\\values-kn-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 117, - "endOffset": 168 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 117, - "endOffset": 408 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 173, - "endColumn": 111, - "endOffset": 280 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 413, - "endColumn": 111, - "endOffset": 520 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 285, - "endColumn": 112, - "endOffset": 393 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 525, - "endColumn": 112, - "endOffset": 633 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 87, - "endOffset": 481 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 638, - "endColumn": 87, - "endOffset": 721 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 486, - "endColumn": 106, - "endOffset": 588 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 726, - "endColumn": 106, - "endOffset": 828 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 593, - "endColumn": 126, - "endOffset": 715 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 833, - "endColumn": 126, - "endOffset": 955 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 720, - "endColumn": 115, - "endOffset": 831 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 960, - "endColumn": 115, - "endOffset": 1071 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 836, - "endColumn": 110, - "endOffset": 942 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1076, - "endColumn": 110, - "endOffset": 1182 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 947, - "endColumn": 98, - "endOffset": 1041 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1187, - "endColumn": 98, - "endOffset": 1281 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 112, - "endOffset": 1154 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1286, - "endColumn": 112, - "endOffset": 1394 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 103, - "endOffset": 1258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1399, - "endColumn": 103, - "endOffset": 1498 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 113, - "endOffset": 1372 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1503, - "endColumn": 113, - "endOffset": 1612 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1377, - "endColumn": 125, - "endOffset": 1498 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-kn-rIN\\values-kn-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1617, - "endColumn": 125, - "endOffset": 1738 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ko.json b/app/build/intermediates/blame/res/debug/multi/values-ko.json deleted file mode 100644 index c3ce91fa877d2a71817db08e629da874dc9f805d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ko.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ko\\values-ko.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 94, - "endOffset": 145 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 94, - "endOffset": 381 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 150, - "endColumn": 93, - "endOffset": 239 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 93, - "endOffset": 475 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 244, - "endColumn": 101, - "endOffset": 341 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 480, - "endColumn": 101, - "endOffset": 577 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 346, - "endColumn": 81, - "endOffset": 423 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 582, - "endColumn": 81, - "endOffset": 659 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 428, - "endColumn": 97, - "endOffset": 521 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 664, - "endColumn": 97, - "endOffset": 757 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 526, - "endColumn": 105, - "endOffset": 627 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 762, - "endColumn": 105, - "endOffset": 863 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 632, - "endColumn": 97, - "endOffset": 725 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 868, - "endColumn": 97, - "endOffset": 961 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 730, - "endColumn": 94, - "endOffset": 820 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 966, - "endColumn": 94, - "endOffset": 1056 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 825, - "endColumn": 94, - "endOffset": 915 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1061, - "endColumn": 94, - "endOffset": 1151 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 920, - "endColumn": 99, - "endOffset": 1015 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1156, - "endColumn": 99, - "endOffset": 1251 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1020, - "endColumn": 95, - "endOffset": 1111 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1256, - "endColumn": 95, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1116, - "endColumn": 98, - "endOffset": 1210 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 98, - "endOffset": 1446 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1215, - "endColumn": 114, - "endOffset": 1325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ko\\values-ko.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 114, - "endOffset": 1561 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json b/app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json deleted file mode 100644 index d8c0fccc0b5a7da301c80abd6879be760e1027cf..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ky-rKG\\values-ky-rKG.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 103, - "endOffset": 154 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 103, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 94, - "endOffset": 249 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 94, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 254, - "endColumn": 118, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 118, - "endOffset": 608 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 83, - "endOffset": 452 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 613, - "endColumn": 83, - "endOffset": 692 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 457, - "endColumn": 106, - "endOffset": 559 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 697, - "endColumn": 106, - "endOffset": 799 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 564, - "endColumn": 116, - "endOffset": 676 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 804, - "endColumn": 116, - "endOffset": 916 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 681, - "endColumn": 109, - "endOffset": 786 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 109, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 791, - "endColumn": 106, - "endOffset": 893 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 106, - "endOffset": 1133 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 898, - "endColumn": 97, - "endOffset": 991 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1138, - "endColumn": 97, - "endOffset": 1231 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 996, - "endColumn": 105, - "endOffset": 1097 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1236, - "endColumn": 105, - "endOffset": 1337 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1102, - "endColumn": 106, - "endOffset": 1204 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1342, - "endColumn": 106, - "endOffset": 1444 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 100, - "endOffset": 1305 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 100, - "endOffset": 1545 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1310, - "endColumn": 123, - "endOffset": 1429 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ky-rKG\\values-ky-rKG.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1550, - "endColumn": 123, - "endOffset": 1669 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-land.json b/app/build/intermediates/blame/res/debug/multi/values-land.json deleted file mode 100644 index 55ac454fd401c5788bfdc475506d9c82ce19be73..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-land.json +++ /dev/null @@ -1,161 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-land\\values-land.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 61, - "endOffset": 348 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 590, - "endColumn": 71, - "endOffset": 657 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 189, - "endColumn": 69, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 908, - "endColumn": 69, - "endOffset": 973 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 259, - "endColumn": 69, - "endOffset": 324 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 978, - "endColumn": 69, - "endOffset": 1043 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 329, - "endColumn": 63, - "endOffset": 388 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1285, - "endColumn": 63, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 393, - "endColumn": 70, - "endOffset": 459 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1595, - "endColumn": 70, - "endOffset": 1661 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 464, - "endColumn": 67, - "endOffset": 527 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1666, - "endColumn": 67, - "endOffset": 1729 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 532, - "endLine": 12, - "endColumn": 12, - "endOffset": 709 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-land\\values-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 286, - "endLine": 7, - "endColumn": 12, - "endOffset": 463 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-large-v4.json b/app/build/intermediates/blame/res/debug/multi/values-large-v4.json deleted file mode 100644 index 10d17367ecb505f76cf0dfa8baf9f78589e13549..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-large-v4.json +++ /dev/null @@ -1,216 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4\\values-large-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 292, - "endColumn": 61, - "endOffset": 349 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 592, - "endColumn": 71, - "endOffset": 659 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 189, - "endColumn": 58, - "endOffset": 243 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 664, - "endColumn": 58, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 248, - "endColumn": 63, - "endOffset": 307 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 961, - "endColumn": 63, - "endOffset": 1020 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 312, - "endColumn": 66, - "endOffset": 374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1025, - "endColumn": 66, - "endOffset": 1087 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 379, - "endColumn": 66, - "endOffset": 441 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1092, - "endColumn": 66, - "endOffset": 1154 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 446, - "endColumn": 65, - "endOffset": 507 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 65, - "endOffset": 1220 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 512, - "endColumn": 65, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 65, - "endOffset": 1286 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 578, - "endColumn": 54, - "endOffset": 628 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1291, - "endColumn": 54, - "endOffset": 1341 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 633, - "endColumn": 103, - "endOffset": 732 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1589, - "endColumn": 103, - "endOffset": 1688 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 737, - "endColumn": 115, - "endOffset": 848 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-large\\values-large.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1693, - "endColumn": 115, - "endOffset": 1804 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json b/app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json deleted file mode 100644 index 4ae212e20fe77c018e07e7b8060181cd63f8498e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-lo-rLA\\values-lo-rLA.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 102, - "endOffset": 153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 102, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 158, - "endColumn": 96, - "endOffset": 250 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 96, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 255, - "endColumn": 106, - "endOffset": 357 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 106, - "endOffset": 597 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 362, - "endColumn": 84, - "endOffset": 442 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 602, - "endColumn": 84, - "endOffset": 682 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 447, - "endColumn": 104, - "endOffset": 547 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 687, - "endColumn": 104, - "endOffset": 787 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 552, - "endColumn": 111, - "endOffset": 659 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 792, - "endColumn": 111, - "endOffset": 899 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 664, - "endColumn": 106, - "endOffset": 766 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 904, - "endColumn": 106, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 771, - "endColumn": 96, - "endOffset": 863 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 96, - "endOffset": 1103 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 868, - "endColumn": 97, - "endOffset": 961 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1108, - "endColumn": 97, - "endOffset": 1201 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 966, - "endColumn": 104, - "endOffset": 1066 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1206, - "endColumn": 104, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1071, - "endColumn": 102, - "endOffset": 1169 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 102, - "endOffset": 1409 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1174, - "endColumn": 103, - "endOffset": 1273 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1414, - "endColumn": 103, - "endOffset": 1513 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1278, - "endColumn": 121, - "endOffset": 1395 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lo-rLA\\values-lo-rLA.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1518, - "endColumn": 121, - "endOffset": 1635 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-lt.json b/app/build/intermediates/blame/res/debug/multi/values-lt.json deleted file mode 100644 index d76f899ff87d5fe9c45c358c5d244de52d0d9b6d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-lt.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-lt\\values-lt.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 115, - "endOffset": 166 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 115, - "endOffset": 402 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 171, - "endColumn": 100, - "endOffset": 267 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 407, - "endColumn": 100, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 272, - "endColumn": 112, - "endOffset": 380 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 112, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 86, - "endOffset": 467 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 86, - "endOffset": 703 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 472, - "endColumn": 108, - "endOffset": 576 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 708, - "endColumn": 108, - "endOffset": 812 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 581, - "endColumn": 120, - "endOffset": 697 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 817, - "endColumn": 120, - "endOffset": 933 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 702, - "endColumn": 108, - "endOffset": 806 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 938, - "endColumn": 108, - "endOffset": 1042 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 811, - "endColumn": 108, - "endOffset": 915 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 108, - "endOffset": 1151 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 920, - "endColumn": 99, - "endOffset": 1015 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1156, - "endColumn": 99, - "endOffset": 1251 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1020, - "endColumn": 109, - "endOffset": 1125 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1256, - "endColumn": 109, - "endOffset": 1361 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 103, - "endOffset": 1229 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1366, - "endColumn": 103, - "endOffset": 1465 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1234, - "endColumn": 112, - "endOffset": 1342 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1470, - "endColumn": 112, - "endOffset": 1578 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1347, - "endColumn": 129, - "endOffset": 1472 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lt\\values-lt.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1583, - "endColumn": 129, - "endOffset": 1708 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-lv.json b/app/build/intermediates/blame/res/debug/multi/values-lv.json deleted file mode 100644 index 046d1b2077ddaf18db5f9bfdea8ed6fe7d6975c1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-lv.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-lv\\values-lv.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 119, - "endOffset": 170 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 119, - "endOffset": 406 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 175, - "endColumn": 107, - "endOffset": 278 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 411, - "endColumn": 107, - "endOffset": 514 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 283, - "endColumn": 108, - "endOffset": 387 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 519, - "endColumn": 108, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 85, - "endOffset": 473 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 85, - "endOffset": 709 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 478, - "endColumn": 103, - "endOffset": 577 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 103, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 582, - "endColumn": 121, - "endOffset": 699 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 121, - "endOffset": 935 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 704, - "endColumn": 108, - "endOffset": 808 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 940, - "endColumn": 108, - "endOffset": 1044 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 813, - "endColumn": 111, - "endOffset": 920 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 111, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 98, - "endOffset": 1019 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 98, - "endOffset": 1255 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 110, - "endOffset": 1130 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 110, - "endOffset": 1366 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1135, - "endColumn": 108, - "endOffset": 1239 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1371, - "endColumn": 108, - "endOffset": 1475 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 104, - "endOffset": 1344 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1480, - "endColumn": 104, - "endOffset": 1580 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 118, - "endOffset": 1463 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-lv\\values-lv.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 118, - "endOffset": 1699 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json b/app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json deleted file mode 100644 index 18e810274e5c0078621b788b2726874317b3f103..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json +++ /dev/null @@ -1,235 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-mk-rMK\\values-mk-rMK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 107, - "endOffset": 158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 107, - "endOffset": 398 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 163, - "endColumn": 103, - "endOffset": 262 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 403, - "endColumn": 103, - "endOffset": 502 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 267, - "endColumn": 107, - "endOffset": 370 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 507, - "endColumn": 107, - "endOffset": 610 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 375, - "endColumn": 85, - "endOffset": 456 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 615, - "endColumn": 85, - "endOffset": 696 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 461, - "endColumn": 104, - "endOffset": 561 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 701, - "endColumn": 104, - "endOffset": 801 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 566, - "endColumn": 118, - "endOffset": 680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 806, - "endColumn": 118, - "endOffset": 920 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 685, - "endColumn": 105, - "endOffset": 786 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 105, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 791, - "endColumn": 106, - "endOffset": 893 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 106, - "endOffset": 1133 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 898, - "endColumn": 100, - "endOffset": 994 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1138, - "endColumn": 100, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 999, - "endColumn": 106, - "endOffset": 1101 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 106, - "endOffset": 1341 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1106, - "endColumn": 110, - "endOffset": 1212 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1346, - "endColumn": 110, - "endOffset": 1452 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1217, - "endColumn": 103, - "endOffset": 1316 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mk-rMK\\values-mk-rMK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1457, - "endColumn": 103, - "endOffset": 1556 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json deleted file mode 100644 index 3a44d8feefd1e0fa3cd19eac95fdf62536f76745..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ml-rIN\\values-ml-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 118, - "endOffset": 169 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 118, - "endOffset": 409 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 174, - "endColumn": 117, - "endOffset": 287 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 414, - "endColumn": 117, - "endOffset": 527 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 292, - "endColumn": 115, - "endOffset": 403 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 532, - "endColumn": 115, - "endOffset": 643 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 408, - "endColumn": 92, - "endOffset": 496 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 648, - "endColumn": 92, - "endOffset": 736 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 104, - "endOffset": 601 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 104, - "endOffset": 841 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 606, - "endColumn": 131, - "endOffset": 733 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 846, - "endColumn": 131, - "endOffset": 973 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 738, - "endColumn": 110, - "endOffset": 844 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 978, - "endColumn": 110, - "endOffset": 1084 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 849, - "endColumn": 105, - "endOffset": 950 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1089, - "endColumn": 105, - "endOffset": 1190 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 955, - "endColumn": 97, - "endOffset": 1048 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1195, - "endColumn": 97, - "endOffset": 1288 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 113, - "endOffset": 1162 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1293, - "endColumn": 113, - "endOffset": 1402 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1167, - "endColumn": 103, - "endOffset": 1266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1407, - "endColumn": 103, - "endOffset": 1506 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 110, - "endOffset": 1377 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1511, - "endColumn": 110, - "endOffset": 1617 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1382, - "endColumn": 127, - "endOffset": 1505 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ml-rIN\\values-ml-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1622, - "endColumn": 127, - "endOffset": 1745 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json b/app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json deleted file mode 100644 index 3d9c75b3200c136ab30332ad99571c50fc6c22a8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-mn-rMN\\values-mn-rMN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 112, - "endOffset": 163 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 112, - "endOffset": 403 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 168, - "endColumn": 99, - "endOffset": 263 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 408, - "endColumn": 99, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 268, - "endColumn": 112, - "endOffset": 376 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 112, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 381, - "endColumn": 86, - "endOffset": 463 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 86, - "endOffset": 703 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 468, - "endColumn": 105, - "endOffset": 569 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 708, - "endColumn": 105, - "endOffset": 809 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 574, - "endColumn": 111, - "endOffset": 681 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 814, - "endColumn": 111, - "endOffset": 921 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 686, - "endColumn": 108, - "endOffset": 790 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 926, - "endColumn": 108, - "endOffset": 1030 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 795, - "endColumn": 103, - "endOffset": 894 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 103, - "endOffset": 1134 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 899, - "endColumn": 96, - "endOffset": 991 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1139, - "endColumn": 96, - "endOffset": 1231 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 996, - "endColumn": 107, - "endOffset": 1099 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1236, - "endColumn": 107, - "endOffset": 1339 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1104, - "endColumn": 100, - "endOffset": 1200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1344, - "endColumn": 100, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1205, - "endColumn": 102, - "endOffset": 1303 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 102, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1308, - "endColumn": 121, - "endOffset": 1425 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mn-rMN\\values-mn-rMN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 121, - "endOffset": 1665 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json deleted file mode 100644 index 3a9ac431a9b88b4f1211568d6ca06a9f446868ed..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-mr-rIN\\values-mr-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 117, - "endOffset": 168 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 117, - "endOffset": 408 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 173, - "endColumn": 105, - "endOffset": 274 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 413, - "endColumn": 105, - "endOffset": 514 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 279, - "endColumn": 106, - "endOffset": 381 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 519, - "endColumn": 106, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 89, - "endOffset": 471 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 89, - "endOffset": 711 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 476, - "endColumn": 100, - "endOffset": 572 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 716, - "endColumn": 100, - "endOffset": 812 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 577, - "endColumn": 114, - "endOffset": 687 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 817, - "endColumn": 114, - "endOffset": 927 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 692, - "endColumn": 111, - "endOffset": 799 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 932, - "endColumn": 111, - "endOffset": 1039 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 804, - "endColumn": 101, - "endOffset": 901 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1044, - "endColumn": 101, - "endOffset": 1141 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 906, - "endColumn": 95, - "endOffset": 997 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1146, - "endColumn": 95, - "endOffset": 1237 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1002, - "endColumn": 108, - "endOffset": 1106 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 108, - "endOffset": 1346 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1111, - "endColumn": 100, - "endOffset": 1207 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1351, - "endColumn": 100, - "endOffset": 1447 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1212, - "endColumn": 114, - "endOffset": 1322 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1452, - "endColumn": 114, - "endOffset": 1562 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1327, - "endColumn": 122, - "endOffset": 1445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-mr-rIN\\values-mr-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1567, - "endColumn": 122, - "endOffset": 1685 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json b/app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json deleted file mode 100644 index ee248e28b6b1babd6388ee16ad101110b0285c6e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ms-rMY\\values-ms-rMY.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 110, - "endOffset": 161 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 110, - "endOffset": 401 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 166, - "endColumn": 104, - "endOffset": 266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 406, - "endColumn": 104, - "endOffset": 506 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 271, - "endColumn": 107, - "endOffset": 374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 511, - "endColumn": 107, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 86, - "endOffset": 461 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 86, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 466, - "endColumn": 103, - "endOffset": 565 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 706, - "endColumn": 103, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 570, - "endColumn": 110, - "endOffset": 676 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 110, - "endOffset": 916 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 681, - "endColumn": 111, - "endOffset": 788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 111, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 793, - "endColumn": 108, - "endOffset": 897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 108, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 902, - "endColumn": 96, - "endOffset": 994 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 96, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 999, - "endColumn": 108, - "endOffset": 1103 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 108, - "endOffset": 1343 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1108, - "endColumn": 102, - "endOffset": 1206 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 102, - "endOffset": 1446 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1211, - "endColumn": 106, - "endOffset": 1313 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 106, - "endOffset": 1553 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1318, - "endColumn": 121, - "endOffset": 1435 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ms-rMY\\values-ms-rMY.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1558, - "endColumn": 121, - "endOffset": 1675 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-my-rMM.json b/app/build/intermediates/blame/res/debug/multi/values-my-rMM.json deleted file mode 100644 index f817eab9dd97bfa486cf93184331d35042c04f2d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-my-rMM.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-my-rMM\\values-my-rMM.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 108, - "endOffset": 159 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 108, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 104, - "endOffset": 264 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 104, - "endOffset": 504 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 269, - "endColumn": 116, - "endOffset": 381 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 509, - "endColumn": 116, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 92, - "endOffset": 474 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 92, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 479, - "endColumn": 111, - "endOffset": 586 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 111, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 591, - "endColumn": 135, - "endOffset": 722 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 135, - "endOffset": 962 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 727, - "endColumn": 124, - "endOffset": 847 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 967, - "endColumn": 124, - "endOffset": 1087 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 852, - "endColumn": 111, - "endOffset": 959 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1092, - "endColumn": 111, - "endOffset": 1199 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 964, - "endColumn": 101, - "endOffset": 1061 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 101, - "endOffset": 1301 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1066, - "endColumn": 125, - "endOffset": 1187 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1306, - "endColumn": 125, - "endOffset": 1427 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1192, - "endColumn": 110, - "endOffset": 1298 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1432, - "endColumn": 110, - "endOffset": 1538 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1303, - "endColumn": 109, - "endOffset": 1408 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1543, - "endColumn": 109, - "endOffset": 1648 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1413, - "endColumn": 122, - "endOffset": 1531 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-my-rMM\\values-my-rMM.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1653, - "endColumn": 122, - "endOffset": 1771 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-nb.json b/app/build/intermediates/blame/res/debug/multi/values-nb.json deleted file mode 100644 index f9c8c440f012bf34408b546726443e283f18f98c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-nb.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-nb\\values-nb.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 107, - "endOffset": 158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 107, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 163, - "endColumn": 94, - "endOffset": 253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 94, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 258, - "endColumn": 113, - "endOffset": 367 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 113, - "endOffset": 603 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 372, - "endColumn": 85, - "endOffset": 453 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 608, - "endColumn": 85, - "endOffset": 689 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 458, - "endColumn": 99, - "endOffset": 553 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 694, - "endColumn": 99, - "endOffset": 789 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 558, - "endColumn": 112, - "endOffset": 666 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 794, - "endColumn": 112, - "endOffset": 902 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 671, - "endColumn": 102, - "endOffset": 769 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 907, - "endColumn": 102, - "endOffset": 1005 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 774, - "endColumn": 98, - "endOffset": 868 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 98, - "endOffset": 1104 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 873, - "endColumn": 95, - "endOffset": 964 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1109, - "endColumn": 95, - "endOffset": 1200 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 969, - "endColumn": 103, - "endOffset": 1068 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1205, - "endColumn": 103, - "endOffset": 1304 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1073, - "endColumn": 97, - "endOffset": 1166 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1309, - "endColumn": 97, - "endOffset": 1402 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 100, - "endOffset": 1267 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1407, - "endColumn": 100, - "endOffset": 1503 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1272, - "endColumn": 115, - "endOffset": 1383 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nb\\values-nb.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1508, - "endColumn": 115, - "endOffset": 1619 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json b/app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json deleted file mode 100644 index dc53a7225c064266ec3558a37160288259347b34..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ne-rNP\\values-ne-rNP.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 104, - "endOffset": 155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 104, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 103, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 103, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 264, - "endColumn": 107, - "endOffset": 367 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 107, - "endOffset": 607 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 372, - "endColumn": 90, - "endOffset": 458 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 612, - "endColumn": 90, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 463, - "endColumn": 106, - "endOffset": 565 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 106, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 570, - "endColumn": 126, - "endOffset": 692 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 126, - "endOffset": 932 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 697, - "endColumn": 109, - "endOffset": 802 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 937, - "endColumn": 109, - "endOffset": 1042 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 807, - "endColumn": 115, - "endOffset": 918 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 115, - "endOffset": 1158 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 102, - "endOffset": 1021 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1163, - "endColumn": 102, - "endOffset": 1261 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1026, - "endColumn": 114, - "endOffset": 1136 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1266, - "endColumn": 114, - "endOffset": 1376 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 101, - "endOffset": 1238 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1381, - "endColumn": 101, - "endOffset": 1478 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 114, - "endOffset": 1353 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1483, - "endColumn": 114, - "endOffset": 1593 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 130, - "endOffset": 1484 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ne-rNP\\values-ne-rNP.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1598, - "endColumn": 130, - "endOffset": 1724 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-nl.json b/app/build/intermediates/blame/res/debug/multi/values-nl.json deleted file mode 100644 index d0abda1127ca40802572d891cd9ab90e33282213..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-nl.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-nl\\values-nl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 117, - "endOffset": 168 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 117, - "endOffset": 404 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 173, - "endColumn": 104, - "endOffset": 273 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 409, - "endColumn": 104, - "endOffset": 509 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 278, - "endColumn": 106, - "endOffset": 380 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 514, - "endColumn": 106, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 85, - "endOffset": 466 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 85, - "endOffset": 702 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 471, - "endColumn": 107, - "endOffset": 574 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 707, - "endColumn": 107, - "endOffset": 810 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 579, - "endColumn": 119, - "endOffset": 694 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 815, - "endColumn": 119, - "endOffset": 930 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 699, - "endColumn": 110, - "endOffset": 805 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 935, - "endColumn": 110, - "endOffset": 1041 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 103, - "endOffset": 909 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 103, - "endOffset": 1145 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 914, - "endColumn": 98, - "endOffset": 1008 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1150, - "endColumn": 98, - "endOffset": 1244 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 114, - "endOffset": 1123 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 114, - "endOffset": 1359 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1128, - "endColumn": 112, - "endOffset": 1236 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1364, - "endColumn": 112, - "endOffset": 1472 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1241, - "endColumn": 102, - "endOffset": 1339 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1477, - "endColumn": 102, - "endOffset": 1575 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1344, - "endColumn": 117, - "endOffset": 1457 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-nl\\values-nl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1580, - "endColumn": 117, - "endOffset": 1693 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-pl.json b/app/build/intermediates/blame/res/debug/multi/values-pl.json deleted file mode 100644 index e4c0ceacf48fcccd4fe5c2833f0d864d77d8336b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-pl.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-pl\\values-pl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 115, - "endOffset": 166 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 115, - "endOffset": 402 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 171, - "endColumn": 101, - "endOffset": 268 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 407, - "endColumn": 101, - "endOffset": 504 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 273, - "endColumn": 107, - "endOffset": 376 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 509, - "endColumn": 107, - "endOffset": 612 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 381, - "endColumn": 85, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 617, - "endColumn": 85, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 108, - "endOffset": 571 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 108, - "endOffset": 807 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 576, - "endColumn": 118, - "endOffset": 690 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 812, - "endColumn": 118, - "endOffset": 926 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 108, - "endOffset": 799 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 931, - "endColumn": 108, - "endOffset": 1035 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 804, - "endColumn": 108, - "endOffset": 908 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1040, - "endColumn": 108, - "endOffset": 1144 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 913, - "endColumn": 98, - "endOffset": 1007 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1149, - "endColumn": 98, - "endOffset": 1243 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1012, - "endColumn": 108, - "endOffset": 1116 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1248, - "endColumn": 108, - "endOffset": 1352 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1121, - "endColumn": 110, - "endOffset": 1227 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1357, - "endColumn": 110, - "endOffset": 1463 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1232, - "endColumn": 107, - "endOffset": 1335 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1468, - "endColumn": 107, - "endOffset": 1571 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 122, - "endOffset": 1458 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pl\\values-pl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1576, - "endColumn": 122, - "endOffset": 1694 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-port.json b/app/build/intermediates/blame/res/debug/multi/values-port.json deleted file mode 100644 index 39f6391c006de08484ce8a39a4ec49a06592f5b0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-port.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-port\\values-port.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 55, - "endOffset": 106 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-port\\values-port.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 55, - "endOffset": 342 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json b/app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json deleted file mode 100644 index e6bc1a7b194b8ee84a79135bc5fcf584ffd65b98..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT\\values-pt-rPT.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 119, - "endOffset": 170 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 119, - "endOffset": 410 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 175, - "endColumn": 105, - "endOffset": 276 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 415, - "endColumn": 105, - "endOffset": 516 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 106, - "endOffset": 383 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 521, - "endColumn": 106, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 88, - "endOffset": 472 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 88, - "endOffset": 712 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 477, - "endColumn": 100, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 717, - "endColumn": 100, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 578, - "endColumn": 123, - "endOffset": 697 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 123, - "endOffset": 937 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 702, - "endColumn": 106, - "endOffset": 804 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 942, - "endColumn": 106, - "endOffset": 1044 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 809, - "endColumn": 111, - "endOffset": 916 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 111, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 101, - "endOffset": 1018 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 101, - "endOffset": 1258 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 107, - "endOffset": 1126 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 107, - "endOffset": 1366 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 106, - "endOffset": 1233 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1371, - "endColumn": 106, - "endOffset": 1473 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1238, - "endColumn": 106, - "endOffset": 1340 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1478, - "endColumn": 106, - "endOffset": 1580 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1345, - "endColumn": 121, - "endOffset": 1462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt-rPT\\values-pt-rPT.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 121, - "endOffset": 1702 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-pt.json b/app/build/intermediates/blame/res/debug/multi/values-pt.json deleted file mode 100644 index 179fc33fa57aa8c00cce7c9bb22ae53c91284f88..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-pt.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-pt\\values-pt.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 119, - "endOffset": 170 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 119, - "endOffset": 406 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 175, - "endColumn": 105, - "endOffset": 276 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 411, - "endColumn": 105, - "endOffset": 512 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 106, - "endOffset": 383 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 517, - "endColumn": 106, - "endOffset": 619 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 88, - "endOffset": 472 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 624, - "endColumn": 88, - "endOffset": 708 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 477, - "endColumn": 100, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 713, - "endColumn": 100, - "endOffset": 809 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 578, - "endColumn": 124, - "endOffset": 698 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 814, - "endColumn": 124, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 106, - "endOffset": 805 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 939, - "endColumn": 106, - "endOffset": 1041 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 111, - "endOffset": 917 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 111, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 922, - "endColumn": 101, - "endOffset": 1019 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 101, - "endOffset": 1255 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 107, - "endOffset": 1127 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 107, - "endOffset": 1363 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 106, - "endOffset": 1234 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 106, - "endOffset": 1470 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 109, - "endOffset": 1344 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1475, - "endColumn": 109, - "endOffset": 1580 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 124, - "endOffset": 1469 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-pt\\values-pt.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 124, - "endOffset": 1705 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ro.json b/app/build/intermediates/blame/res/debug/multi/values-ro.json deleted file mode 100644 index 53b50f783ccd40d99ccf5fbe8ea27e160f5a3f4e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ro.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ro\\values-ro.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 120, - "endOffset": 171 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 120, - "endOffset": 407 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 176, - "endColumn": 103, - "endOffset": 275 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 412, - "endColumn": 103, - "endOffset": 511 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 112, - "endOffset": 388 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 516, - "endColumn": 112, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 87, - "endOffset": 476 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 87, - "endOffset": 712 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 481, - "endColumn": 111, - "endOffset": 588 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 717, - "endColumn": 111, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 593, - "endColumn": 120, - "endOffset": 709 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 120, - "endOffset": 945 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 111, - "endOffset": 821 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 950, - "endColumn": 111, - "endOffset": 1057 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 826, - "endColumn": 112, - "endOffset": 934 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 112, - "endOffset": 1170 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 939, - "endColumn": 99, - "endOffset": 1034 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1175, - "endColumn": 99, - "endOffset": 1270 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1039, - "endColumn": 113, - "endOffset": 1148 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 113, - "endOffset": 1384 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 104, - "endOffset": 1253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1389, - "endColumn": 104, - "endOffset": 1489 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1258, - "endColumn": 105, - "endOffset": 1359 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1494, - "endColumn": 105, - "endOffset": 1595 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1364, - "endColumn": 120, - "endOffset": 1480 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ro\\values-ro.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1600, - "endColumn": 120, - "endOffset": 1716 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ru.json b/app/build/intermediates/blame/res/debug/multi/values-ru.json deleted file mode 100644 index f4a6358c29e9f3417b2f52492260ac3f6e003fd0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ru.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ru\\values-ru.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 114, - "endOffset": 165 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 114, - "endOffset": 401 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 101, - "endOffset": 267 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 406, - "endColumn": 101, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 272, - "endColumn": 111, - "endOffset": 379 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 111, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 85, - "endOffset": 465 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 85, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 470, - "endColumn": 104, - "endOffset": 570 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 706, - "endColumn": 104, - "endOffset": 806 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 575, - "endColumn": 119, - "endOffset": 690 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 811, - "endColumn": 119, - "endOffset": 926 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 105, - "endOffset": 796 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 931, - "endColumn": 105, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 801, - "endColumn": 107, - "endOffset": 904 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 107, - "endOffset": 1140 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 909, - "endColumn": 97, - "endOffset": 1002 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1145, - "endColumn": 97, - "endOffset": 1238 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1007, - "endColumn": 108, - "endOffset": 1111 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 108, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1116, - "endColumn": 105, - "endOffset": 1217 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 105, - "endOffset": 1453 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 107, - "endOffset": 1325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1458, - "endColumn": 107, - "endOffset": 1561 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1330, - "endColumn": 135, - "endOffset": 1461 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ru\\values-ru.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1566, - "endColumn": 135, - "endOffset": 1697 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-si-rLK.json b/app/build/intermediates/blame/res/debug/multi/values-si-rLK.json deleted file mode 100644 index 87cac30f3b71cf049834a264c851fbacd746e595..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-si-rLK.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-si-rLK\\values-si-rLK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 109, - "endOffset": 160 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 109, - "endOffset": 400 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 165, - "endColumn": 106, - "endOffset": 267 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 405, - "endColumn": 106, - "endOffset": 507 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 272, - "endColumn": 106, - "endOffset": 374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 512, - "endColumn": 106, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 87, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 87, - "endOffset": 702 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 104, - "endOffset": 567 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 707, - "endColumn": 104, - "endOffset": 807 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 572, - "endColumn": 115, - "endOffset": 683 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 812, - "endColumn": 115, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 688, - "endColumn": 108, - "endOffset": 792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 108, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 797, - "endColumn": 104, - "endOffset": 897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 104, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 902, - "endColumn": 97, - "endOffset": 995 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 97, - "endOffset": 1235 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 109, - "endOffset": 1105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1240, - "endColumn": 109, - "endOffset": 1345 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1110, - "endColumn": 98, - "endOffset": 1204 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1350, - "endColumn": 98, - "endOffset": 1444 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 105, - "endOffset": 1310 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 105, - "endOffset": 1550 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 120, - "endOffset": 1431 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-si-rLK\\values-si-rLK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1555, - "endColumn": 120, - "endOffset": 1671 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sk.json b/app/build/intermediates/blame/res/debug/multi/values-sk.json deleted file mode 100644 index 7d5299fa749fd05aedb518d3f05197ea4dd41f58..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sk.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sk\\values-sk.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 106, - "endOffset": 157 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 106, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 162, - "endColumn": 99, - "endOffset": 257 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 99, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 262, - "endColumn": 110, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 498, - "endColumn": 110, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 85, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 85, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 107, - "endOffset": 562 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 107, - "endOffset": 798 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 567, - "endColumn": 117, - "endOffset": 680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 803, - "endColumn": 117, - "endOffset": 916 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 685, - "endColumn": 104, - "endOffset": 785 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 104, - "endOffset": 1021 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 790, - "endColumn": 108, - "endOffset": 894 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1026, - "endColumn": 108, - "endOffset": 1130 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 899, - "endColumn": 98, - "endOffset": 993 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1135, - "endColumn": 98, - "endOffset": 1229 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 998, - "endColumn": 105, - "endOffset": 1099 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1234, - "endColumn": 105, - "endOffset": 1335 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1104, - "endColumn": 110, - "endOffset": 1210 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 110, - "endOffset": 1446 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1215, - "endColumn": 108, - "endOffset": 1319 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 108, - "endOffset": 1555 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 123, - "endOffset": 1443 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sk\\values-sk.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1560, - "endColumn": 123, - "endOffset": 1679 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sl.json b/app/build/intermediates/blame/res/debug/multi/values-sl.json deleted file mode 100644 index 015d3fe5eff996d619b1f82d1ce3a33dc9442bcf..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sl.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sl\\values-sl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 106, - "endOffset": 157 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 106, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 162, - "endColumn": 106, - "endOffset": 264 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 106, - "endOffset": 500 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 269, - "endColumn": 107, - "endOffset": 372 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 505, - "endColumn": 107, - "endOffset": 608 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 377, - "endColumn": 86, - "endOffset": 459 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 613, - "endColumn": 86, - "endOffset": 695 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 464, - "endColumn": 102, - "endOffset": 562 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 700, - "endColumn": 102, - "endOffset": 798 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 567, - "endColumn": 118, - "endOffset": 681 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 803, - "endColumn": 118, - "endOffset": 917 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 686, - "endColumn": 107, - "endOffset": 789 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 922, - "endColumn": 107, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 794, - "endColumn": 108, - "endOffset": 898 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 108, - "endOffset": 1134 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 903, - "endColumn": 99, - "endOffset": 998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1139, - "endColumn": 99, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1003, - "endColumn": 112, - "endOffset": 1111 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 112, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1116, - "endColumn": 106, - "endOffset": 1218 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 106, - "endOffset": 1454 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1223, - "endColumn": 103, - "endOffset": 1322 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1459, - "endColumn": 103, - "endOffset": 1558 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1327, - "endColumn": 116, - "endOffset": 1439 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sl\\values-sl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1563, - "endColumn": 116, - "endOffset": 1675 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sr.json b/app/build/intermediates/blame/res/debug/multi/values-sr.json deleted file mode 100644 index 6aa9124fb1b4dc73b9e913a70d643d449ea5aad4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sr.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sr\\values-sr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 108, - "endOffset": 159 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 108, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 102, - "endOffset": 262 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 102, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 267, - "endColumn": 105, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 105, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 85, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 85, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 103, - "endOffset": 558 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 103, - "endOffset": 794 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 563, - "endColumn": 117, - "endOffset": 676 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 799, - "endColumn": 117, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 681, - "endColumn": 104, - "endOffset": 781 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 104, - "endOffset": 1017 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 786, - "endColumn": 107, - "endOffset": 889 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1022, - "endColumn": 107, - "endOffset": 1125 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 894, - "endColumn": 100, - "endOffset": 990 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 100, - "endOffset": 1226 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 995, - "endColumn": 103, - "endOffset": 1094 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1231, - "endColumn": 103, - "endOffset": 1330 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1099, - "endColumn": 107, - "endOffset": 1202 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 107, - "endOffset": 1438 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1207, - "endColumn": 100, - "endOffset": 1303 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1443, - "endColumn": 100, - "endOffset": 1539 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1308, - "endColumn": 127, - "endOffset": 1431 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sr\\values-sr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1544, - "endColumn": 127, - "endOffset": 1667 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sv.json b/app/build/intermediates/blame/res/debug/multi/values-sv.json deleted file mode 100644 index dd07dc791c9866426a7e72b4bf4fd9a375b4deeb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sv.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sv\\values-sv.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 105, - "endOffset": 156 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 105, - "endOffset": 392 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 161, - "endColumn": 102, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 397, - "endColumn": 102, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 264, - "endColumn": 110, - "endOffset": 370 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 500, - "endColumn": 110, - "endOffset": 606 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 375, - "endColumn": 84, - "endOffset": 455 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 611, - "endColumn": 84, - "endOffset": 691 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 460, - "endColumn": 101, - "endOffset": 557 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 696, - "endColumn": 101, - "endOffset": 793 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 562, - "endColumn": 112, - "endOffset": 670 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 798, - "endColumn": 112, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 675, - "endColumn": 105, - "endOffset": 776 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 105, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 781, - "endColumn": 99, - "endOffset": 876 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 99, - "endOffset": 1112 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 881, - "endColumn": 95, - "endOffset": 972 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 95, - "endOffset": 1208 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 977, - "endColumn": 104, - "endOffset": 1077 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1213, - "endColumn": 104, - "endOffset": 1313 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1082, - "endColumn": 101, - "endOffset": 1179 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1318, - "endColumn": 101, - "endOffset": 1415 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1184, - "endColumn": 101, - "endOffset": 1281 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1420, - "endColumn": 101, - "endOffset": 1517 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1286, - "endColumn": 116, - "endOffset": 1398 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sv\\values-sv.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1522, - "endColumn": 116, - "endOffset": 1634 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sw.json b/app/build/intermediates/blame/res/debug/multi/values-sw.json deleted file mode 100644 index a67d4de467df474007d4c837ff2a9677fbd42af7..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sw.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sw\\values-sw.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 102, - "endOffset": 153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 102, - "endOffset": 389 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 158, - "endColumn": 97, - "endOffset": 251 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 394, - "endColumn": 97, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 256, - "endColumn": 107, - "endOffset": 359 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 492, - "endColumn": 107, - "endOffset": 595 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 364, - "endColumn": 89, - "endOffset": 449 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 600, - "endColumn": 89, - "endOffset": 685 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 454, - "endColumn": 104, - "endOffset": 554 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 690, - "endColumn": 104, - "endOffset": 790 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 559, - "endColumn": 116, - "endOffset": 671 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 795, - "endColumn": 116, - "endOffset": 907 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 676, - "endColumn": 100, - "endOffset": 772 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 912, - "endColumn": 100, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 777, - "endColumn": 108, - "endOffset": 881 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 108, - "endOffset": 1117 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 886, - "endColumn": 98, - "endOffset": 980 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1122, - "endColumn": 98, - "endOffset": 1216 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 985, - "endColumn": 106, - "endOffset": 1087 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 106, - "endOffset": 1323 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1092, - "endColumn": 108, - "endOffset": 1196 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1328, - "endColumn": 108, - "endOffset": 1432 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1201, - "endColumn": 104, - "endOffset": 1301 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1437, - "endColumn": 104, - "endOffset": 1537 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1306, - "endColumn": 118, - "endOffset": 1420 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw\\values-sw.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1542, - "endColumn": 118, - "endOffset": 1656 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json deleted file mode 100644 index bbc132952adf2c5c70cfb8ac2b42a6c5571f7d1b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json +++ /dev/null @@ -1,351 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13\\values-sw600dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 68, - "endOffset": 119 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 68, - "endOffset": 359 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 124, - "endColumn": 69, - "endOffset": 189 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 364, - "endColumn": 69, - "endOffset": 429 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 194, - "endColumn": 69, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 434, - "endColumn": 69, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 264, - "endColumn": 78, - "endOffset": 338 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 504, - "endColumn": 78, - "endOffset": 578 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 343, - "endColumn": 75, - "endOffset": 414 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 583, - "endColumn": 75, - "endOffset": 654 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 419, - "endColumn": 58, - "endOffset": 473 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 899, - "endColumn": 58, - "endOffset": 953 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 478, - "endColumn": 70, - "endOffset": 544 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1198, - "endColumn": 70, - "endOffset": 1264 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 549, - "endColumn": 67, - "endOffset": 612 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1269, - "endColumn": 67, - "endOffset": 1332 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 617, - "endColumn": 62, - "endOffset": 675 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 289, - "endColumn": 62, - "endOffset": 347 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 680, - "endColumn": 63, - "endOffset": 739 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 352, - "endColumn": 63, - "endOffset": 411 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 744, - "endColumn": 64, - "endOffset": 804 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 416, - "endColumn": 64, - "endOffset": 476 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 809, - "endColumn": 50, - "endOffset": 855 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 481, - "endColumn": 50, - "endOffset": 527 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 860, - "endColumn": 50, - "endOffset": 906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 532, - "endColumn": 50, - "endOffset": 578 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 911, - "endColumn": 91, - "endOffset": 998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 583, - "endColumn": 91, - "endOffset": 670 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1003, - "endColumn": 45, - "endOffset": 1044 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 675, - "endColumn": 45, - "endOffset": 716 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 54, - "endOffset": 1099 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1337, - "endColumn": 54, - "endOffset": 1387 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1104, - "endColumn": 55, - "endOffset": 1155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 955, - "endColumn": 55, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1160, - "endLine": 22, - "endColumn": 12, - "endOffset": 1337 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-sw600dp\\values-sw600dp.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1245, - "endLine": 19, - "endColumn": 12, - "endOffset": 1422 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json deleted file mode 100644 index 74d5876d4e9abbecc9bc33a54036dabcdc9b86ad..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ta-rIN\\values-ta-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 113, - "endOffset": 164 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 113, - "endOffset": 404 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 169, - "endColumn": 104, - "endOffset": 269 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 409, - "endColumn": 104, - "endOffset": 509 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 274, - "endColumn": 114, - "endOffset": 384 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 514, - "endColumn": 114, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 88, - "endOffset": 473 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 88, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 478, - "endColumn": 106, - "endOffset": 580 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 718, - "endColumn": 106, - "endOffset": 820 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 585, - "endColumn": 125, - "endOffset": 706 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 825, - "endColumn": 125, - "endOffset": 946 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 711, - "endColumn": 101, - "endOffset": 808 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 951, - "endColumn": 101, - "endOffset": 1048 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 813, - "endColumn": 103, - "endOffset": 912 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 103, - "endOffset": 1152 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 96, - "endOffset": 1009 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1157, - "endColumn": 96, - "endOffset": 1249 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1014, - "endColumn": 109, - "endOffset": 1119 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 109, - "endOffset": 1359 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 101, - "endOffset": 1221 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1364, - "endColumn": 101, - "endOffset": 1461 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1226, - "endColumn": 106, - "endOffset": 1328 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 106, - "endOffset": 1568 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 118, - "endOffset": 1447 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ta-rIN\\values-ta-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1573, - "endColumn": 118, - "endOffset": 1687 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-te-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-te-rIN.json deleted file mode 100644 index 439bb6c80e774b4fc80165ee5e5ed542d9bf20f4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-te-rIN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-te-rIN\\values-te-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 113, - "endOffset": 164 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 113, - "endOffset": 404 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 169, - "endColumn": 108, - "endOffset": 273 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 409, - "endColumn": 108, - "endOffset": 513 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 278, - "endColumn": 110, - "endOffset": 384 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 518, - "endColumn": 110, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 89, - "endOffset": 474 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 89, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 479, - "endColumn": 104, - "endOffset": 579 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 104, - "endOffset": 819 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 584, - "endColumn": 124, - "endOffset": 704 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 824, - "endColumn": 124, - "endOffset": 944 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 709, - "endColumn": 112, - "endOffset": 817 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 949, - "endColumn": 112, - "endOffset": 1057 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 822, - "endColumn": 107, - "endOffset": 925 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 107, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 930, - "endColumn": 99, - "endOffset": 1025 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 99, - "endOffset": 1265 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 110, - "endOffset": 1136 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1270, - "endColumn": 110, - "endOffset": 1376 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 101, - "endOffset": 1238 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1381, - "endColumn": 101, - "endOffset": 1478 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 116, - "endOffset": 1355 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1483, - "endColumn": 116, - "endOffset": 1595 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 126, - "endOffset": 1482 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-te-rIN\\values-te-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1600, - "endColumn": 126, - "endOffset": 1722 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-th.json b/app/build/intermediates/blame/res/debug/multi/values-th.json deleted file mode 100644 index 450434db5478d1ff611c1239fb984a2200f1ecd1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-th.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-th\\values-th.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 104, - "endOffset": 155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 104, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 97, - "endOffset": 253 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 97, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 258, - "endColumn": 107, - "endOffset": 361 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 107, - "endOffset": 597 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 366, - "endColumn": 88, - "endOffset": 450 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 602, - "endColumn": 88, - "endOffset": 686 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 455, - "endColumn": 101, - "endOffset": 552 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 691, - "endColumn": 101, - "endOffset": 788 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 557, - "endColumn": 109, - "endOffset": 662 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 793, - "endColumn": 109, - "endOffset": 898 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 667, - "endColumn": 107, - "endOffset": 770 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 903, - "endColumn": 107, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 775, - "endColumn": 103, - "endOffset": 874 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 103, - "endOffset": 1110 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 879, - "endColumn": 97, - "endOffset": 972 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1115, - "endColumn": 97, - "endOffset": 1208 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 977, - "endColumn": 107, - "endOffset": 1080 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1213, - "endColumn": 107, - "endOffset": 1316 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1085, - "endColumn": 104, - "endOffset": 1185 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1321, - "endColumn": 104, - "endOffset": 1421 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1190, - "endColumn": 100, - "endOffset": 1286 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1426, - "endColumn": 100, - "endOffset": 1522 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1291, - "endColumn": 115, - "endOffset": 1402 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-th\\values-th.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1527, - "endColumn": 115, - "endOffset": 1638 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-tl.json b/app/build/intermediates/blame/res/debug/multi/values-tl.json deleted file mode 100644 index 4e704c1e30f18b39366edc4e3e9645bc1d7e9fb3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-tl.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-tl\\values-tl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 118, - "endOffset": 169 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 118, - "endOffset": 405 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 174, - "endColumn": 107, - "endOffset": 277 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 410, - "endColumn": 107, - "endOffset": 513 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 282, - "endColumn": 116, - "endOffset": 394 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 518, - "endColumn": 116, - "endOffset": 630 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 87, - "endOffset": 482 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 635, - "endColumn": 87, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 487, - "endColumn": 105, - "endOffset": 588 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 723, - "endColumn": 105, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 593, - "endColumn": 120, - "endOffset": 709 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 120, - "endOffset": 945 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 108, - "endOffset": 818 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 950, - "endColumn": 108, - "endOffset": 1054 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 823, - "endColumn": 110, - "endOffset": 929 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1059, - "endColumn": 110, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 934, - "endColumn": 100, - "endOffset": 1030 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 100, - "endOffset": 1266 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 109, - "endOffset": 1140 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 109, - "endOffset": 1376 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1145, - "endColumn": 116, - "endOffset": 1257 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1381, - "endColumn": 116, - "endOffset": 1493 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1262, - "endColumn": 107, - "endOffset": 1365 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1498, - "endColumn": 107, - "endOffset": 1601 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1370, - "endColumn": 122, - "endOffset": 1488 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tl\\values-tl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1606, - "endColumn": 122, - "endOffset": 1724 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-tr.json b/app/build/intermediates/blame/res/debug/multi/values-tr.json deleted file mode 100644 index 0a71c2e700be59d88e26cae6c0fec8255e6f8a7c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-tr.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-tr\\values-tr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 104, - "endOffset": 155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 104, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 98, - "endOffset": 254 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 98, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 259, - "endColumn": 111, - "endOffset": 366 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 111, - "endOffset": 602 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 371, - "endColumn": 89, - "endOffset": 456 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 607, - "endColumn": 89, - "endOffset": 692 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 461, - "endColumn": 105, - "endOffset": 562 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 697, - "endColumn": 105, - "endOffset": 798 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 567, - "endColumn": 119, - "endOffset": 682 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 803, - "endColumn": 119, - "endOffset": 918 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 687, - "endColumn": 106, - "endOffset": 789 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 106, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 794, - "endColumn": 104, - "endOffset": 894 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 104, - "endOffset": 1130 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 899, - "endColumn": 95, - "endOffset": 990 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1135, - "endColumn": 95, - "endOffset": 1226 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 995, - "endColumn": 106, - "endOffset": 1097 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1231, - "endColumn": 106, - "endOffset": 1333 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1102, - "endColumn": 101, - "endOffset": 1199 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1338, - "endColumn": 101, - "endOffset": 1435 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 107, - "endOffset": 1307 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1440, - "endColumn": 107, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1312, - "endColumn": 118, - "endOffset": 1426 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-tr\\values-tr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 118, - "endOffset": 1662 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-uk.json b/app/build/intermediates/blame/res/debug/multi/values-uk.json deleted file mode 100644 index a9772259bc051a64a2a0d81144be7655574e10d6..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-uk.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-uk\\values-uk.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 109, - "endOffset": 160 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 109, - "endOffset": 396 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 165, - "endColumn": 101, - "endOffset": 262 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 101, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 267, - "endColumn": 105, - "endOffset": 368 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 105, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 373, - "endColumn": 85, - "endOffset": 454 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 85, - "endOffset": 690 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 459, - "endColumn": 107, - "endOffset": 562 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 695, - "endColumn": 107, - "endOffset": 798 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 567, - "endColumn": 117, - "endOffset": 680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 803, - "endColumn": 117, - "endOffset": 916 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 685, - "endColumn": 105, - "endOffset": 786 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 921, - "endColumn": 105, - "endOffset": 1022 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 791, - "endColumn": 106, - "endOffset": 893 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1027, - "endColumn": 106, - "endOffset": 1129 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 898, - "endColumn": 97, - "endOffset": 991 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1134, - "endColumn": 97, - "endOffset": 1227 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 996, - "endColumn": 107, - "endOffset": 1099 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1232, - "endColumn": 107, - "endOffset": 1335 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1104, - "endColumn": 105, - "endOffset": 1205 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 105, - "endOffset": 1441 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1210, - "endColumn": 108, - "endOffset": 1314 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1446, - "endColumn": 108, - "endOffset": 1550 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1319, - "endColumn": 123, - "endOffset": 1438 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uk\\values-uk.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1555, - "endColumn": 123, - "endOffset": 1674 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json b/app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json deleted file mode 100644 index 6f306f6e332121e2b357e96d5833ba15e8349a0b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-ur-rPK\\values-ur-rPK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 109, - "endOffset": 160 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 109, - "endOffset": 400 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 165, - "endColumn": 105, - "endOffset": 266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 405, - "endColumn": 105, - "endOffset": 506 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 271, - "endColumn": 108, - "endOffset": 375 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 511, - "endColumn": 108, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 380, - "endColumn": 85, - "endOffset": 461 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 85, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 466, - "endColumn": 103, - "endOffset": 565 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 706, - "endColumn": 103, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 570, - "endColumn": 119, - "endOffset": 685 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 119, - "endOffset": 925 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 690, - "endColumn": 107, - "endOffset": 793 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 930, - "endColumn": 107, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 798, - "endColumn": 108, - "endOffset": 902 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 108, - "endOffset": 1142 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 907, - "endColumn": 101, - "endOffset": 1004 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1147, - "endColumn": 101, - "endOffset": 1244 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1009, - "endColumn": 110, - "endOffset": 1115 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 110, - "endOffset": 1355 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1120, - "endColumn": 99, - "endOffset": 1215 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 99, - "endOffset": 1455 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1220, - "endColumn": 107, - "endOffset": 1323 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1460, - "endColumn": 107, - "endOffset": 1563 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1328, - "endColumn": 128, - "endOffset": 1452 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-ur-rPK\\values-ur-rPK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1568, - "endColumn": 128, - "endOffset": 1692 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json b/app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json deleted file mode 100644 index 2884673892a84ec8635197d06bee6cabb6777695..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json +++ /dev/null @@ -1,235 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-uz-rUZ\\values-uz-rUZ.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 104, - "endOffset": 155 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 104, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 103, - "endOffset": 259 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 103, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 264, - "endColumn": 116, - "endOffset": 376 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 116, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 381, - "endColumn": 85, - "endOffset": 462 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 85, - "endOffset": 702 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 467, - "endColumn": 110, - "endOffset": 573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 707, - "endColumn": 110, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 578, - "endColumn": 115, - "endOffset": 689 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 115, - "endOffset": 929 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 694, - "endColumn": 108, - "endOffset": 798 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 934, - "endColumn": 108, - "endOffset": 1038 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 803, - "endColumn": 106, - "endOffset": 905 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1043, - "endColumn": 106, - "endOffset": 1145 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 98, - "endOffset": 1004 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1150, - "endColumn": 98, - "endOffset": 1244 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1009, - "endColumn": 107, - "endOffset": 1112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 107, - "endOffset": 1352 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 104, - "endOffset": 1217 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1357, - "endColumn": 104, - "endOffset": 1457 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 104, - "endOffset": 1322 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-uz-rUZ\\values-uz-rUZ.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1462, - "endColumn": 104, - "endOffset": 1562 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v11.json b/app/build/intermediates/blame/res/debug/multi/values-v11.json deleted file mode 100644 index 501c542c2834cd5ebb74873a8a66ea0ddd0f39d9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v11.json +++ /dev/null @@ -1,356 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v11\\values-v11.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 7, - "endColumn": 12, - "endOffset": 469 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 301, - "endLine": 9, - "endColumn": 12, - "endOffset": 715 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 474, - "endLine": 13, - "endColumn": 12, - "endOffset": 894 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 720, - "endLine": 15, - "endColumn": 12, - "endOffset": 1140 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 899, - "endLine": 19, - "endColumn": 12, - "endOffset": 1322 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1145, - "endLine": 21, - "endColumn": 12, - "endOffset": 1568 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1327, - "endLine": 25, - "endColumn": 12, - "endOffset": 1748 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1573, - "endLine": 27, - "endColumn": 12, - "endOffset": 1994 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1753, - "endLine": 31, - "endColumn": 12, - "endOffset": 2177 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1999, - "endLine": 33, - "endColumn": 12, - "endOffset": 2423 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2182, - "endLine": 37, - "endColumn": 12, - "endOffset": 2602 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2428, - "endLine": 39, - "endColumn": 12, - "endOffset": 2848 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2607, - "endColumn": 88, - "endOffset": 2691 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3094, - "endColumn": 88, - "endOffset": 3178 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2696, - "endColumn": 100, - "endOffset": 2792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3183, - "endColumn": 100, - "endOffset": 3279 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2797, - "endLine": 44, - "endColumn": 12, - "endOffset": 3200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3284, - "endLine": 48, - "endColumn": 12, - "endOffset": 3687 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3205, - "endLine": 49, - "endColumn": 12, - "endOffset": 3620 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3692, - "endLine": 53, - "endColumn": 12, - "endOffset": 4107 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3625, - "endLine": 51, - "endColumn": 12, - "endOffset": 3727 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4353, - "endLine": 57, - "endColumn": 12, - "endOffset": 4455 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3732, - "endLine": 53, - "endColumn": 12, - "endOffset": 3856 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4460, - "endLine": 59, - "endColumn": 12, - "endOffset": 4584 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3861, - "endLine": 58, - "endColumn": 12, - "endOffset": 4220 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4589, - "endLine": 64, - "endColumn": 12, - "endOffset": 4948 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4225, - "endColumn": 70, - "endOffset": 4291 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5194, - "endColumn": 70, - "endOffset": 5260 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4296, - "endColumn": 82, - "endOffset": 4374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5265, - "endColumn": 82, - "endOffset": 5343 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4379, - "endLine": 111, - "endColumn": 12, - "endOffset": 8123 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5348, - "endLine": 119, - "endColumn": 12, - "endOffset": 9092 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 8128, - "endLine": 163, - "endColumn": 12, - "endOffset": 12012 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v11\\values-v11.xml", - "position": { - "startLine": 120, - "startColumn": 4, - "startOffset": 9097, - "endLine": 171, - "endColumn": 12, - "endOffset": 12981 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v12.json b/app/build/intermediates/blame/res/debug/multi/values-v12.json deleted file mode 100644 index 3197eb62e0f7006ca8d8bcaf28aeeaea534782f1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v12.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v12\\values-v12.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 4, - "endColumn": 12, - "endOffset": 276 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v12\\values-v12.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 296, - "endLine": 6, - "endColumn": 12, - "endOffset": 517 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 281, - "endLine": 7, - "endColumn": 12, - "endOffset": 478 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v12\\values-v12.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 522, - "endLine": 9, - "endColumn": 12, - "endOffset": 719 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 483, - "endColumn": 118, - "endOffset": 597 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v12\\values-v12.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 724, - "endColumn": 118, - "endOffset": 838 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 602, - "endColumn": 94, - "endOffset": 692 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v12\\values-v12.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 843, - "endColumn": 94, - "endOffset": 933 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v14.json b/app/build/intermediates/blame/res/debug/multi/values-v14.json deleted file mode 100644 index d7d6f3bb0b30e4ea0a06b0d9e626c3906c6acaff..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v14.json +++ /dev/null @@ -1,205 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v14\\values-v14.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 6, - "endColumn": 12, - "endOffset": 326 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 301, - "endLine": 8, - "endColumn": 12, - "endOffset": 572 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 331, - "endColumn": 70, - "endOffset": 397 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 818, - "endColumn": 70, - "endOffset": 884 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 402, - "endColumn": 82, - "endOffset": 480 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 889, - "endColumn": 82, - "endOffset": 967 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 485, - "endLine": 14, - "endColumn": 12, - "endOffset": 890 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 972, - "endLine": 18, - "endColumn": 12, - "endOffset": 1377 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 895, - "endLine": 20, - "endColumn": 12, - "endOffset": 1312 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1382, - "endLine": 24, - "endColumn": 12, - "endOffset": 1799 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1317, - "endColumn": 119, - "endOffset": 1432 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2040, - "endColumn": 119, - "endOffset": 2155 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1437, - "endColumn": 62, - "endOffset": 1495 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2160, - "endColumn": 62, - "endOffset": 2218 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1500, - "endLine": 25, - "endColumn": 12, - "endOffset": 1649 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2223, - "endLine": 31, - "endColumn": 12, - "endOffset": 2372 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1654, - "endColumn": 62, - "endOffset": 1712 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2377, - "endColumn": 62, - "endOffset": 2435 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1717, - "endColumn": 131, - "endOffset": 1844 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v14\\values-v14.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2440, - "endColumn": 131, - "endOffset": 2567 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v17.json b/app/build/intermediates/blame/res/debug/multi/values-v17.json deleted file mode 100644 index 1c9866d0f657051d44bcb7206adc6df4f825c107..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v17.json +++ /dev/null @@ -1,301 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v17\\values-v17.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 4, - "endColumn": 12, - "endOffset": 223 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endLine": 6, - "endColumn": 12, - "endOffset": 463 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 228, - "endLine": 8, - "endColumn": 12, - "endOffset": 451 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 468, - "endLine": 10, - "endColumn": 12, - "endOffset": 691 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 456, - "endLine": 12, - "endColumn": 12, - "endOffset": 788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 696, - "endLine": 14, - "endColumn": 12, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 793, - "endLine": 15, - "endColumn": 12, - "endOffset": 946 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1033, - "endLine": 17, - "endColumn": 12, - "endOffset": 1186 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 951, - "endLine": 18, - "endColumn": 12, - "endOffset": 1096 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1191, - "endLine": 20, - "endColumn": 12, - "endOffset": 1336 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1101, - "endLine": 21, - "endColumn": 12, - "endOffset": 1268 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1341, - "endLine": 23, - "endColumn": 12, - "endOffset": 1508 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1273, - "endLine": 25, - "endColumn": 12, - "endOffset": 1496 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1513, - "endLine": 27, - "endColumn": 12, - "endOffset": 1736 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1501, - "endLine": 29, - "endColumn": 12, - "endOffset": 1738 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1741, - "endLine": 31, - "endColumn": 12, - "endOffset": 1978 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1743, - "endLine": 32, - "endColumn": 12, - "endOffset": 1909 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 1983, - "endLine": 34, - "endColumn": 12, - "endOffset": 2149 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 1914, - "endLine": 35, - "endColumn": 12, - "endOffset": 2083 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2154, - "endLine": 37, - "endColumn": 12, - "endOffset": 2323 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2088, - "endLine": 38, - "endColumn": 12, - "endOffset": 2252 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2328, - "endLine": 40, - "endColumn": 12, - "endOffset": 2492 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2257, - "endLine": 42, - "endColumn": 12, - "endOffset": 2525 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2497, - "endLine": 44, - "endColumn": 12, - "endOffset": 2765 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 2530, - "endLine": 45, - "endColumn": 12, - "endOffset": 2725 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2770, - "endLine": 47, - "endColumn": 12, - "endOffset": 2965 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 2730, - "endLine": 48, - "endColumn": 12, - "endOffset": 2973 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v17\\values-v17.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 2970, - "endLine": 50, - "endColumn": 12, - "endOffset": 3213 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v18.json b/app/build/intermediates/blame/res/debug/multi/values-v18.json deleted file mode 100644 index 2137f48c20e3902506f112cf07f5892347e19206..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v18.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v18\\values-v18.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 48, - "endOffset": 99 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v18\\values-v18.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 48, - "endOffset": 335 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v21.json b/app/build/intermediates/blame/res/debug/multi/values-v21.json deleted file mode 100644 index 824ba279700d1c89d56c0070b1f89354b267ef97..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v21.json +++ /dev/null @@ -1,1664 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v21\\values-v21.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 285, - "endColumn": 61, - "endOffset": 342 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 90, - "endOffset": 203 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 301, - "endColumn": 90, - "endOffset": 387 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 208, - "endColumn": 102, - "endOffset": 306 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 102, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 311, - "endColumn": 102, - "endOffset": 409 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 102, - "endOffset": 593 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 414, - "endColumn": 104, - "endOffset": 514 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 598, - "endColumn": 104, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 519, - "endColumn": 106, - "endOffset": 621 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 703, - "endColumn": 106, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 626, - "endColumn": 108, - "endOffset": 730 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 810, - "endColumn": 108, - "endOffset": 914 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 735, - "endColumn": 108, - "endOffset": 839 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 919, - "endColumn": 108, - "endOffset": 1023 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 844, - "endColumn": 108, - "endOffset": 948 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1028, - "endColumn": 108, - "endOffset": 1132 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 953, - "endColumn": 108, - "endOffset": 1057 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1137, - "endColumn": 108, - "endOffset": 1241 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 108, - "endOffset": 1166 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1246, - "endColumn": 108, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 106, - "endOffset": 1273 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 106, - "endOffset": 1457 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1278, - "endColumn": 102, - "endOffset": 1376 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1462, - "endColumn": 102, - "endOffset": 1560 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1381, - "endColumn": 118, - "endOffset": 1495 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1565, - "endColumn": 118, - "endOffset": 1679 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1500, - "endLine": 17, - "endColumn": 12, - "endOffset": 1650 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1925, - "endLine": 20, - "endColumn": 12, - "endOffset": 2075 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1655, - "endLine": 19, - "endColumn": 12, - "endOffset": 1805 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2080, - "endLine": 22, - "endColumn": 12, - "endOffset": 2230 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1810, - "endColumn": 104, - "endOffset": 1910 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2481, - "endColumn": 104, - "endOffset": 2581 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1915, - "endColumn": 120, - "endOffset": 2031 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2586, - "endColumn": 120, - "endOffset": 2702 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2036, - "endColumn": 100, - "endOffset": 2132 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2707, - "endColumn": 100, - "endOffset": 2803 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2137, - "endLine": 24, - "endColumn": 12, - "endOffset": 2279 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3049, - "endLine": 31, - "endColumn": 12, - "endOffset": 3191 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2284, - "endLine": 26, - "endColumn": 12, - "endOffset": 2420 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3196, - "endLine": 33, - "endColumn": 12, - "endOffset": 3332 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2425, - "endColumn": 102, - "endOffset": 2523 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 3583, - "endColumn": 102, - "endOffset": 3681 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2528, - "endColumn": 118, - "endOffset": 2642 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 3686, - "endColumn": 118, - "endOffset": 3800 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2647, - "endColumn": 106, - "endOffset": 2749 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3805, - "endColumn": 106, - "endOffset": 3907 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2754, - "endColumn": 102, - "endOffset": 2852 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3912, - "endColumn": 102, - "endOffset": 4010 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2857, - "endLine": 32, - "endColumn": 12, - "endOffset": 2999 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 4256, - "endLine": 43, - "endColumn": 12, - "endOffset": 4398 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3004, - "endLine": 34, - "endColumn": 12, - "endOffset": 3154 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 4403, - "endLine": 45, - "endColumn": 12, - "endOffset": 4553 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 3159, - "endLine": 36, - "endColumn": 12, - "endOffset": 3325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 4558, - "endLine": 47, - "endColumn": 12, - "endOffset": 4724 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 3330, - "endLine": 38, - "endColumn": 12, - "endOffset": 3474 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 4729, - "endLine": 49, - "endColumn": 12, - "endOffset": 4873 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3479, - "endLine": 40, - "endColumn": 12, - "endOffset": 3639 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4878, - "endLine": 51, - "endColumn": 12, - "endOffset": 5038 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3644, - "endLine": 42, - "endColumn": 12, - "endOffset": 3796 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 5043, - "endLine": 53, - "endColumn": 12, - "endOffset": 5195 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3801, - "endLine": 44, - "endColumn": 12, - "endOffset": 3947 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 5200, - "endLine": 55, - "endColumn": 12, - "endOffset": 5346 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3952, - "endLine": 46, - "endColumn": 12, - "endOffset": 4096 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 5351, - "endLine": 57, - "endColumn": 12, - "endOffset": 5495 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 4101, - "endLine": 48, - "endColumn": 12, - "endOffset": 4245 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5500, - "endLine": 59, - "endColumn": 12, - "endOffset": 5644 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 4250, - "endColumn": 111, - "endOffset": 4357 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5895, - "endColumn": 111, - "endOffset": 6002 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4362, - "endColumn": 146, - "endOffset": 4504 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 65, - "startColumn": 4, - "startOffset": 6248, - "endColumn": 146, - "endOffset": 6390 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4509, - "endLine": 52, - "endColumn": 12, - "endOffset": 4657 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 6395, - "endLine": 67, - "endColumn": 12, - "endOffset": 6543 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4662, - "endLine": 54, - "endColumn": 12, - "endOffset": 4804 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6548, - "endLine": 69, - "endColumn": 12, - "endOffset": 6690 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4809, - "endColumn": 74, - "endOffset": 4879 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6936, - "endColumn": 74, - "endOffset": 7006 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4884, - "endColumn": 88, - "endOffset": 4968 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 73, - "startColumn": 4, - "startOffset": 7011, - "endColumn": 88, - "endOffset": 7095 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4973, - "endColumn": 86, - "endOffset": 5055 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7100, - "endColumn": 86, - "endOffset": 7182 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5060, - "endColumn": 100, - "endOffset": 5156 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7187, - "endColumn": 100, - "endOffset": 7283 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5161, - "endLine": 107, - "endColumn": 12, - "endOffset": 8640 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 76, - "startColumn": 4, - "startOffset": 7288, - "endLine": 124, - "endColumn": 12, - "endOffset": 10767 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 8645, - "endLine": 110, - "endColumn": 12, - "endOffset": 8826 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 125, - "startColumn": 4, - "startOffset": 10772, - "endLine": 127, - "endColumn": 12, - "endOffset": 10953 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 8831, - "endLine": 159, - "endColumn": 12, - "endOffset": 12322 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 128, - "startColumn": 4, - "startOffset": 10958, - "endLine": 176, - "endColumn": 12, - "endOffset": 14449 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 12327, - "endLine": 162, - "endColumn": 12, - "endOffset": 12520 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 177, - "startColumn": 4, - "startOffset": 14454, - "endLine": 179, - "endColumn": 12, - "endOffset": 14647 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 12525, - "endLine": 164, - "endColumn": 12, - "endOffset": 12643 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 182, - "startColumn": 4, - "startOffset": 14893, - "endLine": 183, - "endColumn": 12, - "endOffset": 15011 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 12648, - "endLine": 166, - "endColumn": 12, - "endOffset": 12766 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 184, - "startColumn": 4, - "startOffset": 15016, - "endLine": 185, - "endColumn": 12, - "endOffset": 15134 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 12771, - "endLine": 168, - "endColumn": 12, - "endOffset": 12879 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 186, - "startColumn": 4, - "startOffset": 15139, - "endLine": 187, - "endColumn": 12, - "endOffset": 15247 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 12884, - "endLine": 171, - "endColumn": 12, - "endOffset": 13062 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 188, - "startColumn": 4, - "startOffset": 15252, - "endLine": 190, - "endColumn": 12, - "endOffset": 15430 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 13067, - "endLine": 173, - "endColumn": 12, - "endOffset": 13193 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 15435, - "endLine": 192, - "endColumn": 12, - "endOffset": 15561 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 13198, - "endColumn": 116, - "endOffset": 13310 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 193, - "startColumn": 4, - "startOffset": 15566, - "endColumn": 116, - "endOffset": 15678 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 13315, - "endColumn": 88, - "endOffset": 13399 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 194, - "startColumn": 4, - "startOffset": 15683, - "endColumn": 88, - "endOffset": 15767 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 13404, - "endColumn": 110, - "endOffset": 13510 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 195, - "startColumn": 4, - "startOffset": 15772, - "endColumn": 110, - "endOffset": 15878 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 13515, - "endColumn": 126, - "endOffset": 13637 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 196, - "startColumn": 4, - "startOffset": 15883, - "endColumn": 126, - "endOffset": 16005 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 13642, - "endColumn": 100, - "endOffset": 13738 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 16010, - "endColumn": 100, - "endOffset": 16106 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 13743, - "endColumn": 94, - "endOffset": 13833 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 198, - "startColumn": 4, - "startOffset": 16111, - "endColumn": 94, - "endOffset": 16201 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 13838, - "endColumn": 122, - "endOffset": 13956 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 199, - "startColumn": 4, - "startOffset": 16206, - "endColumn": 122, - "endOffset": 16324 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 13961, - "endColumn": 128, - "endOffset": 14085 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 200, - "startColumn": 4, - "startOffset": 16329, - "endColumn": 128, - "endOffset": 16453 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 14090, - "endColumn": 116, - "endOffset": 14202 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 201, - "startColumn": 4, - "startOffset": 16458, - "endColumn": 116, - "endOffset": 16570 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 14207, - "endLine": 184, - "endColumn": 12, - "endOffset": 14337 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 202, - "startColumn": 4, - "startOffset": 16575, - "endLine": 203, - "endColumn": 12, - "endOffset": 16705 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 14342, - "endLine": 186, - "endColumn": 12, - "endOffset": 14480 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 16710, - "endLine": 205, - "endColumn": 12, - "endOffset": 16848 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 14485, - "endLine": 188, - "endColumn": 12, - "endOffset": 14615 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 206, - "startColumn": 4, - "startOffset": 16853, - "endLine": 207, - "endColumn": 12, - "endOffset": 16983 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 14620, - "endLine": 190, - "endColumn": 12, - "endOffset": 14734 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 208, - "startColumn": 4, - "startOffset": 16988, - "endLine": 209, - "endColumn": 12, - "endOffset": 17102 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 14739, - "endLine": 194, - "endColumn": 12, - "endOffset": 14935 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 210, - "startColumn": 4, - "startOffset": 17107, - "endLine": 213, - "endColumn": 12, - "endOffset": 17303 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 14940, - "endLine": 196, - "endColumn": 12, - "endOffset": 15054 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 214, - "startColumn": 4, - "startOffset": 17308, - "endLine": 215, - "endColumn": 12, - "endOffset": 17422 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 15059, - "endColumn": 92, - "endOffset": 15147 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 216, - "startColumn": 4, - "startOffset": 17427, - "endColumn": 92, - "endOffset": 17515 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 15152, - "endColumn": 110, - "endOffset": 15258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 217, - "startColumn": 4, - "startOffset": 17520, - "endColumn": 110, - "endOffset": 17626 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 15263, - "endColumn": 55, - "endOffset": 15314 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 218, - "startColumn": 4, - "startOffset": 17631, - "endColumn": 55, - "endOffset": 17682 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 15319, - "endLine": 201, - "endColumn": 12, - "endOffset": 15421 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 219, - "startColumn": 4, - "startOffset": 17687, - "endLine": 220, - "endColumn": 12, - "endOffset": 17789 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 15426, - "endLine": 205, - "endColumn": 12, - "endOffset": 15616 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 221, - "startColumn": 4, - "startOffset": 17794, - "endLine": 224, - "endColumn": 12, - "endOffset": 17984 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 15621, - "endLine": 207, - "endColumn": 12, - "endOffset": 15727 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 225, - "startColumn": 4, - "startOffset": 17989, - "endLine": 226, - "endColumn": 12, - "endOffset": 18095 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 15732, - "endLine": 209, - "endColumn": 12, - "endOffset": 15860 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 227, - "startColumn": 4, - "startOffset": 18100, - "endLine": 228, - "endColumn": 12, - "endOffset": 18228 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 15865, - "endColumn": 94, - "endOffset": 15955 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 229, - "startColumn": 4, - "startOffset": 18233, - "endColumn": 94, - "endOffset": 18323 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 15960, - "endColumn": 90, - "endOffset": 16046 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 230, - "startColumn": 4, - "startOffset": 18328, - "endColumn": 90, - "endOffset": 18414 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 16051, - "endLine": 216, - "endColumn": 12, - "endOffset": 16355 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 231, - "startColumn": 4, - "startOffset": 18419, - "endLine": 235, - "endColumn": 12, - "endOffset": 18723 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 16360, - "endColumn": 112, - "endOffset": 16468 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 18728, - "endColumn": 112, - "endOffset": 18836 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 16473, - "endColumn": 116, - "endOffset": 16585 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 237, - "startColumn": 4, - "startOffset": 18841, - "endColumn": 116, - "endOffset": 18953 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 16590, - "endLine": 220, - "endColumn": 12, - "endOffset": 16724 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 238, - "startColumn": 4, - "startOffset": 18958, - "endLine": 239, - "endColumn": 12, - "endOffset": 19092 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 16729, - "endLine": 227, - "endColumn": 12, - "endOffset": 17077 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 242, - "startColumn": 4, - "startOffset": 19338, - "endLine": 248, - "endColumn": 12, - "endOffset": 19686 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 17082, - "endLine": 234, - "endColumn": 12, - "endOffset": 17442 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 249, - "startColumn": 4, - "startOffset": 19691, - "endLine": 255, - "endColumn": 12, - "endOffset": 20051 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 17447, - "endLine": 244, - "endColumn": 12, - "endOffset": 18127 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 256, - "startColumn": 4, - "startOffset": 20056, - "endLine": 265, - "endColumn": 12, - "endOffset": 20736 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 18132, - "endLine": 254, - "endColumn": 12, - "endOffset": 18813 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-v21\\values-v21.xml", - "position": { - "startLine": 266, - "startColumn": 4, - "startOffset": 20741, - "endLine": 275, - "endColumn": 12, - "endOffset": 21422 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v23.json b/app/build/intermediates/blame/res/debug/multi/values-v23.json deleted file mode 100644 index 460905333bbb0680f833c588d0f89cdee843c2a7..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-v23.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-v23\\values-v23.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 4, - "endColumn": 12, - "endOffset": 200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values-v23\\values-v23.xml", - "position": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 4, - "endColumn": 12, - "endOffset": 200 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-vi.json b/app/build/intermediates/blame/res/debug/multi/values-vi.json deleted file mode 100644 index 30689729c4914e0eab8feed56352c2d3d35f80d4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-vi.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-vi\\values-vi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 113, - "endOffset": 164 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 113, - "endOffset": 400 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 169, - "endColumn": 107, - "endOffset": 272 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 405, - "endColumn": 107, - "endOffset": 508 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 277, - "endColumn": 108, - "endOffset": 381 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 513, - "endColumn": 108, - "endOffset": 617 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 83, - "endOffset": 465 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 622, - "endColumn": 83, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 470, - "endColumn": 102, - "endOffset": 568 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 706, - "endColumn": 102, - "endOffset": 804 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 573, - "endColumn": 118, - "endOffset": 687 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 809, - "endColumn": 118, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 692, - "endColumn": 103, - "endOffset": 791 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 103, - "endOffset": 1027 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 796, - "endColumn": 108, - "endOffset": 900 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1032, - "endColumn": 108, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 905, - "endColumn": 100, - "endOffset": 1001 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 100, - "endOffset": 1237 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1006, - "endColumn": 104, - "endOffset": 1106 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 104, - "endOffset": 1342 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1111, - "endColumn": 113, - "endOffset": 1220 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1347, - "endColumn": 113, - "endOffset": 1456 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 104, - "endOffset": 1325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1461, - "endColumn": 104, - "endOffset": 1561 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1330, - "endColumn": 119, - "endOffset": 1445 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-vi\\values-vi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1566, - "endColumn": 119, - "endOffset": 1681 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json deleted file mode 100644 index e7aec33694a24701f00387a43e67d0df4c24c432..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w360dp-v13\\values-w360dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 54, - "endOffset": 105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w360dp\\values-w360dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 294, - "endColumn": 54, - "endOffset": 344 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json deleted file mode 100644 index f48fbcd93bd26a4e6a79a2168f2dec34d7b1ea9f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w480dp-v13\\values-w480dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w480dp\\values-w480dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 293, - "endColumn": 61, - "endOffset": 350 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w480dp\\values-w480dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 594, - "endColumn": 71, - "endOffset": 661 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json deleted file mode 100644 index eff178620baa10e5c383ba9b77c6202e4021571b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w500dp-v13\\values-w500dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 54, - "endOffset": 105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w500dp\\values-w500dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 294, - "endColumn": 54, - "endOffset": 344 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json deleted file mode 100644 index 62232c95b6b8dad05c19dfdd8939bf9d12ab2320..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w600dp-v13\\values-w600dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 63, - "endOffset": 114 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w600dp\\values-w600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 294, - "endColumn": 63, - "endOffset": 353 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 119, - "endColumn": 54, - "endOffset": 169 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w600dp\\values-w600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 358, - "endColumn": 54, - "endOffset": 408 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json deleted file mode 100644 index b102e0aaa01b655e4f71dea19088b953a266f9bc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w720dp-v13\\values-w720dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 76, - "endOffset": 127 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-w720dp\\values-w720dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 293, - "endColumn": 76, - "endOffset": 365 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-w820dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-w820dp-v13.json deleted file mode 100644 index 9d066756de2d0c5032ddfd4e581c1393777eb1b0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-w820dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-w820dp-v13\\values-w820dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 57, - "endOffset": 108 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values-w820dp\\dimens.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 57, - "endOffset": 348 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json b/app/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json deleted file mode 100644 index 9039af424f327b81e6c9192868affabae6bb12b2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-land-v4\\values-xlarge-land-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 63, - "endOffset": 114 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge-land\\values-xlarge-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 299, - "endColumn": 63, - "endOffset": 358 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json b/app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json deleted file mode 100644 index 8ea977f6fc0c608085f88c832d872a07a8f4bebf..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json +++ /dev/null @@ -1,140 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4\\values-xlarge-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 76, - "endOffset": 127 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 293, - "endColumn": 76, - "endOffset": 365 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 132, - "endColumn": 63, - "endOffset": 191 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 63, - "endOffset": 668 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 196, - "endColumn": 66, - "endOffset": 258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 673, - "endColumn": 66, - "endOffset": 735 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 263, - "endColumn": 66, - "endOffset": 325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 740, - "endColumn": 66, - "endOffset": 802 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 330, - "endColumn": 65, - "endOffset": 391 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 807, - "endColumn": 65, - "endOffset": 868 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 396, - "endColumn": 65, - "endOffset": 457 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 873, - "endColumn": 65, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 462, - "endColumn": 54, - "endOffset": 512 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-xlarge\\values-xlarge.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 939, - "endColumn": 54, - "endOffset": 989 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json b/app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json deleted file mode 100644 index 0f2ba39d270463f99260330ed759a7499c142bd1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN\\values-zh-rCN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 95, - "endOffset": 146 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 95, - "endOffset": 386 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 151, - "endColumn": 94, - "endOffset": 241 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 391, - "endColumn": 94, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 246, - "endColumn": 99, - "endOffset": 341 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 486, - "endColumn": 99, - "endOffset": 581 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 346, - "endColumn": 81, - "endOffset": 423 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 586, - "endColumn": 81, - "endOffset": 663 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 428, - "endColumn": 96, - "endOffset": 520 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 668, - "endColumn": 96, - "endOffset": 760 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 525, - "endColumn": 105, - "endOffset": 626 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 765, - "endColumn": 105, - "endOffset": 866 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 631, - "endColumn": 95, - "endOffset": 722 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 871, - "endColumn": 95, - "endOffset": 962 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 727, - "endColumn": 95, - "endOffset": 818 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 967, - "endColumn": 95, - "endOffset": 1058 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 823, - "endColumn": 94, - "endOffset": 913 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1063, - "endColumn": 94, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 918, - "endColumn": 96, - "endOffset": 1010 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 96, - "endOffset": 1250 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 94, - "endOffset": 1105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1255, - "endColumn": 94, - "endOffset": 1345 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1110, - "endColumn": 97, - "endOffset": 1203 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1350, - "endColumn": 97, - "endOffset": 1443 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 111, - "endOffset": 1315 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rCN\\values-zh-rCN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 111, - "endOffset": 1555 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json b/app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json deleted file mode 100644 index 63630483eac4bd00ef2992053f596048e331de0a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK\\values-zh-rHK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 94, - "endOffset": 145 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 94, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 150, - "endColumn": 92, - "endOffset": 238 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 92, - "endOffset": 478 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 243, - "endColumn": 99, - "endOffset": 338 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 483, - "endColumn": 99, - "endOffset": 578 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 343, - "endColumn": 81, - "endOffset": 420 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 583, - "endColumn": 81, - "endOffset": 660 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 425, - "endColumn": 96, - "endOffset": 517 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 665, - "endColumn": 96, - "endOffset": 757 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 522, - "endColumn": 107, - "endOffset": 625 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 762, - "endColumn": 107, - "endOffset": 865 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 630, - "endColumn": 95, - "endOffset": 721 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 870, - "endColumn": 95, - "endOffset": 961 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 726, - "endColumn": 95, - "endOffset": 817 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 966, - "endColumn": 95, - "endOffset": 1057 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 822, - "endColumn": 94, - "endOffset": 912 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 94, - "endOffset": 1152 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 917, - "endColumn": 96, - "endOffset": 1009 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1157, - "endColumn": 96, - "endOffset": 1249 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1014, - "endColumn": 94, - "endOffset": 1104 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 94, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1109, - "endColumn": 97, - "endOffset": 1202 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 97, - "endOffset": 1442 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1207, - "endColumn": 112, - "endOffset": 1315 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rHK\\values-zh-rHK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1447, - "endColumn": 112, - "endOffset": 1555 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json b/app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json deleted file mode 100644 index b8153a1bbefc5c8ec3acd8a96dc0b709529399a3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW\\values-zh-rTW.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 94, - "endOffset": 145 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 94, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 150, - "endColumn": 92, - "endOffset": 238 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 92, - "endOffset": 478 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 243, - "endColumn": 99, - "endOffset": 338 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 483, - "endColumn": 99, - "endOffset": 578 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 343, - "endColumn": 81, - "endOffset": 420 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 583, - "endColumn": 81, - "endOffset": 660 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 425, - "endColumn": 96, - "endOffset": 517 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 665, - "endColumn": 96, - "endOffset": 757 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 522, - "endColumn": 107, - "endOffset": 625 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 762, - "endColumn": 107, - "endOffset": 865 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 630, - "endColumn": 95, - "endOffset": 721 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 870, - "endColumn": 95, - "endOffset": 961 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 726, - "endColumn": 95, - "endOffset": 817 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 966, - "endColumn": 95, - "endOffset": 1057 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 822, - "endColumn": 94, - "endOffset": 912 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 94, - "endOffset": 1152 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 917, - "endColumn": 96, - "endOffset": 1009 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1157, - "endColumn": 96, - "endOffset": 1249 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1014, - "endColumn": 94, - "endOffset": 1104 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 94, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1109, - "endColumn": 99, - "endOffset": 1204 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 99, - "endOffset": 1444 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 112, - "endOffset": 1317 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zh-rTW\\values-zh-rTW.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 112, - "endOffset": 1557 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-zu.json b/app/build/intermediates/blame/res/debug/multi/values-zu.json deleted file mode 100644 index 5d9407fd8755bf8f27eb519c90b3ff62bf4ab62a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values-zu.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values-zu\\values-zu.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 107, - "endOffset": 158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 291, - "endColumn": 107, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 163, - "endColumn": 106, - "endOffset": 265 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 106, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 270, - "endColumn": 113, - "endOffset": 379 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 113, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 87, - "endOffset": 467 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 87, - "endOffset": 703 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 472, - "endColumn": 102, - "endOffset": 570 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 708, - "endColumn": 102, - "endOffset": 806 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 575, - "endColumn": 126, - "endOffset": 697 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 811, - "endColumn": 126, - "endOffset": 933 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 702, - "endColumn": 103, - "endOffset": 801 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 938, - "endColumn": 103, - "endOffset": 1037 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 806, - "endColumn": 105, - "endOffset": 907 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1042, - "endColumn": 105, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 912, - "endColumn": 97, - "endOffset": 1005 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 97, - "endOffset": 1241 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 106, - "endOffset": 1112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1246, - "endColumn": 106, - "endOffset": 1348 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1117, - "endColumn": 105, - "endOffset": 1218 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1353, - "endColumn": 105, - "endOffset": 1454 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1223, - "endColumn": 105, - "endOffset": 1324 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1459, - "endColumn": 105, - "endOffset": 1560 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1329, - "endColumn": 119, - "endOffset": 1444 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values-zu\\values-zu.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1565, - "endColumn": 119, - "endOffset": 1680 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values.json b/app/build/intermediates/blame/res/debug/multi/values.json deleted file mode 100644 index 944393e5158df9366b23a67ad705e65405621da0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/multi/values.json +++ /dev/null @@ -1,10378 +0,0 @@ -[ - { - "outputFile": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\values\\values.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 54, - "endOffset": 105 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 286, - "endColumn": 54, - "endOffset": 336 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 110, - "endColumn": 44, - "endOffset": 150 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 341, - "endColumn": 44, - "endOffset": 381 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 155, - "endColumn": 48, - "endOffset": 199 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 386, - "endColumn": 48, - "endOffset": 430 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 204, - "endColumn": 40, - "endOffset": 240 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 435, - "endColumn": 40, - "endOffset": 471 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 245, - "endColumn": 54, - "endOffset": 295 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 707, - "endColumn": 54, - "endOffset": 757 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 300, - "endColumn": 62, - "endOffset": 358 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 762, - "endColumn": 62, - "endOffset": 820 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 363, - "endColumn": 75, - "endOffset": 434 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 825, - "endColumn": 75, - "endOffset": 896 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 439, - "endColumn": 61, - "endOffset": 496 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1133, - "endColumn": 61, - "endOffset": 1190 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 501, - "endColumn": 72, - "endOffset": 569 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1195, - "endColumn": 72, - "endOffset": 1263 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 574, - "endColumn": 67, - "endOffset": 637 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1268, - "endColumn": 67, - "endOffset": 1331 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 642, - "endColumn": 77, - "endOffset": 715 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1567, - "endColumn": 77, - "endOffset": 1640 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 720, - "endColumn": 80, - "endOffset": 796 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1877, - "endColumn": 80, - "endOffset": 1953 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 801, - "endColumn": 60, - "endOffset": 857 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1958, - "endColumn": 60, - "endOffset": 2014 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 862, - "endColumn": 74, - "endOffset": 932 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2019, - "endColumn": 74, - "endOffset": 2089 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 937, - "endColumn": 75, - "endOffset": 1008 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2094, - "endColumn": 75, - "endOffset": 2165 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 76, - "endOffset": 1085 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2411, - "endColumn": 76, - "endOffset": 2483 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1090, - "endColumn": 77, - "endOffset": 1163 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2488, - "endColumn": 77, - "endOffset": 2561 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 44, - "endOffset": 1208 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 336, - "endColumn": 44, - "endOffset": 376 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1213, - "endColumn": 69, - "endOffset": 1278 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2566, - "endColumn": 69, - "endOffset": 2631 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1283, - "endColumn": 70, - "endOffset": 1349 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2636, - "endColumn": 70, - "endOffset": 2702 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1354, - "endColumn": 60, - "endOffset": 1410 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2707, - "endColumn": 60, - "endOffset": 2763 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1415, - "endColumn": 61, - "endOffset": 1472 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2768, - "endColumn": 61, - "endOffset": 2825 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1477, - "endColumn": 76, - "endOffset": 1549 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2830, - "endColumn": 76, - "endOffset": 2902 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1554, - "endColumn": 77, - "endOffset": 1627 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2907, - "endColumn": 77, - "endOffset": 2980 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1632, - "endColumn": 105, - "endOffset": 1733 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2985, - "endColumn": 105, - "endOffset": 3086 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1738, - "endColumn": 105, - "endOffset": 1839 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3091, - "endColumn": 105, - "endOffset": 3192 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1844, - "endColumn": 78, - "endOffset": 1918 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3197, - "endColumn": 78, - "endOffset": 3271 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1923, - "endColumn": 79, - "endOffset": 1998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3276, - "endColumn": 79, - "endOffset": 3351 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2003, - "endColumn": 56, - "endOffset": 2055 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3356, - "endColumn": 56, - "endOffset": 3408 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2060, - "endColumn": 57, - "endOffset": 2113 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3413, - "endColumn": 57, - "endOffset": 3466 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2118, - "endColumn": 60, - "endOffset": 2174 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 60, - "endOffset": 111 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2179, - "endColumn": 61, - "endOffset": 2236 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 116, - "endColumn": 61, - "endOffset": 173 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2241, - "endColumn": 61, - "endOffset": 2298 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 178, - "endColumn": 61, - "endOffset": 235 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2303, - "endColumn": 63, - "endOffset": 2362 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 240, - "endColumn": 63, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2367, - "endColumn": 45, - "endOffset": 2408 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 157, - "endColumn": 45, - "endOffset": 198 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2413, - "endColumn": 46, - "endOffset": 2455 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 2, - "startColumn": 4, - "startOffset": 57, - "endColumn": 46, - "endOffset": 99 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2460, - "endColumn": 50, - "endOffset": 2506 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 105, - "endColumn": 50, - "endOffset": 151 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2511, - "endColumn": 73, - "endOffset": 2580 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3471, - "endColumn": 73, - "endOffset": 3540 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2585, - "endColumn": 74, - "endOffset": 2655 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3545, - "endColumn": 74, - "endOffset": 3615 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2660, - "endColumn": 64, - "endOffset": 2720 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3620, - "endColumn": 64, - "endOffset": 3680 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2725, - "endColumn": 65, - "endOffset": 2786 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3685, - "endColumn": 65, - "endOffset": 3746 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 2791, - "endColumn": 47, - "endOffset": 2834 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 47, - "endOffset": 324 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 2839, - "endColumn": 62, - "endOffset": 2897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 329, - "endColumn": 62, - "endOffset": 387 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2902, - "endColumn": 62, - "endOffset": 2960 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 392, - "endColumn": 62, - "endOffset": 450 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 2965, - "endColumn": 62, - "endOffset": 3023 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 455, - "endColumn": 62, - "endOffset": 513 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3028, - "endColumn": 62, - "endOffset": 3086 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 518, - "endColumn": 62, - "endOffset": 576 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3091, - "endColumn": 66, - "endOffset": 3153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3751, - "endColumn": 66, - "endOffset": 3813 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3158, - "endColumn": 67, - "endOffset": 3221 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3818, - "endColumn": 67, - "endOffset": 3881 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3226, - "endColumn": 103, - "endOffset": 3325 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3886, - "endColumn": 103, - "endOffset": 3985 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3330, - "endColumn": 105, - "endOffset": 3431 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3990, - "endColumn": 105, - "endOffset": 4091 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3436, - "endColumn": 79, - "endOffset": 3511 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4096, - "endColumn": 79, - "endOffset": 4171 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3516, - "endColumn": 80, - "endOffset": 3592 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4176, - "endColumn": 80, - "endOffset": 4252 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3597, - "endColumn": 58, - "endOffset": 3651 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4257, - "endColumn": 58, - "endOffset": 4311 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3656, - "endColumn": 58, - "endOffset": 3710 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4316, - "endColumn": 58, - "endOffset": 4370 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 3715, - "endColumn": 58, - "endOffset": 3769 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4375, - "endColumn": 58, - "endOffset": 4429 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 3774, - "endColumn": 58, - "endOffset": 3828 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4434, - "endColumn": 58, - "endOffset": 4488 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 3833, - "endColumn": 58, - "endOffset": 3887 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4493, - "endColumn": 58, - "endOffset": 4547 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 3892, - "endColumn": 62, - "endOffset": 3950 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4552, - "endColumn": 62, - "endOffset": 4610 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 3955, - "endColumn": 63, - "endOffset": 4014 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4615, - "endColumn": 63, - "endOffset": 4674 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4019, - "endColumn": 57, - "endOffset": 4072 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4679, - "endColumn": 57, - "endOffset": 4732 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4077, - "endColumn": 58, - "endOffset": 4131 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4737, - "endColumn": 58, - "endOffset": 4791 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4136, - "endColumn": 70, - "endOffset": 4202 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4796, - "endColumn": 70, - "endOffset": 4862 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4207, - "endColumn": 71, - "endOffset": 4274 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4867, - "endColumn": 71, - "endOffset": 4934 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 4279, - "endColumn": 71, - "endOffset": 4346 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4939, - "endColumn": 71, - "endOffset": 5006 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 4351, - "endColumn": 72, - "endOffset": 4419 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5011, - "endColumn": 72, - "endOffset": 5079 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 4424, - "endColumn": 56, - "endOffset": 4476 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5084, - "endColumn": 56, - "endOffset": 5136 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 4481, - "endColumn": 57, - "endOffset": 4534 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5141, - "endColumn": 57, - "endOffset": 5194 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 4539, - "endColumn": 72, - "endOffset": 4607 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5199, - "endColumn": 72, - "endOffset": 5267 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 4612, - "endColumn": 73, - "endOffset": 4681 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5272, - "endColumn": 73, - "endOffset": 5341 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 4686, - "endColumn": 73, - "endOffset": 4755 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5346, - "endColumn": 73, - "endOffset": 5415 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 4760, - "endColumn": 74, - "endOffset": 4830 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 5420, - "endColumn": 74, - "endOffset": 5490 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 4835, - "endColumn": 69, - "endOffset": 4900 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 581, - "endColumn": 69, - "endOffset": 646 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 4905, - "endColumn": 52, - "endOffset": 4953 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 651, - "endColumn": 52, - "endOffset": 699 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 4958, - "endColumn": 54, - "endOffset": 5008 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 704, - "endColumn": 54, - "endOffset": 754 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 5013, - "endColumn": 59, - "endOffset": 5068 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 759, - "endColumn": 59, - "endOffset": 814 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 5073, - "endColumn": 71, - "endOffset": 5140 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 72, - "startColumn": 4, - "startOffset": 5495, - "endColumn": 71, - "endOffset": 5562 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 5145, - "endColumn": 72, - "endOffset": 5213 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 73, - "startColumn": 4, - "startOffset": 5567, - "endColumn": 72, - "endOffset": 5635 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 5218, - "endColumn": 69, - "endOffset": 5283 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 5640, - "endColumn": 69, - "endOffset": 5705 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 5288, - "endColumn": 70, - "endOffset": 5354 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 75, - "startColumn": 4, - "startOffset": 5710, - "endColumn": 70, - "endOffset": 5776 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 5359, - "endColumn": 39, - "endOffset": 5394 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 244, - "endColumn": 39, - "endOffset": 279 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 5399, - "endColumn": 47, - "endOffset": 5442 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 285, - "endColumn": 47, - "endOffset": 328 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 5447, - "endColumn": 38, - "endOffset": 5481 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\colors.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 204, - "endColumn": 38, - "endOffset": 238 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 26668, - "endColumn": 68, - "endOffset": 26732 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 103, - "startColumn": 4, - "startOffset": 21489, - "endColumn": 68, - "endOffset": 21553 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 26737, - "endColumn": 69, - "endOffset": 26802 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 104, - "startColumn": 4, - "startOffset": 21558, - "endColumn": 69, - "endOffset": 21623 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 26807, - "endColumn": 69, - "endOffset": 26872 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 105, - "startColumn": 4, - "startOffset": 21628, - "endColumn": 69, - "endOffset": 21693 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 26877, - "endColumn": 76, - "endOffset": 26949 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 106, - "startColumn": 4, - "startOffset": 21698, - "endColumn": 76, - "endOffset": 21770 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 26954, - "endColumn": 78, - "endOffset": 27028 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 107, - "startColumn": 4, - "startOffset": 21775, - "endColumn": 78, - "endOffset": 21849 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 27033, - "endColumn": 75, - "endOffset": 27104 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 108, - "startColumn": 4, - "startOffset": 21854, - "endColumn": 75, - "endOffset": 21925 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 27109, - "endColumn": 76, - "endOffset": 27181 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 109, - "startColumn": 4, - "startOffset": 21930, - "endColumn": 76, - "endOffset": 22002 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 27186, - "endColumn": 63, - "endOffset": 27245 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 112, - "startColumn": 4, - "startOffset": 22239, - "endColumn": 63, - "endOffset": 22298 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 27250, - "endColumn": 64, - "endOffset": 27310 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 113, - "startColumn": 4, - "startOffset": 22303, - "endColumn": 64, - "endOffset": 22363 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 27315, - "endColumn": 68, - "endOffset": 27379 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 114, - "startColumn": 4, - "startOffset": 22368, - "endColumn": 68, - "endOffset": 22432 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 27384, - "endColumn": 76, - "endOffset": 27456 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 117, - "startColumn": 4, - "startOffset": 22678, - "endColumn": 76, - "endOffset": 22750 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 27461, - "endColumn": 74, - "endOffset": 27531 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 118, - "startColumn": 4, - "startOffset": 22755, - "endColumn": 74, - "endOffset": 22825 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 27536, - "endColumn": 68, - "endOffset": 27600 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 119, - "startColumn": 4, - "startOffset": 22830, - "endColumn": 68, - "endOffset": 22894 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 27605, - "endColumn": 67, - "endOffset": 27668 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 120, - "startColumn": 4, - "startOffset": 22899, - "endColumn": 67, - "endOffset": 22962 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 27673, - "endColumn": 76, - "endOffset": 27745 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 121, - "startColumn": 4, - "startOffset": 22967, - "endColumn": 76, - "endOffset": 23039 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 27750, - "endColumn": 65, - "endOffset": 27811 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 124, - "startColumn": 4, - "startOffset": 23276, - "endColumn": 65, - "endOffset": 23337 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 27816, - "endColumn": 96, - "endOffset": 27908 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 125, - "startColumn": 4, - "startOffset": 23342, - "endColumn": 96, - "endOffset": 23434 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 27913, - "endColumn": 64, - "endOffset": 27973 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 126, - "startColumn": 4, - "startOffset": 23439, - "endColumn": 64, - "endOffset": 23499 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 27978, - "endColumn": 68, - "endOffset": 28042 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 127, - "startColumn": 4, - "startOffset": 23504, - "endColumn": 68, - "endOffset": 23568 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 28047, - "endColumn": 98, - "endOffset": 28141 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 128, - "startColumn": 4, - "startOffset": 23573, - "endColumn": 98, - "endOffset": 23667 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 28146, - "endColumn": 58, - "endOffset": 28200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 131, - "startColumn": 4, - "startOffset": 23904, - "endColumn": 58, - "endOffset": 23958 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 28205, - "endColumn": 57, - "endOffset": 28258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 134, - "startColumn": 4, - "startOffset": 24195, - "endColumn": 57, - "endOffset": 24248 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 28263, - "endColumn": 56, - "endOffset": 28315 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 135, - "startColumn": 4, - "startOffset": 24253, - "endColumn": 56, - "endOffset": 24305 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 28320, - "endColumn": 58, - "endOffset": 28374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 136, - "startColumn": 4, - "startOffset": 24310, - "endColumn": 58, - "endOffset": 24364 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 28379, - "endColumn": 71, - "endOffset": 28446 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 137, - "startColumn": 4, - "startOffset": 24369, - "endColumn": 71, - "endOffset": 24436 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 28451, - "endColumn": 67, - "endOffset": 28514 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 138, - "startColumn": 4, - "startOffset": 24441, - "endColumn": 67, - "endOffset": 24504 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 28519, - "endColumn": 67, - "endOffset": 28582 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 139, - "startColumn": 4, - "startOffset": 24509, - "endColumn": 67, - "endOffset": 24572 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 28587, - "endColumn": 58, - "endOffset": 28641 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 140, - "startColumn": 4, - "startOffset": 24577, - "endColumn": 58, - "endOffset": 24631 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 28646, - "endColumn": 62, - "endOffset": 28704 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 141, - "startColumn": 4, - "startOffset": 24636, - "endColumn": 62, - "endOffset": 24694 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 28709, - "endColumn": 89, - "endOffset": 28794 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 144, - "startColumn": 4, - "startOffset": 24940, - "endColumn": 89, - "endOffset": 25025 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 28799, - "endColumn": 90, - "endOffset": 28885 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 145, - "startColumn": 4, - "startOffset": 25030, - "endColumn": 90, - "endOffset": 25116 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 28890, - "endColumn": 59, - "endOffset": 28945 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 148, - "startColumn": 4, - "startOffset": 25353, - "endColumn": 59, - "endOffset": 25408 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 28950, - "endColumn": 65, - "endOffset": 29011 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 149, - "startColumn": 4, - "startOffset": 25413, - "endColumn": 65, - "endOffset": 25474 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 29016, - "endColumn": 66, - "endOffset": 29078 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 150, - "startColumn": 4, - "startOffset": 25479, - "endColumn": 66, - "endOffset": 25541 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 29083, - "endColumn": 65, - "endOffset": 29144 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 151, - "startColumn": 4, - "startOffset": 25546, - "endColumn": 65, - "endOffset": 25607 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 29149, - "endColumn": 69, - "endOffset": 29214 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 152, - "startColumn": 4, - "startOffset": 25612, - "endColumn": 69, - "endOffset": 25677 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 29219, - "endColumn": 63, - "endOffset": 29278 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 153, - "startColumn": 4, - "startOffset": 25682, - "endColumn": 63, - "endOffset": 25741 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 29283, - "endColumn": 52, - "endOffset": 29331 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 156, - "startColumn": 4, - "startOffset": 25987, - "endColumn": 52, - "endOffset": 26035 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 29336, - "endColumn": 112, - "endOffset": 29444 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 26040, - "endColumn": 112, - "endOffset": 26148 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 29449, - "endColumn": 57, - "endOffset": 29502 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 160, - "startColumn": 4, - "startOffset": 26385, - "endColumn": 57, - "endOffset": 26438 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 29507, - "endColumn": 64, - "endOffset": 29567 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 161, - "startColumn": 4, - "startOffset": 26443, - "endColumn": 64, - "endOffset": 26503 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 29572, - "endColumn": 63, - "endOffset": 29631 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 162, - "startColumn": 4, - "startOffset": 26508, - "endColumn": 63, - "endOffset": 26567 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 29636, - "endColumn": 48, - "endOffset": 29680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 163, - "startColumn": 4, - "startOffset": 26572, - "endColumn": 48, - "endOffset": 26616 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 29685, - "endColumn": 60, - "endOffset": 29741 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 166, - "startColumn": 4, - "startOffset": 26862, - "endColumn": 60, - "endOffset": 26918 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 29746, - "endColumn": 60, - "endOffset": 29802 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 167, - "startColumn": 4, - "startOffset": 26923, - "endColumn": 60, - "endOffset": 26979 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 29807, - "endColumn": 60, - "endOffset": 29863 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 26984, - "endColumn": 60, - "endOffset": 27040 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 29868, - "endColumn": 61, - "endOffset": 29925 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 169, - "startColumn": 4, - "startOffset": 27045, - "endColumn": 61, - "endOffset": 27102 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 29930, - "endColumn": 63, - "endOffset": 29989 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 170, - "startColumn": 4, - "startOffset": 27107, - "endColumn": 63, - "endOffset": 27166 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 29994, - "endColumn": 63, - "endOffset": 30053 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 171, - "startColumn": 4, - "startOffset": 27171, - "endColumn": 63, - "endOffset": 27230 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 30058, - "endColumn": 63, - "endOffset": 30117 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 172, - "startColumn": 4, - "startOffset": 27235, - "endColumn": 63, - "endOffset": 27294 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 30122, - "endColumn": 64, - "endOffset": 30182 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 173, - "startColumn": 4, - "startOffset": 27299, - "endColumn": 64, - "endOffset": 27359 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 30187, - "endColumn": 62, - "endOffset": 30245 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 174, - "startColumn": 4, - "startOffset": 27364, - "endColumn": 62, - "endOffset": 27422 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 30250, - "endColumn": 59, - "endOffset": 30305 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 175, - "startColumn": 4, - "startOffset": 27427, - "endColumn": 59, - "endOffset": 27482 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 30310, - "endColumn": 60, - "endOffset": 30366 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 176, - "startColumn": 4, - "startOffset": 27487, - "endColumn": 60, - "endOffset": 27543 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 30371, - "endColumn": 58, - "endOffset": 30425 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 177, - "startColumn": 4, - "startOffset": 27548, - "endColumn": 58, - "endOffset": 27602 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 30430, - "endColumn": 59, - "endOffset": 30485 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 178, - "startColumn": 4, - "startOffset": 27607, - "endColumn": 59, - "endOffset": 27662 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 30490, - "endColumn": 61, - "endOffset": 30547 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 179, - "startColumn": 4, - "startOffset": 27667, - "endColumn": 61, - "endOffset": 27724 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 30552, - "endColumn": 70, - "endOffset": 30618 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 27729, - "endColumn": 70, - "endOffset": 27795 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 30623, - "endColumn": 59, - "endOffset": 30678 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 181, - "startColumn": 4, - "startOffset": 27800, - "endColumn": 59, - "endOffset": 27855 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 30683, - "endColumn": 67, - "endOffset": 30746 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 182, - "startColumn": 4, - "startOffset": 27860, - "endColumn": 67, - "endOffset": 27923 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 30751, - "endColumn": 57, - "endOffset": 30804 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\dimens.xml", - "position": { - "startLine": 2, - "startColumn": 4, - "startOffset": 90, - "endColumn": 57, - "endOffset": 143 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 30809, - "endColumn": 55, - "endOffset": 30860 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\dimens.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 149, - "endColumn": 55, - "endOffset": 200 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 30865, - "endColumn": 46, - "endOffset": 30907 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 5803, - "endColumn": 46, - "endOffset": 5845 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 30912, - "endColumn": 58, - "endOffset": 30966 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 989, - "endColumn": 58, - "endOffset": 1043 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 30971, - "endColumn": 56, - "endOffset": 31023 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1048, - "endColumn": 56, - "endOffset": 1100 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 31028, - "endColumn": 53, - "endOffset": 31077 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1105, - "endColumn": 53, - "endOffset": 1154 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 31082, - "endColumn": 66, - "endOffset": 31144 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 185, - "startColumn": 4, - "startOffset": 28160, - "endColumn": 66, - "endOffset": 28222 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 31149, - "endColumn": 67, - "endOffset": 31212 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 186, - "startColumn": 4, - "startOffset": 28227, - "endColumn": 67, - "endOffset": 28290 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 31217, - "endColumn": 67, - "endOffset": 31280 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 187, - "startColumn": 4, - "startOffset": 28295, - "endColumn": 67, - "endOffset": 28358 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 31285, - "endColumn": 67, - "endOffset": 31348 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 188, - "startColumn": 4, - "startOffset": 28363, - "endColumn": 67, - "endOffset": 28426 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 31353, - "endColumn": 85, - "endOffset": 31434 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 28672, - "endColumn": 85, - "endOffset": 28753 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 31439, - "endColumn": 86, - "endOffset": 31521 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 192, - "startColumn": 4, - "startOffset": 28758, - "endColumn": 86, - "endOffset": 28840 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 31526, - "endColumn": 48, - "endOffset": 31570 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 5850, - "endColumn": 48, - "endOffset": 5894 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 31575, - "endColumn": 47, - "endOffset": 31618 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 5899, - "endColumn": 47, - "endOffset": 5942 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 31623, - "endColumn": 43, - "endOffset": 31662 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 5947, - "endColumn": 43, - "endOffset": 5986 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 31667, - "endColumn": 44, - "endOffset": 31707 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 5991, - "endColumn": 44, - "endOffset": 6031 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 31712, - "endColumn": 46, - "endOffset": 31754 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 6036, - "endColumn": 46, - "endOffset": 6078 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 31759, - "endColumn": 55, - "endOffset": 31810 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 6083, - "endColumn": 55, - "endOffset": 6134 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 31815, - "endColumn": 74, - "endOffset": 31885 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 327, - "endColumn": 74, - "endOffset": 397 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 31890, - "endColumn": 75, - "endOffset": 31961 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 402, - "endColumn": 75, - "endOffset": 473 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 31966, - "endColumn": 71, - "endOffset": 32033 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 478, - "endColumn": 71, - "endOffset": 545 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 32038, - "endColumn": 51, - "endOffset": 32085 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 6139, - "endColumn": 51, - "endOffset": 6186 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 32090, - "endColumn": 54, - "endOffset": 32140 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 6191, - "endColumn": 54, - "endOffset": 6241 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 32145, - "endColumn": 51, - "endOffset": 32192 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 6246, - "endColumn": 51, - "endOffset": 6293 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 32197, - "endColumn": 52, - "endOffset": 32245 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 6298, - "endColumn": 52, - "endOffset": 6346 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 32250, - "endColumn": 55, - "endOffset": 32301 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 6351, - "endColumn": 55, - "endOffset": 6402 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 32306, - "endColumn": 60, - "endOffset": 32362 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 40, - "startColumn": 4, - "startOffset": 6407, - "endColumn": 60, - "endOffset": 6463 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 32367, - "endColumn": 67, - "endOffset": 32430 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 6468, - "endColumn": 67, - "endOffset": 6531 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 32435, - "endColumn": 61, - "endOffset": 32492 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 195, - "startColumn": 4, - "startOffset": 29077, - "endColumn": 61, - "endOffset": 29134 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 32497, - "endColumn": 60, - "endOffset": 32553 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 196, - "startColumn": 4, - "startOffset": 29139, - "endColumn": 60, - "endOffset": 29195 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 32558, - "endColumn": 56, - "endOffset": 32610 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 29200, - "endColumn": 56, - "endOffset": 29252 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 32615, - "endColumn": 64, - "endOffset": 32675 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 6536, - "endColumn": 64, - "endOffset": 6596 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 32680, - "endColumn": 63, - "endOffset": 32739 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 6601, - "endColumn": 63, - "endOffset": 6660 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 32744, - "endColumn": 48, - "endOffset": 32788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6665, - "endColumn": 48, - "endOffset": 6709 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 32793, - "endColumn": 63, - "endOffset": 32852 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6714, - "endColumn": 63, - "endOffset": 6773 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 32857, - "endColumn": 49, - "endOffset": 32902 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6778, - "endColumn": 49, - "endOffset": 6823 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 32907, - "endColumn": 49, - "endOffset": 32952 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6828, - "endColumn": 49, - "endOffset": 6873 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 32957, - "endColumn": 58, - "endOffset": 33011 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6878, - "endColumn": 58, - "endOffset": 6932 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 33016, - "endColumn": 56, - "endOffset": 33068 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6937, - "endColumn": 56, - "endOffset": 6989 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 33073, - "endColumn": 63, - "endOffset": 33132 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6994, - "endColumn": 63, - "endOffset": 7053 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 33137, - "endColumn": 49, - "endOffset": 33182 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 51, - "startColumn": 4, - "startOffset": 7058, - "endColumn": 49, - "endOffset": 7103 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 33187, - "endColumn": 45, - "endOffset": 33228 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 7108, - "endColumn": 45, - "endOffset": 7149 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 33233, - "endColumn": 44, - "endOffset": 33273 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 53, - "startColumn": 4, - "startOffset": 7154, - "endColumn": 44, - "endOffset": 7194 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 33278, - "endColumn": 71, - "endOffset": 33345 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 200, - "startColumn": 4, - "startOffset": 29489, - "endColumn": 71, - "endOffset": 29556 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 33350, - "endColumn": 56, - "endOffset": 33402 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 203, - "startColumn": 4, - "startOffset": 29790, - "endColumn": 56, - "endOffset": 29842 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 33407, - "endColumn": 47, - "endOffset": 33450 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 29847, - "endColumn": 47, - "endOffset": 29890 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 33455, - "endColumn": 48, - "endOffset": 33499 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 205, - "startColumn": 4, - "startOffset": 29895, - "endColumn": 48, - "endOffset": 29939 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 33504, - "endColumn": 50, - "endOffset": 33550 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 206, - "startColumn": 4, - "startOffset": 29944, - "endColumn": 50, - "endOffset": 29990 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 33555, - "endColumn": 33, - "endOffset": 33584 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 207, - "startColumn": 4, - "startOffset": 29995, - "endColumn": 33, - "endOffset": 30024 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 33589, - "endColumn": 65, - "endOffset": 33650 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\recyclerview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 550, - "endColumn": 65, - "endOffset": 611 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 33655, - "endColumn": 46, - "endOffset": 33697 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 208, - "startColumn": 4, - "startOffset": 30029, - "endColumn": 46, - "endOffset": 30071 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 33702, - "endColumn": 48, - "endOffset": 33746 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 209, - "startColumn": 4, - "startOffset": 30076, - "endColumn": 48, - "endOffset": 30120 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 33751, - "endColumn": 45, - "endOffset": 33792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 210, - "startColumn": 4, - "startOffset": 30125, - "endColumn": 45, - "endOffset": 30166 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 33797, - "endColumn": 31, - "endOffset": 33824 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 211, - "startColumn": 4, - "startOffset": 30171, - "endColumn": 31, - "endOffset": 30198 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 33829, - "endColumn": 47, - "endOffset": 33872 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 7422, - "endColumn": 47, - "endOffset": 7465 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 33877, - "endColumn": 63, - "endOffset": 33936 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 214, - "startColumn": 4, - "startOffset": 30435, - "endColumn": 63, - "endOffset": 30494 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 33941, - "endColumn": 61, - "endOffset": 33998 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 215, - "startColumn": 4, - "startOffset": 30499, - "endColumn": 61, - "endOffset": 30556 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 34003, - "endColumn": 54, - "endOffset": 34053 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 218, - "startColumn": 4, - "startOffset": 30793, - "endColumn": 54, - "endOffset": 30843 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 34058, - "endColumn": 59, - "endOffset": 34113 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 221, - "startColumn": 4, - "startOffset": 31080, - "endColumn": 59, - "endOffset": 31135 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 34118, - "endColumn": 55, - "endOffset": 34169 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 59, - "startColumn": 4, - "startOffset": 7696, - "endColumn": 55, - "endOffset": 7747 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 34174, - "endColumn": 69, - "endOffset": 34239 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 222, - "startColumn": 4, - "startOffset": 31140, - "endColumn": 69, - "endOffset": 31205 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 34244, - "endColumn": 73, - "endOffset": 34313 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 225, - "startColumn": 4, - "startOffset": 31443, - "endColumn": 73, - "endOffset": 31512 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 34318, - "endColumn": 77, - "endOffset": 34391 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 226, - "startColumn": 4, - "startOffset": 31517, - "endColumn": 77, - "endOffset": 31590 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 34396, - "endColumn": 92, - "endOffset": 34484 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 227, - "startColumn": 4, - "startOffset": 31595, - "endColumn": 92, - "endOffset": 31683 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 34489, - "endColumn": 69, - "endOffset": 34554 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 228, - "startColumn": 4, - "startOffset": 31688, - "endColumn": 69, - "endOffset": 31753 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 34559, - "endColumn": 77, - "endOffset": 34632 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 229, - "startColumn": 4, - "startOffset": 31758, - "endColumn": 77, - "endOffset": 31831 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 34637, - "endColumn": 53, - "endOffset": 34686 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 230, - "startColumn": 4, - "startOffset": 31836, - "endColumn": 53, - "endOffset": 31885 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 34691, - "endColumn": 69, - "endOffset": 34756 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 231, - "startColumn": 4, - "startOffset": 31890, - "endColumn": 69, - "endOffset": 31955 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 34761, - "endColumn": 84, - "endOffset": 34841 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 232, - "startColumn": 4, - "startOffset": 31960, - "endColumn": 84, - "endOffset": 32040 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 34846, - "endColumn": 51, - "endOffset": 34893 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 233, - "startColumn": 4, - "startOffset": 32045, - "endColumn": 51, - "endOffset": 32092 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 34898, - "endColumn": 72, - "endOffset": 34966 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 234, - "startColumn": 4, - "startOffset": 32097, - "endColumn": 72, - "endOffset": 32165 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 34971, - "endColumn": 73, - "endOffset": 35040 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 235, - "startColumn": 4, - "startOffset": 32170, - "endColumn": 73, - "endOffset": 32239 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 35045, - "endColumn": 68, - "endOffset": 35109 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 32244, - "endColumn": 68, - "endOffset": 32308 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 35114, - "endColumn": 74, - "endOffset": 35184 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 237, - "startColumn": 4, - "startOffset": 32313, - "endColumn": 74, - "endOffset": 32383 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 35189, - "endColumn": 73, - "endOffset": 35258 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 238, - "startColumn": 4, - "startOffset": 32388, - "endColumn": 73, - "endOffset": 32457 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 35263, - "endColumn": 73, - "endOffset": 35332 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 239, - "startColumn": 4, - "startOffset": 32462, - "endColumn": 73, - "endOffset": 32531 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 35337, - "endColumn": 88, - "endOffset": 35421 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 240, - "startColumn": 4, - "startOffset": 32536, - "endColumn": 88, - "endOffset": 32620 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 35426, - "endColumn": 69, - "endOffset": 35491 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 241, - "startColumn": 4, - "startOffset": 32625, - "endColumn": 69, - "endOffset": 32690 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 35496, - "endColumn": 57, - "endOffset": 35549 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 200, - "endColumn": 57, - "endOffset": 253 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 35554, - "endColumn": 49, - "endOffset": 35599 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\strings.xml", - "position": { - "startLine": 1, - "startColumn": 4, - "startOffset": 17, - "endColumn": 49, - "endOffset": 62 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 35604, - "endColumn": 144, - "endOffset": 35744 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 7979, - "endColumn": 144, - "endOffset": 8119 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 35749, - "endColumn": 69, - "endOffset": 35814 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 129, - "endColumn": 69, - "endOffset": 194 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 35819, - "endColumn": 70, - "endOffset": 35885 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 242, - "startColumn": 4, - "startOffset": 32695, - "endColumn": 70, - "endOffset": 32761 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 35890, - "endColumn": 77, - "endOffset": 35963 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 245, - "startColumn": 4, - "startOffset": 32998, - "endColumn": 77, - "endOffset": 33071 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 35968, - "endColumn": 89, - "endOffset": 36053 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 246, - "startColumn": 4, - "startOffset": 33076, - "endColumn": 89, - "endOffset": 33161 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 36058, - "endColumn": 87, - "endOffset": 36141 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 247, - "startColumn": 4, - "startOffset": 33166, - "endColumn": 87, - "endOffset": 33249 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 36146, - "endColumn": 95, - "endOffset": 36237 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 33254, - "endColumn": 95, - "endOffset": 33345 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 36242, - "endLine": 278, - "endColumn": 12, - "endOffset": 36676 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\values\\styles.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 57, - "endLine": 10, - "endColumn": 12, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 36681, - "endLine": 285, - "endColumn": 12, - "endOffset": 37177 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 251, - "startColumn": 4, - "startOffset": 33587, - "endLine": 257, - "endColumn": 12, - "endOffset": 34083 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 37182, - "endColumn": 88, - "endOffset": 37266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 258, - "startColumn": 4, - "startOffset": 34088, - "endColumn": 88, - "endOffset": 34172 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 37271, - "endLine": 290, - "endColumn": 12, - "endOffset": 37513 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 259, - "startColumn": 4, - "startOffset": 34177, - "endLine": 262, - "endColumn": 12, - "endOffset": 34419 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 37518, - "endLine": 294, - "endColumn": 12, - "endOffset": 37794 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 263, - "startColumn": 4, - "startOffset": 34424, - "endLine": 266, - "endColumn": 12, - "endOffset": 34700 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 37799, - "endLine": 301, - "endColumn": 12, - "endOffset": 38208 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1159, - "endLine": 16, - "endColumn": 12, - "endOffset": 1568 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 38213, - "endLine": 306, - "endColumn": 12, - "endOffset": 38493 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 267, - "startColumn": 4, - "startOffset": 34705, - "endLine": 271, - "endColumn": 12, - "endOffset": 34985 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 38498, - "endLine": 312, - "endColumn": 12, - "endOffset": 38886 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 272, - "startColumn": 4, - "startOffset": 34990, - "endLine": 277, - "endColumn": 12, - "endOffset": 35378 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 38891, - "endLine": 319, - "endColumn": 12, - "endOffset": 39363 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 280, - "startColumn": 4, - "startOffset": 35625, - "endLine": 286, - "endColumn": 12, - "endOffset": 36097 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 39368, - "endLine": 323, - "endColumn": 12, - "endOffset": 39585 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 287, - "startColumn": 4, - "startOffset": 36102, - "endLine": 290, - "endColumn": 12, - "endOffset": 36319 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 39590, - "endLine": 327, - "endColumn": 12, - "endOffset": 39807 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 291, - "startColumn": 4, - "startOffset": 36324, - "endLine": 294, - "endColumn": 12, - "endOffset": 36541 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 39812, - "endLine": 332, - "endColumn": 12, - "endOffset": 40075 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 295, - "startColumn": 4, - "startOffset": 36546, - "endLine": 299, - "endColumn": 12, - "endOffset": 36809 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 40080, - "endLine": 336, - "endColumn": 12, - "endOffset": 40302 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 300, - "startColumn": 4, - "startOffset": 36814, - "endLine": 303, - "endColumn": 12, - "endOffset": 37036 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 40307, - "endLine": 340, - "endColumn": 12, - "endOffset": 40532 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 304, - "startColumn": 4, - "startOffset": 37041, - "endLine": 307, - "endColumn": 12, - "endOffset": 37266 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 40537, - "endLine": 344, - "endColumn": 12, - "endOffset": 40762 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 308, - "startColumn": 4, - "startOffset": 37271, - "endLine": 311, - "endColumn": 12, - "endOffset": 37496 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 40767, - "endLine": 348, - "endColumn": 12, - "endOffset": 40992 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 312, - "startColumn": 4, - "startOffset": 37501, - "endLine": 315, - "endColumn": 12, - "endOffset": 37726 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 40997, - "endLine": 352, - "endColumn": 12, - "endOffset": 41222 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 316, - "startColumn": 4, - "startOffset": 37731, - "endLine": 319, - "endColumn": 12, - "endOffset": 37956 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 41227, - "endLine": 356, - "endColumn": 12, - "endOffset": 41449 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 320, - "startColumn": 4, - "startOffset": 37961, - "endLine": 323, - "endColumn": 12, - "endOffset": 38183 - } - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 41454, - "endLine": 360, - "endColumn": 12, - "endOffset": 41688 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 324, - "startColumn": 4, - "startOffset": 38188, - "endLine": 327, - "endColumn": 12, - "endOffset": 38422 - } - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 41693, - "endLine": 364, - "endColumn": 12, - "endOffset": 41914 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 328, - "startColumn": 4, - "startOffset": 38427, - "endLine": 331, - "endColumn": 12, - "endOffset": 38648 - } - } - }, - { - "to": { - "startLine": 365, - "startColumn": 4, - "startOffset": 41919, - "endLine": 368, - "endColumn": 12, - "endOffset": 42159 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 332, - "startColumn": 4, - "startOffset": 38653, - "endLine": 335, - "endColumn": 12, - "endOffset": 38893 - } - } - }, - { - "to": { - "startLine": 369, - "startColumn": 4, - "startOffset": 42164, - "endLine": 370, - "endColumn": 12, - "endOffset": 42289 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 338, - "startColumn": 4, - "startOffset": 39135, - "endLine": 339, - "endColumn": 12, - "endOffset": 39260 - } - } - }, - { - "to": { - "startLine": 371, - "startColumn": 4, - "startOffset": 42294, - "endLine": 372, - "endColumn": 12, - "endOffset": 42419 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 340, - "startColumn": 4, - "startOffset": 39265, - "endLine": 341, - "endColumn": 12, - "endOffset": 39390 - } - } - }, - { - "to": { - "startLine": 373, - "startColumn": 4, - "startOffset": 42424, - "endLine": 376, - "endColumn": 12, - "endOffset": 42649 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 344, - "startColumn": 4, - "startOffset": 39637, - "endLine": 347, - "endColumn": 12, - "endOffset": 39862 - } - } - }, - { - "to": { - "startLine": 377, - "startColumn": 4, - "startOffset": 42654, - "endLine": 380, - "endColumn": 12, - "endOffset": 42897 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 348, - "startColumn": 4, - "startOffset": 39867, - "endLine": 351, - "endColumn": 12, - "endOffset": 40110 - } - } - }, - { - "to": { - "startLine": 381, - "startColumn": 4, - "startOffset": 42902, - "endLine": 384, - "endColumn": 12, - "endOffset": 43116 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 352, - "startColumn": 4, - "startOffset": 40115, - "endLine": 355, - "endColumn": 12, - "endOffset": 40329 - } - } - }, - { - "to": { - "startLine": 385, - "startColumn": 4, - "startOffset": 43121, - "endLine": 389, - "endColumn": 12, - "endOffset": 43399 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 358, - "startColumn": 4, - "startOffset": 40571, - "endLine": 362, - "endColumn": 12, - "endOffset": 40849 - } - } - }, - { - "to": { - "startLine": 390, - "startColumn": 4, - "startOffset": 43404, - "endLine": 393, - "endColumn": 12, - "endOffset": 43607 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 363, - "startColumn": 4, - "startOffset": 40854, - "endLine": 366, - "endColumn": 12, - "endOffset": 41057 - } - } - }, - { - "to": { - "startLine": 394, - "startColumn": 4, - "startOffset": 43612, - "endLine": 396, - "endColumn": 12, - "endOffset": 43738 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 367, - "startColumn": 4, - "startOffset": 41062, - "endLine": 369, - "endColumn": 12, - "endOffset": 41188 - } - } - }, - { - "to": { - "startLine": 397, - "startColumn": 4, - "startOffset": 43743, - "endLine": 400, - "endColumn": 12, - "endOffset": 43965 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 372, - "startColumn": 4, - "startOffset": 41435, - "endLine": 375, - "endColumn": 12, - "endOffset": 41657 - } - } - }, - { - "to": { - "startLine": 401, - "startColumn": 4, - "startOffset": 43970, - "endLine": 404, - "endColumn": 12, - "endOffset": 44211 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 376, - "startColumn": 4, - "startOffset": 41662, - "endLine": 379, - "endColumn": 12, - "endOffset": 41903 - } - } - }, - { - "to": { - "startLine": 405, - "startColumn": 4, - "startOffset": 44216, - "endLine": 408, - "endColumn": 12, - "endOffset": 44436 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 380, - "startColumn": 4, - "startOffset": 41908, - "endLine": 383, - "endColumn": 12, - "endOffset": 42128 - } - } - }, - { - "to": { - "startLine": 409, - "startColumn": 4, - "startOffset": 44441, - "endLine": 412, - "endColumn": 12, - "endOffset": 44685 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 384, - "startColumn": 4, - "startOffset": 42133, - "endLine": 387, - "endColumn": 12, - "endOffset": 42377 - } - } - }, - { - "to": { - "startLine": 413, - "startColumn": 4, - "startOffset": 44690, - "endLine": 416, - "endColumn": 12, - "endOffset": 44906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 388, - "startColumn": 4, - "startOffset": 42382, - "endLine": 391, - "endColumn": 12, - "endOffset": 42598 - } - } - }, - { - "to": { - "startLine": 417, - "startColumn": 4, - "startOffset": 44911, - "endLine": 420, - "endColumn": 12, - "endOffset": 45151 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 392, - "startColumn": 4, - "startOffset": 42603, - "endLine": 395, - "endColumn": 12, - "endOffset": 42843 - } - } - }, - { - "to": { - "startLine": 421, - "startColumn": 4, - "startOffset": 45156, - "endLine": 425, - "endColumn": 12, - "endOffset": 45446 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 398, - "startColumn": 4, - "startOffset": 43085, - "endLine": 402, - "endColumn": 12, - "endOffset": 43375 - } - } - }, - { - "to": { - "startLine": 426, - "startColumn": 4, - "startOffset": 45451, - "endLine": 428, - "endColumn": 12, - "endOffset": 45668 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 403, - "startColumn": 4, - "startOffset": 43380, - "endLine": 405, - "endColumn": 12, - "endOffset": 43597 - } - } - }, - { - "to": { - "startLine": 429, - "startColumn": 4, - "startOffset": 45673, - "endLine": 431, - "endColumn": 12, - "endOffset": 45906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 406, - "startColumn": 4, - "startOffset": 43602, - "endLine": 408, - "endColumn": 12, - "endOffset": 43835 - } - } - }, - { - "to": { - "startLine": 432, - "startColumn": 4, - "startOffset": 45911, - "endLine": 434, - "endColumn": 12, - "endOffset": 46120 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 409, - "startColumn": 4, - "startOffset": 43840, - "endLine": 411, - "endColumn": 12, - "endOffset": 44049 - } - } - }, - { - "to": { - "startLine": 435, - "startColumn": 4, - "startOffset": 46125, - "endLine": 437, - "endColumn": 12, - "endOffset": 46350 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 412, - "startColumn": 4, - "startOffset": 44054, - "endLine": 414, - "endColumn": 12, - "endOffset": 44279 - } - } - }, - { - "to": { - "startLine": 438, - "startColumn": 4, - "startOffset": 46355, - "endLine": 440, - "endColumn": 12, - "endOffset": 46573 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 415, - "startColumn": 4, - "startOffset": 44284, - "endLine": 417, - "endColumn": 12, - "endOffset": 44502 - } - } - }, - { - "to": { - "startLine": 441, - "startColumn": 4, - "startOffset": 46578, - "endLine": 443, - "endColumn": 12, - "endOffset": 46788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 418, - "startColumn": 4, - "startOffset": 44507, - "endLine": 420, - "endColumn": 12, - "endOffset": 44717 - } - } - }, - { - "to": { - "startLine": 444, - "startColumn": 4, - "startOffset": 46793, - "endLine": 446, - "endColumn": 12, - "endOffset": 46996 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 44722, - "endLine": 423, - "endColumn": 12, - "endOffset": 44925 - } - } - }, - { - "to": { - "startLine": 447, - "startColumn": 4, - "startOffset": 47001, - "endLine": 448, - "endColumn": 12, - "endOffset": 47120 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 424, - "startColumn": 4, - "startOffset": 44930, - "endLine": 425, - "endColumn": 12, - "endOffset": 45049 - } - } - }, - { - "to": { - "startLine": 449, - "startColumn": 4, - "startOffset": 47125, - "endLine": 450, - "endColumn": 12, - "endOffset": 47244 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 426, - "startColumn": 4, - "startOffset": 45054, - "endLine": 427, - "endColumn": 12, - "endOffset": 45173 - } - } - }, - { - "to": { - "startLine": 451, - "startColumn": 4, - "startOffset": 47249, - "endColumn": 104, - "endOffset": 47349 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 428, - "startColumn": 4, - "startOffset": 45178, - "endColumn": 104, - "endOffset": 45278 - } - } - }, - { - "to": { - "startLine": 452, - "startColumn": 4, - "startOffset": 47354, - "endColumn": 116, - "endOffset": 47466 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 429, - "startColumn": 4, - "startOffset": 45283, - "endColumn": 116, - "endOffset": 45395 - } - } - }, - { - "to": { - "startLine": 453, - "startColumn": 4, - "startOffset": 47471, - "endLine": 455, - "endColumn": 12, - "endOffset": 47680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 430, - "startColumn": 4, - "startOffset": 45400, - "endLine": 432, - "endColumn": 12, - "endOffset": 45609 - } - } - }, - { - "to": { - "startLine": 456, - "startColumn": 4, - "startOffset": 47685, - "endLine": 457, - "endColumn": 12, - "endOffset": 47826 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 433, - "startColumn": 4, - "startOffset": 45614, - "endLine": 434, - "endColumn": 12, - "endOffset": 45755 - } - } - }, - { - "to": { - "startLine": 458, - "startColumn": 4, - "startOffset": 47831, - "endLine": 459, - "endColumn": 12, - "endOffset": 47966 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 435, - "startColumn": 4, - "startOffset": 45760, - "endLine": 436, - "endColumn": 12, - "endOffset": 45895 - } - } - }, - { - "to": { - "startLine": 460, - "startColumn": 4, - "startOffset": 47971, - "endLine": 461, - "endColumn": 12, - "endOffset": 48052 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 439, - "startColumn": 4, - "startOffset": 46137, - "endLine": 440, - "endColumn": 12, - "endOffset": 46218 - } - } - }, - { - "to": { - "startLine": 462, - "startColumn": 4, - "startOffset": 48057, - "endLine": 466, - "endColumn": 12, - "endOffset": 48400 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 441, - "startColumn": 4, - "startOffset": 46223, - "endLine": 445, - "endColumn": 12, - "endOffset": 46566 - } - } - }, - { - "to": { - "startLine": 467, - "startColumn": 4, - "startOffset": 48405, - "endColumn": 87, - "endOffset": 48488 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 446, - "startColumn": 4, - "startOffset": 46571, - "endColumn": 87, - "endOffset": 46654 - } - } - }, - { - "to": { - "startLine": 468, - "startColumn": 4, - "startOffset": 48493, - "endLine": 471, - "endColumn": 12, - "endOffset": 48718 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 447, - "startColumn": 4, - "startOffset": 46659, - "endLine": 450, - "endColumn": 12, - "endOffset": 46884 - } - } - }, - { - "to": { - "startLine": 472, - "startColumn": 4, - "startOffset": 48723, - "endLine": 477, - "endColumn": 12, - "endOffset": 49120 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 451, - "startColumn": 4, - "startOffset": 46889, - "endLine": 456, - "endColumn": 12, - "endOffset": 47286 - } - } - }, - { - "to": { - "startLine": 478, - "startColumn": 4, - "startOffset": 49125, - "endLine": 481, - "endColumn": 12, - "endOffset": 49353 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 457, - "startColumn": 4, - "startOffset": 47291, - "endLine": 460, - "endColumn": 12, - "endOffset": 47519 - } - } - }, - { - "to": { - "startLine": 482, - "startColumn": 4, - "startOffset": 49358, - "endColumn": 81, - "endOffset": 49435 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 461, - "startColumn": 4, - "startOffset": 47524, - "endColumn": 81, - "endOffset": 47601 - } - } - }, - { - "to": { - "startLine": 483, - "startColumn": 4, - "startOffset": 49440, - "endLine": 484, - "endColumn": 12, - "endOffset": 49533 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 462, - "startColumn": 4, - "startOffset": 47606, - "endLine": 463, - "endColumn": 12, - "endOffset": 47699 - } - } - }, - { - "to": { - "startLine": 485, - "startColumn": 4, - "startOffset": 49538, - "endLine": 495, - "endColumn": 12, - "endOffset": 50150 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 464, - "startColumn": 4, - "startOffset": 47704, - "endLine": 474, - "endColumn": 12, - "endOffset": 48316 - } - } - }, - { - "to": { - "startLine": 496, - "startColumn": 4, - "startOffset": 50155, - "endColumn": 99, - "endOffset": 50250 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 475, - "startColumn": 4, - "startOffset": 48321, - "endColumn": 99, - "endOffset": 48416 - } - } - }, - { - "to": { - "startLine": 497, - "startColumn": 4, - "startOffset": 50255, - "endLine": 500, - "endColumn": 12, - "endOffset": 50486 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 476, - "startColumn": 4, - "startOffset": 48421, - "endLine": 479, - "endColumn": 12, - "endOffset": 48652 - } - } - }, - { - "to": { - "startLine": 501, - "startColumn": 4, - "startOffset": 50491, - "endLine": 506, - "endColumn": 12, - "endOffset": 50894 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 480, - "startColumn": 4, - "startOffset": 48657, - "endLine": 485, - "endColumn": 12, - "endOffset": 49060 - } - } - }, - { - "to": { - "startLine": 507, - "startColumn": 4, - "startOffset": 50899, - "endLine": 510, - "endColumn": 12, - "endOffset": 51133 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 486, - "startColumn": 4, - "startOffset": 49065, - "endLine": 489, - "endColumn": 12, - "endOffset": 49299 - } - } - }, - { - "to": { - "startLine": 511, - "startColumn": 4, - "startOffset": 51138, - "endColumn": 93, - "endOffset": 51227 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 490, - "startColumn": 4, - "startOffset": 49304, - "endColumn": 93, - "endOffset": 49393 - } - } - }, - { - "to": { - "startLine": 512, - "startColumn": 4, - "startOffset": 51232, - "endColumn": 57, - "endOffset": 51285 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 491, - "startColumn": 4, - "startOffset": 49398, - "endColumn": 57, - "endOffset": 49451 - } - } - }, - { - "to": { - "startLine": 513, - "startColumn": 4, - "startOffset": 51290, - "endLine": 516, - "endColumn": 12, - "endOffset": 51522 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 492, - "startColumn": 4, - "startOffset": 49456, - "endLine": 495, - "endColumn": 12, - "endOffset": 49688 - } - } - }, - { - "to": { - "startLine": 517, - "startColumn": 4, - "startOffset": 51527, - "endLine": 543, - "endColumn": 12, - "endOffset": 53522 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 496, - "startColumn": 4, - "startOffset": 49693, - "endLine": 522, - "endColumn": 12, - "endOffset": 51688 - } - } - }, - { - "to": { - "startLine": 544, - "startColumn": 4, - "startOffset": 53527, - "endLine": 547, - "endColumn": 12, - "endOffset": 53764 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 51693, - "endLine": 526, - "endColumn": 12, - "endOffset": 51930 - } - } - }, - { - "to": { - "startLine": 548, - "startColumn": 4, - "startOffset": 53769, - "endLine": 575, - "endColumn": 12, - "endOffset": 55942 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 527, - "startColumn": 4, - "startOffset": 51935, - "endLine": 554, - "endColumn": 12, - "endOffset": 54108 - } - } - }, - { - "to": { - "startLine": 576, - "startColumn": 4, - "startOffset": 55947, - "endLine": 721, - "endColumn": 12, - "endOffset": 65221 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 555, - "startColumn": 4, - "startOffset": 54113, - "endLine": 700, - "endColumn": 12, - "endOffset": 63387 - } - } - }, - { - "to": { - "startLine": 722, - "startColumn": 4, - "startOffset": 65226, - "endLine": 743, - "endColumn": 12, - "endOffset": 66488 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 701, - "startColumn": 4, - "startOffset": 63392, - "endLine": 722, - "endColumn": 12, - "endOffset": 64654 - } - } - }, - { - "to": { - "startLine": 744, - "startColumn": 4, - "startOffset": 66493, - "endLine": 889, - "endColumn": 12, - "endOffset": 75877 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 723, - "startColumn": 4, - "startOffset": 64659, - "endLine": 868, - "endColumn": 12, - "endOffset": 74043 - } - } - }, - { - "to": { - "startLine": 890, - "startColumn": 4, - "startOffset": 75882, - "endLine": 911, - "endColumn": 12, - "endOffset": 77158 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 869, - "startColumn": 4, - "startOffset": 74048, - "endLine": 890, - "endColumn": 12, - "endOffset": 75324 - } - } - }, - { - "to": { - "startLine": 912, - "startColumn": 4, - "startOffset": 77163, - "endLine": 918, - "endColumn": 12, - "endOffset": 77694 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 893, - "startColumn": 4, - "startOffset": 75566, - "endLine": 899, - "endColumn": 12, - "endOffset": 76097 - } - } - }, - { - "to": { - "startLine": 919, - "startColumn": 4, - "startOffset": 77699, - "endLine": 923, - "endColumn": 12, - "endOffset": 78024 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 900, - "startColumn": 4, - "startOffset": 76102, - "endLine": 904, - "endColumn": 12, - "endOffset": 76427 - } - } - }, - { - "to": { - "startLine": 924, - "startColumn": 4, - "startOffset": 78029, - "endLine": 944, - "endColumn": 12, - "endOffset": 79147 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 905, - "startColumn": 4, - "startOffset": 76432, - "endLine": 925, - "endColumn": 12, - "endOffset": 77550 - } - } - }, - { - "to": { - "startLine": 945, - "startColumn": 4, - "startOffset": 79152, - "endLine": 949, - "endColumn": 12, - "endOffset": 79403 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 926, - "startColumn": 4, - "startOffset": 77555, - "endLine": 930, - "endColumn": 12, - "endOffset": 77806 - } - } - }, - { - "to": { - "startLine": 950, - "startColumn": 4, - "startOffset": 79408, - "endLine": 954, - "endColumn": 12, - "endOffset": 79639 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 931, - "startColumn": 4, - "startOffset": 77811, - "endLine": 935, - "endColumn": 12, - "endOffset": 78042 - } - } - }, - { - "to": { - "startLine": 955, - "startColumn": 4, - "startOffset": 79644, - "endLine": 964, - "endColumn": 12, - "endOffset": 80186 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 936, - "startColumn": 4, - "startOffset": 78047, - "endLine": 945, - "endColumn": 12, - "endOffset": 78589 - } - } - }, - { - "to": { - "startLine": 965, - "startColumn": 4, - "startOffset": 80191, - "endLine": 973, - "endColumn": 12, - "endOffset": 80680 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 946, - "startColumn": 4, - "startOffset": 78594, - "endLine": 954, - "endColumn": 12, - "endOffset": 79083 - } - } - }, - { - "to": { - "startLine": 974, - "startColumn": 4, - "startOffset": 80685, - "endLine": 984, - "endColumn": 12, - "endOffset": 81353 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 955, - "startColumn": 4, - "startOffset": 79088, - "endLine": 965, - "endColumn": 12, - "endOffset": 79756 - } - } - }, - { - "to": { - "startLine": 985, - "startColumn": 4, - "startOffset": 81358, - "endLine": 988, - "endColumn": 12, - "endOffset": 81568 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 966, - "startColumn": 4, - "startOffset": 79761, - "endLine": 969, - "endColumn": 12, - "endOffset": 79971 - } - } - }, - { - "to": { - "startLine": 989, - "startColumn": 4, - "startOffset": 81573, - "endLine": 995, - "endColumn": 12, - "endOffset": 82096 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 970, - "startColumn": 4, - "startOffset": 79976, - "endLine": 976, - "endColumn": 12, - "endOffset": 80499 - } - } - }, - { - "to": { - "startLine": 996, - "startColumn": 4, - "startOffset": 82101, - "endLine": 1003, - "endColumn": 12, - "endOffset": 82660 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 977, - "startColumn": 4, - "startOffset": 80504, - "endLine": 984, - "endColumn": 12, - "endOffset": 81063 - } - } - }, - { - "to": { - "startLine": 1004, - "startColumn": 4, - "startOffset": 82665, - "endLine": 1010, - "endColumn": 12, - "endOffset": 83035 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 985, - "startColumn": 4, - "startOffset": 81068, - "endLine": 991, - "endColumn": 12, - "endOffset": 81438 - } - } - }, - { - "to": { - "startLine": 1011, - "startColumn": 4, - "startOffset": 83040, - "endColumn": 117, - "endOffset": 83153 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 992, - "startColumn": 4, - "startOffset": 81443, - "endColumn": 117, - "endOffset": 81556 - } - } - }, - { - "to": { - "startLine": 1012, - "startColumn": 4, - "startOffset": 83158, - "endLine": 1020, - "endColumn": 12, - "endOffset": 83691 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 993, - "startColumn": 4, - "startOffset": 81561, - "endLine": 1001, - "endColumn": 12, - "endOffset": 82094 - } - } - }, - { - "to": { - "startLine": 1021, - "startColumn": 4, - "startOffset": 83696, - "endLine": 1023, - "endColumn": 12, - "endOffset": 83848 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1002, - "startColumn": 4, - "startOffset": 82099, - "endLine": 1004, - "endColumn": 12, - "endOffset": 82251 - } - } - }, - { - "to": { - "startLine": 1024, - "startColumn": 4, - "startOffset": 83853, - "endLine": 1026, - "endColumn": 12, - "endOffset": 83992 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1005, - "startColumn": 4, - "startOffset": 82256, - "endLine": 1007, - "endColumn": 12, - "endOffset": 82395 - } - } - }, - { - "to": { - "startLine": 1027, - "startColumn": 4, - "startOffset": 83997, - "endLine": 1031, - "endColumn": 12, - "endOffset": 84312 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1008, - "startColumn": 4, - "startOffset": 82400, - "endLine": 1012, - "endColumn": 12, - "endOffset": 82715 - } - } - }, - { - "to": { - "startLine": 1032, - "startColumn": 4, - "startOffset": 84317, - "endLine": 1035, - "endColumn": 12, - "endOffset": 84482 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1013, - "startColumn": 4, - "startOffset": 82720, - "endLine": 1016, - "endColumn": 12, - "endOffset": 82885 - } - } - }, - { - "to": { - "startLine": 1036, - "startColumn": 4, - "startOffset": 84487, - "endLine": 1038, - "endColumn": 12, - "endOffset": 84623 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1017, - "startColumn": 4, - "startOffset": 82890, - "endLine": 1019, - "endColumn": 12, - "endOffset": 83026 - } - } - }, - { - "to": { - "startLine": 1039, - "startColumn": 4, - "startOffset": 84628, - "endLine": 1041, - "endColumn": 12, - "endOffset": 84752 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1020, - "startColumn": 4, - "startOffset": 83031, - "endLine": 1022, - "endColumn": 12, - "endOffset": 83155 - } - } - }, - { - "to": { - "startLine": 1042, - "startColumn": 4, - "startOffset": 84757, - "endLine": 1045, - "endColumn": 12, - "endOffset": 85051 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1023, - "startColumn": 4, - "startOffset": 83160, - "endLine": 1026, - "endColumn": 12, - "endOffset": 83454 - } - } - }, - { - "to": { - "startLine": 1046, - "startColumn": 4, - "startOffset": 85056, - "endLine": 1049, - "endColumn": 12, - "endOffset": 85354 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1027, - "startColumn": 4, - "startOffset": 83459, - "endLine": 1030, - "endColumn": 12, - "endOffset": 83757 - } - } - }, - { - "to": { - "startLine": 1050, - "startColumn": 4, - "startOffset": 85359, - "endLine": 1057, - "endColumn": 12, - "endOffset": 85913 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1031, - "startColumn": 4, - "startOffset": 83762, - "endLine": 1038, - "endColumn": 12, - "endOffset": 84316 - } - } - }, - { - "to": { - "startLine": 1058, - "startColumn": 4, - "startOffset": 85918, - "endLine": 1062, - "endColumn": 12, - "endOffset": 86175 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1039, - "startColumn": 4, - "startOffset": 84321, - "endLine": 1043, - "endColumn": 12, - "endOffset": 84578 - } - } - }, - { - "to": { - "startLine": 1063, - "startColumn": 4, - "startOffset": 86180, - "endLine": 1069, - "endColumn": 12, - "endOffset": 86525 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1044, - "startColumn": 4, - "startOffset": 84583, - "endLine": 1050, - "endColumn": 12, - "endOffset": 84928 - } - } - }, - { - "to": { - "startLine": 1070, - "startColumn": 4, - "startOffset": 86530, - "endLine": 1075, - "endColumn": 12, - "endOffset": 86878 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1051, - "startColumn": 4, - "startOffset": 84933, - "endLine": 1056, - "endColumn": 12, - "endOffset": 85281 - } - } - }, - { - "to": { - "startLine": 1076, - "startColumn": 4, - "startOffset": 86883, - "endColumn": 93, - "endOffset": 86972 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1057, - "startColumn": 4, - "startOffset": 85286, - "endColumn": 93, - "endOffset": 85375 - } - } - }, - { - "to": { - "startLine": 1077, - "startColumn": 4, - "startOffset": 86977, - "endLine": 1080, - "endColumn": 12, - "endOffset": 87278 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1058, - "startColumn": 4, - "startOffset": 85380, - "endLine": 1061, - "endColumn": 12, - "endOffset": 85681 - } - } - }, - { - "to": { - "startLine": 1081, - "startColumn": 4, - "startOffset": 87283, - "endLine": 1085, - "endColumn": 12, - "endOffset": 87540 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1062, - "startColumn": 4, - "startOffset": 85686, - "endLine": 1066, - "endColumn": 12, - "endOffset": 85943 - } - } - }, - { - "to": { - "startLine": 1086, - "startColumn": 4, - "startOffset": 87545, - "endLine": 1087, - "endColumn": 12, - "endOffset": 87665 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1067, - "startColumn": 4, - "startOffset": 85948, - "endLine": 1068, - "endColumn": 12, - "endOffset": 86068 - } - } - }, - { - "to": { - "startLine": 1088, - "startColumn": 4, - "startOffset": 87670, - "endLine": 1089, - "endColumn": 12, - "endOffset": 87792 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1069, - "startColumn": 4, - "startOffset": 86073, - "endLine": 1070, - "endColumn": 12, - "endOffset": 86195 - } - } - }, - { - "to": { - "startLine": 1090, - "startColumn": 4, - "startOffset": 87797, - "endLine": 1092, - "endColumn": 12, - "endOffset": 88031 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1071, - "startColumn": 4, - "startOffset": 86200, - "endLine": 1073, - "endColumn": 12, - "endOffset": 86434 - } - } - }, - { - "to": { - "startLine": 1093, - "startColumn": 4, - "startOffset": 88036, - "endLine": 1095, - "endColumn": 12, - "endOffset": 88242 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1074, - "startColumn": 4, - "startOffset": 86439, - "endLine": 1076, - "endColumn": 12, - "endOffset": 86645 - } - } - }, - { - "to": { - "startLine": 1096, - "startColumn": 4, - "startOffset": 88247, - "endLine": 1097, - "endColumn": 12, - "endOffset": 88361 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1077, - "startColumn": 4, - "startOffset": 86650, - "endLine": 1078, - "endColumn": 12, - "endOffset": 86764 - } - } - }, - { - "to": { - "startLine": 1098, - "startColumn": 4, - "startOffset": 88366, - "endLine": 1101, - "endColumn": 12, - "endOffset": 88554 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1079, - "startColumn": 4, - "startOffset": 86769, - "endLine": 1082, - "endColumn": 12, - "endOffset": 86957 - } - } - }, - { - "to": { - "startLine": 1102, - "startColumn": 4, - "startOffset": 88559, - "endLine": 1108, - "endColumn": 12, - "endOffset": 89009 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1083, - "startColumn": 4, - "startOffset": 86962, - "endLine": 1089, - "endColumn": 12, - "endOffset": 87412 - } - } - }, - { - "to": { - "startLine": 1109, - "startColumn": 4, - "startOffset": 89014, - "endLine": 1111, - "endColumn": 12, - "endOffset": 89190 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1090, - "startColumn": 4, - "startOffset": 87417, - "endLine": 1092, - "endColumn": 12, - "endOffset": 87593 - } - } - }, - { - "to": { - "startLine": 1112, - "startColumn": 4, - "startOffset": 89195, - "endLine": 1114, - "endColumn": 12, - "endOffset": 89312 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1093, - "startColumn": 4, - "startOffset": 87598, - "endLine": 1095, - "endColumn": 12, - "endOffset": 87715 - } - } - }, - { - "to": { - "startLine": 1115, - "startColumn": 4, - "startOffset": 89317, - "endLine": 1118, - "endColumn": 12, - "endOffset": 89571 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1096, - "startColumn": 4, - "startOffset": 87720, - "endLine": 1099, - "endColumn": 12, - "endOffset": 87974 - } - } - }, - { - "to": { - "startLine": 1119, - "startColumn": 4, - "startOffset": 89576, - "endLine": 1120, - "endColumn": 12, - "endOffset": 89684 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1100, - "startColumn": 4, - "startOffset": 87979, - "endLine": 1101, - "endColumn": 12, - "endOffset": 88087 - } - } - }, - { - "to": { - "startLine": 1121, - "startColumn": 4, - "startOffset": 89689, - "endLine": 1124, - "endColumn": 12, - "endOffset": 89871 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1102, - "startColumn": 4, - "startOffset": 88092, - "endLine": 1105, - "endColumn": 12, - "endOffset": 88274 - } - } - }, - { - "to": { - "startLine": 1125, - "startColumn": 4, - "startOffset": 89876, - "endLine": 1126, - "endColumn": 12, - "endOffset": 89973 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1106, - "startColumn": 4, - "startOffset": 88279, - "endLine": 1107, - "endColumn": 12, - "endOffset": 88376 - } - } - }, - { - "to": { - "startLine": 1127, - "startColumn": 4, - "startOffset": 89978, - "endLine": 1132, - "endColumn": 12, - "endOffset": 90417 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1108, - "startColumn": 4, - "startOffset": 88381, - "endLine": 1113, - "endColumn": 12, - "endOffset": 88820 - } - } - }, - { - "to": { - "startLine": 1133, - "startColumn": 4, - "startOffset": 90422, - "endLine": 1134, - "endColumn": 12, - "endOffset": 90541 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1114, - "startColumn": 4, - "startOffset": 88825, - "endLine": 1115, - "endColumn": 12, - "endOffset": 88944 - } - } - }, - { - "to": { - "startLine": 1135, - "startColumn": 4, - "startOffset": 90546, - "endLine": 1138, - "endColumn": 12, - "endOffset": 90826 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1116, - "startColumn": 4, - "startOffset": 88949, - "endLine": 1119, - "endColumn": 12, - "endOffset": 89229 - } - } - }, - { - "to": { - "startLine": 1139, - "startColumn": 4, - "startOffset": 90831, - "endLine": 1150, - "endColumn": 12, - "endOffset": 91713 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1120, - "startColumn": 4, - "startOffset": 89234, - "endLine": 1131, - "endColumn": 12, - "endOffset": 90116 - } - } - }, - { - "to": { - "startLine": 1151, - "startColumn": 4, - "startOffset": 91718, - "endLine": 1156, - "endColumn": 12, - "endOffset": 92007 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1132, - "startColumn": 4, - "startOffset": 90121, - "endLine": 1137, - "endColumn": 12, - "endOffset": 90410 - } - } - }, - { - "to": { - "startLine": 1157, - "startColumn": 4, - "startOffset": 92012, - "endLine": 1161, - "endColumn": 12, - "endOffset": 92337 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1138, - "startColumn": 4, - "startOffset": 90415, - "endLine": 1142, - "endColumn": 12, - "endOffset": 90740 - } - } - }, - { - "to": { - "startLine": 1162, - "startColumn": 4, - "startOffset": 92342, - "endLine": 1176, - "endColumn": 12, - "endOffset": 93257 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1143, - "startColumn": 4, - "startOffset": 90745, - "endLine": 1157, - "endColumn": 12, - "endOffset": 91660 - } - } - }, - { - "to": { - "startLine": 1177, - "startColumn": 4, - "startOffset": 93262, - "endLine": 1179, - "endColumn": 12, - "endOffset": 93429 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1158, - "startColumn": 4, - "startOffset": 91665, - "endLine": 1160, - "endColumn": 12, - "endOffset": 91832 - } - } - }, - { - "to": { - "startLine": 1180, - "startColumn": 4, - "startOffset": 93434, - "endLine": 1184, - "endColumn": 12, - "endOffset": 93765 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1161, - "startColumn": 4, - "startOffset": 91837, - "endLine": 1165, - "endColumn": 12, - "endOffset": 92168 - } - } - }, - { - "to": { - "startLine": 1185, - "startColumn": 4, - "startOffset": 93770, - "endLine": 1194, - "endColumn": 12, - "endOffset": 94431 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1166, - "startColumn": 4, - "startOffset": 92173, - "endLine": 1175, - "endColumn": 12, - "endOffset": 92834 - } - } - }, - { - "to": { - "startLine": 1195, - "startColumn": 4, - "startOffset": 94436, - "endLine": 1199, - "endColumn": 12, - "endOffset": 94716 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1176, - "startColumn": 4, - "startOffset": 92839, - "endLine": 1180, - "endColumn": 12, - "endOffset": 93119 - } - } - }, - { - "to": { - "startLine": 1200, - "startColumn": 4, - "startOffset": 94721, - "endLine": 1209, - "endColumn": 12, - "endOffset": 95300 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 65, - "startColumn": 4, - "startOffset": 8350, - "endLine": 74, - "endColumn": 12, - "endOffset": 8929 - } - } - }, - { - "to": { - "startLine": 1210, - "startColumn": 4, - "startOffset": 95305, - "endLine": 1211, - "endColumn": 12, - "endOffset": 95364 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1573, - "endLine": 18, - "endColumn": 12, - "endOffset": 1632 - } - } - }, - { - "to": { - "startLine": 1212, - "startColumn": 4, - "startOffset": 95369, - "endLine": 1214, - "endColumn": 12, - "endOffset": 95490 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1637, - "endLine": 21, - "endColumn": 12, - "endOffset": 1758 - } - } - }, - { - "to": { - "startLine": 1215, - "startColumn": 4, - "startOffset": 95495, - "endLine": 1217, - "endColumn": 12, - "endOffset": 95618 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\cardview-v7\\23.4.0\\res\\values\\values.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1763, - "endLine": 24, - "endColumn": 12, - "endOffset": 1886 - } - } - }, - { - "to": { - "startLine": 1218, - "startColumn": 4, - "startOffset": 95623, - "endLine": 1255, - "endColumn": 12, - "endOffset": 98507 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1183, - "startColumn": 4, - "startOffset": 93361, - "endLine": 1220, - "endColumn": 12, - "endOffset": 96245 - } - } - }, - { - "to": { - "startLine": 1256, - "startColumn": 4, - "startOffset": 98512, - "endLine": 1294, - "endColumn": 12, - "endOffset": 101537 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1221, - "startColumn": 4, - "startOffset": 96250, - "endLine": 1259, - "endColumn": 12, - "endOffset": 99275 - } - } - }, - { - "to": { - "startLine": 1295, - "startColumn": 4, - "startOffset": 101542, - "endLine": 1304, - "endColumn": 12, - "endOffset": 102177 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1260, - "startColumn": 4, - "startOffset": 99280, - "endLine": 1269, - "endColumn": 12, - "endOffset": 99915 - } - } - }, - { - "to": { - "startLine": 1305, - "startColumn": 4, - "startOffset": 102182, - "endLine": 1313, - "endColumn": 12, - "endOffset": 102801 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1270, - "startColumn": 4, - "startOffset": 99920, - "endLine": 1278, - "endColumn": 12, - "endOffset": 100539 - } - } - }, - { - "to": { - "startLine": 1314, - "startColumn": 4, - "startOffset": 102806, - "endLine": 1315, - "endColumn": 12, - "endOffset": 102914 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1281, - "startColumn": 4, - "startOffset": 100780, - "endLine": 1282, - "endColumn": 12, - "endOffset": 100888 - } - } - }, - { - "to": { - "startLine": 1316, - "startColumn": 4, - "startOffset": 102919, - "endLine": 1319, - "endColumn": 12, - "endOffset": 103143 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1283, - "startColumn": 4, - "startOffset": 100893, - "endLine": 1286, - "endColumn": 12, - "endOffset": 101117 - } - } - }, - { - "to": { - "startLine": 1320, - "startColumn": 4, - "startOffset": 103148, - "endLine": 1323, - "endColumn": 12, - "endOffset": 103481 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1287, - "startColumn": 4, - "startOffset": 101122, - "endLine": 1290, - "endColumn": 12, - "endOffset": 101455 - } - } - }, - { - "to": { - "startLine": 1324, - "startColumn": 4, - "startOffset": 103486, - "endLine": 1326, - "endColumn": 12, - "endOffset": 103641 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1291, - "startColumn": 4, - "startOffset": 101460, - "endLine": 1293, - "endColumn": 12, - "endOffset": 101615 - } - } - }, - { - "to": { - "startLine": 1327, - "startColumn": 4, - "startOffset": 103646, - "endLine": 1329, - "endColumn": 12, - "endOffset": 103793 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1294, - "startColumn": 4, - "startOffset": 101620, - "endLine": 1296, - "endColumn": 12, - "endOffset": 101767 - } - } - }, - { - "to": { - "startLine": 1330, - "startColumn": 4, - "startOffset": 103798, - "endLine": 1332, - "endColumn": 12, - "endOffset": 103964 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1297, - "startColumn": 4, - "startOffset": 101772, - "endLine": 1299, - "endColumn": 12, - "endOffset": 101938 - } - } - }, - { - "to": { - "startLine": 1333, - "startColumn": 4, - "startOffset": 103969, - "endLine": 1335, - "endColumn": 12, - "endOffset": 104131 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1300, - "startColumn": 4, - "startOffset": 101943, - "endLine": 1302, - "endColumn": 12, - "endOffset": 102105 - } - } - }, - { - "to": { - "startLine": 1336, - "startColumn": 4, - "startOffset": 104136, - "endLine": 1339, - "endColumn": 12, - "endOffset": 104374 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1303, - "startColumn": 4, - "startOffset": 102110, - "endLine": 1306, - "endColumn": 12, - "endOffset": 102348 - } - } - }, - { - "to": { - "startLine": 1340, - "startColumn": 4, - "startOffset": 104379, - "endLine": 1342, - "endColumn": 12, - "endOffset": 104544 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1307, - "startColumn": 4, - "startOffset": 102353, - "endLine": 1309, - "endColumn": 12, - "endOffset": 102518 - } - } - }, - { - "to": { - "startLine": 1343, - "startColumn": 4, - "startOffset": 104549, - "endLine": 1345, - "endColumn": 12, - "endOffset": 104717 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1310, - "startColumn": 4, - "startOffset": 102523, - "endLine": 1312, - "endColumn": 12, - "endOffset": 102691 - } - } - }, - { - "to": { - "startLine": 1346, - "startColumn": 4, - "startOffset": 104722, - "endLine": 1348, - "endColumn": 12, - "endOffset": 104888 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1313, - "startColumn": 4, - "startOffset": 102696, - "endLine": 1315, - "endColumn": 12, - "endOffset": 102862 - } - } - }, - { - "to": { - "startLine": 1349, - "startColumn": 4, - "startOffset": 104893, - "endLine": 1352, - "endColumn": 12, - "endOffset": 105162 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1316, - "startColumn": 4, - "startOffset": 102867, - "endLine": 1319, - "endColumn": 12, - "endOffset": 103136 - } - } - }, - { - "to": { - "startLine": 1353, - "startColumn": 4, - "startOffset": 105167, - "endLine": 1355, - "endColumn": 12, - "endOffset": 105361 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1320, - "startColumn": 4, - "startOffset": 103141, - "endLine": 1322, - "endColumn": 12, - "endOffset": 103335 - } - } - }, - { - "to": { - "startLine": 1356, - "startColumn": 4, - "startOffset": 105366, - "endLine": 1358, - "endColumn": 12, - "endOffset": 105608 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1323, - "startColumn": 4, - "startOffset": 103340, - "endLine": 1325, - "endColumn": 12, - "endOffset": 103582 - } - } - }, - { - "to": { - "startLine": 1359, - "startColumn": 4, - "startOffset": 105613, - "endColumn": 83, - "endOffset": 105692 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1328, - "startColumn": 4, - "startOffset": 103819, - "endColumn": 83, - "endOffset": 103898 - } - } - }, - { - "to": { - "startLine": 1360, - "startColumn": 4, - "startOffset": 105697, - "endColumn": 95, - "endOffset": 105788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1329, - "startColumn": 4, - "startOffset": 103903, - "endColumn": 95, - "endOffset": 103994 - } - } - }, - { - "to": { - "startLine": 1361, - "startColumn": 4, - "startOffset": 105793, - "endColumn": 95, - "endOffset": 105884 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1330, - "startColumn": 4, - "startOffset": 103999, - "endColumn": 95, - "endOffset": 104090 - } - } - }, - { - "to": { - "startLine": 1362, - "startColumn": 4, - "startOffset": 105889, - "endColumn": 97, - "endOffset": 105982 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1331, - "startColumn": 4, - "startOffset": 104095, - "endColumn": 97, - "endOffset": 104188 - } - } - }, - { - "to": { - "startLine": 1363, - "startColumn": 4, - "startOffset": 105987, - "endColumn": 99, - "endOffset": 106082 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1332, - "startColumn": 4, - "startOffset": 104193, - "endColumn": 99, - "endOffset": 104288 - } - } - }, - { - "to": { - "startLine": 1364, - "startColumn": 4, - "startOffset": 106087, - "endColumn": 101, - "endOffset": 106184 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1333, - "startColumn": 4, - "startOffset": 104293, - "endColumn": 101, - "endOffset": 104390 - } - } - }, - { - "to": { - "startLine": 1365, - "startColumn": 4, - "startOffset": 106189, - "endColumn": 101, - "endOffset": 106286 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1334, - "startColumn": 4, - "startOffset": 104395, - "endColumn": 101, - "endOffset": 104492 - } - } - }, - { - "to": { - "startLine": 1366, - "startColumn": 4, - "startOffset": 106291, - "endColumn": 101, - "endOffset": 106388 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1335, - "startColumn": 4, - "startOffset": 104497, - "endColumn": 101, - "endOffset": 104594 - } - } - }, - { - "to": { - "startLine": 1367, - "startColumn": 4, - "startOffset": 106393, - "endColumn": 101, - "endOffset": 106490 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1336, - "startColumn": 4, - "startOffset": 104599, - "endColumn": 101, - "endOffset": 104696 - } - } - }, - { - "to": { - "startLine": 1368, - "startColumn": 4, - "startOffset": 106495, - "endColumn": 101, - "endOffset": 106592 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1337, - "startColumn": 4, - "startOffset": 104701, - "endColumn": 101, - "endOffset": 104798 - } - } - }, - { - "to": { - "startLine": 1369, - "startColumn": 4, - "startOffset": 106597, - "endColumn": 99, - "endOffset": 106692 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1338, - "startColumn": 4, - "startOffset": 104803, - "endColumn": 99, - "endOffset": 104898 - } - } - }, - { - "to": { - "startLine": 1370, - "startColumn": 4, - "startOffset": 106697, - "endColumn": 95, - "endOffset": 106788 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1339, - "startColumn": 4, - "startOffset": 104903, - "endColumn": 95, - "endOffset": 104994 - } - } - }, - { - "to": { - "startLine": 1371, - "startColumn": 4, - "startOffset": 106793, - "endColumn": 111, - "endOffset": 106900 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1340, - "startColumn": 4, - "startOffset": 104999, - "endColumn": 111, - "endOffset": 105106 - } - } - }, - { - "to": { - "startLine": 1372, - "startColumn": 4, - "startOffset": 106905, - "endColumn": 128, - "endOffset": 107029 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1341, - "startColumn": 4, - "startOffset": 105111, - "endColumn": 128, - "endOffset": 105235 - } - } - }, - { - "to": { - "startLine": 1373, - "startColumn": 4, - "startOffset": 107034, - "endColumn": 122, - "endOffset": 107152 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1342, - "startColumn": 4, - "startOffset": 105240, - "endColumn": 122, - "endOffset": 105358 - } - } - }, - { - "to": { - "startLine": 1374, - "startColumn": 4, - "startOffset": 107157, - "endLine": 1375, - "endColumn": 12, - "endOffset": 107306 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1343, - "startColumn": 4, - "startOffset": 105363, - "endLine": 1344, - "endColumn": 12, - "endOffset": 105512 - } - } - }, - { - "to": { - "startLine": 1376, - "startColumn": 4, - "startOffset": 107311, - "endLine": 1377, - "endColumn": 12, - "endOffset": 107460 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1345, - "startColumn": 4, - "startOffset": 105517, - "endLine": 1346, - "endColumn": 12, - "endOffset": 105666 - } - } - }, - { - "to": { - "startLine": 1378, - "startColumn": 4, - "startOffset": 107465, - "endColumn": 97, - "endOffset": 107558 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1347, - "startColumn": 4, - "startOffset": 105671, - "endColumn": 97, - "endOffset": 105764 - } - } - }, - { - "to": { - "startLine": 1379, - "startColumn": 4, - "startOffset": 107563, - "endColumn": 113, - "endOffset": 107672 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1348, - "startColumn": 4, - "startOffset": 105769, - "endColumn": 113, - "endOffset": 105878 - } - } - }, - { - "to": { - "startLine": 1380, - "startColumn": 4, - "startOffset": 107677, - "endColumn": 93, - "endOffset": 107766 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1349, - "startColumn": 4, - "startOffset": 105883, - "endColumn": 93, - "endOffset": 105972 - } - } - }, - { - "to": { - "startLine": 1381, - "startColumn": 4, - "startOffset": 107771, - "endLine": 1382, - "endColumn": 12, - "endOffset": 107906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1350, - "startColumn": 4, - "startOffset": 105977, - "endLine": 1351, - "endColumn": 12, - "endOffset": 106112 - } - } - }, - { - "to": { - "startLine": 1383, - "startColumn": 4, - "startOffset": 107911, - "endLine": 1384, - "endColumn": 12, - "endOffset": 108040 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1352, - "startColumn": 4, - "startOffset": 106117, - "endLine": 1353, - "endColumn": 12, - "endOffset": 106246 - } - } - }, - { - "to": { - "startLine": 1385, - "startColumn": 4, - "startOffset": 108045, - "endColumn": 95, - "endOffset": 108136 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1354, - "startColumn": 4, - "startOffset": 106251, - "endColumn": 95, - "endOffset": 106342 - } - } - }, - { - "to": { - "startLine": 1386, - "startColumn": 4, - "startOffset": 108141, - "endColumn": 111, - "endOffset": 108248 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1355, - "startColumn": 4, - "startOffset": 106347, - "endColumn": 111, - "endOffset": 106454 - } - } - }, - { - "to": { - "startLine": 1387, - "startColumn": 4, - "startOffset": 108253, - "endColumn": 99, - "endOffset": 108348 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1356, - "startColumn": 4, - "startOffset": 106459, - "endColumn": 99, - "endOffset": 106554 - } - } - }, - { - "to": { - "startLine": 1388, - "startColumn": 4, - "startOffset": 108353, - "endColumn": 115, - "endOffset": 108464 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1357, - "startColumn": 4, - "startOffset": 106559, - "endColumn": 115, - "endOffset": 106670 - } - } - }, - { - "to": { - "startLine": 1389, - "startColumn": 4, - "startOffset": 108469, - "endColumn": 95, - "endOffset": 108560 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1358, - "startColumn": 4, - "startOffset": 106675, - "endColumn": 95, - "endOffset": 106766 - } - } - }, - { - "to": { - "startLine": 1390, - "startColumn": 4, - "startOffset": 108565, - "endColumn": 111, - "endOffset": 108672 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1359, - "startColumn": 4, - "startOffset": 106771, - "endColumn": 111, - "endOffset": 106878 - } - } - }, - { - "to": { - "startLine": 1391, - "startColumn": 4, - "startOffset": 108677, - "endLine": 1392, - "endColumn": 12, - "endOffset": 108812 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1360, - "startColumn": 4, - "startOffset": 106883, - "endLine": 1361, - "endColumn": 12, - "endOffset": 107018 - } - } - }, - { - "to": { - "startLine": 1393, - "startColumn": 4, - "startOffset": 108817, - "endLine": 1394, - "endColumn": 12, - "endOffset": 108960 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1362, - "startColumn": 4, - "startOffset": 107023, - "endLine": 1363, - "endColumn": 12, - "endOffset": 107166 - } - } - }, - { - "to": { - "startLine": 1395, - "startColumn": 4, - "startOffset": 108965, - "endLine": 1396, - "endColumn": 12, - "endOffset": 109124 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1364, - "startColumn": 4, - "startOffset": 107171, - "endLine": 1365, - "endColumn": 12, - "endOffset": 107330 - } - } - }, - { - "to": { - "startLine": 1397, - "startColumn": 4, - "startOffset": 109129, - "endLine": 1398, - "endColumn": 12, - "endOffset": 109266 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1366, - "startColumn": 4, - "startOffset": 107335, - "endLine": 1367, - "endColumn": 12, - "endOffset": 107472 - } - } - }, - { - "to": { - "startLine": 1399, - "startColumn": 4, - "startOffset": 109271, - "endLine": 1400, - "endColumn": 12, - "endOffset": 109424 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1368, - "startColumn": 4, - "startOffset": 107477, - "endLine": 1369, - "endColumn": 12, - "endOffset": 107630 - } - } - }, - { - "to": { - "startLine": 1401, - "startColumn": 4, - "startOffset": 109429, - "endLine": 1402, - "endColumn": 12, - "endOffset": 109574 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1370, - "startColumn": 4, - "startOffset": 107635, - "endLine": 1371, - "endColumn": 12, - "endOffset": 107780 - } - } - }, - { - "to": { - "startLine": 1403, - "startColumn": 4, - "startOffset": 109579, - "endColumn": 140, - "endOffset": 109715 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1372, - "startColumn": 4, - "startOffset": 107785, - "endColumn": 140, - "endOffset": 107921 - } - } - }, - { - "to": { - "startLine": 1404, - "startColumn": 4, - "startOffset": 109720, - "endLine": 1405, - "endColumn": 12, - "endOffset": 109859 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1373, - "startColumn": 4, - "startOffset": 107926, - "endLine": 1374, - "endColumn": 12, - "endOffset": 108065 - } - } - }, - { - "to": { - "startLine": 1406, - "startColumn": 4, - "startOffset": 109864, - "endColumn": 134, - "endOffset": 109994 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1375, - "startColumn": 4, - "startOffset": 108070, - "endColumn": 134, - "endOffset": 108200 - } - } - }, - { - "to": { - "startLine": 1407, - "startColumn": 4, - "startOffset": 109999, - "endLine": 1408, - "endColumn": 12, - "endOffset": 110130 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1376, - "startColumn": 4, - "startOffset": 108205, - "endLine": 1377, - "endColumn": 12, - "endOffset": 108336 - } - } - }, - { - "to": { - "startLine": 1409, - "startColumn": 4, - "startOffset": 110135, - "endLine": 1410, - "endColumn": 12, - "endOffset": 110272 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1378, - "startColumn": 4, - "startOffset": 108341, - "endLine": 1379, - "endColumn": 12, - "endOffset": 108478 - } - } - }, - { - "to": { - "startLine": 1411, - "startColumn": 4, - "startOffset": 110277, - "endLine": 1412, - "endColumn": 12, - "endOffset": 110414 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1380, - "startColumn": 4, - "startOffset": 108483, - "endLine": 1381, - "endColumn": 12, - "endOffset": 108620 - } - } - }, - { - "to": { - "startLine": 1413, - "startColumn": 4, - "startOffset": 110419, - "endColumn": 111, - "endOffset": 110526 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1382, - "startColumn": 4, - "startOffset": 108625, - "endColumn": 111, - "endOffset": 108732 - } - } - }, - { - "to": { - "startLine": 1414, - "startColumn": 4, - "startOffset": 110531, - "endColumn": 139, - "endOffset": 110666 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1383, - "startColumn": 4, - "startOffset": 108737, - "endColumn": 139, - "endOffset": 108872 - } - } - }, - { - "to": { - "startLine": 1415, - "startColumn": 4, - "startOffset": 110671, - "endLine": 1417, - "endColumn": 12, - "endOffset": 110833 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 75, - "startColumn": 4, - "startOffset": 8934, - "endLine": 77, - "endColumn": 12, - "endOffset": 9096 - } - } - }, - { - "to": { - "startLine": 1418, - "startColumn": 4, - "startOffset": 110838, - "endLine": 1420, - "endColumn": 12, - "endOffset": 111008 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 78, - "startColumn": 4, - "startOffset": 9101, - "endLine": 80, - "endColumn": 12, - "endOffset": 9271 - } - } - }, - { - "to": { - "startLine": 1421, - "startColumn": 4, - "startOffset": 111013, - "endLine": 1423, - "endColumn": 12, - "endOffset": 111178 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 81, - "startColumn": 4, - "startOffset": 9276, - "endLine": 83, - "endColumn": 12, - "endOffset": 9441 - } - } - }, - { - "to": { - "startLine": 1424, - "startColumn": 4, - "startOffset": 111183, - "endLine": 1427, - "endColumn": 12, - "endOffset": 111424 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 84, - "startColumn": 4, - "startOffset": 9446, - "endLine": 87, - "endColumn": 12, - "endOffset": 9687 - } - } - }, - { - "to": { - "startLine": 1428, - "startColumn": 4, - "startOffset": 111429, - "endLine": 1432, - "endColumn": 12, - "endOffset": 111692 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9692, - "endLine": 92, - "endColumn": 12, - "endOffset": 9955 - } - } - }, - { - "to": { - "startLine": 1433, - "startColumn": 4, - "startOffset": 111697, - "endColumn": 67, - "endOffset": 111760 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1384, - "startColumn": 4, - "startOffset": 108877, - "endColumn": 67, - "endOffset": 108940 - } - } - }, - { - "to": { - "startLine": 1434, - "startColumn": 4, - "startOffset": 111765, - "endColumn": 72, - "endOffset": 111833 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1385, - "startColumn": 4, - "startOffset": 108945, - "endColumn": 72, - "endOffset": 109013 - } - } - }, - { - "to": { - "startLine": 1435, - "startColumn": 4, - "startOffset": 111838, - "endColumn": 73, - "endOffset": 111907 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1386, - "startColumn": 4, - "startOffset": 109018, - "endColumn": 73, - "endOffset": 109087 - } - } - }, - { - "to": { - "startLine": 1436, - "startColumn": 4, - "startOffset": 111912, - "endColumn": 72, - "endOffset": 111980 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1387, - "startColumn": 4, - "startOffset": 109092, - "endColumn": 72, - "endOffset": 109160 - } - } - }, - { - "to": { - "startLine": 1437, - "startColumn": 4, - "startOffset": 111985, - "endColumn": 73, - "endOffset": 112054 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1388, - "startColumn": 4, - "startOffset": 109165, - "endColumn": 73, - "endOffset": 109234 - } - } - }, - { - "to": { - "startLine": 1438, - "startColumn": 4, - "startOffset": 112059, - "endLine": 1439, - "endColumn": 12, - "endOffset": 112200 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1389, - "startColumn": 4, - "startOffset": 109239, - "endLine": 1390, - "endColumn": 12, - "endOffset": 109380 - } - } - }, - { - "to": { - "startLine": 1440, - "startColumn": 4, - "startOffset": 112205, - "endLine": 1441, - "endColumn": 12, - "endOffset": 112344 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1391, - "startColumn": 4, - "startOffset": 109385, - "endLine": 1392, - "endColumn": 12, - "endOffset": 109524 - } - } - }, - { - "to": { - "startLine": 1442, - "startColumn": 4, - "startOffset": 112349, - "endLine": 1443, - "endColumn": 12, - "endOffset": 112482 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1393, - "startColumn": 4, - "startOffset": 109529, - "endLine": 1394, - "endColumn": 12, - "endOffset": 109662 - } - } - }, - { - "to": { - "startLine": 1444, - "startColumn": 4, - "startOffset": 112487, - "endColumn": 65, - "endOffset": 112548 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1397, - "startColumn": 4, - "startOffset": 109899, - "endColumn": 65, - "endOffset": 109960 - } - } - }, - { - "to": { - "startLine": 1445, - "startColumn": 4, - "startOffset": 112553, - "endColumn": 89, - "endOffset": 112638 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1398, - "startColumn": 4, - "startOffset": 109965, - "endColumn": 89, - "endOffset": 110050 - } - } - }, - { - "to": { - "startLine": 1446, - "startColumn": 4, - "startOffset": 112643, - "endColumn": 79, - "endOffset": 112718 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1399, - "startColumn": 4, - "startOffset": 110055, - "endColumn": 79, - "endOffset": 110130 - } - } - }, - { - "to": { - "startLine": 1447, - "startColumn": 4, - "startOffset": 112723, - "endColumn": 91, - "endOffset": 112810 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1400, - "startColumn": 4, - "startOffset": 110135, - "endColumn": 91, - "endOffset": 110222 - } - } - }, - { - "to": { - "startLine": 1448, - "startColumn": 4, - "startOffset": 112815, - "endColumn": 97, - "endOffset": 112908 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1401, - "startColumn": 4, - "startOffset": 110227, - "endColumn": 97, - "endOffset": 110320 - } - } - }, - { - "to": { - "startLine": 1449, - "startColumn": 4, - "startOffset": 112913, - "endLine": 1450, - "endColumn": 12, - "endOffset": 113018 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1402, - "startColumn": 4, - "startOffset": 110325, - "endLine": 1403, - "endColumn": 12, - "endOffset": 110430 - } - } - }, - { - "to": { - "startLine": 1451, - "startColumn": 4, - "startOffset": 113023, - "endColumn": 77, - "endOffset": 113096 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1404, - "startColumn": 4, - "startOffset": 110435, - "endColumn": 77, - "endOffset": 110508 - } - } - }, - { - "to": { - "startLine": 1452, - "startColumn": 4, - "startOffset": 113101, - "endColumn": 105, - "endOffset": 113202 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1405, - "startColumn": 4, - "startOffset": 110513, - "endColumn": 105, - "endOffset": 110614 - } - } - }, - { - "to": { - "startLine": 1453, - "startColumn": 4, - "startOffset": 113207, - "endColumn": 91, - "endOffset": 113294 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1406, - "startColumn": 4, - "startOffset": 110619, - "endColumn": 91, - "endOffset": 110706 - } - } - }, - { - "to": { - "startLine": 1454, - "startColumn": 4, - "startOffset": 113299, - "endColumn": 103, - "endOffset": 113398 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1407, - "startColumn": 4, - "startOffset": 110711, - "endColumn": 103, - "endOffset": 110810 - } - } - }, - { - "to": { - "startLine": 1455, - "startColumn": 4, - "startOffset": 113403, - "endColumn": 109, - "endOffset": 113508 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1408, - "startColumn": 4, - "startOffset": 110815, - "endColumn": 109, - "endOffset": 110920 - } - } - }, - { - "to": { - "startLine": 1456, - "startColumn": 4, - "startOffset": 113513, - "endLine": 1457, - "endColumn": 12, - "endOffset": 113630 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1409, - "startColumn": 4, - "startOffset": 110925, - "endLine": 1410, - "endColumn": 12, - "endOffset": 111042 - } - } - }, - { - "to": { - "startLine": 1458, - "startColumn": 4, - "startOffset": 113635, - "endLine": 1461, - "endColumn": 12, - "endOffset": 113793 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1411, - "startColumn": 4, - "startOffset": 111047, - "endLine": 1414, - "endColumn": 12, - "endOffset": 111205 - } - } - }, - { - "to": { - "startLine": 1462, - "startColumn": 4, - "startOffset": 113798, - "endLine": 1465, - "endColumn": 12, - "endOffset": 113950 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1415, - "startColumn": 4, - "startOffset": 111210, - "endLine": 1418, - "endColumn": 12, - "endOffset": 111362 - } - } - }, - { - "to": { - "startLine": 1466, - "startColumn": 4, - "startOffset": 113955, - "endColumn": 79, - "endOffset": 114030 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1419, - "startColumn": 4, - "startOffset": 111367, - "endColumn": 79, - "endOffset": 111442 - } - } - }, - { - "to": { - "startLine": 1467, - "startColumn": 4, - "startOffset": 114035, - "endColumn": 99, - "endOffset": 114130 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1420, - "startColumn": 4, - "startOffset": 111447, - "endColumn": 99, - "endOffset": 111542 - } - } - }, - { - "to": { - "startLine": 1468, - "startColumn": 4, - "startOffset": 114135, - "endColumn": 89, - "endOffset": 114220 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1421, - "startColumn": 4, - "startOffset": 111547, - "endColumn": 89, - "endOffset": 111632 - } - } - }, - { - "to": { - "startLine": 1469, - "startColumn": 4, - "startOffset": 114225, - "endColumn": 109, - "endOffset": 114330 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1422, - "startColumn": 4, - "startOffset": 111637, - "endColumn": 109, - "endOffset": 111742 - } - } - }, - { - "to": { - "startLine": 1470, - "startColumn": 4, - "startOffset": 114335, - "endColumn": 91, - "endOffset": 114422 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1423, - "startColumn": 4, - "startOffset": 111747, - "endColumn": 91, - "endOffset": 111834 - } - } - }, - { - "to": { - "startLine": 1471, - "startColumn": 4, - "startOffset": 114427, - "endLine": 1472, - "endColumn": 12, - "endOffset": 114522 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1426, - "startColumn": 4, - "startOffset": 112071, - "endLine": 1427, - "endColumn": 12, - "endOffset": 112166 - } - } - }, - { - "to": { - "startLine": 1473, - "startColumn": 4, - "startOffset": 114527, - "endLine": 1474, - "endColumn": 12, - "endOffset": 114634 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1428, - "startColumn": 4, - "startOffset": 112171, - "endLine": 1429, - "endColumn": 12, - "endOffset": 112278 - } - } - }, - { - "to": { - "startLine": 1475, - "startColumn": 4, - "startOffset": 114639, - "endLine": 1476, - "endColumn": 12, - "endOffset": 114748 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1430, - "startColumn": 4, - "startOffset": 112283, - "endLine": 1431, - "endColumn": 12, - "endOffset": 112392 - } - } - }, - { - "to": { - "startLine": 1477, - "startColumn": 4, - "startOffset": 114753, - "endLine": 1478, - "endColumn": 12, - "endOffset": 114864 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1432, - "startColumn": 4, - "startOffset": 112397, - "endLine": 1433, - "endColumn": 12, - "endOffset": 112508 - } - } - }, - { - "to": { - "startLine": 1479, - "startColumn": 4, - "startOffset": 114869, - "endLine": 1480, - "endColumn": 12, - "endOffset": 114980 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1434, - "startColumn": 4, - "startOffset": 112513, - "endLine": 1435, - "endColumn": 12, - "endOffset": 112624 - } - } - }, - { - "to": { - "startLine": 1481, - "startColumn": 4, - "startOffset": 114985, - "endColumn": 93, - "endOffset": 115074 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1436, - "startColumn": 4, - "startOffset": 112629, - "endColumn": 93, - "endOffset": 112718 - } - } - }, - { - "to": { - "startLine": 1482, - "startColumn": 4, - "startOffset": 115079, - "endColumn": 113, - "endOffset": 115188 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1437, - "startColumn": 4, - "startOffset": 112723, - "endColumn": 113, - "endOffset": 112832 - } - } - }, - { - "to": { - "startLine": 1483, - "startColumn": 4, - "startOffset": 115193, - "endColumn": 117, - "endOffset": 115306 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1438, - "startColumn": 4, - "startOffset": 112837, - "endColumn": 117, - "endOffset": 112950 - } - } - }, - { - "to": { - "startLine": 1484, - "startColumn": 4, - "startOffset": 115311, - "endLine": 1485, - "endColumn": 12, - "endOffset": 115408 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1439, - "startColumn": 4, - "startOffset": 112955, - "endLine": 1440, - "endColumn": 12, - "endOffset": 113052 - } - } - }, - { - "to": { - "startLine": 1486, - "startColumn": 4, - "startOffset": 115413, - "endLine": 1487, - "endColumn": 12, - "endOffset": 115528 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1441, - "startColumn": 4, - "startOffset": 113057, - "endLine": 1442, - "endColumn": 12, - "endOffset": 113172 - } - } - }, - { - "to": { - "startLine": 1488, - "startColumn": 4, - "startOffset": 115533, - "endLine": 1489, - "endColumn": 12, - "endOffset": 115650 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1443, - "startColumn": 4, - "startOffset": 113177, - "endLine": 1444, - "endColumn": 12, - "endOffset": 113294 - } - } - }, - { - "to": { - "startLine": 1490, - "startColumn": 4, - "startOffset": 115655, - "endColumn": 81, - "endOffset": 115732 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1445, - "startColumn": 4, - "startOffset": 113299, - "endColumn": 81, - "endOffset": 113376 - } - } - }, - { - "to": { - "startLine": 1491, - "startColumn": 4, - "startOffset": 115737, - "endColumn": 103, - "endOffset": 115836 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1446, - "startColumn": 4, - "startOffset": 113381, - "endColumn": 103, - "endOffset": 113480 - } - } - }, - { - "to": { - "startLine": 1492, - "startColumn": 4, - "startOffset": 115841, - "endColumn": 119, - "endOffset": 115956 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1447, - "startColumn": 4, - "startOffset": 113485, - "endColumn": 119, - "endOffset": 113600 - } - } - }, - { - "to": { - "startLine": 1493, - "startColumn": 4, - "startOffset": 115961, - "endColumn": 125, - "endOffset": 116082 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1448, - "startColumn": 4, - "startOffset": 113605, - "endColumn": 125, - "endOffset": 113726 - } - } - }, - { - "to": { - "startLine": 1494, - "startColumn": 4, - "startOffset": 116087, - "endColumn": 93, - "endOffset": 116176 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1449, - "startColumn": 4, - "startOffset": 113731, - "endColumn": 93, - "endOffset": 113820 - } - } - }, - { - "to": { - "startLine": 1495, - "startColumn": 4, - "startOffset": 116181, - "endColumn": 87, - "endOffset": 116264 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1450, - "startColumn": 4, - "startOffset": 113825, - "endColumn": 87, - "endOffset": 113908 - } - } - }, - { - "to": { - "startLine": 1496, - "startColumn": 4, - "startOffset": 116269, - "endColumn": 111, - "endOffset": 116376 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1451, - "startColumn": 4, - "startOffset": 113913, - "endColumn": 111, - "endOffset": 114020 - } - } - }, - { - "to": { - "startLine": 1497, - "startColumn": 4, - "startOffset": 116381, - "endColumn": 115, - "endOffset": 116492 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1452, - "startColumn": 4, - "startOffset": 114025, - "endColumn": 115, - "endOffset": 114136 - } - } - }, - { - "to": { - "startLine": 1498, - "startColumn": 4, - "startOffset": 116497, - "endColumn": 121, - "endOffset": 116614 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1453, - "startColumn": 4, - "startOffset": 114141, - "endColumn": 121, - "endOffset": 114258 - } - } - }, - { - "to": { - "startLine": 1499, - "startColumn": 4, - "startOffset": 116619, - "endColumn": 111, - "endOffset": 116726 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1454, - "startColumn": 4, - "startOffset": 114263, - "endColumn": 111, - "endOffset": 114370 - } - } - }, - { - "to": { - "startLine": 1500, - "startColumn": 4, - "startOffset": 116731, - "endLine": 1502, - "endColumn": 12, - "endOffset": 116901 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1455, - "startColumn": 4, - "startOffset": 114375, - "endLine": 1457, - "endColumn": 12, - "endOffset": 114545 - } - } - }, - { - "to": { - "startLine": 1503, - "startColumn": 4, - "startOffset": 116906, - "endColumn": 115, - "endOffset": 117017 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1458, - "startColumn": 4, - "startOffset": 114550, - "endColumn": 115, - "endOffset": 114661 - } - } - }, - { - "to": { - "startLine": 1504, - "startColumn": 4, - "startOffset": 117022, - "endLine": 1505, - "endColumn": 12, - "endOffset": 117115 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1459, - "startColumn": 4, - "startOffset": 114666, - "endLine": 1460, - "endColumn": 12, - "endOffset": 114759 - } - } - }, - { - "to": { - "startLine": 1506, - "startColumn": 4, - "startOffset": 117120, - "endLine": 1507, - "endColumn": 12, - "endOffset": 117227 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1461, - "startColumn": 4, - "startOffset": 114764, - "endLine": 1462, - "endColumn": 12, - "endOffset": 114871 - } - } - }, - { - "to": { - "startLine": 1508, - "startColumn": 4, - "startOffset": 117232, - "endLine": 1509, - "endColumn": 12, - "endOffset": 117351 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1463, - "startColumn": 4, - "startOffset": 114876, - "endLine": 1464, - "endColumn": 12, - "endOffset": 114995 - } - } - }, - { - "to": { - "startLine": 1510, - "startColumn": 4, - "startOffset": 117356, - "endColumn": 66, - "endOffset": 117418 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1465, - "startColumn": 4, - "startOffset": 115000, - "endColumn": 66, - "endOffset": 115062 - } - } - }, - { - "to": { - "startLine": 1511, - "startColumn": 4, - "startOffset": 117423, - "endLine": 1512, - "endColumn": 12, - "endOffset": 117544 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1466, - "startColumn": 4, - "startOffset": 115067, - "endLine": 1467, - "endColumn": 12, - "endOffset": 115188 - } - } - }, - { - "to": { - "startLine": 1513, - "startColumn": 4, - "startOffset": 117549, - "endColumn": 67, - "endOffset": 117612 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1468, - "startColumn": 4, - "startOffset": 115193, - "endColumn": 67, - "endOffset": 115256 - } - } - }, - { - "to": { - "startLine": 1514, - "startColumn": 4, - "startOffset": 117617, - "endLine": 1515, - "endColumn": 12, - "endOffset": 117740 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1469, - "startColumn": 4, - "startOffset": 115261, - "endLine": 1470, - "endColumn": 12, - "endOffset": 115384 - } - } - }, - { - "to": { - "startLine": 1516, - "startColumn": 4, - "startOffset": 117745, - "endLine": 1517, - "endColumn": 12, - "endOffset": 117884 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1471, - "startColumn": 4, - "startOffset": 115389, - "endLine": 1472, - "endColumn": 12, - "endOffset": 115528 - } - } - }, - { - "to": { - "startLine": 1518, - "startColumn": 4, - "startOffset": 117889, - "endLine": 1519, - "endColumn": 12, - "endOffset": 118012 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1473, - "startColumn": 4, - "startOffset": 115533, - "endLine": 1474, - "endColumn": 12, - "endOffset": 115656 - } - } - }, - { - "to": { - "startLine": 1520, - "startColumn": 4, - "startOffset": 118017, - "endColumn": 68, - "endOffset": 118081 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1475, - "startColumn": 4, - "startOffset": 115661, - "endColumn": 68, - "endOffset": 115725 - } - } - }, - { - "to": { - "startLine": 1521, - "startColumn": 4, - "startOffset": 118086, - "endColumn": 94, - "endOffset": 118176 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1476, - "startColumn": 4, - "startOffset": 115730, - "endColumn": 94, - "endOffset": 115820 - } - } - }, - { - "to": { - "startLine": 1522, - "startColumn": 4, - "startOffset": 118181, - "endColumn": 114, - "endOffset": 118291 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1477, - "startColumn": 4, - "startOffset": 115825, - "endColumn": 114, - "endOffset": 115935 - } - } - }, - { - "to": { - "startLine": 1523, - "startColumn": 4, - "startOffset": 118296, - "endColumn": 112, - "endOffset": 118404 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1478, - "startColumn": 4, - "startOffset": 115940, - "endColumn": 112, - "endOffset": 116048 - } - } - }, - { - "to": { - "startLine": 1524, - "startColumn": 4, - "startOffset": 118409, - "endColumn": 98, - "endOffset": 118503 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1479, - "startColumn": 4, - "startOffset": 116053, - "endColumn": 98, - "endOffset": 116147 - } - } - }, - { - "to": { - "startLine": 1525, - "startColumn": 4, - "startOffset": 118508, - "endColumn": 108, - "endOffset": 118612 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1480, - "startColumn": 4, - "startOffset": 116152, - "endColumn": 108, - "endOffset": 116256 - } - } - }, - { - "to": { - "startLine": 1526, - "startColumn": 4, - "startOffset": 118617, - "endColumn": 110, - "endOffset": 118723 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1481, - "startColumn": 4, - "startOffset": 116261, - "endColumn": 110, - "endOffset": 116367 - } - } - }, - { - "to": { - "startLine": 1527, - "startColumn": 4, - "startOffset": 118728, - "endColumn": 110, - "endOffset": 118834 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1482, - "startColumn": 4, - "startOffset": 116372, - "endColumn": 110, - "endOffset": 116478 - } - } - }, - { - "to": { - "startLine": 1528, - "startColumn": 4, - "startOffset": 118839, - "endColumn": 100, - "endOffset": 118935 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1483, - "startColumn": 4, - "startOffset": 116483, - "endColumn": 100, - "endOffset": 116579 - } - } - }, - { - "to": { - "startLine": 1529, - "startColumn": 4, - "startOffset": 118940, - "endColumn": 104, - "endOffset": 119040 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1484, - "startColumn": 4, - "startOffset": 116584, - "endColumn": 104, - "endOffset": 116684 - } - } - }, - { - "to": { - "startLine": 1530, - "startColumn": 4, - "startOffset": 119045, - "endLine": 1531, - "endColumn": 12, - "endOffset": 119152 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1485, - "startColumn": 4, - "startOffset": 116689, - "endLine": 1486, - "endColumn": 12, - "endOffset": 116796 - } - } - }, - { - "to": { - "startLine": 1532, - "startColumn": 4, - "startOffset": 119157, - "endLine": 1533, - "endColumn": 12, - "endOffset": 119282 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1487, - "startColumn": 4, - "startOffset": 116801, - "endLine": 1488, - "endColumn": 12, - "endOffset": 116926 - } - } - }, - { - "to": { - "startLine": 1534, - "startColumn": 4, - "startOffset": 119287, - "endColumn": 90, - "endOffset": 119373 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1489, - "startColumn": 4, - "startOffset": 116931, - "endColumn": 90, - "endOffset": 117017 - } - } - }, - { - "to": { - "startLine": 1535, - "startColumn": 4, - "startOffset": 119378, - "endColumn": 122, - "endOffset": 119496 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1490, - "startColumn": 4, - "startOffset": 117022, - "endColumn": 122, - "endOffset": 117140 - } - } - }, - { - "to": { - "startLine": 1536, - "startColumn": 4, - "startOffset": 119501, - "endLine": 1537, - "endColumn": 12, - "endOffset": 119608 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1491, - "startColumn": 4, - "startOffset": 117145, - "endLine": 1492, - "endColumn": 12, - "endOffset": 117252 - } - } - }, - { - "to": { - "startLine": 1538, - "startColumn": 4, - "startOffset": 119613, - "endColumn": 85, - "endOffset": 119694 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1493, - "startColumn": 4, - "startOffset": 117257, - "endColumn": 85, - "endOffset": 117338 - } - } - }, - { - "to": { - "startLine": 1539, - "startColumn": 4, - "startOffset": 119699, - "endColumn": 103, - "endOffset": 119798 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1494, - "startColumn": 4, - "startOffset": 117343, - "endColumn": 103, - "endOffset": 117442 - } - } - }, - { - "to": { - "startLine": 1540, - "startColumn": 4, - "startOffset": 119803, - "endLine": 1541, - "endColumn": 12, - "endOffset": 119906 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1495, - "startColumn": 4, - "startOffset": 117447, - "endLine": 1496, - "endColumn": 12, - "endOffset": 117550 - } - } - }, - { - "to": { - "startLine": 1542, - "startColumn": 4, - "startOffset": 119911, - "endLine": 1543, - "endColumn": 12, - "endOffset": 120006 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1497, - "startColumn": 4, - "startOffset": 117555, - "endLine": 1498, - "endColumn": 12, - "endOffset": 117650 - } - } - }, - { - "to": { - "startLine": 1544, - "startColumn": 4, - "startOffset": 120011, - "endLine": 1545, - "endColumn": 12, - "endOffset": 120124 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1499, - "startColumn": 4, - "startOffset": 117655, - "endLine": 1500, - "endColumn": 12, - "endOffset": 117768 - } - } - }, - { - "to": { - "startLine": 1546, - "startColumn": 4, - "startOffset": 120129, - "endLine": 1547, - "endColumn": 12, - "endOffset": 120228 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1501, - "startColumn": 4, - "startOffset": 117773, - "endLine": 1502, - "endColumn": 12, - "endOffset": 117872 - } - } - }, - { - "to": { - "startLine": 1548, - "startColumn": 4, - "startOffset": 120233, - "endLine": 1549, - "endColumn": 12, - "endOffset": 120332 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1503, - "startColumn": 4, - "startOffset": 117877, - "endLine": 1504, - "endColumn": 12, - "endOffset": 117976 - } - } - }, - { - "to": { - "startLine": 1550, - "startColumn": 4, - "startOffset": 120337, - "endLine": 1551, - "endColumn": 12, - "endOffset": 120458 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1505, - "startColumn": 4, - "startOffset": 117981, - "endLine": 1506, - "endColumn": 12, - "endOffset": 118102 - } - } - }, - { - "to": { - "startLine": 1552, - "startColumn": 4, - "startOffset": 120463, - "endColumn": 87, - "endOffset": 120546 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1507, - "startColumn": 4, - "startOffset": 118107, - "endColumn": 87, - "endOffset": 118190 - } - } - }, - { - "to": { - "startLine": 1553, - "startColumn": 4, - "startOffset": 120551, - "endColumn": 89, - "endOffset": 120636 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1508, - "startColumn": 4, - "startOffset": 118195, - "endColumn": 89, - "endOffset": 118280 - } - } - }, - { - "to": { - "startLine": 1554, - "startColumn": 4, - "startOffset": 120641, - "endColumn": 109, - "endOffset": 120746 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1509, - "startColumn": 4, - "startOffset": 118285, - "endColumn": 109, - "endOffset": 118390 - } - } - }, - { - "to": { - "startLine": 1555, - "startColumn": 4, - "startOffset": 120751, - "endColumn": 83, - "endOffset": 120830 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1510, - "startColumn": 4, - "startOffset": 118395, - "endColumn": 83, - "endOffset": 118474 - } - } - }, - { - "to": { - "startLine": 1556, - "startColumn": 4, - "startOffset": 120835, - "endColumn": 53, - "endOffset": 120884 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1511, - "startColumn": 4, - "startOffset": 118479, - "endColumn": 53, - "endOffset": 118528 - } - } - }, - { - "to": { - "startLine": 1557, - "startColumn": 4, - "startOffset": 120889, - "endColumn": 121, - "endOffset": 121006 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1512, - "startColumn": 4, - "startOffset": 118533, - "endColumn": 121, - "endOffset": 118650 - } - } - }, - { - "to": { - "startLine": 1558, - "startColumn": 4, - "startOffset": 121011, - "endColumn": 105, - "endOffset": 121112 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1513, - "startColumn": 4, - "startOffset": 118655, - "endColumn": 105, - "endOffset": 118756 - } - } - }, - { - "to": { - "startLine": 1559, - "startColumn": 4, - "startOffset": 121117, - "endColumn": 109, - "endOffset": 121222 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1514, - "startColumn": 4, - "startOffset": 118761, - "endColumn": 109, - "endOffset": 118866 - } - } - }, - { - "to": { - "startLine": 1560, - "startColumn": 4, - "startOffset": 121227, - "endColumn": 83, - "endOffset": 121306 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1515, - "startColumn": 4, - "startOffset": 118871, - "endColumn": 83, - "endOffset": 118950 - } - } - }, - { - "to": { - "startLine": 1561, - "startColumn": 4, - "startOffset": 121311, - "endColumn": 125, - "endOffset": 121432 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 1516, - "startColumn": 4, - "startOffset": 118955, - "endColumn": 125, - "endOffset": 119076 - } - } - }, - { - "to": { - "startLine": 1562, - "startColumn": 4, - "startOffset": 121437, - "endLine": 1565, - "endColumn": 12, - "endOffset": 121643 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 93, - "startColumn": 4, - "startOffset": 9960, - "endLine": 96, - "endColumn": 12, - "endOffset": 10166 - } - } - }, - { - "to": { - "startLine": 1566, - "startColumn": 4, - "startOffset": 121648, - "endLine": 1572, - "endColumn": 12, - "endOffset": 122118 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10171, - "endLine": 103, - "endColumn": 12, - "endOffset": 10641 - } - } - }, - { - "to": { - "startLine": 1573, - "startColumn": 4, - "startOffset": 122123, - "endLine": 1575, - "endColumn": 12, - "endOffset": 122277 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 104, - "startColumn": 4, - "startOffset": 10646, - "endLine": 106, - "endColumn": 12, - "endOffset": 10800 - } - } - }, - { - "to": { - "startLine": 1576, - "startColumn": 4, - "startOffset": 122282, - "endLine": 1584, - "endColumn": 12, - "endOffset": 122816 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 107, - "startColumn": 4, - "startOffset": 10805, - "endLine": 115, - "endColumn": 12, - "endOffset": 11339 - } - } - }, - { - "to": { - "startLine": 1585, - "startColumn": 4, - "startOffset": 122821, - "endLine": 1590, - "endColumn": 12, - "endOffset": 123163 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 116, - "startColumn": 4, - "startOffset": 11344, - "endLine": 121, - "endColumn": 12, - "endOffset": 11686 - } - } - }, - { - "to": { - "startLine": 1591, - "startColumn": 4, - "startOffset": 123168, - "endLine": 1593, - "endColumn": 12, - "endOffset": 123292 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 122, - "startColumn": 4, - "startOffset": 11691, - "endLine": 124, - "endColumn": 12, - "endOffset": 11815 - } - } - }, - { - "to": { - "startLine": 1594, - "startColumn": 4, - "startOffset": 123297, - "endLine": 1603, - "endColumn": 12, - "endOffset": 123987 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 125, - "startColumn": 4, - "startOffset": 11820, - "endLine": 134, - "endColumn": 12, - "endOffset": 12510 - } - } - }, - { - "to": { - "startLine": 1604, - "startColumn": 4, - "startOffset": 123992, - "endLine": 1607, - "endColumn": 12, - "endOffset": 124167 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 135, - "startColumn": 4, - "startOffset": 12515, - "endLine": 138, - "endColumn": 12, - "endOffset": 12690 - } - } - }, - { - "to": { - "startLine": 1608, - "startColumn": 4, - "startOffset": 124172, - "endLine": 1611, - "endColumn": 12, - "endOffset": 124417 - }, - "from": { - "file": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\values\\values.xml", - "position": { - "startLine": 139, - "startColumn": 4, - "startOffset": 12695, - "endLine": 142, - "endColumn": 12, - "endOffset": 12940 - } - } - } - ] - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/anim.json b/app/build/intermediates/blame/res/debug/single/anim.json deleted file mode 100644 index ebe149c22a8fa02392ddf0c8ed673b4db266af63..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/anim.json +++ /dev/null @@ -1,58 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_top.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_slide_out_top.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_top.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_slide_in_top.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_in.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_fade_in.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_bottom.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_slide_out_bottom.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_grow_fade_in_from_bottom.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_out.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_fade_out.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_bottom.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_slide_in_bottom.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\snackbar_in.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\anim\\snackbar_in.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\snackbar_out.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\anim\\snackbar_out.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_enter.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_popup_enter.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\fab_out.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\anim\\fab_out.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\fab_in.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\anim\\fab_in.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_shrink_fade_out_from_bottom.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_exit.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\anim\\abc_popup_exit.xml" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/color-v11.json b/app/build/intermediates/blame/res/debug/single/color-v11.json deleted file mode 100644 index 6ab88af15982e6796773f2f2b948c64343f5af1f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/color-v11.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color-v11\\abc_background_cache_hint_selector_material_light.xml" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/color.json b/app/build/intermediates/blame/res/debug/single/color.json deleted file mode 100644 index b29318a7f728242096ba4c94fadbcf319acc9615..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/color.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_primary_text_material_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\switch_thumb_material_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_search_url_text.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_search_url_text.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\common_signin_btn_text_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\color\\common_signin_btn_text_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_secondary_text_material_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\common_signin_btn_text_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\color\\common_signin_btn_text_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_primary_text_disable_only_material_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_primary_text_material_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\abc_secondary_text_material_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\color\\switch_thumb_material_light.xml" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json deleted file mode 100644 index 84087cbb68dc183037d4dbdd7320ce41abd5a91f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json +++ /dev/null @@ -1,166 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_longpressed_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\common_ic_googleplayservices.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\drawable-hdpi\\common_ic_googleplayservices.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\common_full_open_on_phone.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\drawable-hdpi\\common_full_open_on_phone.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_pressed_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_text_cursor_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_text_cursor_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_clear_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_focused_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_focused_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-hdpi\\abc_textfield_default_mtrl_alpha.9.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json deleted file mode 100644 index 0668b061e50ef839fc2df4d2886d8b967ff3aed2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-hdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-hdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-hdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-hdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json deleted file mode 100644 index 10022b501003f442d6451915e15fcece76ab5f0e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-mdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-mdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-mdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-mdpi\\abc_ic_menu_cut_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json deleted file mode 100644 index 9286a56285f02f62277b199ec6256f5211e61264..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xhdpi\\abc_spinner_mtrl_am_alpha.9.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json deleted file mode 100644 index 3b9626cb464d20c5afe643a3dcc4aa7c1d88a924..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxhdpi\\abc_spinner_mtrl_am_alpha.9.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json deleted file mode 100644 index 539b6a26b8d7df4a9808cd61549804624ea5a8de..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxxhdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json deleted file mode 100644 index dd6be02a81caa8014f965278d46e9874474efd72..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\common_full_open_on_phone.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\drawable-mdpi\\common_full_open_on_phone.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_longpressed_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_pressed_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_clear_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_focused_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_list_focused_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_text_cursor_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_text_cursor_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-mdpi\\abc_ic_search_api_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json deleted file mode 100644 index 8342176c70ecd7b434b955708477c3f95e87601e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_text_cursor_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_text_cursor_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_longpressed_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\common_full_open_on_phone.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\drawable-xhdpi\\common_full_open_on_phone.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_focused_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_clear_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_pressed_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xhdpi\\abc_list_selector_disabled_holo_light.9.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json deleted file mode 100644 index e98c622a8bc72cd4af9d6906c59245318acc56cd..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_focused_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_text_cursor_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_text_cursor_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_pressed_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_clear_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_longpressed_holo.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\common_full_open_on_phone.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.google.android.gms\\play-services-basement\\8.1.0\\res\\drawable-xxhdpi\\common_full_open_on_phone.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxhdpi\\abc_ic_menu_share_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json deleted file mode 100644 index 504bebe40cbc9aacb6594fb9ea32cf1a378d8bda..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json +++ /dev/null @@ -1,78 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_clear_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable-xxxhdpi\\abc_ic_search_api_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable.json b/app/build/intermediates/blame/res/debug/single/drawable.json deleted file mode 100644 index 90d5c5b65be004b7e17d7b986e397a42ef5ee177..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/drawable.json +++ /dev/null @@ -1,90 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_textfield_search_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_textfield_search_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_item_background_holo_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_ratingbar_full_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_ratingbar_full_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\snackbar_background.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\drawable\\snackbar_background.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_dialog_material_background_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_internal_bg.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_cab_background_internal_bg.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_switch_thumb_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_switch_thumb_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_item_background_holo_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_list_selector_holo_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_top_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_cab_background_top_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_light.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_dialog_material_background_light.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_spinner_textfield_background_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_spinner_textfield_background_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_edit_text_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_edit_text_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_default_mtrl_shape.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_borderless_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_btn_borderless_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_radio_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_btn_radio_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\fab_background.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\drawable\\fab_background.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_check_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_btn_check_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_dark.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_list_selector_holo_dark.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_tab_indicator_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\drawable\\abc_tab_indicator_material.xml" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/layout.json b/app/build/intermediates/blame/res/debug/single/layout.json deleted file mode 100644 index 7e96332e4054a54fd8365a3b34428b8b91200a7e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/layout.json +++ /dev/null @@ -1,198 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_bar.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_mode_bar.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_up_container.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_bar_up_container.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_menu_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\fragment_guestlist.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\layout\\fragment_guestlist.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_cancel_action.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_media_cancel_action.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_toolbar.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_screen_toolbar.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_close_item_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_mode_close_item_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_lines.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_lines.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\layout_snackbar_include.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\layout_snackbar_include.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_checkbox.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_list_menu_item_checkbox.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_list_menu_item_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\activity_main.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\layout\\activity_main.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_icon.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_list_menu_item_icon.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_media.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_media.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view_list_item.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_activity_chooser_view_list_item.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_simple_dropdown_hint.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_simple_dropdown_hint.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\ticket_model.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\layout\\ticket_model.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_content_include.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_screen_content_include.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_title_item.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_bar_title_item.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media_narrow.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_big_media_narrow.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_dropdown_item_icons_2line.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple_overlay_action_mode.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_item_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\select_dialog_item_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_screen_simple.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_menu.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\design_navigation_menu.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_action.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_media_action.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_select_dialog_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_select_dialog_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_alert_dialog_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_alert_dialog_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\guestlist_model.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\layout\\guestlist_model.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\support_simple_spinner_dropdown_item.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\support_simple_spinner_dropdown_item.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_dialog_title_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_dialog_title_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\fragment_ticket.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\layout\\fragment_ticket.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_header.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\design_navigation_item_header.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_time.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_part_time.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_multichoice_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\select_dialog_multichoice_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\layout_snackbar.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\layout_snackbar.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_singlechoice_material.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\select_dialog_singlechoice_material.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_subheader.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\design_navigation_item_subheader.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_popup_menu_item_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_popup_menu_item_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_chronometer.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_part_chronometer.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_view.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_search_view.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\design_navigation_item.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_item_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_menu_item_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_view_list_nav_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_action_bar_view_list_nav_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_activity_chooser_view.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_expanded_menu_layout.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_expanded_menu_layout.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_radio.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\abc_list_menu_item_radio.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\22.2.0\\res\\layout\\notification_template_big_media.xml" - }, - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\layout\\design_navigation_item_separator.xml", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\exploded-aar\\com.android.support\\design\\22.2.0\\res\\layout\\design_navigation_item_separator.xml" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json b/app/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json deleted file mode 100644 index d017c34c18707571cd75a209357a8f771fda6352..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi-v4\\ic_launcher.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json b/app/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json deleted file mode 100644 index 5b8f414922622861a683b3b8fb553ed2f1703930..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi-v4\\ic_launcher.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json deleted file mode 100644 index e64278f13d980b48c3b46bfcbfe2602cd2a7266c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi-v4\\ic_launcher.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json deleted file mode 100644 index 72a2f83fe7dd4e0e4f95d6746da63d05cf17c184..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi-v4\\ic_launcher.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json deleted file mode 100644 index b952d2ce0ff76bfda3aabaacde3d431598ae8499..0000000000000000000000000000000000000000 --- a/app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.png", - "source": "C:\\Users\\Lukas Reeg\\AndroidStudioProjects\\Registration\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" - } -] \ No newline at end of file diff --git a/app/build/intermediates/bundles/debug/instant-run/AndroidManifest.xml b/app/build/intermediates/bundles/debug/instant-run/AndroidManifest.xml deleted file mode 100644 index 6c40080c95b2ac1302a35318623a00202b373a87..0000000000000000000000000000000000000000 --- a/app/build/intermediates/bundles/debug/instant-run/AndroidManifest.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.lreeg.registration" - android:versionCode="1" android:versionName="1.0"> - - <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" /> - - <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> - <uses-permission android:name="android.permission.INTERNET" /> - - <application android:name="com.android.tools.fd.runtime.BootstrapApplication" - android:allowBackup="true" android:icon="@mipmap/ic_launcher" - android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> - <activity android:name="de.lreeg.registration.MainActivity"> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - <activity android:name="de.lreeg.registration.SettingsAcitivity" - android:label="Einstellungen" - android:parentActivityName="de.lreeg.registration.MainActivity"> - <meta-data android:name="android.support.PARENT_ACTIVITY" - android:value="de.lreeg.registration.MainActivity" /> - </activity> - </application> - -</manifest> \ No newline at end of file diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index f085038cb9f24aad77a8b6a2bc714a6f89d63cb2..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index a5f195e9f0b3066cb34f3eda24c48d2316eeff2b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index b8555f23ffe258787ac4b7bd2a0555760cae7974..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class deleted file mode 100644 index 90196784f95fc8c8d499f70c31c2bbcde9903288..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index a6462bb29eeacec1c6dc977fef780178693806fc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 8f75170fb828200ca7f31859c676689d05fe3378..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class deleted file mode 100644 index cdcce966692ce03d6621e6240299953cf5c78d75..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index 735bee1d407ba39c68924e3878b1a0621e5eb41c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index f88e21b12dd52de1c9189c92d1569e805132b47b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class deleted file mode 100644 index 15d1676bd9f38a07807ad13eecc9ba9cdf72adde..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 98415381bc0b5e87dda6787f9284949e17c8a6c6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index 45bea9ee7679387b8a8eb17ae1c2699b665864e3..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class deleted file mode 100644 index 2c9d8664c8d32f89515b8477de719b83fe264bc9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class deleted file mode 100644 index 93238b0e28d0924dfabd8bcb4bb7fff4ffc64d85..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class deleted file mode 100644 index e68ced7161c9416805ff92450868fd669bebb270..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class deleted file mode 100644 index cc841862903b2283f7d34da579044d0701310af0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class deleted file mode 100644 index d08a3bf88566c2047a872d492e67b895f330b682..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class b/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class deleted file mode 100644 index a79eb8ee9b213e8dc6136aa371f2b005e511bd50..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/BuildConfig.class b/app/build/intermediates/classes/debug/de/lreeg/registration/BuildConfig.class deleted file mode 100644 index 4b93137e1f69670ad008c0bf2a495c6a8799bd36..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/BuildConfig.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$anim.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$anim.class deleted file mode 100644 index 3df83641d9c87a99529da2381a0cd67d6e1cba60..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$attr.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$attr.class deleted file mode 100644 index 9e6faefd61d6100cce47d647968fadfab892632e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$bool.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$bool.class deleted file mode 100644 index 5908ba1f880ee2653143aec0ff9626c5a9d67a8a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$color.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$color.class deleted file mode 100644 index 0b6d82c43129f49a19f9941fe13219cc45a9086a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$color.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$dimen.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$dimen.class deleted file mode 100644 index 4d8eda27b663eba146d17bfbe864255bd8f510bd..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$drawable.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$drawable.class deleted file mode 100644 index 704f8857d50fdda1ce310c05f2cd7b0c01c2ae70..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$id.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$id.class deleted file mode 100644 index 1fa1a237faa07417d49e6149fe543de6949e1452..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$id.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$integer.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$integer.class deleted file mode 100644 index eed4d441c3db27af1ba51c08c26f634cbd80d9a4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$layout.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$layout.class deleted file mode 100644 index 104a8394910d67da8ba7aa18b880c26a81574054..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$mipmap.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$mipmap.class deleted file mode 100644 index 0326cbb1086638ed61134252ed7229aec8cb60d7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$mipmap.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$string.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$string.class deleted file mode 100644 index 4952ff77549338115414342e8c48be7f63951d11..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$string.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$style.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$style.class deleted file mode 100644 index e181b5a169f1d8dfdd55e562907c29762bf7f20e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$style.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R$styleable.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R$styleable.class deleted file mode 100644 index 15ebd17d087ce1962dd81b3ff091bfc669ff7f29..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/classes/debug/de/lreeg/registration/R.class b/app/build/intermediates/classes/debug/de/lreeg/registration/R.class deleted file mode 100644 index e75109de6185437d65763208cc4d5cd0b9af49fa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/classes/debug/de/lreeg/registration/R.class and /dev/null differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/AndroidManifest.xml deleted file mode 100644 index f27326972e4f7d9b1b8353523f1c809eafa6291b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="android.support.v4" > - - <uses-sdk android:minSdkVersion="4" /> - - <application /> - -</manifest> \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aapt/AndroidManifest.xml deleted file mode 100644 index f27326972e4f7d9b1b8353523f1c809eafa6291b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aapt/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="android.support.v4" > - - <uses-sdk android:minSdkVersion="4" /> - - <application /> - -</manifest> \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl deleted file mode 100644 index 6d36b97eca36fb58db1ab3eed058d5043f790329..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.media; - -parcelable MediaMetadataCompat; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/RatingCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/RatingCompat.aidl deleted file mode 100644 index 223fd5c96f73e12c98906546387f77a35e05e0f1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/RatingCompat.aidl +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.media; - -parcelable RatingCompat; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl deleted file mode 100644 index d0c2f6fce2caf63c6138fd2de300ef8bde70fc5c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.media.session; - -parcelable MediaSessionCompat.Token; -parcelable MediaSessionCompat.QueueItem; -parcelable MediaSessionCompat.ResultReceiverWrapper; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl deleted file mode 100644 index 2e77c4fbde08e92f4843dc3bf1a51b0eeaf1169c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.media.session; - -parcelable ParcelableVolumeInfo; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl deleted file mode 100644 index 3d4ef5956a592baf812e5c432234a20240a4b980..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.media.session; - -parcelable PlaybackStateCompat; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/os/ResultReceiver.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/os/ResultReceiver.aidl deleted file mode 100644 index 81c81f6a934ec7d822be443655fe7edafaa68eeb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/aidl/android/support/v4/os/ResultReceiver.aidl +++ /dev/null @@ -1,19 +0,0 @@ -/* -** Copyright 2015, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -package android.support.v4.os; - -parcelable ResultReceiver; diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/annotations.zip deleted file mode 100644 index 128e4e10fa05894225953532f0cc984bb0158c33..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/annotations.zip and /dev/null differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/classes.jar deleted file mode 100644 index 227b9d839f6ac6607e0b21140a0da5b0ce1e4bb1..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/classes.jar and /dev/null differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/libs/internal_impl-23.4.0.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/libs/internal_impl-23.4.0.jar deleted file mode 100644 index f9ea7adc4773f1762b719c9471d9dbd49cba7753..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.4.0/jars/libs/internal_impl-23.4.0.jar and /dev/null differ diff --git a/app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar b/app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar deleted file mode 100644 index ad5326d9faba6d3e1a294892a10b31c4cd00bba6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar and /dev/null differ diff --git a/app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar b/app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar deleted file mode 100644 index cfd0a37675675f13fee958de07e37d0e900462ff..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar and /dev/null differ diff --git a/app/build/intermediates/incremental-safeguard/debug/tag.txt b/app/build/intermediates/incremental-safeguard/debug/tag.txt deleted file mode 100644 index c01a13dc07ad197b94a3fd9257b5e323cdbc8195..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental-safeguard/debug/tag.txt +++ /dev/null @@ -1 +0,0 @@ -incremental task execution \ No newline at end of file diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index f085038cb9f24aad77a8b6a2bc714a6f89d63cb2..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index a5f195e9f0b3066cb34f3eda24c48d2316eeff2b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index b8555f23ffe258787ac4b7bd2a0555760cae7974..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$color.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$color.class deleted file mode 100644 index 90196784f95fc8c8d499f70c31c2bbcde9903288..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index a6462bb29eeacec1c6dc977fef780178693806fc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 8f75170fb828200ca7f31859c676689d05fe3378..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class deleted file mode 100644 index cdcce966692ce03d6621e6240299953cf5c78d75..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index 735bee1d407ba39c68924e3878b1a0621e5eb41c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index f88e21b12dd52de1c9189c92d1569e805132b47b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$string.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$string.class deleted file mode 100644 index 15d1676bd9f38a07807ad13eecc9ba9cdf72adde..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$style.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 98415381bc0b5e87dda6787f9284949e17c8a6c6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index 45bea9ee7679387b8a8eb17ae1c2699b665864e3..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class deleted file mode 100644 index 2c9d8664c8d32f89515b8477de719b83fe264bc9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$attr.class deleted file mode 100644 index 93238b0e28d0924dfabd8bcb4bb7fff4ffc64d85..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$dimen.class deleted file mode 100644 index e68ced7161c9416805ff92450868fd669bebb270..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$id.class deleted file mode 100644 index cc841862903b2283f7d34da579044d0701310af0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$id.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$styleable.class deleted file mode 100644 index d08a3bf88566c2047a872d492e67b895f330b682..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R.class b/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R.class deleted file mode 100644 index a79eb8ee9b213e8dc6136aa371f2b005e511bd50..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/BuildConfig.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/BuildConfig.class deleted file mode 100644 index 4b93137e1f69670ad008c0bf2a495c6a8799bd36..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/BuildConfig.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$anim.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$anim.class deleted file mode 100644 index 3df83641d9c87a99529da2381a0cd67d6e1cba60..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$attr.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$attr.class deleted file mode 100644 index 9e6faefd61d6100cce47d647968fadfab892632e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$bool.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$bool.class deleted file mode 100644 index 5908ba1f880ee2653143aec0ff9626c5a9d67a8a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$color.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$color.class deleted file mode 100644 index 0b6d82c43129f49a19f9941fe13219cc45a9086a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$color.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$dimen.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$dimen.class deleted file mode 100644 index 4d8eda27b663eba146d17bfbe864255bd8f510bd..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$drawable.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$drawable.class deleted file mode 100644 index 704f8857d50fdda1ce310c05f2cd7b0c01c2ae70..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$id.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$id.class deleted file mode 100644 index 1fa1a237faa07417d49e6149fe543de6949e1452..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$id.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$integer.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$integer.class deleted file mode 100644 index eed4d441c3db27af1ba51c08c26f634cbd80d9a4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$layout.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$layout.class deleted file mode 100644 index 104a8394910d67da8ba7aa18b880c26a81574054..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$mipmap.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$mipmap.class deleted file mode 100644 index 0326cbb1086638ed61134252ed7229aec8cb60d7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$mipmap.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$string.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$string.class deleted file mode 100644 index 4952ff77549338115414342e8c48be7f63951d11..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$string.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$style.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$style.class deleted file mode 100644 index e181b5a169f1d8dfdd55e562907c29762bf7f20e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$style.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$styleable.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$styleable.class deleted file mode 100644 index 15ebd17d087ce1962dd81b3ff091bfc669ff7f29..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R.class b/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R.class deleted file mode 100644 index e75109de6185437d65763208cc4d5cd0b9af49fa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental-verifier/debug/de/lreeg/registration/R.class and /dev/null differ diff --git a/app/build/intermediates/incremental/compileDebugAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAidl/dependency.store deleted file mode 100644 index 8b8400dcf9e65fb815794fe016943dc09d0e8a05..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental/compileDebugAidl/dependency.store and /dev/null differ diff --git a/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store deleted file mode 100644 index 8b8400dcf9e65fb815794fe016943dc09d0e8a05..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store and /dev/null differ diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml deleted file mode 100644 index c7731ce6e800d3e6c02b383b61b4eba1408b9c54..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="main"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\androidTest\assets" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\assets\shaders\androidTest\debug" /> - </dataSet> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml deleted file mode 100644 index ecc66519f6940ba98fb386d602bc64c19271f612..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="main$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\androidTest\res" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\rs\androidTest\debug" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\resValues\androidTest\debug" /> - </dataSet> - <dataSet config="main" generated-set="main$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\androidTest\res" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\rs\androidTest\debug" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\resValues\androidTest\debug" /> - </dataSet> - <mergedItems /> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml deleted file mode 100644 index 9a7d215ef7aa4f0c36b6fc4ed7bfabf35ccf1f1d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="main"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\androidTest\shaders" /> - </dataSet> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml deleted file mode 100644 index dc22453ce886c3d223a73daf0aac548f51b8dac3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="23.4.0"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\assets" /> - </dataSet> - <dataSet config="23.4.0"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\assets" /> - </dataSet> - <dataSet config="23.4.0"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\recyclerview-v7\23.4.0\assets" /> - </dataSet> - <dataSet config="22.2.0"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\assets" /> - </dataSet> - <dataSet config="22.2.0"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\assets" /> - </dataSet> - <dataSet config="main"> - <source path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\assets" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\assets\shaders\debug" /> - </dataSet> - <dataSet config="debug"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\debug\assets" /> - </dataSet> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml deleted file mode 100644 index 51f24fcb7d92c1cfdcadb4d6f15480e473cd087a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="main"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\jniLibs" /> - </dataSet> - <dataSet config="debug"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\debug\jniLibs" /> - </dataSet> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml deleted file mode 100644 index a5cb8ba702e3ee90d335a51f7abb8691636bd740..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugResources/merger.xml +++ /dev/null @@ -1,7911 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="23.4.0$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\res" /> - </dataSet> - <dataSet config="23.4.0$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\res" /> - </dataSet> - <dataSet config="23.4.0$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\recyclerview-v7\23.4.0\res" /> - </dataSet> - <dataSet config="22.2.0$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res" /> - </dataSet> - <dataSet config="22.2.0$Generated" generated="true"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res" /> - </dataSet> - <dataSet config="main$Generated" generated="true"> - <source path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\rs\debug" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\resValues\debug" /> - </dataSet> - <dataSet config="debug$Generated" generated="true"> - <source path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\debug\res" /> - </dataSet> - <dataSet config="23.4.0" from-dependency="true" generated-set="23.4.0$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\res" /> - </dataSet> - <dataSet config="23.4.0" from-dependency="true" generated-set="23.4.0$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\res"> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\res\values\values.xml" - qualifiers=""> - <declare-styleable name="CardView"> - <attr name="cardBackgroundColor" format="color" /> - <attr name="cardCornerRadius" format="dimension" /> - <attr name="cardElevation" format="dimension" /> - <attr name="cardMaxElevation" format="dimension" /> - <attr name="cardUseCompatPadding" format="boolean" /> - <attr name="cardPreventCornerOverlap" format="boolean" /> - <attr name="contentPadding" format="dimension" /> - <attr name="contentPaddingLeft" format="dimension" /> - <attr name="contentPaddingRight" format="dimension" /> - <attr name="contentPaddingTop" format="dimension" /> - <attr name="contentPaddingBottom" format="dimension" /> - <attr name="android:minWidth" /> - <attr name="android:minHeight" /> - </declare-styleable> - <color name="cardview_shadow_start_color">#37000000</color> - <style name="Base.CardView" parent="android:Widget"> - <item name="cardCornerRadius">@dimen/cardview_default_radius</item> - <item name="cardElevation">@dimen/cardview_default_elevation</item> - <item name="cardMaxElevation">@dimen/cardview_default_elevation</item> - <item name="cardUseCompatPadding">false</item> - <item name="cardPreventCornerOverlap">true</item> - </style> - <dimen name="cardview_default_elevation">2dp</dimen> - <style name="CardView" parent="Base.CardView"></style> - <dimen name="cardview_compat_inset_shadow">1dp</dimen> - <color name="cardview_shadow_end_color">#03000000</color> - <style name="CardView.Light"> - <item name="cardBackgroundColor">@color/cardview_light_background</item> - </style> - <color name="cardview_light_background">#FFFFFFFF</color> - <dimen name="cardview_default_radius">2dp</dimen> - <style name="CardView.Dark"> - <item name="cardBackgroundColor">@color/cardview_dark_background</item> - </style> - <color name="cardview_dark_background">#FF424242</color> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\res\values-v23\values-v23.xml" - qualifiers="v23"> - <style name="CardView" parent="Base.CardView"> - <item name="cardBackgroundColor">?android:attr/colorBackgroundFloating</item> - </style> - </file> - </source> - </dataSet> - <dataSet config="23.4.0" from-dependency="true" generated-set="23.4.0$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\recyclerview-v7\23.4.0\res"> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\recyclerview-v7\23.4.0\res\values\values.xml" - qualifiers=""> - <dimen name="item_touch_helper_swipe_escape_max_velocity">800dp</dimen> - <item name="item_touch_helper_previous_elevation" type="id" /> - <declare-styleable name="RecyclerView"> - <attr name="layoutManager" format="string" /> - <attr name="android:orientation" /> - <attr name="spanCount" format="integer" /> - <attr name="reverseLayout" format="boolean" /> - <attr name="stackFromEnd" format="boolean" /> - </declare-styleable> - <dimen name="item_touch_helper_swipe_escape_velocity">120dp</dimen> - <dimen name="item_touch_helper_max_drag_scroll_per_frame">20dp</dimen> - </file> - </source> - </dataSet> - <dataSet config="22.2.0" from-dependency="true" generated-set="22.2.0$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res"> - <file name="abc_fade_in" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_fade_in.xml" - qualifiers="" type="anim" /> - <file name="abc_fade_out" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_fade_out.xml" - qualifiers="" type="anim" /> - <file name="abc_grow_fade_in_from_bottom" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_grow_fade_in_from_bottom.xml" - qualifiers="" type="anim" /> - <file name="abc_popup_enter" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_popup_enter.xml" - qualifiers="" type="anim" /> - <file name="abc_popup_exit" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_popup_exit.xml" - qualifiers="" type="anim" /> - <file name="abc_shrink_fade_out_from_bottom" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_shrink_fade_out_from_bottom.xml" - qualifiers="" type="anim" /> - <file name="abc_slide_in_bottom" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_slide_in_bottom.xml" - qualifiers="" type="anim" /> - <file name="abc_slide_in_top" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_slide_in_top.xml" - qualifiers="" type="anim" /> - <file name="abc_slide_out_bottom" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_slide_out_bottom.xml" - qualifiers="" type="anim" /> - <file name="abc_slide_out_top" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\anim\abc_slide_out_top.xml" - qualifiers="" type="anim" /> - <file name="abc_background_cache_hint_selector_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_background_cache_hint_selector_material_dark.xml" - qualifiers="" type="color" /> - <file name="abc_background_cache_hint_selector_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_background_cache_hint_selector_material_light.xml" - qualifiers="" type="color" /> - <file name="abc_primary_text_disable_only_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_primary_text_disable_only_material_dark.xml" - qualifiers="" type="color" /> - <file name="abc_primary_text_disable_only_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_primary_text_disable_only_material_light.xml" - qualifiers="" type="color" /> - <file name="abc_primary_text_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_primary_text_material_dark.xml" - qualifiers="" type="color" /> - <file name="abc_primary_text_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_primary_text_material_light.xml" - qualifiers="" type="color" /> - <file name="abc_search_url_text" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_search_url_text.xml" - qualifiers="" type="color" /> - <file name="abc_secondary_text_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_secondary_text_material_dark.xml" - qualifiers="" type="color" /> - <file name="abc_secondary_text_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\abc_secondary_text_material_light.xml" - qualifiers="" type="color" /> - <file name="switch_thumb_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\switch_thumb_material_dark.xml" - qualifiers="" type="color" /> - <file name="switch_thumb_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color\switch_thumb_material_light.xml" - qualifiers="" type="color" /> - <file name="abc_background_cache_hint_selector_material_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color-v11\abc_background_cache_hint_selector_material_dark.xml" - qualifiers="v11" type="color" /> - <file name="abc_background_cache_hint_selector_material_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\color-v11\abc_background_cache_hint_selector_material_light.xml" - qualifiers="v11" type="color" /> - <file name="abc_btn_borderless_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_btn_borderless_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_btn_check_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_btn_check_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_btn_default_mtrl_shape" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_btn_default_mtrl_shape.xml" - qualifiers="" type="drawable" /> - <file name="abc_btn_radio_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_btn_radio_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_cab_background_internal_bg" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_cab_background_internal_bg.xml" - qualifiers="" type="drawable" /> - <file name="abc_cab_background_top_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_cab_background_top_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_dialog_material_background_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_dialog_material_background_dark.xml" - qualifiers="" type="drawable" /> - <file name="abc_dialog_material_background_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_dialog_material_background_light.xml" - qualifiers="" type="drawable" /> - <file name="abc_edit_text_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_edit_text_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_item_background_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_item_background_holo_dark.xml" - qualifiers="" type="drawable" /> - <file name="abc_item_background_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_item_background_holo_light.xml" - qualifiers="" type="drawable" /> - <file name="abc_list_selector_background_transition_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_list_selector_background_transition_holo_dark.xml" - qualifiers="" type="drawable" /> - <file name="abc_list_selector_background_transition_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_list_selector_background_transition_holo_light.xml" - qualifiers="" type="drawable" /> - <file name="abc_list_selector_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_list_selector_holo_dark.xml" - qualifiers="" type="drawable" /> - <file name="abc_list_selector_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_list_selector_holo_light.xml" - qualifiers="" type="drawable" /> - <file name="abc_ratingbar_full_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_ratingbar_full_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_spinner_textfield_background_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_spinner_textfield_background_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_switch_thumb_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_switch_thumb_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_tab_indicator_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_tab_indicator_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_textfield_search_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable\abc_textfield_search_material.xml" - qualifiers="" type="drawable" /> - <file name="abc_ab_share_pack_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ab_share_pack_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_check_to_on_mtrl_000.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_check_to_on_mtrl_015.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_radio_to_on_mtrl_000.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_radio_to_on_mtrl_015.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_off_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_rating_star_off_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_on_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_rating_star_on_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00001" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_switch_to_on_mtrl_00001.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00012" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_btn_switch_to_on_mtrl_00012.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_cab_background_top_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_cab_background_top_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_clear_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_clear_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_commit_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_commit_search_api_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_go_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_go_search_api_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_moreoverflow_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_moreoverflow_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_paste_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_paste_mtrl_am_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_selectall_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_selectall_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_menu_share_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_menu_share_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_search_api_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_voice_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_ic_voice_search_api_mtrl_alpha.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_divider_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_divider_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_focused_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_focused_holo.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_longpressed_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_longpressed_holo.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_pressed_holo_dark.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_pressed_holo_light.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_selector_disabled_holo_dark.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_list_selector_disabled_holo_light.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_menu_hardkey_panel_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_menu_hardkey_panel_mtrl_mult.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_popup_background_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_popup_background_mtrl_mult.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_switch_track_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_switch_track_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_tab_indicator_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_tab_indicator_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_textfield_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_textfield_activated_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_textfield_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_textfield_default_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_textfield_search_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_textfield_search_activated_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_textfield_search_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_textfield_search_default_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_text_cursor_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-hdpi\abc_text_cursor_mtrl_alpha.9.png" - qualifiers="hdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-hdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="ldrtl-hdpi-v17" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-hdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="ldrtl-hdpi-v17" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-hdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="ldrtl-hdpi-v17" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-hdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="ldrtl-hdpi-v17" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-mdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="ldrtl-mdpi-v17" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-mdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="ldrtl-mdpi-v17" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-mdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="ldrtl-mdpi-v17" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-mdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="ldrtl-mdpi-v17" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="ldrtl-xhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="ldrtl-xhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="ldrtl-xhdpi-v17" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="ldrtl-xhdpi-v17" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="ldrtl-xxhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="ldrtl-xxhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="ldrtl-xxhdpi-v17" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="ldrtl-xxhdpi-v17" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxxhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="ldrtl-xxxhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxxhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="ldrtl-xxxhdpi-v17" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxxhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="ldrtl-xxxhdpi-v17" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-ldrtl-xxxhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="ldrtl-xxxhdpi-v17" type="drawable" /> - <file name="abc_ab_share_pack_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ab_share_pack_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_check_to_on_mtrl_000.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_check_to_on_mtrl_015.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_radio_to_on_mtrl_000.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_radio_to_on_mtrl_015.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_off_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_rating_star_off_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_on_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_rating_star_on_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00001" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_switch_to_on_mtrl_00001.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00012" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_btn_switch_to_on_mtrl_00012.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_cab_background_top_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_cab_background_top_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_clear_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_clear_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_commit_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_commit_search_api_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_go_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_go_search_api_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_moreoverflow_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_moreoverflow_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_paste_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_paste_mtrl_am_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_selectall_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_selectall_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_menu_share_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_menu_share_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_search_api_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ic_voice_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_ic_voice_search_api_mtrl_alpha.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_divider_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_divider_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_focused_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_focused_holo.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_longpressed_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_longpressed_holo.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_pressed_holo_dark.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_pressed_holo_light.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_selector_disabled_holo_dark.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_list_selector_disabled_holo_light.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_menu_hardkey_panel_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_menu_hardkey_panel_mtrl_mult.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_popup_background_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_popup_background_mtrl_mult.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_switch_track_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_switch_track_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_tab_indicator_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_tab_indicator_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_textfield_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_textfield_activated_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_textfield_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_textfield_default_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_textfield_search_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_textfield_search_activated_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_textfield_search_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_textfield_search_default_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_text_cursor_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-mdpi\abc_text_cursor_mtrl_alpha.9.png" - qualifiers="mdpi-v4" type="drawable" /> - <file name="abc_ab_share_pack_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ab_share_pack_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_check_to_on_mtrl_000.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_check_to_on_mtrl_015.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_radio_to_on_mtrl_000.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_radio_to_on_mtrl_015.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_off_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_rating_star_off_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_on_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_rating_star_on_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00001" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_switch_to_on_mtrl_00001.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00012" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_btn_switch_to_on_mtrl_00012.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_cab_background_top_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_cab_background_top_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_clear_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_clear_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_commit_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_commit_search_api_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_go_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_go_search_api_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_moreoverflow_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_moreoverflow_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_paste_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_paste_mtrl_am_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_selectall_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_selectall_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_share_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_menu_share_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_search_api_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ic_voice_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_ic_voice_search_api_mtrl_alpha.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_divider_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_divider_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_focused_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_focused_holo.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_longpressed_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_longpressed_holo.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_pressed_holo_dark.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_pressed_holo_light.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_selector_disabled_holo_dark.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_selector_disabled_holo_light.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_menu_hardkey_panel_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_menu_hardkey_panel_mtrl_mult.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_popup_background_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_popup_background_mtrl_mult.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_switch_track_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_switch_track_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_tab_indicator_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_tab_indicator_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_textfield_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_textfield_activated_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_textfield_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_textfield_default_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_textfield_search_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_textfield_search_activated_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_textfield_search_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_textfield_search_default_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_text_cursor_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_text_cursor_mtrl_alpha.9.png" - qualifiers="xhdpi-v4" type="drawable" /> - <file name="abc_ab_share_pack_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ab_share_pack_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_check_to_on_mtrl_000.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_check_to_on_mtrl_015.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_radio_to_on_mtrl_000.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_radio_to_on_mtrl_015.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_off_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_rating_star_off_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_rating_star_on_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_rating_star_on_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00001" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_switch_to_on_mtrl_00001.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00012" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_btn_switch_to_on_mtrl_00012.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_cab_background_top_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_cab_background_top_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_clear_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_clear_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_commit_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_commit_search_api_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_go_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_go_search_api_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_moreoverflow_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_moreoverflow_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_paste_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_paste_mtrl_am_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_selectall_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_selectall_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_share_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_menu_share_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_search_api_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_ic_voice_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_ic_voice_search_api_mtrl_alpha.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_divider_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_divider_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_focused_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_focused_holo.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_longpressed_holo" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_longpressed_holo.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_pressed_holo_dark.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_pressed_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_pressed_holo_light.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_dark" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_selector_disabled_holo_dark.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_list_selector_disabled_holo_light" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_list_selector_disabled_holo_light.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_menu_hardkey_panel_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_menu_hardkey_panel_mtrl_mult.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_popup_background_mtrl_mult" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_popup_background_mtrl_mult.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_switch_track_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_switch_track_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_tab_indicator_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_tab_indicator_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_textfield_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_textfield_activated_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_textfield_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_textfield_default_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_textfield_search_activated_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_textfield_search_activated_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_textfield_search_default_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_textfield_search_default_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_text_cursor_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxhdpi\abc_text_cursor_mtrl_alpha.9.png" - qualifiers="xxhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_check_to_on_mtrl_000.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_btn_check_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_check_to_on_mtrl_015.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_000" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_radio_to_on_mtrl_000.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_btn_radio_to_on_mtrl_015" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_radio_to_on_mtrl_015.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00001" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_switch_to_on_mtrl_00001.9.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_btn_switch_to_on_mtrl_00012" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_btn_switch_to_on_mtrl_00012.9.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_ab_back_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_ab_back_mtrl_am_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_clear_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_clear_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_copy_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_copy_mtrl_am_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_cut_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_cut_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_moreoverflow_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_moreoverflow_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_paste_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_paste_mtrl_am_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_selectall_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_selectall_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_menu_share_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_menu_share_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_search_api_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_ic_voice_search_api_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_ic_voice_search_api_mtrl_alpha.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_spinner_mtrl_am_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_spinner_mtrl_am_alpha.9.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_switch_track_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_switch_track_mtrl_alpha.9.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_tab_indicator_mtrl_alpha" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xxxhdpi\abc_tab_indicator_mtrl_alpha.9.png" - qualifiers="xxxhdpi-v4" type="drawable" /> - <file name="abc_action_bar_title_item" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_bar_title_item.xml" - qualifiers="" type="layout" /> - <file name="abc_action_bar_up_container" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_bar_up_container.xml" - qualifiers="" type="layout" /> - <file name="abc_action_bar_view_list_nav_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_bar_view_list_nav_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_action_menu_item_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_menu_item_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_action_menu_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_menu_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_action_mode_bar" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_mode_bar.xml" - qualifiers="" type="layout" /> - <file name="abc_action_mode_close_item_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_action_mode_close_item_material.xml" - qualifiers="" type="layout" /> - <file name="abc_activity_chooser_view" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_activity_chooser_view.xml" - qualifiers="" type="layout" /> - <file name="abc_activity_chooser_view_list_item" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_activity_chooser_view_list_item.xml" - qualifiers="" type="layout" /> - <file name="abc_alert_dialog_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_alert_dialog_material.xml" - qualifiers="" type="layout" /> - <file name="abc_dialog_title_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_dialog_title_material.xml" - qualifiers="" type="layout" /> - <file name="abc_expanded_menu_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_expanded_menu_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_list_menu_item_checkbox" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_list_menu_item_checkbox.xml" - qualifiers="" type="layout" /> - <file name="abc_list_menu_item_icon" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_list_menu_item_icon.xml" - qualifiers="" type="layout" /> - <file name="abc_list_menu_item_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_list_menu_item_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_list_menu_item_radio" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_list_menu_item_radio.xml" - qualifiers="" type="layout" /> - <file name="abc_popup_menu_item_layout" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_popup_menu_item_layout.xml" - qualifiers="" type="layout" /> - <file name="abc_screen_content_include" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_screen_content_include.xml" - qualifiers="" type="layout" /> - <file name="abc_screen_simple" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_screen_simple.xml" - qualifiers="" type="layout" /> - <file name="abc_screen_simple_overlay_action_mode" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_screen_simple_overlay_action_mode.xml" - qualifiers="" type="layout" /> - <file name="abc_screen_toolbar" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_screen_toolbar.xml" - qualifiers="" type="layout" /> - <file name="abc_search_dropdown_item_icons_2line" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_search_dropdown_item_icons_2line.xml" - qualifiers="" type="layout" /> - <file name="abc_search_view" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_search_view.xml" - qualifiers="" type="layout" /> - <file name="abc_select_dialog_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_select_dialog_material.xml" - qualifiers="" type="layout" /> - <file name="abc_simple_dropdown_hint" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\abc_simple_dropdown_hint.xml" - qualifiers="" type="layout" /> - <file name="notification_media_action" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_media_action.xml" - qualifiers="" type="layout" /> - <file name="notification_media_cancel_action" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_media_cancel_action.xml" - qualifiers="" type="layout" /> - <file name="notification_template_big_media" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_big_media.xml" - qualifiers="" type="layout" /> - <file name="notification_template_big_media_narrow" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_big_media_narrow.xml" - qualifiers="" type="layout" /> - <file name="notification_template_lines" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_lines.xml" - qualifiers="" type="layout" /> - <file name="notification_template_media" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_media.xml" - qualifiers="" type="layout" /> - <file name="notification_template_part_chronometer" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_part_chronometer.xml" - qualifiers="" type="layout" /> - <file name="notification_template_part_time" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\notification_template_part_time.xml" - qualifiers="" type="layout" /> - <file name="select_dialog_item_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\select_dialog_item_material.xml" - qualifiers="" type="layout" /> - <file name="select_dialog_multichoice_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\select_dialog_multichoice_material.xml" - qualifiers="" type="layout" /> - <file name="select_dialog_singlechoice_material" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\select_dialog_singlechoice_material.xml" - qualifiers="" type="layout" /> - <file name="support_simple_spinner_dropdown_item" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\layout\support_simple_spinner_dropdown_item.xml" - qualifiers="" type="layout" /> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values\values.xml" - qualifiers=""> - <style name="Base.TextAppearance.AppCompat.Small.Inverse"> - <item name="android:textColor">?android:attr/textColorTertiaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget"> - <item name="android:layout_marginRight">8dp</item> - </style> - <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" /> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" - parent="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" /> - <dimen name="abc_text_size_title_material_toolbar">20dp</dimen> - <dimen name="abc_text_size_button_material">14sp</dimen> - <bool name="abc_config_closeDialogWhenTouchOutside">true</bool> - <dimen name="abc_action_bar_default_height_material">56dp</dimen> - <attr name="drawerArrowStyle" format="reference" /> - <color name="abc_search_url_text_pressed">@android:color/black</color> - <declare-styleable name="MenuView"> - <attr name="android:itemTextAppearance" /> - <attr name="android:horizontalDivider" /> - <attr name="android:verticalDivider" /> - <attr name="android:headerBackground" /> - <attr name="android:itemBackground" /> - <attr name="android:windowAnimationStyle" /> - <attr name="android:itemIconDisabledAlpha" /> - <attr name="preserveIconSpacing" format="boolean" /> - </declare-styleable> - <dimen name="abc_button_padding_horizontal_material">8dp</dimen> - <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" - parent="android:Widget.CompoundButton.RadioButton"> - <item name="android:button">?android:attr/listChoiceIndicatorSingle</item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - </style> - <color name="material_blue_grey_900">#ff263238</color> - <dimen name="abc_control_corner_material">2dp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle" - parent="TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar - </item> - </style> - <style name="Widget.AppCompat.Light.ListPopupWindow" - parent="Widget.AppCompat.ListPopupWindow" /> - <string name="abc_activity_chooser_view_see_all">See all</string> - <dimen name="abc_dialog_list_padding_vertical_material">8dp</dimen> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" - parent="android:Widget"> - <item name="android:layout_marginLeft">16dp</item> - </style> - <style name="TextAppearance.Widget.AppCompat.Toolbar.Title" - parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Title"></style> - <style name="Widget.AppCompat.Light.ActionBar" - parent="Base.Widget.AppCompat.Light.ActionBar"></style> - <style name="Theme.AppCompat.DialogWhenLarge" - parent="Base.Theme.AppCompat.DialogWhenLarge"></style> - <color name="secondary_text_default_material_light">#8a000000</color> - <style name="Widget.AppCompat.DrawerArrowToggle" - parent="Base.Widget.AppCompat.DrawerArrowToggle"> - <item name="color">?attr/colorControlNormal</item> - </style> - <string name="abc_shareactionprovider_share_with_application">Share with %s</string> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <dimen name="abc_action_button_min_height_material">48dp</dimen> - <style name="ThemeOverlay.AppCompat.ActionBar" - parent="Base.ThemeOverlay.AppCompat.ActionBar" /> - <style name="TextAppearance.AppCompat.Medium" - parent="Base.TextAppearance.AppCompat.Medium" /> - <color name="ripple_material_light">#1f000000</color> - <string name="abc_activitychooserview_choose_application">Choose an app</string> - <style name="Base.TextAppearance.AppCompat.Large.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <integer name="status_bar_notification_info_maxnum">999</integer> - <style name="Theme.AppCompat.Light.DialogWhenLarge" - parent="Base.Theme.AppCompat.Light.DialogWhenLarge"></style> - <style name="TextAppearance.AppCompat.Widget.DropDownItem" - parent="Base.TextAppearance.AppCompat.Widget.DropDownItem"></style> - <color name="secondary_text_disabled_material_dark">#36ffffff</color> - <style name="Base.Widget.AppCompat.Light.PopupMenu" - parent="@style/Widget.AppCompat.ListPopupWindow"></style> - <style name="Widget.AppCompat.CompoundButton.Switch" - parent="Base.Widget.AppCompat.CompoundButton.Switch" /> - <style name="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation" - parent="Base.Widget.AppCompat.Toolbar.Button.Navigation"> - <item name="android:paddingLeft"> - @dimen/abc_action_bar_navigation_padding_start_material - </item> - </style> - <style name="Theme.AppCompat.Light.Dialog" - parent="Base.Theme.AppCompat.Light.Dialog" /> - <declare-styleable name="MenuItem"> - <attr name="android:id" /> - <attr name="android:menuCategory" /> - <attr name="android:orderInCategory" /> - <attr name="android:title" /> - <attr name="android:titleCondensed" /> - <attr name="android:icon" /> - <attr name="android:alphabeticShortcut" /> - <attr name="android:numericShortcut" /> - <attr name="android:checkable" /> - <attr name="android:checked" /> - <attr name="android:visible" /> - <attr name="android:enabled" /> - <attr name="android:onClick" /> - <attr name="showAsAction"> - <flag name="never" value="0" /> - <flag name="ifRoom" value="1" /> - <flag name="always" value="2" /> - <flag name="withText" value="4" /> - <flag name="collapseActionView" value="8" /> - </attr> - <attr name="actionLayout" format="reference" /> - <attr name="actionViewClass" format="string" /> - <attr name="actionProviderClass" format="string" /> - </declare-styleable> - <style name="Base.Widget.AppCompat.ListView" parent="android:Widget.ListView"> - <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item> - </style> - <color name="link_text_material_dark">@color/material_deep_teal_200</color> - <style name="TextAppearance.AppCompat.SearchResult.Subtitle" - parent="Base.TextAppearance.AppCompat.SearchResult.Subtitle"></style> - <style name="Widget.AppCompat.Light.ActivityChooserView" - parent="Widget.AppCompat.ActivityChooserView" /> - <style name="RtlOverlay.DialogWindowTitle.AppCompat" - parent="Base.DialogWindowTitle.AppCompat"></style> - <style name="TextAppearance.AppCompat.Light.SearchResult.Title" - parent="TextAppearance.AppCompat.SearchResult.Title" /> - <style name="Base.TextAppearance.AppCompat.Small"> - <item name="android:textSize">@dimen/abc_text_size_small_material</item> - <item name="android:textColor">?android:attr/textColorTertiary</item> - </style> - <style name="Widget.AppCompat.Light.SearchView" - parent="Widget.AppCompat.SearchView" /> - <color name="highlighted_text_material_dark">#6680cbc4</color> - <style name="TextAppearance.AppCompat.Small" - parent="Base.TextAppearance.AppCompat.Small" /> - <style name="Widget.AppCompat.Light.ActionButton" - parent="Widget.AppCompat.ActionButton" /> - <declare-styleable name="ActionBar"> - <attr name="navigationMode"> - <enum name="normal" value="0" /> - <enum name="listMode" value="1" /> - <enum name="tabMode" value="2" /> - </attr> - <attr name="displayOptions"> - <flag name="none" value="0" /> - <flag name="useLogo" value="0x1" /> - <flag name="showHome" value="0x2" /> - <flag name="homeAsUp" value="0x4" /> - <flag name="showTitle" value="0x8" /> - <flag name="showCustom" value="0x10" /> - <flag name="disableHome" value="0x20" /> - </attr> - <attr name="title" /> - <attr name="subtitle" format="string" /> - <attr name="titleTextStyle" format="reference" /> - <attr name="subtitleTextStyle" format="reference" /> - <attr name="icon" format="reference" /> - <attr name="logo" format="reference" /> - <attr name="divider" format="reference" /> - <attr name="background" format="reference" /> - <attr name="backgroundStacked" format="reference|color" /> - <attr name="backgroundSplit" format="reference|color" /> - <attr name="customNavigationLayout" format="reference" /> - <attr name="height" /> - <attr name="homeLayout" format="reference" /> - <attr name="progressBarStyle" format="reference" /> - <attr name="indeterminateProgressStyle" format="reference" /> - <attr name="progressBarPadding" format="dimension" /> - <attr name="homeAsUpIndicator" /> - <attr name="itemPadding" format="dimension" /> - <attr name="hideOnContentScroll" format="boolean" /> - <attr name="contentInsetStart" format="dimension" /> - <attr name="contentInsetEnd" format="dimension" /> - <attr name="contentInsetLeft" format="dimension" /> - <attr name="contentInsetRight" format="dimension" /> - <attr name="elevation" format="dimension" /> - <attr name="popupTheme" format="reference" /> - </declare-styleable> - <item name="action_bar_activity_content" type="id" /> - <color name="button_material_dark">#ff5a595b</color> - <style name="Base.TextAppearance.AppCompat.Caption"> - <item name="android:textSize">@dimen/abc_text_size_caption_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.Solid"> - <item name="background">?attr/colorPrimary</item> - <item name="backgroundStacked">?attr/colorPrimary</item> - <item name="backgroundSplit">?attr/colorPrimary</item> - </style> - <style name="Widget.AppCompat.RatingBar" parent="Base.Widget.AppCompat.RatingBar" /> - <style name="Widget.AppCompat.ActionMode" - parent="Base.Widget.AppCompat.ActionMode"></style> - <style name="Widget.AppCompat.Toolbar.Button.Navigation" - parent="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation" /> - <style name="Base.Theme.AppCompat.Light" - parent="Base.V7.Theme.AppCompat.Light"></style> - <style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow"> - <item name="overlapAnchor">true</item> - <item name="android:dropDownHorizontalOffset">-4dip</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large" - parent="TextAppearance.AppCompat.Menu"></style> - <style name="Widget.AppCompat.ListPopupWindow" - parent="Base.Widget.AppCompat.ListPopupWindow"></style> - <style name="Widget.AppCompat.ListView" parent="Base.Widget.AppCompat.ListView" /> - <declare-styleable name="ActionMode"> - <attr name="titleTextStyle" /> - <attr name="subtitleTextStyle" /> - <attr name="background" /> - <attr name="backgroundSplit" /> - <attr name="height" /> - <attr name="closeItemLayout" format="reference" /> - </declare-styleable> - <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" - parent="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small"></style> - <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool> - <dimen name="abc_button_padding_vertical_material"> - @dimen/abc_control_padding_material - </dimen> - <style name="ThemeOverlay.AppCompat" parent="Base.ThemeOverlay.AppCompat" /> - <bool name="abc_action_bar_embed_tabs">true</bool> - <style name="Base.V7.Theme.AppCompat.Light" parent="Platform.AppCompat.Light"> - <item name="windowActionBar">true</item> - <item name="windowActionBarOverlay">false</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">true</item> - - <item name="selectableItemBackground">@drawable/abc_item_background_holo_light - </item> - <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground - </item> - <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless - </item> - <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - - <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item> - <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item> - - <!-- Action Bar Styles --> - <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView - </item> - <item name="actionBarTabBarStyle"> - @style/Widget.AppCompat.Light.ActionBar.TabBar - </item> - <item name="actionBarTabTextStyle"> - @style/Widget.AppCompat.Light.ActionBar.TabText - </item> - <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> - <item name="actionOverflowButtonStyle"> - @style/Widget.AppCompat.Light.ActionButton.Overflow - </item> - <item name="actionOverflowMenuStyle"> - @style/Widget.AppCompat.Light.PopupMenu.Overflow - </item> - <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid</item> - <item name="actionBarSplitStyle">?attr/actionBarStyle</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item> - <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item> - <item name="actionBarDivider">?attr/dividerVertical</item> - <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless - </item> - <item name="actionMenuTextAppearance"> - @style/TextAppearance.AppCompat.Widget.ActionBar.Menu - </item> - <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly - </item> - - <!-- Action Mode --> - <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> - <item name="actionModeBackground">@drawable/abc_cab_background_top_material - </item> - <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item> - <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_mtrl_am_alpha - </item> - <item name="actionModeCloseButtonStyle"> - @style/Widget.AppCompat.ActionButton.CloseMode - </item> - - <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item> - <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha - </item> - <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha - </item> - <item name="actionModeSelectAllDrawable"> - @drawable/abc_ic_menu_selectall_mtrl_alpha - </item> - <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha - </item> - - <!-- Dropdown Spinner Attributes --> - <item name="actionDropDownStyle"> - @style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar - </item> - - <!-- Panel attributes --> - <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> - <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> - <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item> - <item name="android:panelBackground">@android:color/transparent</item> - <item name="listChoiceBackgroundIndicator"> - @drawable/abc_list_selector_holo_light - </item> - - <!-- List attributes --> - <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead - </item> - <item name="textAppearanceListItemSmall"> - @style/TextAppearance.AppCompat.Subhead - </item> - <item name="listPreferredItemHeight">64dp</item> - <item name="listPreferredItemHeightSmall">48dp</item> - <item name="listPreferredItemHeightLarge">80dp</item> - <item name="listPreferredItemPaddingLeft"> - @dimen/abc_list_item_padding_horizontal_material - </item> - <item name="listPreferredItemPaddingRight"> - @dimen/abc_list_item_padding_horizontal_material - </item> - - <!-- Spinner styles --> - <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item> - <item name="android:spinnerItemStyle"> - @style/Widget.AppCompat.TextView.SpinnerItem - </item> - <item name="android:dropDownListViewStyle"> - @style/Widget.AppCompat.ListView.DropDown - </item> - - <!-- Required for use of support_simple_spinner_dropdown_item.xml --> - <item name="spinnerDropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - <item name="dropdownListPreferredItemHeight"> - ?attr/listPreferredItemHeightSmall - </item> - - <!-- Popup Menu styles --> - <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item> - <item name="textAppearanceLargePopupMenu"> - @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large - </item> - <item name="textAppearanceSmallPopupMenu"> - @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small - </item> - <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> - <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown - </item> - - <!-- SearchView attributes --> - <item name="searchViewStyle">@style/Widget.AppCompat.Light.SearchView</item> - <item name="android:dropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - <item name="textColorSearchUrl">@color/abc_search_url_text</item> - <item name="textAppearanceSearchResultTitle"> - @style/TextAppearance.AppCompat.SearchResult.Title - </item> - <item name="textAppearanceSearchResultSubtitle"> - @style/TextAppearance.AppCompat.SearchResult.Subtitle - </item> - - <!-- ShareActionProvider attributes --> - <item name="activityChooserViewStyle"> - @style/Widget.AppCompat.ActivityChooserView - </item> - - <!-- Toolbar styles --> - <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item> - <item name="toolbarNavigationButtonStyle"> - @style/Widget.AppCompat.Toolbar.Button.Navigation - </item> - - <item name="editTextStyle">@style/Widget.AppCompat.EditText</item> - <item name="editTextBackground">@drawable/abc_edit_text_material</item> - <item name="editTextColor">?android:attr/textColorPrimary</item> - <item name="autoCompleteTextViewStyle"> - @style/Widget.AppCompat.AutoCompleteTextView - </item> - - <!-- Color palette --> - <item name="colorPrimaryDark">@color/primary_dark_material_light</item> - <item name="colorPrimary">@color/primary_material_light</item> - <item name="colorAccent">@color/accent_material_light</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlActivated">?attr/colorAccent</item> - <item name="colorControlHighlight">@color/ripple_material_light</item> - <item name="colorButtonNormal">@color/button_material_light</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item> - - <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item> - - <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox - </item> - <item name="radioButtonStyle"> - @style/Widget.AppCompat.CompoundButton.RadioButton - </item> - <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item> - - <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item> - - <!-- Button styles --> - <item name="buttonStyle">@style/Widget.AppCompat.Button</item> - <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item> - <item name="android:textAppearanceButton"> - @style/TextAppearance.AppCompat.Button - </item> - - <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item> - <item name="buttonBarButtonStyle"> - @style/Widget.AppCompat.Button.ButtonBar.AlertDialog - </item> - <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item> - - <!-- Dialog attributes --> - <item name="dialogTheme">@style/Theme.AppCompat.Light.Dialog</item> - <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item> - - <item name="alertDialogTheme">@style/Theme.AppCompat.Light.Dialog.Alert</item> - <item name="alertDialogStyle">@style/AlertDialog.AppCompat.Light</item> - <item name="alertDialogCenterButtons">false</item> - <item name="textColorAlertDialogListItem"> - @color/abc_primary_text_material_light - </item> - <item name="listDividerAlertDialog">@null</item> - - <!-- Define these here; ContextThemeWrappers around themes that define them should - always clear these values. --> - <item name="windowFixedWidthMajor">0dp</item> - <item name="windowFixedWidthMinor">0dp</item> - <item name="windowFixedHeightMajor">0dp</item> - <item name="windowFixedHeightMinor">0dp</item> - </style> - <declare-styleable name="ActionMenuItemView"> - <attr name="android:minWidth" /> - </declare-styleable> - <color name="bright_foreground_material_light">@android:color/black</color> - <style name="Base.Widget.AppCompat.ActionBar" parent=""> - <item name="displayOptions">showTitle</item> - <item name="divider">?attr/dividerVertical</item> - <item name="height">?attr/actionBarSize</item> - - <item name="titleTextStyle"> - @style/TextAppearance.AppCompat.Widget.ActionBar.Title - </item> - <item name="subtitleTextStyle"> - @style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle - </item> - - <item name="background">@null</item> - <item name="backgroundStacked">@null</item> - <item name="backgroundSplit">@null</item> - - <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> - <item name="actionOverflowButtonStyle"> - @style/Widget.AppCompat.ActionButton.Overflow - </item> - - <item name="android:gravity">center_vertical</item> - <item name="contentInsetStart">@dimen/abc_action_bar_content_inset_material - </item> - <item name="contentInsetEnd">@dimen/abc_action_bar_content_inset_material</item> - <item name="elevation">8dp</item> - <item name="popupTheme">?attr/actionBarPopupTheme</item> - </style> - <color name="bright_foreground_disabled_material_dark">#80ffffff</color> - <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool> - <dimen name="abc_action_bar_overflow_padding_end_material">10dp</dimen> - <style name="Base.Theme.AppCompat.Light.Dialog" - parent="Base.V7.Theme.AppCompat.Light.Dialog" /> - <style name="Base.Widget.AppCompat.DrawerArrowToggle" - parent="Base.Widget.AppCompat.DrawerArrowToggle.Common"> - <item name="barSize">18dp</item> - <item name="gapBetweenBars">3dp</item> - <item name="drawableSize">24dp</item> - </style> - <string name="abc_action_mode_done">Done</string> - <style name="Base.Widget.AppCompat.Spinner.Underlined"> - <item name="android:background"> - @drawable/abc_spinner_textfield_background_material - </item> - </style> - <style name="TextAppearance.AppCompat.Widget.TextView.SpinnerItem" - parent="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" /> - <style name="Widget.AppCompat.PopupMenu" - parent="Base.Widget.AppCompat.PopupMenu"></style> - <color name="primary_text_default_material_dark">#ffffffff</color> - <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" - parent="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large"></style> - <style name="Base.Theme.AppCompat.Light.Dialog.MinWidth"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <item name="dialog_fixed_width_minor" type="dimen">320dp</item> - <dimen name="abc_edit_text_inset_horizontal_material">4dp</dimen> - <style name="Widget.AppCompat.Button.Small" - parent="Base.Widget.AppCompat.Button.Small" /> - <style name="Widget.AppCompat.PopupWindow" - parent="Base.Widget.AppCompat.PopupWindow"></style> - <style name="Base.Widget.AppCompat.SearchView" parent="android:Widget"> - <item name="layout">@layout/abc_search_view</item> - <item name="queryBackground">@drawable/abc_textfield_search_material</item> - <item name="submitBackground">@drawable/abc_textfield_search_material</item> - <item name="closeIcon">@drawable/abc_ic_clear_mtrl_alpha</item> - <item name="searchIcon">@drawable/abc_ic_search_api_mtrl_alpha</item> - <item name="searchHintIcon">@drawable/abc_ic_search_api_mtrl_alpha</item> - <item name="goIcon">@drawable/abc_ic_go_search_api_mtrl_alpha</item> - <item name="voiceIcon">@drawable/abc_ic_voice_search_api_mtrl_alpha</item> - <item name="commitIcon">@drawable/abc_ic_commit_search_api_mtrl_alpha</item> - <item name="suggestionRowLayout">@layout/abc_search_dropdown_item_icons_2line - </item> - </style> - <declare-styleable name="DrawerArrowToggle"> - <attr name="color" format="color" /> - <attr name="spinBars" format="boolean" /> - <attr name="drawableSize" format="dimension" /> - <attr name="gapBetweenBars" format="dimension" /> - <attr name="topBottomBarArrowSize" format="dimension" /> - <attr name="middleBarArrowSize" format="dimension" /> - <attr name="barSize" format="dimension" /> - <attr name="thickness" format="dimension" /> - </declare-styleable> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" - parent="TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar - </item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" - parent="TextAppearance.AppCompat.Menu" /> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" - parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"></style> - <style name="ThemeOverlay.AppCompat.Light" - parent="Base.ThemeOverlay.AppCompat.Light" /> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" - parent="android:Widget"> - <item name="android:layout_toLeftOf">@id/edit_query</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" - parent="android:Widget"> - <item name="android:layout_alignParentLeft">true</item> - </style> - <style name="Widget.AppCompat.Spinner.DropDown" /> - <style name="TextAppearance.StatusBar.EventContent.Time" parent="" /> - <style name="Theme.AppCompat.Light.Dialog.MinWidth" - parent="Base.Theme.AppCompat.Light.Dialog.MinWidth" /> - <declare-styleable name="Toolbar"> - <attr name="titleTextAppearance" format="reference" /> - <attr name="subtitleTextAppearance" format="reference" /> - <attr name="title" /> - <attr name="subtitle" /> - <attr name="android:gravity" /> - <attr name="titleMargins" format="dimension" /> - <attr name="titleMarginStart" format="dimension" /> - <attr name="titleMarginEnd" format="dimension" /> - <attr name="titleMarginTop" format="dimension" /> - <attr name="titleMarginBottom" format="dimension" /> - <attr name="contentInsetStart" /> - <attr name="contentInsetEnd" /> - <attr name="contentInsetLeft" /> - <attr name="contentInsetRight" /> - <attr name="maxButtonHeight" format="dimension" /> - <attr name="collapseIcon" format="reference" /> - <attr name="collapseContentDescription" format="string" /> - <attr name="popupTheme" /> - <attr name="navigationIcon" format="reference" /> - <attr name="navigationContentDescription" format="string" /> - <attr name="android:minHeight" /> - </declare-styleable> - <style name="Widget.AppCompat.ListView.DropDown" - parent="Base.Widget.AppCompat.ListView.DropDown" /> - <integer name="abc_max_action_buttons">2</integer> - <style name="Base.TextAppearance.AppCompat.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Widget.AppCompat.Light.DropDownItem.Spinner" - parent="Widget.AppCompat.DropDownItem.Spinner" /> - <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen> - <string name="abc_searchview_description_search">Search</string> - <color name="switch_thumb_disabled_material_dark">#ff616161</color> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget"> - <item name="android:paddingRight">16dp</item> - </style> - <item name="progress_horizontal" type="id" /> - <color name="primary_text_disabled_material_light">#39000000</color> - <dimen name="notification_large_icon_height">64dp</dimen> - <style name="Base.Widget.AppCompat.PopupMenu" - parent="@style/Widget.AppCompat.ListPopupWindow"></style> - <style name="Base.AlertDialog.AppCompat.Light" - parent="Base.AlertDialog.AppCompat" /> - <declare-styleable name="ActionBarLayout"> - <attr name="android:layout_gravity" /> - </declare-styleable> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle" - parent="TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar - </item> - </style> - <style name="Widget.AppCompat.ListView.Menu" - parent="Base.Widget.AppCompat.ListView.Menu"></style> - <style name="Base.Theme.AppCompat.Dialog.MinWidth"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.ThemeOverlay.AppCompat.Dark.ActionBar"> - <item name="colorControlNormal">?android:attr/textColorPrimary</item> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item> - </style> - <style name="TextAppearance.Widget.AppCompat.Toolbar.Subtitle" - parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle"></style> - <style name="Widget.AppCompat.Light.PopupMenu.Overflow" - parent="Base.Widget.AppCompat.Light.PopupMenu.Overflow"></style> - <color name="bright_foreground_material_dark">@android:color/white</color> - <style name="TextAppearance.AppCompat.Subhead.Inverse" - parent="Base.TextAppearance.AppCompat.Subhead.Inverse" /> - <dimen name="abc_edit_text_inset_bottom_material">7dp</dimen> - <style name="Base.Widget.AppCompat.RatingBar" parent="android:Widget.RatingBar"> - <item name="android:progressDrawable">@drawable/abc_ratingbar_full_material - </item> - <item name="android:indeterminateDrawable"> - @drawable/abc_ratingbar_full_material - </item> - </style> - <dimen name="notification_large_icon_width">64dp</dimen> - <style name="Widget.AppCompat.ActionBar" - parent="Base.Widget.AppCompat.ActionBar"></style> - <item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item> - <style name="Base.TextAppearance.AppCompat.Widget.Switch" - parent="TextAppearance.AppCompat.Button" /> - <declare-styleable name="MenuGroup"> - <attr name="android:id" /> - <attr name="android:menuCategory" /> - <attr name="android:orderInCategory" /> - <attr name="android:checkableBehavior" /> - <attr name="android:visible" /> - <attr name="android:enabled" /> - </declare-styleable> - <declare-styleable name="TextAppearance"> - <attr name="android:textSize" /> - <attr name="android:textColor" /> - <attr name="android:textStyle" /> - <attr name="android:typeface" /> - <attr name="textAllCaps" /> - </declare-styleable> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText" - parent="Base.Widget.AppCompat.ActionBar.TabText"></style> - <style name="Widget.AppCompat.Spinner.Underlined" - parent="Base.Widget.AppCompat.Spinner.Underlined" /> - <style name="TextAppearance.AppCompat.Title.Inverse" - parent="Base.TextAppearance.AppCompat.Title.Inverse" /> - <color name="highlighted_text_material_light">#66009688</color> - <style name="Base.TextAppearance.AppCompat.Display2"> - <item name="android:textSize">@dimen/abc_text_size_display_2_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.ThemeOverlay.AppCompat" parent="" /> - <style name="Base.TextAppearance.AppCompat.Display1"> - <item name="android:textSize">@dimen/abc_text_size_display_1_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Display4"> - <item name="android:textSize">@dimen/abc_text_size_display_4_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <color name="primary_text_default_material_light">#de000000</color> - <style name="Base.TextAppearance.AppCompat.Display3"> - <item name="android:textSize">@dimen/abc_text_size_display_3_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <declare-styleable name="SearchView"> - <attr name="layout" format="reference" /> - <attr name="iconifiedByDefault" format="boolean" /> - <attr name="android:maxWidth" /> - <attr name="queryHint" format="string" /> - <attr name="defaultQueryHint" format="string" /> - <attr name="android:imeOptions" /> - <attr name="android:inputType" /> - <attr name="closeIcon" format="reference" /> - <attr name="goIcon" format="reference" /> - <attr name="searchIcon" format="reference" /> - <attr name="searchHintIcon" format="reference" /> - <attr name="voiceIcon" format="reference" /> - <attr name="commitIcon" format="reference" /> - <attr name="suggestionRowLayout" format="reference" /> - <attr name="queryBackground" format="reference" /> - <attr name="submitBackground" format="reference" /> - <attr name="android:focusable" /> - </declare-styleable> - <item name="action_bar_spinner" type="id" /> - <dimen name="abc_text_size_caption_material">12sp</dimen> - <style name="Widget.AppCompat.ActionBar.TabBar" - parent="Base.Widget.AppCompat.ActionBar.TabBar"></style> - <color name="accent_material_dark">@color/material_deep_teal_200</color> - <dimen name="abc_action_button_min_width_material">48dp</dimen> - <style name="TextAppearance.AppCompat.Large" - parent="Base.TextAppearance.AppCompat.Large" /> - <style name="Widget.AppCompat.DropDownItem.Spinner" - parent="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" /> - <declare-styleable name="LinearLayoutCompat"> - <attr name="android:orientation" /> - <attr name="android:gravity" /> - <attr name="android:baselineAligned" /> - <attr name="android:baselineAlignedChildIndex" /> - <attr name="android:weightSum" /> - <attr name="measureWithLargestChild" format="boolean" /> - <attr name="divider" /> - <attr name="showDividers"> - <flag name="none" value="0" /> - <flag name="beginning" value="1" /> - <flag name="middle" value="2" /> - <flag name="end" value="4" /> - </attr> - <attr name="dividerPadding" format="dimension" /> - </declare-styleable> - <style name="TextAppearance.AppCompat.Small.Inverse" - parent="Base.TextAppearance.AppCompat.Small.Inverse" /> - <style name="Base.Widget.AppCompat.ActionBar.Solid"> - <item name="background">?attr/colorPrimary</item> - <item name="backgroundStacked">?attr/colorPrimary</item> - <item name="backgroundSplit">?attr/colorPrimary</item> - </style> - <style name="TextAppearance.StatusBar.EventContent" parent="" /> - <style name="Base.TextAppearance.AppCompat.Body2"> - <item name="android:textSize">@dimen/abc_text_size_body_2_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Body1"> - <item name="android:textSize">@dimen/abc_text_size_body_1_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Widget.AppCompat.ActivityChooserView" - parent="Base.Widget.AppCompat.ActivityChooserView"></style> - <style name="TextAppearance.AppCompat.Menu" - parent="Base.TextAppearance.AppCompat.Menu" /> - <style name="Theme.AppCompat.Light" parent="Base.Theme.AppCompat.Light" /> - <color name="material_deep_teal_200">#ff80cbc4</color> - <style name="Base.DialogWindowTitle.AppCompat" parent="android:Widget"> - <item name="android:maxLines">1</item> - <item name="android:scrollHorizontally">true</item> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item> - </style> - <dimen name="abc_action_button_min_width_overflow_material">36dp</dimen> - <style name="Widget.AppCompat.Light.ActionBar.TabView" - parent="Base.Widget.AppCompat.Light.ActionBar.TabView"></style> - <style name="Base.Widget.AppCompat.ActionBar.TabBar" parent=""> - <item name="divider">?attr/actionBarDivider</item> - <item name="showDividers">middle</item> - <item name="dividerPadding">8dip</item> - </style> - <style name="TextAppearance.AppCompat.Inverse" - parent="Base.TextAppearance.AppCompat.Inverse" /> - <style name="Theme.AppCompat.Dialog.MinWidth" - parent="Base.Theme.AppCompat.Dialog.MinWidth" /> - <style name="Widget.AppCompat.CompoundButton.CheckBox" - parent="Base.Widget.AppCompat.CompoundButton.CheckBox" /> - <style name="Base.Widget.AppCompat.ActivityChooserView" parent=""> - <item name="android:gravity">center</item> - <item name="android:background">@drawable/abc_ab_share_pack_mtrl_alpha</item> - <item name="divider">?attr/dividerVertical</item> - <item name="showDividers">middle</item> - <item name="dividerPadding">6dip</item> - </style> - <string name="abc_searchview_description_submit">Submit query</string> - <dimen name="abc_search_view_preferred_width">320dip</dimen> - <item name="action_menu_divider" type="id" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu" - parent="android:TextAppearance.Small"> - <item name="android:textSize">12sp</item> - <item name="android:textStyle">bold</item> - <item name="android:textColor">?attr/actionMenuTextColor</item> - </style> - <dimen name="abc_text_size_body_1_material">14sp</dimen> - <style name="TextAppearance.AppCompat.SearchResult.Title" - parent="Base.TextAppearance.AppCompat.SearchResult.Title"></style> - <color name="hint_foreground_material_light"> - @color/bright_foreground_disabled_material_light - </color> - <declare-styleable name="SwitchCompat"> - <attr name="android:thumb" /> - <attr name="track" format="reference" /> - <attr name="android:textOn" /> - <attr name="android:textOff" /> - <attr name="thumbTextPadding" format="dimension" /> - <attr name="switchTextAppearance" format="reference" /> - <attr name="switchMinWidth" format="dimension" /> - <attr name="switchPadding" format="dimension" /> - <attr name="splitTrack" format="boolean" /> - <attr name="showText" format="boolean" /> - </declare-styleable> - <style name="Theme.AppCompat.Dialog.Alert" - parent="Base.Theme.AppCompat.Dialog.Alert" /> - <style name="Widget.AppCompat.ActionBar.Solid" - parent="Base.Widget.AppCompat.ActionBar.Solid"></style> - <style name="Animation.AppCompat.DropDownUp" - parent="Base.Animation.AppCompat.DropDownUp" /> - <style name="Widget.AppCompat.ActionBar.TabText" - parent="Base.Widget.AppCompat.ActionBar.TabText"></style> - <style name="Base.Widget.AppCompat.ActionMode" parent=""> - <item name="background">?attr/actionModeBackground</item> - <item name="backgroundSplit">?attr/actionModeSplitBackground</item> - <item name="height">?attr/actionBarSize</item> - <item name="titleTextStyle"> - @style/TextAppearance.AppCompat.Widget.ActionMode.Title - </item> - <item name="subtitleTextStyle"> - @style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle - </item> - <item name="closeItemLayout">@layout/abc_action_mode_close_item_material</item> - </style> - <style name="TextAppearance.AppCompat.Subhead" - parent="Base.TextAppearance.AppCompat.Subhead" /> - <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" - parent="Widget.AppCompat.Spinner.DropDown.ActionBar" /> - <attr name="height" format="dimension" /> - <style name="Widget.AppCompat.ActionButton.Overflow" - parent="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" /> - <color name="background_material_light">#ffeeeeee</color> - <dimen name="abc_alert_dialog_button_bar_height">48dp</dimen> - <style name="ThemeOverlay.AppCompat.Dark.ActionBar" - parent="Base.ThemeOverlay.AppCompat.Dark.ActionBar" /> - <style name="Base.AlertDialog.AppCompat" parent="android:Widget"> - <item name="android:layout">@layout/abc_alert_dialog_material</item> - <item name="listLayout">@layout/abc_select_dialog_material</item> - <item name="listItemLayout">@layout/select_dialog_item_material</item> - <item name="multiChoiceItemLayout">@layout/select_dialog_multichoice_material - </item> - <item name="singleChoiceItemLayout"> - @layout/select_dialog_singlechoice_material - </item> - </style> - <style name="Widget.AppCompat.Toolbar" parent="Base.Widget.AppCompat.Toolbar" /> - <color name="primary_dark_material_dark">#ff000000</color> - <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" - parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large"></style> - <dimen name="abc_text_size_display_3_material">56sp</dimen> - <dimen name="abc_text_size_small_material">14sp</dimen> - <item name="abc_dialog_min_width_minor" type="dimen">95%</item> - <style name="Base.TextAppearance.AppCompat" parent="android:TextAppearance"> - <item name="android:textColor">?android:textColorPrimary</item> - <item name="android:textColorHint">?android:textColorHint</item> - <item name="android:textColorHighlight">?android:textColorHighlight</item> - <item name="android:textColorLink">?android:textColorLink</item> - <item name="android:textSize">@dimen/abc_text_size_body_1_material</item> - </style> - <dimen name="abc_text_size_menu_material">16sp</dimen> - <style name="Base.Widget.AppCompat.ActionButton" parent=""> - <item name="android:background">?attr/actionBarItemBackground</item> - <item name="android:paddingLeft">12dip</item> - <item name="android:paddingRight">12dip</item> - <item name="android:minWidth">@dimen/abc_action_button_min_width_material</item> - <item name="android:minHeight">@dimen/abc_action_button_min_height_material - </item> - <item name="android:scaleType">center</item> - <item name="android:gravity">center</item> - <item name="android:maxLines">2</item> - <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item> - </style> - <style name="Base.Widget.AppCompat.EditText" - parent="Base.V7.Widget.AppCompat.EditText" /> - <style name="Base.Widget.AppCompat.ButtonBar.AlertDialog"> - <item name="android:background">@null</item> - </style> - <string name="status_bar_notification_info_overflow">999+</string> - <string name="abc_toolbar_collapse_description">Collapse</string> - <style name="Base.Widget.AppCompat.Toolbar.Button.Navigation" - parent="android:Widget"> - <item name="android:minWidth">56dp</item> - <item name="android:scaleType">center</item> - <item name="android:background">?attr/selectableItemBackground</item> - </style> - <style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Spinner"> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:dropDownVerticalOffset">0dip</item> - </style> - <item name="progress_circular" type="id" /> - <style name="Widget.AppCompat.CompoundButton.RadioButton" - parent="Base.Widget.AppCompat.CompoundButton.RadioButton" /> - <color name="button_material_light">#ffd6d7d7</color> - <style name="Widget.AppCompat.ActionButton" - parent="Base.Widget.AppCompat.ActionButton" /> - <style name="Base.TextAppearance.AppCompat.Medium"> - <item name="android:textSize">@dimen/abc_text_size_medium_material</item> - <item name="android:textColor">?android:attr/textColorSecondary</item> - </style> - <dimen name="abc_action_bar_subtitle_top_margin_material">-3dp</dimen> - <string name="abc_action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s - </string> - <style name="Base.V7.Widget.AppCompat.EditText" parent="android:Widget.EditText"> - <item name="android:background">?attr/editTextBackground</item> - <item name="android:textColor">?attr/editTextColor</item> - <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse - </item> - </style> - <style name="Base.Widget.AppCompat.Button" parent="android:Widget"> - <item name="android:background">@drawable/abc_btn_default_mtrl_shape</item> - <item name="android:textAppearance">?android:attr/textAppearanceButton</item> - <item name="android:minHeight">48dip</item> - <item name="android:minWidth">88dip</item> - <item name="android:focusable">true</item> - <item name="android:clickable">true</item> - <item name="android:gravity">center_vertical|center_horizontal</item> - </style> - <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen> - <item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item> - <item name="dialog_fixed_height_major" type="dimen">80%</item> - <dimen name="abc_control_padding_material">4dp</dimen> - <item name="up" type="id" /> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" - parent="TextAppearance.AppCompat.Menu"></style> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle" - parent="TextAppearance.AppCompat.Widget.ActionBar.Subtitle"></style> - <color name="abc_search_url_text_normal">#7fa87f</color> - <style name="Widget.AppCompat.Light.ActionMode.Inverse" - parent="Widget.AppCompat.ActionMode" /> - <style name="Widget.AppCompat.EditText" - parent="Base.Widget.AppCompat.EditText"></style> - <color name="background_material_dark">#ff303030</color> - <style name="Base.TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subhead_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <dimen name="abc_action_bar_subtitle_bottom_margin_material">5dp</dimen> - <style name="Base.Theme.AppCompat.Light.DarkActionBar" - parent="Base.Theme.AppCompat.Light"> - <item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item> - - <!-- Panel attributes --> - <item name="listChoiceBackgroundIndicator"> - @drawable/abc_list_selector_holo_dark - </item> - - <item name="colorPrimaryDark">@color/primary_dark_material_dark</item> - <item name="colorPrimary">@color/primary_material_dark</item> - </style> - <style name="Animation.AppCompat.Dialog" parent="Base.Animation.AppCompat.Dialog" /> - <style name="TextAppearance.AppCompat.Caption" - parent="Base.TextAppearance.AppCompat.Caption" /> - <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" - parent="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse"></style> - <style name="Base.ThemeOverlay.AppCompat.Dark"> - <item name="android:windowBackground">@color/background_material_dark</item> - <item name="android:colorForeground">@color/bright_foreground_material_dark - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_light - </item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_dark - </item> - - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse"> - @color/hint_foreground_material_light - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark - </item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlHighlight">@color/ripple_material_dark</item> - <item name="colorButtonNormal">@color/button_material_dark</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">false</item> - </style> - <style name="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog" - parent="Widget.AppCompat.Button.Borderless.Colored"> - <item name="android:minWidth">64dp</item> - <item name="android:maxLines">2</item> - <item name="android:minHeight">@dimen/abc_alert_dialog_button_bar_height</item> - </style> - <style name="TextAppearance.AppCompat.Button" - parent="Base.TextAppearance.AppCompat.Button" /> - <declare-styleable name="AppCompatTextView"> - <attr name="textAllCaps" format="reference|boolean" /> - <attr name="android:textAppearance" /> - </declare-styleable> - <style name="Theme.AppCompat.Light.NoActionBar"> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - <color name="ripple_material_dark">#4dffffff</color> - <dimen name="abc_panel_menu_list_width">296dp</dimen> - <style name="Widget.AppCompat.ActionBar.TabView" - parent="Base.Widget.AppCompat.ActionBar.TabView"></style> - <style name="Base.Widget.AppCompat.DropDownItem.Spinner" parent=""> - <item name="android:textAppearance"> - @style/TextAppearance.AppCompat.Widget.DropDownItem - </item> - <item name="android:paddingLeft">8dp</item> - <item name="android:paddingRight">8dp</item> - <item name="android:gravity">center_vertical</item> - </style> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" - parent="Base.V7.Widget.AppCompat.AutoCompleteTextView" /> - <color name="bright_foreground_inverse_material_dark"> - @color/bright_foreground_material_light - </color> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title" - parent="TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <color name="secondary_text_disabled_material_light">#24000000</color> - <style name="Base.TextAppearance.AppCompat.SearchResult" parent=""> - <item name="android:textStyle">normal</item> - <item name="android:textColor">?android:textColorPrimary</item> - <item name="android:textColorHint">?android:textColorHint</item> - </style> - <style name="Base.V7.Widget.AppCompat.AutoCompleteTextView" - parent="android:Widget.AutoCompleteTextView"> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult - </item> - <item name="android:background">?attr/editTextBackground</item> - <item name="android:textColor">?attr/editTextColor</item> - <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse - </item> - </style> - <color name="dim_foreground_disabled_material_dark">#80bebebe</color> - <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen> - <dimen name="abc_edit_text_inset_top_material">10dp</dimen> - <style name="Base.Widget.AppCompat.PopupMenu.Overflow"> - <item name="overlapAnchor">true</item> - <item name="android:dropDownHorizontalOffset">-4dip</item> - </style> - <color name="background_floating_material_light">#ffeeeeee</color> - <integer name="cancel_button_image_alpha">127</integer> - <declare-styleable name="AlertDialog"> - <attr name="android:layout" /> - <attr name="buttonPanelSideLayout" format="reference" /> - <attr name="listLayout" format="reference" /> - <attr name="multiChoiceItemLayout" format="reference" /> - <attr name="singleChoiceItemLayout" format="reference" /> - <attr name="listItemLayout" format="reference" /> - </declare-styleable> - <style name="Widget.AppCompat.Button.Borderless.Colored" - parent="Base.Widget.AppCompat.Button.Borderless.Colored" /> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" - parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu"></style> - <style name="Widget.AppCompat.Spinner" parent="Base.Widget.AppCompat.Spinner" /> - <style name="Widget.AppCompat.ButtonBar" parent="Base.Widget.AppCompat.ButtonBar" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" - parent="TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <style name="Base.Widget.AppCompat.Button.Borderless"> - <item name="android:background">@drawable/abc_btn_borderless_material</item> - </style> - <dimen name="abc_text_size_body_2_material">14sp</dimen> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" - parent="android:Widget"> - <item name="android:layout_alignParentRight">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" - parent="Base.Widget.AppCompat.DropDownItem.Spinner"> - <item name="android:layout_toLeftOf">@android:id/icon2</item> - <item name="android:layout_toRightOf">@android:id/icon1</item> - </style> - <style name="Base.Widget.AppCompat.TextView.SpinnerItem" - parent="android:Widget.TextView.SpinnerItem"> - <item name="android:textAppearance"> - @style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem - </item> - <item name="android:paddingLeft">8dp</item> - <item name="android:paddingRight">8dp</item> - </style> - <style name="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item" - parent="android:TextAppearance.Medium"> - <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> - </style> - <style name="Base.DialogWindowTitleBackground.AppCompat" parent="android:Widget"> - <item name="android:background">@null</item> - <item name="android:paddingLeft">?attr/dialogPreferredPadding</item> - <item name="android:paddingRight">?attr/dialogPreferredPadding</item> - <item name="android:paddingTop">@dimen/abc_dialog_padding_top_material</item> - </style> - <dimen name="abc_list_item_padding_horizontal_material"> - @dimen/abc_action_bar_content_inset_material - </dimen> - <dimen name="abc_action_bar_progress_bar_size">40dp</dimen> - <style name="AlertDialog.AppCompat" parent="Base.AlertDialog.AppCompat" /> - <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" /> - <color name="primary_material_dark">#ff212121</color> - <style name="Platform.AppCompat.Light" parent="android:Theme.Light"> - <item name="android:windowNoTitle">true</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_light - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_dark - </item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_light - </item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light - </item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_light</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_light - </item> - <item name="android:textColorPrimaryInverseDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light - </item> - <item name="android:textColorLink">@color/link_text_material_light</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse"> - @style/TextAppearance.AppCompat.Inverse - </item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large - </item> - <item name="android:textAppearanceLargeInverse"> - @style/TextAppearance.AppCompat.Large.Inverse - </item> - <item name="android:textAppearanceMedium"> - @style/TextAppearance.AppCompat.Medium - </item> - <item name="android:textAppearanceMediumInverse"> - @style/TextAppearance.AppCompat.Medium.Inverse - </item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small - </item> - <item name="android:textAppearanceSmallInverse"> - @style/TextAppearance.AppCompat.Small.Inverse - </item> - - <item name="android:listChoiceIndicatorSingle"> - @drawable/abc_btn_radio_material - </item> - <item name="android:listChoiceIndicatorMultiple"> - @drawable/abc_btn_check_material - </item> - </style> - <color name="abc_search_url_text_selected">@android:color/black</color> - <style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" - parent="android:Widget"> - <item name="android:layout_marginLeft"> - @dimen/abc_dropdownitem_text_padding_left - </item> - </style> - <color name="primary_material_light">#ffefefef</color> - <style name="Base.TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <item name="home" type="id" /> - <style name="Base.TextAppearance.AppCompat.Menu"> - <item name="android:textSize">@dimen/abc_text_size_menu_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <dimen name="abc_text_size_large_material">22sp</dimen> - <style name="Base.Theme.AppCompat.CompactMenu" parent=""> - <item name="android:itemTextAppearance">?android:attr/textAppearanceMedium - </item> - <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item> - <item name="android:windowAnimationStyle"> - @style/Animation.AppCompat.DropDownUp - </item> - </style> - <style name="TextAppearance.AppCompat.Display4" - parent="Base.TextAppearance.AppCompat.Display4" /> - <style name="TextAppearance.AppCompat.Display1" - parent="Base.TextAppearance.AppCompat.Display1" /> - <attr name="title" format="string" /> - <declare-styleable name="PopupWindow"> - <attr name="overlapAnchor" format="boolean" /> - <attr name="android:popupBackground" /> - </declare-styleable> - <style name="TextAppearance.AppCompat.Display2" - parent="Base.TextAppearance.AppCompat.Display2" /> - <style name="TextAppearance.AppCompat.Title" - parent="Base.TextAppearance.AppCompat.Title" /> - <style name="Base.V7.Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat"> - <item name="android:colorBackground">@color/background_floating_material_dark - </item> - <item name="android:colorBackgroundCacheHint">@null</item> - - <item name="android:windowFrame">@null</item> - <item name="android:windowTitleStyle"> - @style/RtlOverlay.DialogWindowTitle.AppCompat - </item> - <item name="android:windowTitleBackgroundStyle"> - @style/Base.DialogWindowTitleBackground.AppCompat - </item> - <item name="android:windowBackground"> - @drawable/abc_dialog_material_background_dark - </item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">true</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog - </item> - <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> - - <item name="windowActionBar">false</item> - <item name="windowActionModeOverlay">true</item> - - <item name="listPreferredItemPaddingLeft">24dip</item> - <item name="listPreferredItemPaddingRight">24dip</item> - - <item name="android:listDivider">@null</item> - </style> - <style name="TextAppearance.AppCompat.Display3" - parent="Base.TextAppearance.AppCompat.Display3" /> - <style name="Base.TextAppearance.AppCompat.Widget.DropDownItem" - parent="android:TextAppearance.Small"> - <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> - </style> - <dimen name="abc_text_size_display_1_material">34sp</dimen> - <dimen name="abc_text_size_subhead_material">16sp</dimen> - <dimen name="abc_text_size_headline_material">24sp</dimen> - <style name="Widget.AppCompat.AutoCompleteTextView" - parent="Base.Widget.AppCompat.AutoCompleteTextView"></style> - <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" - parent="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item"></style> - <dimen name="notification_subtext_size">12dp</dimen> - <string name="abc_searchview_description_query">Search query</string> - <color name="material_deep_teal_500">#ff009688</color> - <drawable name="notification_template_icon_bg">#3333B5E5</drawable> - <style name="Widget.AppCompat.Light.ActionBar.TabBar" - parent="Base.Widget.AppCompat.Light.ActionBar.TabBar"></style> - <style name="TextAppearance.AppCompat.Large.Inverse" - parent="Base.TextAppearance.AppCompat.Large.Inverse" /> - <style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.ProgressBar"> - <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item> - </style> - <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" - parent="TextAppearance.AppCompat.SearchResult.Subtitle" /> - <style name="Widget.AppCompat.Light.ListView.DropDown" - parent="Widget.AppCompat.ListView.DropDown" /> - <style name="Base.Widget.AppCompat.Button.Small"> - <item name="android:minHeight">48dip</item> - <item name="android:minWidth">48dip</item> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabBar" - parent="Base.Widget.AppCompat.ActionBar.TabBar"></style> - <dimen name="abc_action_bar_overflow_padding_start_material">6dp</dimen> - <string name="abc_action_bar_up_description">Navigate up</string> - <dimen name="abc_switch_padding">3dp</dimen> - <style name="Base.Theme.AppCompat.Dialog.Alert"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <item name="action_menu_presenter" type="id" /> - <style name="Base.ThemeOverlay.AppCompat.ActionBar"> - <item name="colorControlNormal">?android:attr/textColorPrimary</item> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item> - </style> - <color name="dim_foreground_disabled_material_light">#80323232</color> - <style name="Base.Widget.AppCompat.ListPopupWindow" parent=""> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult - </item> - <item name="android:dropDownVerticalOffset">0dip</item> - <item name="android:dropDownHorizontalOffset">0dip</item> - <item name="android:dropDownWidth">wrap_content</item> - </style> - <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color> - <string name="abc_action_menu_overflow_description">More options</string> - <style name="Base.TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <item name="dialog_fixed_width_major" type="dimen">320dp</item> - <dimen name="abc_action_bar_navigation_padding_start_material">0dp</dimen> - <declare-styleable name="LinearLayoutCompat_Layout"> - <attr name="android:layout_width" /> - <attr name="android:layout_height" /> - <attr name="android:layout_weight" /> - <attr name="android:layout_gravity" /> - </declare-styleable> - <integer name="abc_config_activityDefaultDur">220</integer> - <style name="Base.Widget.AppCompat.Toolbar" parent="android:Widget"> - <item name="titleTextAppearance"> - @style/TextAppearance.Widget.AppCompat.Toolbar.Title - </item> - <item name="subtitleTextAppearance"> - @style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle - </item> - <item name="android:minHeight">?attr/actionBarSize</item> - <item name="titleMargins">4dp</item> - <item name="maxButtonHeight">56dp</item> - <item name="collapseIcon">?attr/homeAsUpIndicator</item> - <item name="collapseContentDescription"> - @string/abc_toolbar_collapse_description - </item> - <item name="contentInsetStart">16dp</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small" - parent="TextAppearance.AppCompat.Menu"></style> - <style name="Base.Widget.AppCompat.ActionBar.TabText" parent=""> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium - </item> - <item name="android:textColor">?android:attr/textColorPrimary</item> - <item name="android:textSize">12sp</item> - <item name="android:textStyle">bold</item> - <item name="android:ellipsize">marquee</item> - <item name="android:maxLines">2</item> - <item name="android:maxWidth">180dp</item> - <item name="textAllCaps">true</item> - </style> - <style name="TextAppearance.AppCompat" parent="Base.TextAppearance.AppCompat" /> - <style name="Base.Widget.AppCompat.Light.ActionBar" - parent="Base.Widget.AppCompat.ActionBar"> - <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> - <item name="actionOverflowButtonStyle"> - @style/Widget.AppCompat.Light.ActionButton.Overflow - </item> - </style> - <declare-styleable name="PopupWindowBackgroundState"> - <attr name="state_above_anchor" format="boolean" /> - </declare-styleable> - <style name="Widget.AppCompat.Button.Borderless" - parent="Base.Widget.AppCompat.Button.Borderless" /> - <declare-styleable name="ViewStubCompat"> - <attr name="android:layout" /> - <attr name="android:inflatedId" /> - <attr name="android:id" /> - </declare-styleable> - <item name="dialog_fixed_height_minor" type="dimen">100%</item> - <style name="Base.TextAppearance.AppCompat.Large"> - <item name="android:textSize">@dimen/abc_text_size_large_material</item> - <item name="android:textColor">?android:attr/textColorPrimary</item> - </style> - <declare-styleable name="Theme"> - <attr name="windowActionBar" format="boolean" /> - <attr name="windowNoTitle" format="boolean" /> - <attr name="windowActionBarOverlay" format="boolean" /> - <attr name="windowActionModeOverlay" format="boolean" /> - <attr name="windowFixedWidthMajor" format="dimension|fraction" /> - <attr name="windowFixedHeightMinor" format="dimension|fraction" /> - <attr name="windowFixedWidthMinor" format="dimension|fraction" /> - <attr name="windowFixedHeightMajor" format="dimension|fraction" /> - <attr name="windowMinWidthMajor" format="dimension|fraction" /> - <attr name="windowMinWidthMinor" format="dimension|fraction" /> - <attr name="android:windowIsFloating" /> - <attr name="android:windowAnimationStyle" /> - <attr name="actionBarTabStyle" format="reference" /> - <attr name="actionBarTabBarStyle" format="reference" /> - <attr name="actionBarTabTextStyle" format="reference" /> - <attr name="actionOverflowButtonStyle" format="reference" /> - <attr name="actionOverflowMenuStyle" format="reference" /> - <attr name="actionBarPopupTheme" format="reference" /> - <attr name="actionBarStyle" format="reference" /> - <attr name="actionBarSplitStyle" format="reference" /> - <attr name="actionBarTheme" format="reference" /> - <attr name="actionBarWidgetTheme" format="reference" /> - <attr name="actionBarSize" format="dimension"> - <enum name="wrap_content" value="0" /> - </attr> - <attr name="actionBarDivider" format="reference" /> - <attr name="actionBarItemBackground" format="reference" /> - <attr name="actionMenuTextAppearance" format="reference" /> - <attr name="actionMenuTextColor" format="color|reference" /> - <attr name="actionModeStyle" format="reference" /> - <attr name="actionModeCloseButtonStyle" format="reference" /> - <attr name="actionModeBackground" format="reference" /> - <attr name="actionModeSplitBackground" format="reference" /> - <attr name="actionModeCloseDrawable" format="reference" /> - <attr name="actionModeCutDrawable" format="reference" /> - <attr name="actionModeCopyDrawable" format="reference" /> - <attr name="actionModePasteDrawable" format="reference" /> - <attr name="actionModeSelectAllDrawable" format="reference" /> - <attr name="actionModeShareDrawable" format="reference" /> - <attr name="actionModeFindDrawable" format="reference" /> - <attr name="actionModeWebSearchDrawable" format="reference" /> - <attr name="actionModePopupWindowStyle" format="reference" /> - <attr name="textAppearanceLargePopupMenu" format="reference" /> - <attr name="textAppearanceSmallPopupMenu" format="reference" /> - <attr name="dialogTheme" format="reference" /> - <attr name="dialogPreferredPadding" format="dimension" /> - <attr name="listDividerAlertDialog" format="reference" /> - <attr name="actionDropDownStyle" format="reference" /> - <attr name="dropdownListPreferredItemHeight" format="dimension" /> - <attr name="spinnerDropDownItemStyle" format="reference" /> - <attr name="homeAsUpIndicator" format="reference" /> - <attr name="actionButtonStyle" format="reference" /> - <attr name="buttonBarStyle" format="reference" /> - <attr name="buttonBarButtonStyle" format="reference" /> - <attr name="selectableItemBackground" format="reference" /> - <attr name="selectableItemBackgroundBorderless" format="reference" /> - <attr name="borderlessButtonStyle" format="reference" /> - <attr name="dividerVertical" format="reference" /> - <attr name="dividerHorizontal" format="reference" /> - <attr name="activityChooserViewStyle" format="reference" /> - <attr name="toolbarStyle" format="reference" /> - <attr name="toolbarNavigationButtonStyle" format="reference" /> - <attr name="popupMenuStyle" format="reference" /> - <attr name="popupWindowStyle" format="reference" /> - <attr name="editTextColor" format="reference|color" /> - <attr name="editTextBackground" format="reference" /> - <attr name="textAppearanceSearchResultTitle" format="reference" /> - <attr name="textAppearanceSearchResultSubtitle" format="reference" /> - <attr name="textColorSearchUrl" format="reference|color" /> - <attr name="searchViewStyle" format="reference" /> - <attr name="listPreferredItemHeight" format="dimension" /> - <attr name="listPreferredItemHeightSmall" format="dimension" /> - <attr name="listPreferredItemHeightLarge" format="dimension" /> - <attr name="listPreferredItemPaddingLeft" format="dimension" /> - <attr name="listPreferredItemPaddingRight" format="dimension" /> - <attr name="dropDownListViewStyle" format="reference" /> - <attr name="listPopupWindowStyle" format="reference" /> - <attr name="textAppearanceListItem" format="reference" /> - <attr name="textAppearanceListItemSmall" format="reference" /> - <attr name="panelBackground" format="reference" /> - <attr name="panelMenuListWidth" format="dimension" /> - <attr name="panelMenuListTheme" format="reference" /> - <attr name="listChoiceBackgroundIndicator" format="reference" /> - <attr name="colorPrimary" format="color" /> - <attr name="colorPrimaryDark" format="color" /> - <attr name="colorAccent" format="color" /> - <attr name="colorControlNormal" format="color" /> - <attr name="colorControlActivated" format="color" /> - <attr name="colorControlHighlight" format="color" /> - <attr name="colorButtonNormal" format="color" /> - <attr name="colorSwitchThumbNormal" format="color" /> - <attr name="alertDialogStyle" format="reference" /> - <attr name="alertDialogButtonGroupStyle" format="reference" /> - <attr name="alertDialogCenterButtons" format="boolean" /> - <attr name="alertDialogTheme" format="reference" /> - <attr name="textColorAlertDialogListItem" format="reference|color" /> - <attr name="buttonBarPositiveButtonStyle" format="reference" /> - <attr name="buttonBarNegativeButtonStyle" format="reference" /> - <attr name="buttonBarNeutralButtonStyle" format="reference" /> - <attr name="autoCompleteTextViewStyle" format="reference" /> - <attr name="buttonStyle" format="reference" /> - <attr name="buttonStyleSmall" format="reference" /> - <attr name="checkboxStyle" format="reference" /> - <attr name="checkedTextViewStyle" format="reference" /> - <attr name="editTextStyle" format="reference" /> - <attr name="radioButtonStyle" format="reference" /> - <attr name="ratingBarStyle" format="reference" /> - <attr name="spinnerStyle" format="reference" /> - <attr name="switchStyle" format="reference" /> - </declare-styleable> - <style name="Base.Theme.AppCompat.Dialog.FixedSize"> - <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> - <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> - <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> - <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> - </style> - <style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog" /> - <dimen name="abc_config_prefDialogWidth">320dp</dimen> - <style name="Base.Widget.AppCompat.ButtonBar" parent="android:Widget"> - <item name="android:background">@null</item> - </style> - <dimen name="abc_text_size_title_material">20sp</dimen> - <integer name="abc_config_activityShortDur">150</integer> - <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" /> - <style name="Base.Widget.AppCompat.ListView.Menu" - parent="android:Widget.ListView.Menu"> - <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:divider">?attr/dividerHorizontal</item> - </style> - <dimen name="abc_dialog_padding_material">24dp</dimen> - <style name="Base.Widget.AppCompat.ListView.DropDown"> - <item name="android:divider">@null</item> - </style> - <style name="Widget.AppCompat.Light.ActionButton.Overflow" - parent="Widget.AppCompat.ActionButton.Overflow" /> - <color name="primary_text_disabled_material_dark">#4Dffffff</color> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Title" - parent="TextAppearance.AppCompat.Widget.ActionBar.Title"></style> - <style name="TextAppearance.AppCompat.Body1" - parent="Base.TextAppearance.AppCompat.Body1" /> - <style name="TextAppearance.StatusBar.EventContent.Info" parent="" /> - <style name="TextAppearance.AppCompat.Body2" - parent="Base.TextAppearance.AppCompat.Body2" /> - <style name="Widget.AppCompat.ActionButton.CloseMode" - parent="Base.Widget.AppCompat.ActionButton.CloseMode" /> - <style name="Widget.AppCompat.Button.ButtonBar.AlertDialog" - parent="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog" /> - <color name="bright_foreground_inverse_material_light"> - @color/bright_foreground_material_dark - </color> - <dimen name="abc_dropdownitem_icon_width">32dip</dimen> - <style name="Widget.AppCompat.Light.PopupMenu" - parent="Base.Widget.AppCompat.Light.PopupMenu"></style> - <string name="abc_action_bar_home_description">Navigate home</string> - <item name="abc_disabled_alpha_material_dark" format="float" type="dimen">0.30 - </item> - <style name="TextAppearance.AppCompat.Headline" - parent="Base.TextAppearance.AppCompat.Headline" /> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" - parent="android:Widget"> - <item name="android:layout_alignParentLeft">true</item> - </style> - <dimen name="abc_text_size_display_4_material">112sp</dimen> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" - parent="android:Widget.ProgressBar.Horizontal"></style> - <style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" - parent="android:Widget"> - <item name="android:layout_gravity">center_vertical|left</item> - <item name="android:paddingRight">8dp</item> - </style> - <style name="Widget.AppCompat.PopupMenu.Overflow" - parent="Base.Widget.AppCompat.PopupMenu.Overflow"></style> - <dimen name="abc_floating_window_z">16dp</dimen> - <style name="Base.Widget.AppCompat.SearchView.ActionBar"> - <item name="queryBackground">@null</item> - <item name="submitBackground">@null</item> - <item name="searchHintIcon">@null</item> - <item name="defaultQueryHint">@string/abc_search_hint</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" - parent="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:paddingLeft"> - @dimen/abc_action_bar_overflow_padding_start_material - </item> - <item name="android:paddingRight"> - @dimen/abc_action_bar_overflow_padding_end_material - </item> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" - parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle"></style> - <style name="Base.V7.Theme.AppCompat" parent="Platform.AppCompat"> - <item name="windowActionBar">true</item> - <item name="windowActionBarOverlay">false</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">false</item> - - <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark - </item> - <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground - </item> - <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless - </item> - <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - - <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item> - <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item> - - <!-- Action Bar Styles --> - <item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item> - <item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar - </item> - <item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText - </item> - <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> - <item name="actionOverflowButtonStyle"> - @style/Widget.AppCompat.ActionButton.Overflow - </item> - <item name="actionOverflowMenuStyle"> - @style/Widget.AppCompat.PopupMenu.Overflow - </item> - <item name="actionBarStyle">@style/Widget.AppCompat.ActionBar.Solid</item> - <item name="actionBarSplitStyle">?attr/actionBarStyle</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item> - <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item> - <item name="actionBarDivider">?attr/dividerVertical</item> - <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless - </item> - <item name="actionMenuTextAppearance"> - @style/TextAppearance.AppCompat.Widget.ActionBar.Menu - </item> - <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly - </item> - - <!-- Dropdown Spinner Attributes --> - <item name="actionDropDownStyle"> - @style/Widget.AppCompat.Spinner.DropDown.ActionBar - </item> - - <!-- Action Mode --> - <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> - <item name="actionModeBackground">@drawable/abc_cab_background_top_material - </item> - <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item> - <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_mtrl_am_alpha - </item> - <item name="actionModeCloseButtonStyle"> - @style/Widget.AppCompat.ActionButton.CloseMode - </item> - - <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item> - <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha - </item> - <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha - </item> - <item name="actionModeSelectAllDrawable"> - @drawable/abc_ic_menu_selectall_mtrl_alpha - </item> - <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha - </item> - - <!-- Panel attributes --> - <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> - <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> - <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item> - <item name="android:panelBackground">@android:color/transparent</item> - <item name="listChoiceBackgroundIndicator"> - @drawable/abc_list_selector_holo_dark - </item> - - <!-- List attributes --> - <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead - </item> - <item name="textAppearanceListItemSmall"> - @style/TextAppearance.AppCompat.Subhead - </item> - <item name="listPreferredItemHeight">64dp</item> - <item name="listPreferredItemHeightSmall">48dp</item> - <item name="listPreferredItemHeightLarge">80dp</item> - <item name="listPreferredItemPaddingLeft"> - @dimen/abc_list_item_padding_horizontal_material - </item> - <item name="listPreferredItemPaddingRight"> - @dimen/abc_list_item_padding_horizontal_material - </item> - - <!-- Spinner styles --> - <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item> - <item name="android:spinnerItemStyle"> - @style/Widget.AppCompat.TextView.SpinnerItem - </item> - <item name="android:dropDownListViewStyle"> - @style/Widget.AppCompat.ListView.DropDown - </item> - - <!-- Required for use of support_simple_spinner_dropdown_item.xml --> - <item name="spinnerDropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - <item name="dropdownListPreferredItemHeight"> - ?attr/listPreferredItemHeightSmall - </item> - - <!-- Popup Menu styles --> - <item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item> - <item name="textAppearanceLargePopupMenu"> - @style/TextAppearance.AppCompat.Widget.PopupMenu.Large - </item> - <item name="textAppearanceSmallPopupMenu"> - @style/TextAppearance.AppCompat.Widget.PopupMenu.Small - </item> - <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> - <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown - </item> - - <!-- SearchView attributes --> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item> - <item name="android:dropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - <item name="textColorSearchUrl">@color/abc_search_url_text</item> - <item name="textAppearanceSearchResultTitle"> - @style/TextAppearance.AppCompat.SearchResult.Title - </item> - <item name="textAppearanceSearchResultSubtitle"> - @style/TextAppearance.AppCompat.SearchResult.Subtitle - </item> - - <!-- ShareActionProvider attributes --> - <item name="activityChooserViewStyle"> - @style/Widget.AppCompat.ActivityChooserView - </item> - - <!-- Toolbar styles --> - <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item> - <item name="toolbarNavigationButtonStyle"> - @style/Widget.AppCompat.Toolbar.Button.Navigation - </item> - - <item name="editTextStyle">@style/Widget.AppCompat.EditText</item> - <item name="editTextBackground">@drawable/abc_edit_text_material</item> - <item name="editTextColor">?android:attr/textColorPrimary</item> - <item name="autoCompleteTextViewStyle"> - @style/Widget.AppCompat.AutoCompleteTextView - </item> - - <!-- Color palette --> - <item name="colorPrimaryDark">@color/primary_dark_material_dark</item> - <item name="colorPrimary">@color/primary_material_dark</item> - <item name="colorAccent">@color/accent_material_dark</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlActivated">?attr/colorAccent</item> - <item name="colorControlHighlight">@color/ripple_material_dark</item> - <item name="colorButtonNormal">@color/button_material_dark</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item> - - <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item> - - <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox - </item> - <item name="radioButtonStyle"> - @style/Widget.AppCompat.CompoundButton.RadioButton - </item> - <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item> - - <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item> - - <!-- Button styles --> - <item name="buttonStyle">@style/Widget.AppCompat.Button</item> - <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item> - <item name="android:textAppearanceButton"> - @style/TextAppearance.AppCompat.Button - </item> - - <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item> - <item name="buttonBarButtonStyle"> - @style/Widget.AppCompat.Button.ButtonBar.AlertDialog - </item> - <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item> - - <!-- Dialog attributes --> - <item name="dialogTheme">@style/Theme.AppCompat.Dialog</item> - <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item> - - <item name="alertDialogTheme">@style/Theme.AppCompat.Dialog.Alert</item> - <item name="alertDialogStyle">@style/AlertDialog.AppCompat</item> - <item name="alertDialogCenterButtons">false</item> - <item name="textColorAlertDialogListItem"> - @color/abc_primary_text_material_dark - </item> - <item name="listDividerAlertDialog">@null</item> - - <!-- Define these here; ContextThemeWrappers around themes that define them should - always clear these values. --> - <item name="windowFixedWidthMajor">0dp</item> - <item name="windowFixedWidthMinor">0dp</item> - <item name="windowFixedHeightMajor">0dp</item> - <item name="windowFixedHeightMinor">0dp</item> - </style> - <item name="abc_disabled_alpha_material_light" format="float" type="dimen">0.26 - </item> - <style name="Widget.AppCompat.Light.ActionBar.Solid" - parent="Base.Widget.AppCompat.Light.ActionBar.Solid"></style> - <dimen name="abc_action_bar_icon_vertical_padding_material">16dp</dimen> - <color name="dim_foreground_material_light">#ff323232</color> - <dimen name="abc_search_view_text_min_width">160dip</dimen> - <style name="AlertDialog.AppCompat.Light" - parent="Base.AlertDialog.AppCompat.Light" /> - <style name="Widget.AppCompat.Light.AutoCompleteTextView" - parent="Widget.AppCompat.AutoCompleteTextView" /> - <color name="switch_thumb_normal_material_light">#fff1f1f1</color> - <style name="Base.Theme.AppCompat.Light.DialogWhenLarge" - parent="Theme.AppCompat.Light" /> - <style name="Base.Theme.AppCompat.Light.Dialog.Alert"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.Theme.AppCompat.Light.Dialog.FixedSize"> - <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> - <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> - <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> - <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> - </style> - <style name="Base.Animation.AppCompat.Dialog" parent="android:Animation"> - <item name="android:windowEnterAnimation">@anim/abc_popup_enter</item> - <item name="android:windowExitAnimation">@anim/abc_popup_exit</item> - </style> - <declare-styleable name="View"> - <attr name="paddingStart" format="dimension" /> - <attr name="paddingEnd" format="dimension" /> - <attr name="android:focusable" /> - <attr name="theme" format="reference" /> - <attr name="android:theme" /> - <attr name="backgroundTint" format="color" /> - <attr name="backgroundTintMode"> - <enum name="src_over" value="3" /> - <enum name="src_in" value="5" /> - <enum name="src_atop" value="9" /> - <enum name="multiply" value="14" /> - <enum name="screen" value="15" /> - </attr> - </declare-styleable> - <color name="secondary_text_default_material_dark">#b3ffffff</color> - <style name="Widget.AppCompat.ProgressBar" - parent="Base.Widget.AppCompat.ProgressBar"></style> - <style name="Base.Theme.AppCompat" parent="Base.V7.Theme.AppCompat"></style> - <style name="Base.Widget.AppCompat.Spinner.DropDown.ActionBar" - parent="android:Widget"> - <item name="spinnerMode">dropdown</item> - - <item name="android:clickable">true</item> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult - </item> - <item name="android:dropDownVerticalOffset">0dip</item> - <item name="android:dropDownHorizontalOffset">0dip</item> - <item name="overlapAnchor">true</item> - <item name="android:dropDownWidth">wrap_content</item> - <item name="popupPromptView">@layout/abc_simple_dropdown_hint</item> - <item name="android:gravity">left|start|center_vertical</item> - <item name="disableChildrenWhenDisabled">true</item> - </style> - <style name="Theme.AppCompat.NoActionBar"> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - <dimen name="abc_control_inset_material">4dp</dimen> - <style name="Platform.ThemeOverlay.AppCompat.Light" parent=""> - <item name="actionBarItemBackground">@drawable/abc_item_background_holo_light - </item> - <item name="actionDropDownStyle"> - @style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar - </item> - <item name="selectableItemBackground">@drawable/abc_item_background_holo_light - </item> - - <!-- SearchView attributes --> - <item name="android:autoCompleteTextViewStyle"> - @style/Widget.AppCompat.Light.AutoCompleteTextView - </item> - <item name="android:dropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" - parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title"></style> - <color name="material_blue_grey_950">#ff21272b</color> - <dimen name="abc_action_bar_content_inset_material">16dp</dimen> - <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" - parent="Base.Widget.AppCompat.Spinner.DropDown.ActionBar" /> - <string name="abc_shareactionprovider_share_with">Share with</string> - <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" - parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small"></style> - <color name="accent_material_light">@color/material_deep_teal_500</color> - <string name="abc_action_bar_home_description_format">%1$s, %2$s</string> - <style name="Widget.AppCompat.Light.ActionBar.TabText" - parent="Base.Widget.AppCompat.Light.ActionBar.TabText"></style> - <dimen name="abc_text_size_display_2_material">45sp</dimen> - <style name="Base.Widget.AppCompat.ActionBar.TabView" parent=""> - <item name="android:background">@drawable/abc_tab_indicator_material</item> - <item name="android:gravity">center_horizontal</item> - <item name="android:paddingLeft">16dip</item> - <item name="android:paddingRight">16dip</item> - <item name="android:layout_width">0dip</item> - <item name="android:layout_weight">1</item> - <item name="android:minWidth">80dip</item> - </style> - <attr name="isLightTheme" format="boolean" /> - <style name="Widget.AppCompat.Button" parent="Base.Widget.AppCompat.Button" /> - <style name="Base.TextAppearance.AppCompat.SearchResult.Title"> - <item name="android:textSize">18sp</item> - </style> - <style name="Theme.AppCompat.Light.DarkActionBar" - parent="Base.Theme.AppCompat.Light.DarkActionBar" /> - <style name="Platform.AppCompat" parent="android:Theme"> - <item name="android:windowNoTitle">true</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_dark - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_light - </item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_dark - </item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark - </item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_dark</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse"> - @color/hint_foreground_material_light - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark - </item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse"> - @style/TextAppearance.AppCompat.Inverse - </item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large - </item> - <item name="android:textAppearanceLargeInverse"> - @style/TextAppearance.AppCompat.Large.Inverse - </item> - <item name="android:textAppearanceMedium"> - @style/TextAppearance.AppCompat.Medium - </item> - <item name="android:textAppearanceMediumInverse"> - @style/TextAppearance.AppCompat.Medium.Inverse - </item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small - </item> - <item name="android:textAppearanceSmallInverse"> - @style/TextAppearance.AppCompat.Small.Inverse - </item> - - <item name="android:listChoiceIndicatorSingle"> - @drawable/abc_btn_radio_material - </item> - <item name="android:listChoiceIndicatorMultiple"> - @drawable/abc_btn_check_material - </item> - </style> - <style name="Widget.AppCompat.ProgressBar.Horizontal" - parent="Base.Widget.AppCompat.ProgressBar.Horizontal"></style> - <style name="Base.Widget.AppCompat.CompoundButton.CheckBox" - parent="android:Widget.CompoundButton.CheckBox"> - <item name="android:button">?android:attr/listChoiceIndicatorMultiple</item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - </style> - <style name="Theme.AppCompat" parent="Base.Theme.AppCompat" /> - <color name="abc_input_method_navigation_guard">@android:color/black</color> - <style name="TextAppearance.AppCompat.Medium.Inverse" - parent="Base.TextAppearance.AppCompat.Medium.Inverse" /> - <style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Theme.AppCompat" /> - <color name="dim_foreground_material_dark">#ffbebebe</color> - <color name="primary_dark_material_light">#ff757575</color> - <style name="Widget.AppCompat.TextView.SpinnerItem" - parent="Base.Widget.AppCompat.TextView.SpinnerItem" /> - <style name="TextAppearance.StatusBar.EventContent.Line2" parent="" /> - <style name="Base.Widget.AppCompat.Button.Borderless.Colored"> - <item name="android:textColor">?attr/colorAccent</item> - </style> - <declare-styleable name="Spinner"> - <attr name="prompt" format="reference" /> - <attr name="spinnerMode" format="enum"> - <enum name="dialog" value="0" /> - <enum name="dropdown" value="1" /> - </attr> - <attr name="android:dropDownSelector" /> - <attr name="android:popupBackground" /> - <attr name="android:dropDownVerticalOffset" /> - <attr name="android:dropDownHorizontalOffset" /> - <attr name="android:dropDownWidth" /> - <attr name="popupPromptView" format="reference" /> - <attr name="android:gravity" /> - <attr name="disableChildrenWhenDisabled" format="boolean" /> - <attr name="android:background" /> - </declare-styleable> - <style name="TextAppearance.AppCompat.Widget.Switch" - parent="Base.TextAppearance.AppCompat.Widget.Switch" /> - <string name="abc_searchview_description_voice">Voice search</string> - <style name="Base.V7.Theme.AppCompat.Light.Dialog" - parent="Base.Theme.AppCompat.Light"> - <item name="android:colorBackground">@color/background_floating_material_light - </item> - <item name="android:colorBackgroundCacheHint">@null</item> - - <item name="android:windowFrame">@null</item> - <item name="android:windowTitleStyle"> - @style/RtlOverlay.DialogWindowTitle.AppCompat - </item> - <item name="android:windowTitleBackgroundStyle"> - @style/Base.DialogWindowTitleBackground.AppCompat - </item> - <item name="android:windowBackground"> - @drawable/abc_dialog_material_background_light - </item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">true</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog - </item> - <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> - - <item name="windowActionBar">false</item> - <item name="windowActionModeOverlay">true</item> - - <item name="listPreferredItemPaddingLeft">24dip</item> - <item name="listPreferredItemPaddingRight">24dip</item> - - <item name="android:listDivider">@null</item> - </style> - <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool> - <color name="bright_foreground_disabled_material_light">#80000000</color> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse" - parent="Base.Widget.AppCompat.Light.ActionBar.TabText"> - <item name="android:textAppearance"> - @style/TextAppearance.AppCompat.Medium.Inverse - </item> - </style> - <style name="Widget.AppCompat.ButtonBar.AlertDialog" - parent="Base.Widget.AppCompat.ButtonBar.AlertDialog" /> - <style name="Theme.AppCompat.CompactMenu" - parent="Base.Theme.AppCompat.CompactMenu" /> - <style name="Base.Widget.AppCompat.PopupWindow" - parent="android:Widget.PopupWindow"></style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title" - parent="TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <color name="link_text_material_light">@color/material_deep_teal_500</color> - <style name="Base.ThemeOverlay.AppCompat.Light" - parent="Platform.ThemeOverlay.AppCompat.Light"> - <item name="android:windowBackground">@color/background_material_light</item> - <item name="android:colorForeground">@color/bright_foreground_material_light - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_dark - </item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_light - </item> - - <item name="android:textColorPrimary">@color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_light - </item> - <item name="android:textColorPrimaryInverseDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light - </item> - <item name="android:textColorLink">@color/link_text_material_light</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlHighlight">@color/ripple_material_light</item> - <item name="colorButtonNormal">@color/button_material_light</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">true</item> - </style> - <dimen name="abc_text_size_medium_material">18sp</dimen> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabView" - parent="Base.Widget.AppCompat.ActionBar.TabView"> - <item name="android:background">@drawable/abc_tab_indicator_material</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget"> - <item name="android:paddingLeft">@dimen/abc_dropdownitem_text_padding_left - </item> - <item name="android:paddingRight">4dp</item> - </style> - <style name="Widget.AppCompat.SearchView.ActionBar" - parent="Base.Widget.AppCompat.SearchView.ActionBar" /> - <dimen name="abc_dialog_padding_top_material">18dp</dimen> - <style name="Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat.Dialog" /> - <style name="ThemeOverlay.AppCompat.Dark" - parent="Base.ThemeOverlay.AppCompat.Dark" /> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" - parent="TextAppearance.AppCompat.Menu"></style> - <color name="background_floating_material_dark">#ff424242</color> - <style name="Base.Widget.AppCompat.DrawerArrowToggle.Common" parent=""> - <item name="color">?android:attr/textColorSecondary</item> - <item name="middleBarArrowSize">16dp</item> - <item name="spinBars">true</item> - <item name="thickness">2dp</item> - <item name="topBottomBarArrowSize">11.31dp</item> - </style> - <style name="Base.TextAppearance.AppCompat.Button"> - <item name="android:textSize">@dimen/abc_text_size_button_material</item> - <item name="textAllCaps">true</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <dimen name="abc_action_bar_stacked_max_height">48dp</dimen> - <item name="abc_dialog_min_width_major" type="dimen">65%</item> - <style name="Widget.AppCompat.Light.ActionButton.CloseMode" - parent="Widget.AppCompat.ActionButton.CloseMode" /> - <style name="Base.Widget.AppCompat.ActionButton.CloseMode"> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - <item name="android:minWidth">56dp</item> - </style> - <string name="abc_searchview_description_clear">Clear query</string> - <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool> - <style name="Base.Widget.AppCompat.CompoundButton.Switch" - parent="android:Widget.CompoundButton"> - <item name="track">@drawable/abc_switch_track_mtrl_alpha</item> - <item name="android:thumb">@drawable/abc_switch_thumb_material</item> - <item name="switchTextAppearance"> - @style/TextAppearance.AppCompat.Widget.Switch - </item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - <item name="showText">false</item> - <item name="switchPadding">@dimen/abc_switch_padding</item> - </style> - <style name="TextAppearance.StatusBar.EventContent.Title" parent="" /> - <declare-styleable name="ActivityChooserView"> - <attr name="initialActivityCount" format="string" /> - <attr name="expandActivityOverflowButtonDrawable" format="reference" /> - </declare-styleable> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" - parent="TextAppearance.AppCompat.Widget.ActionMode.Title" /> - <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color> - <style name="Widget.AppCompat.SearchView" - parent="Base.Widget.AppCompat.SearchView" /> - <style name="Base.TextAppearance.AppCompat.Headline"> - <item name="android:textSize">@dimen/abc_text_size_headline_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" - parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle"></style> - <dimen name="abc_action_bar_default_padding_material">4dp</dimen> - <dimen name="abc_button_inset_horizontal_material"> - @dimen/abc_control_inset_material - </dimen> - <color name="material_blue_grey_800">#ff37474f</color> - <style name="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:src">@drawable/abc_ic_menu_moreoverflow_mtrl_alpha</item> - <item name="android:background">?attr/actionBarItemBackground</item> - <item name="android:contentDescription"> - @string/abc_action_menu_overflow_description - </item> - <item name="android:minWidth"> - @dimen/abc_action_button_min_width_overflow_material - </item> - <item name="android:minHeight">@dimen/abc_action_button_min_height_material - </item> - </style> - <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle"> - <item name="android:textSize">14sp</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <declare-styleable name="ActionMenuView" /> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" - parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Title"></style> - <style name="Base.Animation.AppCompat.DropDownUp" parent="android:Animation"> - <item name="android:windowEnterAnimation">@anim/abc_grow_fade_in_from_bottom - </item> - <item name="android:windowExitAnimation">@anim/abc_shrink_fade_out_from_bottom - </item> - </style> - <item name="split_action_bar" type="id" /> - <style name="Theme.AppCompat.Light.Dialog.Alert" - parent="Base.Theme.AppCompat.Light.Dialog.Alert" /> - <style name="Base.TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" - parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"></style> - <dimen name="abc_button_inset_vertical_material">6dp</dimen> - <style name="Platform.ThemeOverlay.AppCompat.Dark" parent=""> - <!-- Action Bar styles --> - <item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark - </item> - <item name="actionDropDownStyle"> - @style/Widget.AppCompat.Spinner.DropDown.ActionBar - </item> - <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark - </item> - - <!-- SearchView styles --> - <item name="android:autoCompleteTextViewStyle"> - @style/Widget.AppCompat.AutoCompleteTextView - </item> - <item name="android:dropDownItemStyle"> - @style/Widget.AppCompat.DropDownItem.Spinner - </item> - </style> - <declare-styleable name="ListPopupWindow"> - <attr name="android:dropDownVerticalOffset" /> - <attr name="android:dropDownHorizontalOffset" /> - </declare-styleable> - <bool name="abc_config_actionMenuItemAllCaps">true</bool> - <string name="abc_search_hint">Search…</string> - <color name="hint_foreground_material_dark"> - @color/bright_foreground_disabled_material_dark - </color> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-af\values-af.xml" - qualifiers="af"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Soeknavraag" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Sien - alles" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Deel - met" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Kies \'n program" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Soek" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Stemsoektog" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Deel met %s" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigeer - tuis" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Nog - opsies" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Vee - navraag uit" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Klaar"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Dien - navraag in" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigeer - op" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-am\values-am.xml" - qualifiers="am"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"መጠይቅ - ያስረክቡ" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"የድምፅ - ፍለጋ" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "ከሚከተለው ጋር ያጋሩ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ወደ መነሻ - ይዳስሱ" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"መተግበሪያ ይምረጡ" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"መጠይቅ - አጽዳ" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ተጨማሪ አማራጮች" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"የፍለጋ - ጥያቄ" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ወደ ላይ - ይዳስሱ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"ከ%s ጋር ያጋሩ" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"ተከናውኗል"</string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"ፍለጋ" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"ሁሉንም - ይመልከቱ" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ar\values-ar.xml" - qualifiers="ar"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"محو طلب - البحث" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "خيارات إضافية" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"التنقل إلى - أعلى" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"تم"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"إرسال - طلب البحث" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"طلب - البحث" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"اختيار تطبيق" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"التنقل - إلى الشاشة الرئيسية" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"مشاركة مع %s" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"البحث - الصوتي" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"بحث" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "مشاركة مع" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"عرض - الكل" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-bg\values-bg.xml" - qualifiers="bg"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Търсене" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Още - опции" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Заявка - за търсене" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Изчистване на заявката" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Готово"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Споделяне със: %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Изпращане на заявката" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Изберете приложение" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Гласово - търсене" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Придвижване нагоре" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Придвижване към „Начало“" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Вижте - всички" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Споделяне със:" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-bn-rBD\values-bn-rBD.xml" - qualifiers="bn-rBD"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"হোম এ - নেভিগেট করুন" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"একটি অ্যাপ্লিকেশান চয়ন করুন" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"উপরের দিকে - নেভিগেট করুন" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "ক্যোয়ারী সাফ করুন" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"এর - সাথে ভাগ করুন" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ক্যোয়ারী জমা দিন" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s এর সাথে ভাগ করুন" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "ক্যোয়ারী অনুসন্ধান করুন" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"আরো - বিকল্প" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"সবগুলো - দেখুন" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"সম্পন্ন হয়েছে" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "অনুসন্ধান করুন" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"ভয়েস - অনুসন্ধান" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ca\values-ca.xml" - qualifiers="ca"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Selecciona una aplicació" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Esborra - la consulta" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Envia - la consulta" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navega cap - a dalt" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Comparteix amb" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navega a - la pàgina d\'inici" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Mostra\'ls tots" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Comparteix amb %s" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta de cerca" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Cerca" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Fet"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Cerca - per veu" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Més - opcions" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-cs\values-cs.xml" - qualifiers="cs"> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Sdílet pomocí %s" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Hledat" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Zobrazit vše" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Hlasové - vyhledávání" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Přejít - na plochu" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Odeslat dotaz" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Sdílet pomocí" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Hotovo"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Více možností" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Smazat - dotaz" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Přejít - nahoru" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Vyhledávací dotaz" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Vybrat aplikaci" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-da\values-da.xml" - qualifiers="da"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Vælg en app" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Indsend forespørgslen" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Ryd - forespørgslen" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Søgeforespørgsel" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Naviger - hjem" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Se - alle" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"Søg" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Del - med" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Naviger - op" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Luk"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Del med %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Flere muligheder" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Stemmesøgning" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-de\values-de.xml" - qualifiers="de"> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Sprachsuche" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Weitere Optionen" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Suchanfrage löschen" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Suchanfrage" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Alle - ansehen" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Fertig"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Zur - Startseite" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Freigeben für" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Suchen" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Freigeben für %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Nach - oben" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"App auswählen" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Suchanfrage senden" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-el\values-el.xml" - qualifiers="el"> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Φωνητική - αναζήτηση" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Κοινή χρήση με %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Υποβολή ερωτήματος" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Κοινή - χρήση με" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Επιλέξτε κάποια εφαρμογή" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Διαγραφή ερωτήματος" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Πλοήγηση - προς τα επάνω" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Περισσότερες επιλογές" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Τέλος"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Πλοήγηση - στην αρχική σελίδα" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Ερώτημα - αναζήτησης" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Προβολή όλων" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Αναζήτηση" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-en-rGB\values-en-rGB.xml" - qualifiers="en-rGB"> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Voice - search" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Submit - query" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"See - all" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Clear - query" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate - home" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Finished"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "More options" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Search" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Search - query" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate - up" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Share - with" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Choose an app" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Share with %s" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-en-rIN\values-en-rIN.xml" - qualifiers="en-rIN"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate - home" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Finished"</string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"See - all" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Voice - search" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Search" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Choose an app" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Clear - query" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate - up" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Share with %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "More options" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Submit - query" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Share - with" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Search - query" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-es\values-es.xml" - qualifiers="es"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Buscar" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ver - todo" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Borrar - consulta" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Seleccionar una aplicación" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Enviar - consulta" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ir a la - pantalla de inicio" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Compartir con %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Desplazarse hacia arriba" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Búsqueda - por voz" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Listo"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Más - opciones" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Compartir con" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-es-rUS\values-es-rUS.xml" - qualifiers="es-rUS"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar - a la página principal" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Elige una aplicación." - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar - hacia arriba" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Búsqueda - por voz" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta de búsqueda" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Enviar - consulta" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Compartir con" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Listo"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Compartir con %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Más - opciones" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Eliminar la consulta" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ver - todo" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Búsqueda" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-et-rEE\values-et-rEE.xml" - qualifiers="et-rEE"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Päringu - tühistamine" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Navigeerimine avaekraanile" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Valmis"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Jagamine kasutajaga %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Päringu esitamine" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Jagamine:" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Rohkem valikuid" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Otsingupäring" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Kuva - kõik" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Otsing" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Valige rakendus" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Navigeerimine üles" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Häälotsing" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-eu-rES\values-eu-rES.xml" - qualifiers="eu-rES"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Bilatu" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Joan - orri nagusira" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Garbitu - kontsulta" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Partekatu hauekin" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Aukera gehiago" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Partekatu %s - erabiltzailearekin" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Bilaketa-kontsulta" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Bidali - kontsulta" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Ahots - bidezko bilaketa" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Joan - gora" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Eginda"</string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Aukeratu aplikazio bat" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ikusi - guztiak" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-fa\values-fa.xml" - qualifiers="fa"> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "اشتراکگذاری با" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"انتخاب برنامه" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"ارسال - عبارت جستجو" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"پیمایش - به صفحه اصلی" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "گزینههای بیشتر" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "جستجو" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"جستجوی - شفاهی" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"عبارت - جستجو" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"اشتراکگذاری با %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"پیمایش به - بالا" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"مشاهده - همه" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"انجام شد"</string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"پاک - کردن عبارت جستجو" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-fi\values-fi.xml" - qualifiers="fi"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Valmis"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Lähetä - kysely" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Jakaminen:" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Siirry - ylös" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Siirry - etusivulle" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Valitse sovellus" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Lisää" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Näytä - kaikki" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Haku" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Tyhjennä kysely" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Puhehaku" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Hakulauseke" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Jakaminen: %s" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-fr\values-fr.xml" - qualifiers="fr"> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Tout - afficher" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Partager avec" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Rechercher" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Sélectionner une application" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Envoyer la requête" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Revenir - à l\'accueil" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Plus d\'options" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"OK"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Requête - de recherche" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Revenir en - haut de la page" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Partager avec %s" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Effacer - la requête" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Recherche vocale" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-fr-rCA\values-fr-rCA.xml" - qualifiers="fr-rCA"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Revenir - à l\'accueil" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Partager avec %s" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Terminé"</string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Sélectionnez une application" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Rechercher" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Recherche vocale" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Partager avec" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Voir - toutes les chaînes" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Effacer - la requête" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Envoyer la requête" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Requête - de recherche" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Plus d\'options" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Revenir en - haut de la page" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-gl-rES\values-gl-rES.xml" - qualifiers="gl-rES"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta de busca" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Buscar" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Compartir con %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Desprazarse cara arriba" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Borrar - consulta" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Feito"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Enviar - consulta" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Máis opcións" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Compartir con" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ver - todas" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ir á - páxina de inicio" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Busca de - voz" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Escoller unha aplicación" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-h720dp\values-h720dp.xml" - qualifiers="h720dp-v13"> - <dimen name="abc_alert_dialog_button_bar_height">54dip</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-hdpi\values-hdpi.xml" - qualifiers="hdpi-v4"> - <style name="Base.Widget.AppCompat.DrawerArrowToggle" - parent="Base.Widget.AppCompat.DrawerArrowToggle.Common"> - <item name="barSize">18.66dp</item> - <item name="gapBetweenBars">3.33dp</item> - <item name="drawableSize">24dp</item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-hi\values-hi.xml" - qualifiers="hi"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"पूर्ण"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"ध्वनि - खोज" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"क्वेरी - साफ़ करें" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s के साथ साझा करें" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "अधिक विकल्प" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"कोई एप्लिकेशन चुनें" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"सभी - देखें" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"खोज - क्वेरी" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"मुखपृष्ठ - पर नेविगेट करें" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "खोजें" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"इसके - द्वारा साझा करें" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ऊपर - नेविगेट करें" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"क्वेरी - सबमिट करें" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-hr\values-hr.xml" - qualifiers="hr"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Gotovo"</string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Prikaži sve" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Odabir aplikacije" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Idi na - početnu" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Pretraživanje" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Dodatne opcije" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Glasovno - pretraživanje" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Dijeljenje sa: %s" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Upit za - pretraživanje" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Dijeljenje sa" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Pošalji upit" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Idi - gore" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Izbriši - upit" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-hu\values-hu.xml" - qualifiers="hu"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Lekérdezés küldése" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ugrás a - főoldalra" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Lekérdezés törlése" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Megosztás a következővel: - %s" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Hangalapú keresés" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Kész"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "További lehetőségek" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Megosztás a következővel:" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Összes - megtekintése" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Felfelé - mozgatás" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Válasszon ki egy alkalmazást" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Keresés" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Keresési lekérdezés" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-hy-rAM\values-hy-rAM.xml" - qualifiers="hy-rAM"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Ուղարկել հարցումը" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Տարածել" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Տեսնել - բոլորը" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Այլ - ընտրանքներ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ուղղվել - տուն" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Կատարված է" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Որոնել" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Մաքրել - հարցումը" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Ձայնային - որոնում" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Ուղղվել - վերև" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Որոնման - հարցում" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Ընտրել ծրագիր" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Տարածել ըստ %s" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-in\values-in.xml" - qualifiers="in"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigasi - ke beranda" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Lihat - semua" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Bagikan dengan %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigasi - naik" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Telusuri" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Bagikan dengan" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Opsi lain" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Pilih aplikasi" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Penelusuran suara" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Selesai"</string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Hapus - kueri" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Kirim - kueri" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Kueri - penelusuran" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-is-rIS\values-is-rIS.xml" - qualifiers="is-rIS"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Leita" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Fara - heim" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Leitarfyrirspurn" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Deila - með" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Raddleit" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Fleiri valkostir" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Hreinsa - fyrirspurn" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Deila með %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Senda - fyrirspurn" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Sjá - allt" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Lokið"</string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Fara - upp" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Veldu forrit" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-it\values-it.xml" - qualifiers="it"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Scegli un\'applicazione" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Ricerca - vocale" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Cancella query" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Altre opzioni" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Fine"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Condividi con %s" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Visualizza tutte" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Vai in - alto" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Cerca" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Invia - query" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Condividi con" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Query - di ricerca" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Vai alla - home page" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-iw\values-iw.xml" - qualifiers="iw"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"מחק - שאילתה" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"חפש" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"בחר אפליקציה" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"ראה - הכול" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"שתף עם %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"עוד - אפשרויות" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"בוצע"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"שלח - שאילתה" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"שאילתת - חיפוש" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"נווט לדף - הבית" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"חיפוש - קולי" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"שתף - עם" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"נווט - למעלה" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ja\values-ja.xml" - qualifiers="ja"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"アプリの選択" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "検索キーワードを削除" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"共有" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "検索キーワードを送信" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"上へ移動" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%sと共有" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "すべて表示" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "その他のオプション" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "検索キーワード" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"検索" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"完了"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"音声検索" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "ホームへ移動" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ka-rGE\values-ka-rGE.xml" - qualifiers="ka-rGE"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "მოთხოვნის გადაგზავნა" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"ხმოვანი - ძიება" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "მოთხოვნის გასუფთავება" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "გაზიარება:" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "მეტი ვარიანტები" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s-თან გაზიარება" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"მთავარზე - ნავიგაცია" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"დასრულდა"</string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ძიება" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ზემოთ - ნავიგაცია" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"ყველას - ნახვა" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"აპის არჩევა" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"ძიების - მოთხოვნა" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-kk-rKZ\values-kk-rKZ.xml" - qualifiers="kk-rKZ"> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Сұрақты - іздеу" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Іздеу" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Орындалды"</string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s бөлісу" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Дауыс - арқылы іздеу" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Жоғары - қозғалу" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Сұрақты жіберу" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Бөлісу" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Сұрақты - жою" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Басқа опциялар" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Қолданбаны таңдау" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Барлығын көру" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Негізгі - бетте қозғалу" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-km-rKH\values-km-rKH.xml" - qualifiers="km-rKH"> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ជម្រើសច្រើនទៀត" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"រួចរាល់"</string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "សម្អាតសំណួរ" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ដាក់ស្នើសំណួរ" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "ស្វែងរកសំណួរ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"ចែករំលែកជាមួយ %s" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "មើលទាំងអស់" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "ការស្វែងរកសំឡេង" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "រកមើលឡើងលើ" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "ចែករំលែកជាមួយ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "រកមើលទៅដើម" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ស្វែងរក" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"ជ្រើសកម្មវិធី" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-kn-rIN\values-kn-rIN.xml" - qualifiers="kn-rIN"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ಹುಡುಕು" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"ಮುಗಿದಿದೆ"</string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ಮೇಲಕ್ಕೆ - ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"ಧ್ವನಿ - ಹುಡುಕಾಟ" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ko\values-ko.xml" - qualifiers="ko"> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"옵션 - 더보기" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"검색" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s와(과) 공유" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"검색어" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"위로 탐색" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"검색어 - 삭제" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"음성 검색" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"검색어 - 보내기" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"공유 - 대상" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"완료"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"홈 탐색" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"전체 - 보기" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"앱 선택" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ky-rKG\values-ky-rKG.xml" - qualifiers="ky-rKG"> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Бөлүшүү" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Издөө - талаптары" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s аркылуу бөлүшүү" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Колдонмо тандоо" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Издөө" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Үйгө - багыттоо" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Үн - аркылуу издөө" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Бардыгын көрүү" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Талаптарды тазалоо" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Талап - жөнөтүү" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Даяр"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Көбүрөөк мүмкүнчүлүктөр" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Жогору" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-land\values-land.xml" - qualifiers="land"> - <dimen name="abc_action_bar_progress_bar_size">32dp</dimen> - <dimen name="abc_text_size_title_material_toolbar">14dp</dimen> - <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> - <dimen name="abc_action_bar_default_height_material">48dp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen> - <dimen name="abc_action_bar_default_padding_material">0dp</dimen> - <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-large\values-large.xml" - qualifiers="large-v4"> - <item name="dialog_fixed_height_major" type="dimen">60%</item> - <dimen name="abc_search_view_text_min_width">192dip</dimen> - <style name="Base.Theme.AppCompat.Light.DialogWhenLarge" - parent="Base.Theme.AppCompat.Light.Dialog.FixedSize" /> - <dimen name="abc_config_prefDialogWidth">440dp</dimen> - <item name="dialog_fixed_width_major" type="dimen">60%</item> - <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> - <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> - <style name="Base.Theme.AppCompat.DialogWhenLarge" - parent="Base.Theme.AppCompat.Dialog.FixedSize" /> - <item name="dialog_fixed_width_minor" type="dimen">90%</item> - <integer name="abc_max_action_buttons">4</integer> - <item name="dialog_fixed_height_minor" type="dimen">90%</item> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-lo-rLA\values-lo-rLA.xml" - qualifiers="lo-rLA"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ສົ່ງການຊອກຫາ" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ໂຕເລືອກອື່ນ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"ແບ່ງປັນກັບ %s" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "ລຶບຂໍ້ຄວາມຊອກຫາ" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "ຊອກຫາດ້ວຍສຽງ" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "ຂຶ້ນເທິງ" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"ເລືອກແອັບຯ" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "ຊອກຫາ" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ຊອກຫາ" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "ແບ່ງປັນກັບ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "ກັບໄປໜ້າຫຼັກ" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "ເບິ່ງທັງຫມົດ" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"ແລ້ວໆ"</string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-lt\values-lt.xml" - qualifiers="lt"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Išvalyti užklausą" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Pasirinkti programą" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Pateikti užklausą" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Bendrinti naudojant „%s“" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Eiti į - viršų" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Bendrinti naudojant" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Paieška - balsu" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Atlikta"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Paieškos užklausa" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Eiti į - pagrindinį puslapį" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Paieška" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Daugiau parinkčių" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Peržiūrėti viską" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-lv\values-lv.xml" - qualifiers="lv"> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Skatīt - visu" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Izvēlieties lietotni" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Pārvietoties uz sākuma ekrānu" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Meklēt" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Meklēšana ar balsi" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Gatavs"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Meklēšanas vaicājums" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Kopīgot ar:" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Iesniegt vaicājumu" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Vairāk opciju" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Pārvietoties augšup" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Notīrīt - vaicājumu" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Kopīgot ar %s" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-mk-rMK\values-mk-rMK.xml" - qualifiers="mk-rMK"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Пребарај барање" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Движи се - нагоре" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Поднеси барање" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Види - ги сите" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Избери апликација" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Повеќе опции" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Пребарај" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Сподели со" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Гласовно - пребарување" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Готово"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Движи се - кон дома" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Исчисти - барање" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ml-rIN\values-ml-rIN.xml" - qualifiers="ml-rIN"> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "ഇവരുമായി പങ്കിടുക" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "തിരയൽ" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"തിരയൽ - അന്വേഷണം" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s എന്നതുമായി പങ്കിടുക" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"എല്ലാം - കാണുക" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"ഒരു അപ്ലിക്കേഷൻ - തിരഞ്ഞെടുക്കുക" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "കൂടുതല് ഓപ്ഷനുകള്" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"പൂർത്തിയാക്കി" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"വോയ്സ് - തിരയൽ" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "അന്വേഷണം മായ്ക്കുക" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "അന്വേഷണം സമർപ്പിക്കുക" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-mn-rMN\values-mn-rMN.xml" - qualifiers="mn-rMN"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Хайх" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Нүүр - хуудас руу шилжих" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Нэмэлт сонголтууд" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Бүгдийг харах" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Хайх - асуулга" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Хуваалцах" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s-тай хуваалцах" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Асуулгыг цэвэрлэх" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Апп сонгох" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Дууссан"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Дуут - хайлт" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Дээш - шилжих" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Асуулгыг илгээх" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-mr-rIN\values-mr-rIN.xml" - qualifiers="mr-rIN"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"क्वेरी - स्पष्ट करा" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"शोध" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s सह सामायिक करा" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"सर्व - पहा" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"एक अॅप निवडा" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"वर - नेव्हिगेट करा" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"पूर्ण झाले" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"क्वेरी - सबमिट करा" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"शोध - क्वेरी" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "यांच्यासह सामायिक करा" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "मुख्यपृष्ठ नेव्हिगेट करा" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"व्हॉइस - शोध" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "अधिक पर्याय" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ms-rMY\values-ms-rMY.xml" - qualifiers="ms-rMY"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Pilih apl" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Selesai"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Lagi pilihan" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Lihat - semua" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Carian - suara" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Kongsi dengan %s" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigasi - skrin utama" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigasi - ke atas" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Cari" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Kongsi dengan" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Pertanyaan carian" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Serah - pertanyaan" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Kosongkan pertanyaan" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-my-rMM\values-my-rMM.xml" - qualifiers="my-rMM"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"ပြီးဆုံးပါပြီ" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"အပလီကေးရှင်း တစ်ခုခုကို - ရွေးချယ်ပါ" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "အားလုံးကို ကြည့်ရန်" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "အပေါ်သို့သွားရန်" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"ရှာစရာ - အချက်အလက်များ ရှင်းလင်းရန်" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s ကို မျှဝေပါရန်" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ပိုမိုရွေးချယ်စရာများ" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"ရှာစရာ - အချက်အလက်နေရာ" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "မျှဝေဖို့ ရွေးပါ" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ရှာဖွေရန်" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"အသံဖြင့် - ရှာဖွေခြင်း" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "မူလနေရာကို သွားရန်" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-nb\values-nb.xml" - qualifiers="nb"> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Flere alternativer" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Del med %s" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Del - med" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Se - alle" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Slett - søket" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"Søk" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Søkeord" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Velg en app" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Gå til - startsiden" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Ferdig"</string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Gå opp" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Utfør - søket" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Talesøk" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ne-rNP\values-ne-rNP.xml" - qualifiers="ne-rNP"> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"भ्वाइस - खोजी" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"एउटा अनुप्रयोग छान्नुहोस्" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "जिज्ञासा पेस गर्नुहोस्" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"प्रश्न - हटाउनुहोस्" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "जिज्ञासाको खोज गर्नुहोस्" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "साझेदारी गर्नुहोस्..." - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s सँग साझेदारी - गर्नुहोस्" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"सबै - हेर्नुहोस्" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"सम्पन्न भयो" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "खोज्नुहोस्" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"गृह - खोज्नुहोस्" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"माथि - खोज्नुहोस्" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"थप - विकल्पहरू" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-nl\values-nl.xml" - qualifiers="nl"> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Meer opties" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Gereed"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Navigeren naar startpositie" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Alles - weergeven" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Gesproken zoekopdracht" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Zoeken" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Een app selecteren" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Delen met %s" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Zoekopdracht" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Delen - met" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Zoekopdracht wissen" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Zoekopdracht verzenden" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Omhoog - navigeren" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-pl\values-pl.xml" - qualifiers="pl"> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Udostępnij dla %s" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Wyczyść - zapytanie" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Wyszukiwanie głosowe" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Więcej opcji" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Udostępnij dla" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Gotowe"</string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Szukaj" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Przejdź - do strony głównej" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Wybierz aplikację" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Zobacz - wszystkie" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Wyszukiwane hasło" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Wyślij - zapytanie" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Przejdź - wyżej" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-port\values-port.xml" - qualifiers="port"> - <bool name="abc_action_bar_embed_tabs">false</bool> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-pt\values-pt.xml" - qualifiers="pt"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Limpar - consulta" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Mais opções" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Compartilhar com %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Enviar - consulta" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar - para cima" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Concluído"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta de pesquisa" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar - para a página inicial" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ver - tudo" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Compartilhar com" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Pesquisar" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Pesquisa - por voz" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Selecione um aplicativo" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-pt-rPT\values-pt-rPT.xml" - qualifiers="pt-rPT"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Enviar - consulta" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Consulta de pesquisa" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Partilhar com %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Mais opções" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Partilhar com" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Escolher uma aplicação" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Concluído"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navegar - para a página inicial" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Pesquisar" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Limpar - consulta" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Ver - tudo" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Pesquisa - por voz" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navegar - para cima" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ro\values-ro.xml" - qualifiers="ro"> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Mai - multe opțiuni" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Căutați" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Afișați-le pe toate" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Interogare de căutare" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigați - la ecranul de pornire" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Alegeți o aplicaţie" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Terminat"</string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Ștergeți interogarea" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Trimiteți la" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Căutare - vocală" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Trimiteți interogarea" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Trimiteți la %s" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigați - în sus" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ru\values-ru.xml" - qualifiers="ru"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Поисковый запрос" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Отправить запрос" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Открыть доступ - пользователю %s" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Перейти - на главный экран" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Показать все" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Голосовой поиск" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Открыть доступ" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Выбрать приложение" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Поиск" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Удалить - запрос" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Перейти - вверх" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Готово"</string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Другие параметры" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-si-rLK\values-si-rLK.xml" - qualifiers="si-rLK"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"අවසාන වූ"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"සෙවුම් - විමසුම" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"ඉහලට - සංචාලනය කරන්න" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"විමසුම - යොමු කරන්න" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"යෙදුමක් තෝරන්න" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"විමසුම - හිස් කරන්න" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"සියල්ල - බලන්න" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"සමඟ - බෙදාගන්න" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s සමඟ බෙදාගන්න" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ගෙදරට - සංචාලනය කරන්න" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "සෙවීම" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "තවත් විකල්ප" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"හඬ - සෙවීම" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sk\values-sk.xml" - qualifiers="sk"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Vymazať - dopyt" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Hľadať" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Prejsť - na plochu" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Zobraziť všetko" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Zdieľať pomocou" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Hlasové - vyhľadávanie" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Vyhľadávací dopyt" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Zdieľať pomocou %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Ďalšie možnosti" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Prejsť - hore" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Odoslať dopyt" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Zvoľte aplikáciu" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Hotovo"</string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sl\values-sl.xml" - qualifiers="sl"> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Krmarjenje - navzgor" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Deljenje z:" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Iskanje" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Deljenje z" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Krmarjenje domov" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Glasovno - iskanje" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Izbira aplikacije" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Iskalna - poizvedba" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Končano"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Pošiljanje poizvedbe" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Pokaži - vse" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Izbris - poizvedbe" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Več - možnosti" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sr\values-sr.xml" - qualifiers="sr"> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Одлазак - на Почетну" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Избор апликације" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Дели са апликацијом %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182">"Још - опција" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Слање - упита" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Гласовна - претрага" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Кретање - нагоре" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Брисање - упита" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Претрага" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Готово"</string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Дели - са" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Упит за - претрагу" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Прикажи све" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sv\values-sv.xml" - qualifiers="sv"> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Dela - med" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Visa - alla" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"Sök" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Ta bort - frågan" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigera - uppåt" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Fler alternativ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Dela med %s" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Klart"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Röstsökning" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Sökfråga" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Skicka - fråga" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Välj en app" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Visa - startsidan" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sw\values-sw.xml" - qualifiers="sw"> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Tafuta" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Shiriki na:" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Shiriki na %s" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Hoja ya - utafutaji" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Chagua programu" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Futa - hoja" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Nenda - mwanzo" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Wasilisha hoja" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Tafuta - kwa kutamka" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Nenda - juu" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Nimemaliza" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Chaguo zaidi" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Angalia zote" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-sw600dp\values-sw600dp.xml" - qualifiers="sw600dp-v13"> - <dimen name="abc_config_prefDialogWidth">580dp</dimen> - <dimen name="abc_text_size_title_material_toolbar">20dp</dimen> - <dimen name="abc_action_bar_default_padding_material">4dp</dimen> - <dimen name="abc_action_bar_overflow_padding_end_material">18dp</dimen> - <dimen name="abc_action_bar_default_height_material">64dp</dimen> - <integer name="abc_max_action_buttons">5</integer> - <dimen name="abc_action_bar_content_inset_material">24dp</dimen> - <dimen name="abc_action_bar_navigation_padding_start_material">8dp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ta-rIN\values-ta-rIN.xml" - qualifiers="ta-rIN"> - <string name="abc_action_mode_done" msgid="4076576682505996667">"முடிந்தது"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"தேடல் - வினவல்" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"மேலே - வழிசெலுத்து" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s உடன் பகிர்" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "இதனுடன் பகிர்" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "முகப்பிற்கு வழிசெலுத்து" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"பயன்பாட்டைத் தேர்வுசெய்க" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "மேலும் விருப்பங்கள்" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"வினவலை - அழி" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "வினவலைச் சமர்ப்பி" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"குரல் - தேடல்" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "தேடு" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "எல்லாம் காட்டு" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-te-rIN\values-te-rIN.xml" - qualifiers="te-rIN"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "ప్రశ్నను క్లియర్ చేయి" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "వీరితో భాగస్వామ్యం చేయి" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"పైకి - నావిగేట్ చేయండి" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"అనువర్తనాన్ని ఎంచుకోండి" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"వాయిస్ - శోధన" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "శోధించు" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%sతో భాగస్వామ్యం చేయి" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"అన్నీ - చూడండి" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"పూర్తయింది" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "మరిన్ని ఎంపికలు" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"హోమ్కు - నావిగేట్ చేయండి" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ప్రశ్నని సమర్పించు" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"ప్రశ్న - శోధించండి" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-th\values-th.xml" - qualifiers="th"> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "ค้นหาด้วยเสียง" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"เสร็จสิ้น"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "นำทางไปหน้าแรก" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "แชร์กับ" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"แชร์กับ %s" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "ส่งข้อความค้นหา" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "นำทางขึ้น" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "ตัวเลือกอื่น" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "ดูทั้งหมด" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "ข้อความค้นหา" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "ค้นหา" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"เลือกแอป" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "ล้างข้อความค้นหา" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-tl\values-tl.xml" - qualifiers="tl"> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Ibahagi sa/kay %s" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Tapos na"</string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Mag-navigate patungo sa home" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Paghahanap gamit ang boses" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Ibahagi sa/kay" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Pumili ng isang app" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878"> - "Mag-navigate pataas" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Isumite ang query" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Maghanap" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Tingnan lahat" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"I-clear - ang query" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Higit pang mga opsyon" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Query - sa paghahanap" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-tr\values-tr.xml" - qualifiers="tr"> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Bir uygulama seçin" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Sorguyu - temizle" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Şununla paylaş" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Yukarı - git" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Diğer seçenekler" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Tamamlandı" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Sorguyu gönder" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s ile paylaş" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Arama - sorgusu" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Sesli - arama" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Tümünü - göster" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Ana - ekrana git" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"Ara" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-uk\values-uk.xml" - qualifiers="uk"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "Пошуковий запит" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Вибрати програму" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Пошук" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Переглянути всі" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918"> - "Голосовий пошук" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Надіслати через %s" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Перейти - на головний" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Інші опції" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "Очистити запит" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Готово"</string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Надіслати запит" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Надіслати через" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Перейти - вгору" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-ur-rPK\values-ur-rPK.xml" - qualifiers="ur-rPK"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"استفسار - صاف کریں" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "استفسار جمع کرائیں" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "اشتراک کریں مع" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"اوپر - نیویگیٹ کریں" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"ہوم پر - نیویگیٹ کریں" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"صوتی - تلاش" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "مزید اختیارات" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"%s کے ساتھ اشتراک کریں" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"استفسار - تلاش کریں" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"ایک ایپ منتخب کریں" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"سبھی - دیکھیں" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"تلاش - کریں" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"ہو گیا"</string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-uz-rUZ\values-uz-rUZ.xml" - qualifiers="uz-rUZ"> - <string name="abc_searchview_description_query" msgid="2550479030709304392"> - "So‘rovni izlash" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Yuqoriga - o‘tish" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921"> - "So‘rovni tozalash" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Tayyor"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Ovozli - qidiruv" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Dastur tanlang" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Boshiga - o‘tish" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Izlash" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"So‘rov - yaratish" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Qo‘shimcha sozlamalar" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "Barchasini ko‘rish" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Bo‘lishish:" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v11\values-v11.xml" - qualifiers="v11"> - <style name="Base.TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.V11.Theme.AppCompat.Light.Dialog" - parent="Base.V7.Theme.AppCompat.Light.Dialog"> - <item name="android:buttonBarStyle"> - @style/Widget.AppCompat.ButtonBar.AlertDialog - </item> - <item name="android:borderlessButtonStyle"> - @style/Widget.AppCompat.Button.Borderless - </item> - <item name="android:windowCloseOnTouchOutside"> - @bool/abc_config_closeDialogWhenTouchOutside - </item> - </style> - <style name="Base.TextAppearance.AppCompat.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Platform.V11.AppCompat.Light" parent="android:Theme.Holo.Light"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - - <item name="selectableItemBackground">?android:attr/selectableItemBackground - </item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_light - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_dark - </item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_light - </item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light - </item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_light</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiary"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_light - </item> - <item name="android:textColorPrimaryInverseDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light - </item> - <item name="android:textColorHighlightInverse"> - @color/highlighted_text_material_dark - </item> - <item name="android:textColorLink">@color/link_text_material_light</item> - <item name="android:textColorLinkInverse">@color/link_text_material_dark</item> - <item name="android:textColorAlertDialogListItem"> - @color/abc_primary_text_material_light - </item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse"> - @style/TextAppearance.AppCompat.Inverse - </item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large - </item> - <item name="android:textAppearanceLargeInverse"> - @style/TextAppearance.AppCompat.Large.Inverse - </item> - <item name="android:textAppearanceMedium"> - @style/TextAppearance.AppCompat.Medium - </item> - <item name="android:textAppearanceMediumInverse"> - @style/TextAppearance.AppCompat.Medium.Inverse - </item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small - </item> - <item name="android:textAppearanceSmallInverse"> - @style/TextAppearance.AppCompat.Small.Inverse - </item> - - <item name="android:listChoiceIndicatorSingle"> - @drawable/abc_btn_radio_material - </item> - <item name="android:listChoiceIndicatorMultiple"> - @drawable/abc_btn_check_material - </item> - - <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item> - <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item> - <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item> - </style> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.V11.Theme.AppCompat.Dialog" - parent="Base.V7.Theme.AppCompat.Dialog"> - <item name="android:buttonBarStyle"> - @style/Widget.AppCompat.ButtonBar.AlertDialog - </item> - <item name="android:borderlessButtonStyle"> - @style/Widget.AppCompat.Button.Borderless - </item> - <item name="android:windowCloseOnTouchOutside"> - @bool/abc_config_closeDialogWhenTouchOutside - </item> - </style> - <style name="Base.Theme.AppCompat.Dialog" - parent="Base.V11.Theme.AppCompat.Dialog" /> - <style name="Base.Theme.AppCompat.Light.Dialog" - parent="Base.V11.Theme.AppCompat.Light.Dialog" /> - <style name="Base.TextAppearance.AppCompat.Large.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Holo.Spinner"> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult - </item> - </style> - <style name="Platform.AppCompat" parent="Platform.V11.AppCompat" /> - <style name="Base.TextAppearance.AppCompat.Small.Inverse"> - <item name="android:textColor">?android:attr/textColorTertiaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight"> - ?android:attr/textColorHighlightInverse - </item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" - parent="android:Widget.Holo.ProgressBar.Horizontal"></style> - <style name="Platform.V11.AppCompat" parent="android:Theme.Holo"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - - <item name="selectableItemBackground">?android:attr/selectableItemBackground - </item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_dark - </item> - <item name="android:colorForegroundInverse"> - @color/bright_foreground_material_light - </item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint"> - @color/abc_background_cache_hint_selector_material_dark - </item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark - </item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_dark</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark - </item> - <item name="android:textColorPrimaryInverse"> - @color/abc_primary_text_material_light - </item> - <item name="android:textColorPrimaryDisableOnly"> - @color/abc_primary_text_disable_only_material_dark - </item> - <item name="android:textColorSecondary"> - @color/abc_secondary_text_material_dark - </item> - <item name="android:textColorSecondaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark - </item> - <item name="android:textColorTertiaryInverse"> - @color/abc_secondary_text_material_light - </item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse"> - @color/hint_foreground_material_light - </item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark - </item> - <item name="android:textColorHighlightInverse"> - @color/highlighted_text_material_light - </item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - <item name="android:textColorLinkInverse">@color/link_text_material_light</item> - <item name="android:textColorAlertDialogListItem"> - @color/abc_primary_text_material_dark - </item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse"> - @style/TextAppearance.AppCompat.Inverse - </item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large - </item> - <item name="android:textAppearanceLargeInverse"> - @style/TextAppearance.AppCompat.Large.Inverse - </item> - <item name="android:textAppearanceMedium"> - @style/TextAppearance.AppCompat.Medium - </item> - <item name="android:textAppearanceMediumInverse"> - @style/TextAppearance.AppCompat.Medium.Inverse - </item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small - </item> - <item name="android:textAppearanceSmallInverse"> - @style/TextAppearance.AppCompat.Small.Inverse - </item> - - <item name="android:listChoiceIndicatorSingle"> - @drawable/abc_btn_radio_material - </item> - <item name="android:listChoiceIndicatorMultiple"> - @drawable/abc_btn_check_material - </item> - - <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item> - <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item> - <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar" - parent="android:Widget.Holo.ProgressBar"></style> - <style name="Platform.AppCompat.Light" parent="Platform.V11.AppCompat.Light" /> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v12\values-v12.xml" - qualifiers="v12"> - <style name="Base.V12.Widget.AppCompat.EditText" - parent="Base.V7.Widget.AppCompat.EditText"> - <item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha - </item> - </style> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" - parent="Base.V12.Widget.AppCompat.AutoCompleteTextView" /> - <style name="Base.Widget.AppCompat.EditText" - parent="Base.V12.Widget.AppCompat.EditText" /> - <style name="Base.V12.Widget.AppCompat.AutoCompleteTextView" - parent="Base.V7.Widget.AppCompat.AutoCompleteTextView"> - <item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha - </item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v14\values-v14.xml" - qualifiers="v14"> - <style name="TextAppearance.StatusBar.EventContent.Line2"> - <item name="android:textSize">@dimen/notification_subtext_size</item> - </style> - <style name="Base.TextAppearance.AppCompat.Button"> - <item name="android:textSize">@dimen/abc_text_size_button_material</item> - <item name="android:textAllCaps">true</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Platform.V14.AppCompat.Light" parent="Platform.V11.AppCompat.Light"> - <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable - </item> - - <item name="android:listPreferredItemPaddingLeft"> - @dimen/abc_list_item_padding_horizontal_material - </item> - <item name="android:listPreferredItemPaddingRight"> - @dimen/abc_list_item_padding_horizontal_material - </item> - </style> - <style name="TextAppearance.StatusBar.EventContent.Time" /> - <style name="Platform.AppCompat.Light" parent="Platform.V14.AppCompat.Light" /> - <style name="Platform.V14.AppCompat" parent="Platform.V11.AppCompat"> - <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable - </item> - - <item name="android:listPreferredItemPaddingLeft"> - @dimen/abc_list_item_padding_horizontal_material - </item> - <item name="android:listPreferredItemPaddingRight"> - @dimen/abc_list_item_padding_horizontal_material - </item> - </style> - <style name="TextAppearance.StatusBar.EventContent.Info" /> - <style name="TextAppearance.StatusBar.EventContent.Title" - parent="@android:style/TextAppearance.StatusBar.EventContent.Title" /> - <style name="Platform.AppCompat" parent="Platform.V14.AppCompat" /> - <style name="TextAppearance.StatusBar.EventContent" - parent="@android:style/TextAppearance.StatusBar.EventContent" /> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v17\values-v17.xml" - qualifiers="v17"> - <style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget"> - <item name="android:layout_marginEnd">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" - parent="android:Widget"> - <item name="android:layout_gravity">center_vertical|start</item> - <item name="android:paddingEnd">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation" - parent="Base.Widget.AppCompat.Toolbar.Button.Navigation"> - <item name="android:paddingStart"> - @dimen/abc_action_bar_navigation_padding_start_material - </item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" - parent="Base.Widget.AppCompat.DropDownItem.Spinner"> - <item name="android:layout_toStartOf">@android:id/icon2</item> - <item name="android:layout_toEndOf">@android:id/icon1</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" - parent="android:Widget"> - <item name="android:layout_marginStart"> - @dimen/abc_dropdownitem_text_padding_left - </item> - </style> - <style name="RtlOverlay.DialogWindowTitle.AppCompat" - parent="Base.DialogWindowTitle.AppCompat"> - <item name="android:textAlignment">viewStart</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget"> - <item name="android:paddingStart">@dimen/abc_dropdownitem_text_padding_left - </item> - <item name="android:paddingEnd">4dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" - parent="android:Widget"> - <item name="android:layout_alignParentStart">true</item> - <item name="android:textAlignment">viewStart</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget"> - <item name="android:paddingEnd">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" - parent="android:Widget"> - <item name="android:layout_toStartOf">@id/edit_query</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" - parent="android:Widget"> - <item name="android:layout_alignParentStart">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" - parent="android:Widget"> - <item name="android:layout_marginStart">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" - parent="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:paddingStart"> - @dimen/abc_action_bar_overflow_padding_start_material - </item> - <item name="android:paddingEnd"> - @dimen/abc_action_bar_overflow_padding_end_material - </item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" - parent="android:Widget"> - <item name="android:layout_alignParentEnd">true</item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v18\values-v18.xml" - qualifiers="v18"> - <dimen name="abc_switch_padding">0px</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-v21\values-v21.xml" - qualifiers="v21"> - <style name="Base.Widget.AppCompat.Light.PopupMenu" - parent="android:Widget.Material.Light.PopupMenu"></style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" - parent="android:TextAppearance.Material.Widget.ActionBar.Title.Inverse"></style> - <style name="Base.V21.Theme.AppCompat.Light" parent="Base.V7.Theme.AppCompat.Light"> - <!-- Action Bar styling attributes --> - <item name="actionBarSize">?android:attr/actionBarSize</item> - <item name="actionBarDivider">?android:attr/actionBarDivider</item> - <item name="actionBarItemBackground">?android:attr/actionBarItemBackground - </item> - <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> - <item name="actionMenuTextColor">?android:attr/actionMenuTextColor</item> - <item name="actionMenuTextAppearance">?android:attr/actionMenuTextAppearance - </item> - <item name="actionModeBackground">?android:attr/actionModeBackground</item> - <item name="actionModeCloseDrawable">?android:attr/actionModeCloseDrawable - </item> - <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable - </item> - <item name="actionOverflowButtonStyle">?android:attr/actionOverflowButtonStyle - </item> - <item name="homeAsUpIndicator">?android:attr/homeAsUpIndicator</item> - - <!-- For PopupMenu --> - <item name="listPreferredItemHeightSmall"> - ?android:attr/listPreferredItemHeightSmall - </item> - <item name="textAppearanceLargePopupMenu"> - ?android:attr/textAppearanceLargePopupMenu - </item> - <item name="textAppearanceSmallPopupMenu"> - ?android:attr/textAppearanceSmallPopupMenu - </item> - - <!-- General view attributes --> - <item name="selectableItemBackground">?android:attr/selectableItemBackground - </item> - <item name="selectableItemBackgroundBorderless"> - ?android:attr/selectableItemBackgroundBorderless - </item> - <item name="borderlessButtonStyle">?android:borderlessButtonStyle</item> - <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> - <item name="dividerVertical">?android:attr/dividerVertical</item> - <item name="editTextBackground">?android:attr/editTextBackground</item> - <item name="editTextColor">?android:attr/editTextColor</item> - <item name="listChoiceBackgroundIndicator"> - ?android:attr/listChoiceBackgroundIndicator - </item> - - <!-- Copy the platform default styles for the AppCompat widgets --> - <item name="autoCompleteTextViewStyle">?android:attr/autoCompleteTextViewStyle - </item> - <item name="buttonStyle">?android:attr/buttonStyle</item> - <item name="buttonStyleSmall">?android:attr/buttonStyleSmall</item> - <item name="checkboxStyle">?android:attr/checkboxStyle</item> - <item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item> - <item name="editTextStyle">?android:attr/editTextStyle</item> - <item name="radioButtonStyle">?android:attr/radioButtonStyle</item> - <item name="ratingBarStyle">?android:attr/ratingBarStyle</item> - <item name="spinnerStyle">?android:attr/spinnerStyle</item> - - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Platform.AppCompat.Light" parent="android:Theme.Material.Light"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - </style> - <style name="Base.TextAppearance.AppCompat.Title" - parent="android:TextAppearance.Material.Title" /> - <style name="Base.TextAppearance.AppCompat.Body1" - parent="android:TextAppearance.Material.Body1" /> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Title" - parent="android:TextAppearance.Material.Widget.ActionBar.Title"></style> - <style name="Base.TextAppearance.AppCompat.Body2" - parent="android:TextAppearance.Material.Body2" /> - <style name="Base.Widget.AppCompat.CompoundButton.CheckBox" - parent="android:Widget.Material.CompoundButton.CheckBox" /> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText" - parent="android:Widget.Material.Light.ActionBar.TabText"></style> - <style name="Base.Widget.AppCompat.ActionBar.TabText" - parent="android:Widget.Material.ActionBar.TabText"></style> - <style name="Base.Widget.AppCompat.Button" - parent="android:Widget.Material.Button" /> - <style name="Base.TextAppearance.AppCompat.Small.Inverse" - parent="android:TextAppearance.Material.Small.Inverse" /> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabView" - parent="android:Widget.Material.Light.ActionBar.TabView"></style> - <style name="Platform.AppCompat" parent="android:Theme.Material"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle" - parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle"></style> - <style name="Base.Theme.AppCompat.Light" parent="Base.V21.Theme.AppCompat.Light" /> - <style name="Base.TextAppearance.AppCompat.Headline" - parent="android:TextAppearance.Material.Headline" /> - <style name="Base.V21.Theme.AppCompat" parent="Base.V7.Theme.AppCompat"> - <!-- Action Bar styling attributes --> - <item name="actionBarSize">?android:attr/actionBarSize</item> - <item name="actionBarDivider">?android:attr/actionBarDivider</item> - <item name="actionBarItemBackground">?android:attr/actionBarItemBackground - </item> - <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> - <item name="actionMenuTextColor">?android:attr/actionMenuTextColor</item> - <item name="actionMenuTextAppearance">?android:attr/actionMenuTextAppearance - </item> - <item name="actionModeBackground">?android:attr/actionModeBackground</item> - <item name="actionModeCloseDrawable">?android:attr/actionModeCloseDrawable - </item> - <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable - </item> - <item name="actionOverflowButtonStyle">?android:attr/actionOverflowButtonStyle - </item> - <item name="homeAsUpIndicator">?android:attr/homeAsUpIndicator</item> - - <!-- For PopupMenu --> - <item name="listPreferredItemHeightSmall"> - ?android:attr/listPreferredItemHeightSmall - </item> - <item name="textAppearanceLargePopupMenu"> - ?android:attr/textAppearanceLargePopupMenu - </item> - <item name="textAppearanceSmallPopupMenu"> - ?android:attr/textAppearanceSmallPopupMenu - </item> - - <!-- General view attributes --> - <item name="selectableItemBackground">?android:attr/selectableItemBackground - </item> - <item name="selectableItemBackgroundBorderless"> - ?android:attr/selectableItemBackgroundBorderless - </item> - <item name="borderlessButtonStyle">?android:borderlessButtonStyle</item> - <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> - <item name="dividerVertical">?android:attr/dividerVertical</item> - <item name="editTextBackground">?android:attr/editTextBackground</item> - <item name="editTextColor">?android:attr/editTextColor</item> - <item name="listChoiceBackgroundIndicator"> - ?android:attr/listChoiceBackgroundIndicator - </item> - - <!-- Copy the platform default styles for the AppCompat widgets --> - <item name="autoCompleteTextViewStyle">?android:attr/autoCompleteTextViewStyle - </item> - <item name="buttonStyle">?android:attr/buttonStyle</item> - <item name="buttonStyleSmall">?android:attr/buttonStyleSmall</item> - <item name="checkboxStyle">?android:attr/checkboxStyle</item> - <item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item> - <item name="editTextStyle">?android:attr/editTextStyle</item> - <item name="radioButtonStyle">?android:attr/radioButtonStyle</item> - <item name="ratingBarStyle">?android:attr/ratingBarStyle</item> - <item name="spinnerStyle">?android:attr/spinnerStyle</item> - - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Base.Theme.AppCompat.Light.Dialog" - parent="Base.V21.Theme.AppCompat.Light.Dialog" /> - <style name="Base.Widget.AppCompat.ActionButton" - parent="android:Widget.Material.ActionButton"></style> - <style name="Base.TextAppearance.AppCompat.Medium" - parent="android:TextAppearance.Material.Medium" /> - <style name="Base.Widget.AppCompat.ListView.Menu" /> - <style name="Base.Widget.AppCompat.PopupMenu" - parent="android:Widget.Material.PopupMenu"></style> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" - parent="android:TextAppearance.Material.Widget.PopupMenu.Large"></style> - <style name="Base.TextAppearance.AppCompat.Menu" - parent="android:TextAppearance.Material.Menu" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title" - parent="android:TextAppearance.Material.Widget.ActionMode.Title"></style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse" - parent="android:Widget.Material.Light.ActionBar.TabText"></style> - <style name="Base.Widget.AppCompat.ListView" - parent="android:Widget.Material.ListView" /> - <style name="Base.Theme.AppCompat" parent="Base.V21.Theme.AppCompat" /> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" - parent="android:Widget.Material.AutoCompleteTextView" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title" - parent="android:TextAppearance.Material.Widget.ActionBar.Title"></style> - <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle" - parent="android:TextAppearance.Material.SearchResult.Subtitle"></style> - <style name="Base.Widget.AppCompat.Spinner.Underlined" - parent="android:Widget.Material.Spinner.Underlined" /> - <style name="Base.Widget.AppCompat.TextView.SpinnerItem" - parent="android:Widget.Material.TextView.SpinnerItem" /> - <style name="Base.TextAppearance.AppCompat.Large.Inverse" - parent="android:TextAppearance.Material.Large.Inverse" /> - <style name="Base.TextAppearance.AppCompat.Subhead" - parent="android:TextAppearance.Material.Subhead" /> - <style name="Platform.ThemeOverlay.AppCompat.Dark" parent=""> - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Base.Widget.AppCompat.ListView.DropDown" - parent="android:Widget.Material.ListView.DropDown" /> - <style name="Base.V21.Theme.AppCompat.Dialog" - parent="Base.V11.Theme.AppCompat.Dialog"> - <item name="android:windowElevation">@dimen/abc_floating_window_z</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu" - parent="android:TextAppearance.Material.Widget.ActionBar.Menu"></style> - <style name="Base.Widget.AppCompat.Button.Borderless" - parent="android:Widget.Material.Button.Borderless" /> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large" - parent="android:TextAppearance.Material.Widget.PopupMenu.Large"></style> - <style name="Base.Widget.AppCompat.ActionButton.Overflow" - parent="android:Widget.Material.ActionButton.Overflow"></style> - <style name="Base.TextAppearance.AppCompat.Button" - parent="android:TextAppearance.Material.Button" /> - <style name="Base.Theme.AppCompat.Dialog" - parent="Base.V21.Theme.AppCompat.Dialog" /> - <style name="Base.TextAppearance.AppCompat.SearchResult.Title" - parent="android:TextAppearance.Material.SearchResult.Title"></style> - <style name="Base.V21.Theme.AppCompat.Light.Dialog" - parent="Base.V11.Theme.AppCompat.Light.Dialog"> - <item name="android:windowElevation">@dimen/abc_floating_window_z</item> - </style> - <style name="Base.Widget.AppCompat.Spinner.DropDown.ActionBar" - parent="android:Widget.Material.Spinner"> - <item name="spinnerMode">dropdown</item> - <item name="disableChildrenWhenDisabled">true</item> - <item name="popupPromptView">@layout/abc_simple_dropdown_hint</item> - </style> - <style name="Base.TextAppearance.AppCompat.Small" - parent="android:TextAppearance.Material.Small" /> - <style name="Base.Widget.AppCompat.Toolbar.Button.Navigation" - parent="android:Widget.Material.Toolbar.Button.Navigation"></style> - <style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" - parent="android:TextAppearance.Material.Widget.TextView.SpinnerItem" /> - <style name="Base.Widget.AppCompat.Button.Small" - parent="android:Widget.Material.Button.Small" /> - <style name="Base.Widget.AppCompat.Button.Borderless.Colored" - parent="android:Widget.Material.Button.Borderless.Colored" /> - <style name="Base.Widget.AppCompat.ButtonBar" - parent="android:Widget.Material.ButtonBar" /> - <style name="Base.TextAppearance.AppCompat.Caption" - parent="android:TextAppearance.Material.Caption" /> - <style name="Base.Widget.AppCompat.RatingBar" - parent="android:Widget.Material.RatingBar" /> - <style name="Base.TextAppearance.AppCompat.Display4" - parent="android:TextAppearance.Material.Display4" /> - <style name="Base.Widget.AppCompat.ProgressBar" - parent="android:Widget.Material.ProgressBar"></style> - <style name="Base.TextAppearance.AppCompat.Display3" - parent="android:TextAppearance.Material.Display3" /> - <style name="Base.TextAppearance.AppCompat.Display2" - parent="android:TextAppearance.Material.Display2" /> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" - parent="android:TextAppearance.Material.Widget.PopupMenu.Small"></style> - <style name="Base.Widget.AppCompat.PopupMenu.Overflow"> - <item name="android:dropDownHorizontalOffset">-4dip</item> - <item name="android:overlapAnchor">true</item> - </style> - <style name="Base.TextAppearance.AppCompat" - parent="android:TextAppearance.Material" /> - <style name="Base.TextAppearance.AppCompat.Display1" - parent="android:TextAppearance.Material.Display1" /> - <style name="Base.Widget.AppCompat.ListPopupWindow" - parent="android:Widget.Material.ListPopupWindow"></style> - <style name="Base.TextAppearance.AppCompat.Large" - parent="android:TextAppearance.Material.Large" /> - <style name="Base.Widget.AppCompat.ActionButton.CloseMode" - parent="android:Widget.Material.ActionButton.CloseMode"> - <item name="android:minWidth">56dp</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.Switch" - parent="android:TextAppearance.Material.Button" /> - <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" - parent="android:Widget.Material.CompoundButton.RadioButton" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle" - parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle"></style> - <style name="Base.Widget.AppCompat.Spinner" - parent="android:Widget.Material.Spinner" /> - <style name="Base.Widget.AppCompat.ActionBar.TabView" - parent="android:Widget.Material.ActionBar.TabView"></style> - <style name="Base.Widget.AppCompat.DropDownItem.Spinner" - parent="android:Widget.Material.DropDownItem.Spinner" /> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" - parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse"></style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small" - parent="android:TextAppearance.Material.Widget.PopupMenu.Small"></style> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse" - parent="android:TextAppearance.Material.Medium.Inverse" /> - <style name="Platform.ThemeOverlay.AppCompat.Light" parent=""> - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle" - parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle"></style> - <style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow"> - <item name="android:dropDownHorizontalOffset">-4dip</item> - <item name="android:overlapAnchor">true</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" - parent="android:Widget.Material.ProgressBar.Horizontal"></style> - <style name="Base.TextAppearance.AppCompat.Inverse" - parent="android:TextAppearance.Material.Inverse" /> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-vi\values-vi.xml" - qualifiers="vi"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784">"Gửi - truy vấn" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Xóa - truy vấn" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Chọn một ứng dụng" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Chia sẻ với %s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Thêm tùy chọn" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Xong"</string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Tìm kiếm - bằng giọng nói" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Xem - tất cả" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"Tìm - kiếm" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Tìm - kiếm truy vấn" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524">"Chia - sẻ với" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Điều hướng - lên trên" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Điều - hướng về trang chủ" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-w360dp\values-w360dp.xml" - qualifiers="w360dp-v13"> - <integer name="abc_max_action_buttons">3</integer> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-w480dp\values-w480dp.xml" - qualifiers="w480dp-v13"> - <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> - <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-w500dp\values-w500dp.xml" - qualifiers="w500dp-v13"> - <integer name="abc_max_action_buttons">4</integer> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-w600dp\values-w600dp.xml" - qualifiers="w600dp-v13"> - <integer name="abc_max_action_buttons">5</integer> - <dimen name="abc_search_view_text_min_width">192dip</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-w720dp\values-w720dp.xml" - qualifiers="w720dp-v13"> - <bool name="abc_action_bar_expanded_action_views_exclusive">false</bool> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-xlarge\values-xlarge.xml" - qualifiers="xlarge-v4"> - <item name="dialog_fixed_width_major" type="dimen">50%</item> - <bool name="abc_action_bar_expanded_action_views_exclusive">false</bool> - <dimen name="abc_search_view_text_min_width">192dip</dimen> - <item name="dialog_fixed_width_minor" type="dimen">70%</item> - <integer name="abc_max_action_buttons">5</integer> - <item name="dialog_fixed_height_major" type="dimen">60%</item> - <item name="dialog_fixed_height_minor" type="dimen">90%</item> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-xlarge-land\values-xlarge-land.xml" - qualifiers="xlarge-land-v4"> - <dimen name="abc_search_view_text_min_width">256dip</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-zh-rCN\values-zh-rCN.xml" - qualifiers="zh-rCN"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "提交查询" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"转到上一层级" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "更多选项" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"语音搜索" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"转到主屏幕" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "分享方式" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜索" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"选择应用" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "查看全部" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜索查询" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"完成"</string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查询" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"通过%s分享" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-zh-rHK\values-zh-rHK.xml" - qualifiers="zh-rHK"> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查詢" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "更多選項" - </string> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "提交查詢" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"與「%s」分享" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"向上瀏覽" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"語音搜尋" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "顯示全部" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"選擇應用程式" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜尋" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"完成"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜尋查詢" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "分享對象" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"瀏覽主頁" - </string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-zh-rTW\values-zh-rTW.xml" - qualifiers="zh-rTW"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "提交查詢" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "選擇分享對象" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941"> - "查看全部" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"選擇應用程式" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"清除查詢" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "更多選項" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"與「%s」分享" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293">"搜尋" - </string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"搜尋查詢" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"語音搜尋" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"向上瀏覽" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993">"瀏覽首頁" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"完成"</string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\values-zu\values-zu.xml" - qualifiers="zu"> - <string name="abc_searchview_description_submit" msgid="8928215447528550784"> - "Hambisa umbuzo" - </string> - <string name="abc_shareactionprovider_share_with_application" - msgid="7165123711973476752">"Yabelana no-%s" - </string> - <string name="abc_action_menu_overflow_description" msgid="3588849162933574182"> - "Izinketho eziningi" - </string> - <string name="abc_action_mode_done" msgid="4076576682505996667">"Kwenziwe"</string> - <string name="abc_searchview_description_query" msgid="2550479030709304392">"Umbuzo - wosesho" - </string> - <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Zulazulela - phezulu" - </string> - <string name="abc_searchview_description_clear" msgid="3691816814315814921">"Sula - inkinga" - </string> - <string name="abc_searchview_description_search" msgid="8264924765203268293"> - "Sesha" - </string> - <string name="abc_shareactionprovider_share_with" msgid="3421042268587513524"> - "Yabelana no-" - </string> - <string name="abc_searchview_description_voice" msgid="893419373245838918">"Ukusesha - ngezwi" - </string> - <string name="abc_activitychooserview_choose_application" - msgid="2031811694353399454">"Khetha uhlelo lokusebenza" - </string> - <string name="abc_action_bar_home_description" msgid="4600421777120114993"> - "Zulazulela ekhaya" - </string> - <string name="abc_activity_chooser_view_see_all" msgid="7468859129482906941">"Buka - konke" - </string> - </file> - </source> - </dataSet> - <dataSet config="22.2.0" from-dependency="true" generated-set="22.2.0$Generated"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res"> - <file name="fab_in" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\anim\fab_in.xml" - qualifiers="" type="anim" /> - <file name="fab_out" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\anim\fab_out.xml" - qualifiers="" type="anim" /> - <file name="snackbar_in" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\anim\snackbar_in.xml" - qualifiers="" type="anim" /> - <file name="snackbar_out" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\anim\snackbar_out.xml" - qualifiers="" type="anim" /> - <file name="fab_background" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\drawable\fab_background.xml" - qualifiers="" type="drawable" /> - <file name="snackbar_background" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\drawable\snackbar_background.xml" - qualifiers="" type="drawable" /> - <file name="design_navigation_item" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\design_navigation_item.xml" - qualifiers="" type="layout" /> - <file name="design_navigation_item_header" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\design_navigation_item_header.xml" - qualifiers="" type="layout" /> - <file name="design_navigation_item_separator" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\design_navigation_item_separator.xml" - qualifiers="" type="layout" /> - <file name="design_navigation_item_subheader" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\design_navigation_item_subheader.xml" - qualifiers="" type="layout" /> - <file name="design_navigation_menu" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\design_navigation_menu.xml" - qualifiers="" type="layout" /> - <file name="layout_snackbar" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\layout_snackbar.xml" - qualifiers="" type="layout" /> - <file name="layout_snackbar_include" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout\layout_snackbar_include.xml" - qualifiers="" type="layout" /> - <file name="layout_snackbar" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\layout-sw600dp\layout_snackbar.xml" - qualifiers="sw600dp-v13" type="layout" /> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\values\values.xml" - qualifiers=""> - <style name="TextAppearance.Design.Hint" parent="TextAppearance.AppCompat.Caption"> - <item name="android:textColor">?attr/colorControlActivated</item> - </style> - <color name="fab_stroke_top_outer_color">#2EFFFFFF</color> - <declare-styleable name="CoordinatorLayout"> - <attr name="keylines" format="reference" /> - <attr name="statusBarBackground" format="reference" /> - </declare-styleable> - <dimen name="fab_content_size">24dp</dimen> - <style name="TextAppearance.Design.Snackbar.Message" - parent="android:TextAppearance"> - <item name="android:textSize">@dimen/snackbar_text_size</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <dimen name="fab_size_mini">40dp</dimen> - <declare-styleable name="CollapsingToolbarLayout"> - <attr name="expandedTitleMargin" format="dimension" /> - <attr name="expandedTitleMarginStart" format="dimension" /> - <attr name="expandedTitleMarginTop" format="dimension" /> - <attr name="expandedTitleMarginEnd" format="dimension" /> - <attr name="expandedTitleMarginBottom" format="dimension" /> - <attr name="expandedTitleTextAppearance" format="reference" /> - <attr name="collapsedTitleTextAppearance" format="reference" /> - <attr name="contentScrim" format="color" /> - <attr name="statusBarScrim" format="color" /> - <attr name="toolbarId" format="reference" /> - </declare-styleable> - <dimen name="tab_min_width">72dp</dimen> - <declare-styleable name="ScrollingViewBehavior_Params"> - <attr name="behavior_overlapTop" format="dimension" /> - </declare-styleable> - <dimen name="snackbar_padding_vertical_2lines">24dp</dimen> - <declare-styleable name="FloatingActionButton"> - <attr name="android:background" /> - <attr name="backgroundTint" /> - <attr name="backgroundTintMode" /> - <attr name="rippleColor" format="color" /> - <attr name="fabSize"> - <enum name="normal" value="0" /> - <enum name="mini" value="1" /> - </attr> - <attr name="elevation" /> - <attr name="pressedTranslationZ" format="dimension" /> - <attr name="borderWidth" format="dimension" /> - </declare-styleable> - <declare-styleable name="TextInputLayout"> - <attr name="hintTextAppearance" format="reference" /> - <attr name="android:hint" /> - <attr name="errorEnabled" format="boolean" /> - <attr name="errorTextAppearance" format="reference" /> - </declare-styleable> - <dimen name="snackbar_action_inline_max_width">128dp</dimen> - <color name="error_color">#FFDD2C00</color> - <dimen name="snackbar_max_width">-1px</dimen> - <declare-styleable name="AppBarLayout"> - <attr name="elevation" /> - <attr name="android:background" /> - </declare-styleable> - <style name="Base.Widget.Design.TabLayout" parent="android:Widget"> - <item name="tabMaxWidth">@dimen/tab_max_width</item> - <item name="tabIndicatorColor">?attr/colorAccent</item> - <item name="tabIndicatorHeight">2dp</item> - <item name="tabPaddingStart">12dp</item> - <item name="tabPaddingEnd">12dp</item> - <item name="tabBackground">?attr/selectableItemBackground</item> - <item name="tabTextAppearance">@style/TextAppearance.Design.Tab</item> - <item name="tabSelectedTextColor">?android:textColorPrimary</item> - </style> - <dimen name="snackbar_min_width">-1px</dimen> - <style name="Widget.Design.CollapsingToolbar" parent="android:Widget"> - <item name="expandedTitleMargin">16dp</item> - <item name="expandedTitleMarginBottom">20dp</item> - <item name="expandedTitleTextAppearance"> - @style/TextAppearance.AppCompat.Headline - </item> - <item name="collapsedTitleTextAppearance"> - @style/TextAppearance.AppCompat.Widget.ActionBar.Title - </item> - <item name="statusBarScrim">?attr/colorPrimaryDark</item> - </style> - <style name="TextAppearance.Design.Tab" parent="TextAppearance.AppCompat.Button"> - <item name="android:textSize">14sp</item> - <item name="android:textColor">?android:textColorSecondary</item> - <item name="textAllCaps">true</item> - </style> - <item name="view_offset_helper" type="id" /> - <style name="Widget.Design.Snackbar" parent="android:Widget"> - <item name="android:theme">@style/ThemeOverlay.AppCompat.Dark</item> - <item name="android:minWidth">@dimen/snackbar_min_width</item> - <item name="android:maxWidth">@dimen/snackbar_max_width</item> - <item name="android:background">@drawable/snackbar_background</item> - <item name="android:paddingLeft">@dimen/snackbar_padding_horizontal</item> - <item name="android:paddingRight">@dimen/snackbar_padding_horizontal</item> - <item name="elevation">@dimen/snackbar_elevation</item> - <item name="maxActionInlineWidth">@dimen/snackbar_action_inline_max_width</item> - </style> - <dimen name="tab_max_width">264dp</dimen> - <dimen name="appbar_elevation">4dp</dimen> - <dimen name="snackbar_padding_vertical">14dp</dimen> - <dimen name="navigation_icon_padding">32dp</dimen> - <declare-styleable name="CollapsingAppBarLayout_LayoutParams"> - <attr name="layout_collapseMode"> - <enum name="none" value="0" /> - <enum name="pin" value="1" /> - <enum name="parallax" value="2" /> - </attr> - <attr name="layout_collapseParallaxMultiplier" format="float" /> - </declare-styleable> - <dimen name="navigation_padding_top_default">0dp</dimen> - <dimen name="navigation_padding_bottom">8dp</dimen> - <color name="fab_stroke_end_inner_color">#0A000000</color> - <declare-styleable name="TabLayout"> - <attr name="tabIndicatorColor" format="color" /> - <attr name="tabIndicatorHeight" format="dimension" /> - <attr name="tabContentStart" format="dimension" /> - <attr name="tabBackground" format="reference" /> - <attr name="tabMode"> - <enum name="scrollable" value="0" /> - <enum name="fixed" value="1" /> - </attr> - <attr name="tabGravity"> - <enum name="fill" value="0" /> - <enum name="center" value="1" /> - </attr> - <attr name="tabMinWidth" format="dimension" /> - <attr name="tabMaxWidth" format="dimension" /> - <attr name="tabTextAppearance" format="reference" /> - <attr name="tabTextColor" format="color" /> - <attr name="tabSelectedTextColor" format="color" /> - <attr name="tabPaddingStart" format="dimension" /> - <attr name="tabPaddingTop" format="dimension" /> - <attr name="tabPaddingEnd" format="dimension" /> - <attr name="tabPaddingBottom" format="dimension" /> - <attr name="tabPadding" format="dimension" /> - </declare-styleable> - <color name="shadow_mid_color">#14000000</color> - <dimen name="navigation_icon_size">24dp</dimen> - <dimen name="navigation_max_width">320dp</dimen> - <dimen name="snackbar_background_corner_radius">0dp</dimen> - <style name="Widget.Design.CoordinatorLayout" parent="android:Widget"> - <item name="statusBarBackground">?attr/colorPrimaryDark</item> - </style> - <style name="Widget.Design.AppBarLayout" parent="android:Widget"> - <item name="elevation">@dimen/appbar_elevation</item> - <item name="android:background">?attr/colorPrimary</item> - </style> - <color name="shadow_end_color">@android:color/transparent</color> - <color name="snackbar_background_color">#323232</color> - <dimen name="fab_elevation">8dp</dimen> - <dimen name="fab_size_normal">56dp</dimen> - <color name="fab_stroke_end_outer_color">#0F000000</color> - <style name="TextAppearance.Design.Error" parent="TextAppearance.AppCompat.Caption"> - <item name="android:textColor">@color/error_color</item> - </style> - <dimen name="snackbar_text_size">14sp</dimen> - <color name="fab_stroke_top_inner_color">#1AFFFFFF</color> - <dimen name="snackbar_extra_spacing_horizontal">0dp</dimen> - <declare-styleable name="CoordinatorLayout_LayoutParams"> - <attr name="android:layout_gravity" /> - <attr name="layout_behavior" format="string" /> - <attr name="layout_anchor" format="reference" /> - <attr name="layout_keyline" format="integer" /> - <attr name="layout_anchorGravity"> - <flag name="top" value="0x30" /> - <flag name="bottom" value="0x50" /> - <flag name="left" value="0x03" /> - <flag name="right" value="0x05" /> - <flag name="center_vertical" value="0x10" /> - <flag name="fill_vertical" value="0x70" /> - <flag name="center_horizontal" value="0x01" /> - <flag name="fill_horizontal" value="0x07" /> - <flag name="center" value="0x11" /> - <flag name="fill" value="0x77" /> - <flag name="clip_vertical" value="0x80" /> - <flag name="clip_horizontal" value="0x08" /> - <flag name="start" value="0x00800003" /> - <flag name="end" value="0x00800005" /> - </attr> - </declare-styleable> - <dimen name="fab_translation_z_pressed">6dp</dimen> - <dimen name="snackbar_padding_horizontal">12dp</dimen> - <string name="appbar_scrolling_view_behavior" translatable="false"> - android.support.design.widget.AppBarLayout$ScrollingViewBehavior - </string> - <declare-styleable name="AppBarLayout_LayoutParams"> - <attr name="layout_scrollFlags"> - <flag name="scroll" value="0x1" /> - <flag name="exitUntilCollapsed" value="0x2" /> - <flag name="enterAlways" value="0x4" /> - <flag name="enterAlwaysCollapsed" value="0x8" /> - </attr> - <attr name="layout_scrollInterpolator" format="reference" /> - </declare-styleable> - <dimen name="navigation_elevation">12dp</dimen> - <style name="Widget.Design.ScrimInsetsFrameLayout" parent=""> - <item name="insetForeground">#4000</item> - </style> - <style name="Widget.Design.NavigationView" parent=""> - <item name="elevation">@dimen/navigation_elevation</item> - <item name="android:background">?android:attr/windowBackground</item> - <item name="android:fitsSystemWindows">true</item> - <item name="android:maxWidth">@dimen/navigation_max_width</item> - </style> - <style name="Widget.Design.FloatingActionButton" parent="android:Widget"> - <item name="android:background">@drawable/fab_background</item> - <item name="backgroundTint">?attr/colorAccent</item> - <item name="fabSize">normal</item> - <item name="elevation">@dimen/fab_elevation</item> - <item name="pressedTranslationZ">@dimen/fab_translation_z_pressed</item> - <item name="rippleColor">?attr/colorControlHighlight</item> - <item name="borderWidth">@dimen/fab_border_width</item> - </style> - <declare-styleable name="NavigationView"> - <attr name="android:background" /> - <attr name="android:fitsSystemWindows" /> - <attr name="android:maxWidth" /> - <attr name="elevation" /> - <attr name="menu" format="reference" /> - <attr name="itemIconTint" format="color" /> - <attr name="itemTextColor" format="color" /> - <attr name="itemBackground" format="reference" /> - <attr name="headerLayout" format="reference" /> - </declare-styleable> - <color name="shadow_start_color">#44000000</color> - <dimen name="fab_border_width">0.5dp</dimen> - <style name="Widget.Design.TextInputLayout" parent="android:Widget"> - <item name="hintTextAppearance">@style/TextAppearance.Design.Hint</item> - <item name="errorTextAppearance">@style/TextAppearance.Design.Error</item> - </style> - <declare-styleable name="ScrimInsetsFrameLayout"> - <attr name="insetForeground" format="color|reference" /> - </declare-styleable> - <dimen name="navigation_separator_vertical_padding">8dp</dimen> - <style name="TextAppearance.Design.Snackbar.Action" - parent="TextAppearance.AppCompat.Button"> - <item name="android:textColor">?colorAccent</item> - </style> - <dimen name="snackbar_elevation">2dp</dimen> - <integer name="snackbar_text_max_lines">2</integer> - <declare-styleable name="SnackbarLayout"> - <attr name="android:maxWidth" /> - <attr name="elevation" /> - <attr name="maxActionInlineWidth" format="dimension" /> - </declare-styleable> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">fill</item> - <item name="tabMode">fixed</item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\values-land\values-land.xml" - qualifiers="land"> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">center</item> - <item name="tabMode">fixed</item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\values-sw600dp\values-sw600dp.xml" - qualifiers="sw600dp-v13"> - <integer name="snackbar_text_max_lines">1</integer> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">center</item> - <item name="tabMode">fixed</item> - </style> - <dimen name="tab_min_width">160dp</dimen> - <dimen name="snackbar_min_width">320dp</dimen> - <dimen name="snackbar_max_width">576dp</dimen> - <dimen name="snackbar_action_inline_max_width">0dp</dimen> - <dimen name="snackbar_background_corner_radius">2dp</dimen> - <dimen name="snackbar_extra_spacing_horizontal">24dp</dimen> - <dimen name="snackbar_padding_vertical_2lines">@dimen/snackbar_padding_vertical - </dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\res\values-v21\values-v21.xml" - qualifiers="v21"> - <dimen name="navigation_padding_top_default">24dp</dimen> - </file> - </source> - </dataSet> - <dataSet config="main" generated-set="main$Generated"> - <source path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res"> - <file name="activity_main" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\layout\activity_main.xml" - qualifiers="" type="layout" /> - <file name="fragment_guestlist" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\layout\fragment_guestlist.xml" - qualifiers="" type="layout" /> - <file name="fragment_ticket" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\layout\fragment_ticket.xml" - qualifiers="" type="layout" /> - <file name="guestlist_model" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\layout\guestlist_model.xml" - qualifiers="" type="layout" /> - <file name="ticket_model" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\layout\ticket_model.xml" - qualifiers="" type="layout" /> - <file name="menu_service" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\menu\menu_service.xml" - qualifiers="" type="menu" /> - <file name="ic_launcher" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\mipmap-hdpi\ic_launcher.png" - qualifiers="hdpi-v4" type="mipmap" /> - <file name="ic_launcher" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\mipmap-mdpi\ic_launcher.png" - qualifiers="mdpi-v4" type="mipmap" /> - <file name="ic_launcher" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\mipmap-xhdpi\ic_launcher.png" - qualifiers="xhdpi-v4" type="mipmap" /> - <file name="ic_launcher" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\mipmap-xxhdpi\ic_launcher.png" - qualifiers="xxhdpi-v4" type="mipmap" /> - <file name="ic_launcher" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png" - qualifiers="xxxhdpi-v4" type="mipmap" /> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\values\colors.xml" - qualifiers=""> - <color name="title">#222222</color> - <color name="year">#999999</color> - <color name="background">#FAFAFA</color> - <color name="colorPrimaryDark">#303F9F</color> - <color name="colorPrimary">#3F51B5</color> - <color name="transparent">#80000000</color> - <color name="colorAccent">#FF4081</color> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\values\dimens.xml" - qualifiers=""> - <dimen name="activity_vertical_margin">16dp</dimen> - <dimen name="activity_horizontal_margin">16dp</dimen> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\values\strings.xml" - qualifiers=""> - <string name="hello_blank_fragment">Hello blank fragment</string> - <string name="action_settings">Einstellungen</string> - <string name="app_name">Registration</string> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\values\styles.xml" - qualifiers=""> - <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> - <!-- your app branding color for the app bar --> - <item name="colorPrimary">#3F51B5</item> - <!-- darker variant for the status bar and contextual app bars --> - <item name="colorPrimaryDark">#303F9F</item> - <!-- theme UI controls like checkboxes and text fields --> - <item name="colorAccent">#FF4081</item> - </style> - </file> - <file - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\values-w820dp\dimens.xml" - qualifiers="w820dp-v13"> - <dimen name="activity_horizontal_margin">64dp</dimen> - </file> - <file name="preferences" - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\res\xml\preferences.xml" - qualifiers="" type="xml" /> - </source> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\rs\debug" /> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\generated\res\resValues\debug" /> - </dataSet> - <dataSet config="debug" generated-set="debug$Generated"> - <source path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\debug\res" /> - </dataSet> - <mergedItems> - <configuration qualifiers=""> - <declare-styleable name="AlertDialog"> - <attr name="android:layout" /> - <attr name="buttonPanelSideLayout" format="reference" /> - <attr name="listLayout" format="reference" /> - <attr name="multiChoiceItemLayout" format="reference" /> - <attr name="singleChoiceItemLayout" format="reference" /> - <attr name="listItemLayout" format="reference" /> - </declare-styleable> - <declare-styleable name="NavigationView"> - <attr name="android:background" /> - <attr name="android:fitsSystemWindows" /> - <attr name="android:maxWidth" /> - <attr name="elevation" /> - <attr name="menu" format="reference" /> - <attr name="itemIconTint" format="color" /> - <attr name="itemTextColor" format="color" /> - <attr name="itemBackground" format="reference" /> - <attr name="headerLayout" format="reference" /> - </declare-styleable> - <declare-styleable name="Spinner"> - <attr name="prompt" format="reference" /> - <attr name="spinnerMode" format="enum"> - <enum name="dialog" value="0" /> - <enum name="dropdown" value="1" /> - </attr> - <attr name="android:dropDownSelector" /> - <attr name="android:popupBackground" /> - <attr name="android:dropDownVerticalOffset" /> - <attr name="android:dropDownHorizontalOffset" /> - <attr name="android:dropDownWidth" /> - <attr name="popupPromptView" format="reference" /> - <attr name="android:gravity" /> - <attr name="disableChildrenWhenDisabled" format="boolean" /> - <attr name="android:background" /> - </declare-styleable> - <declare-styleable name="PopupWindow"> - <attr name="overlapAnchor" format="boolean" /> - <attr name="android:popupBackground" /> - </declare-styleable> - <declare-styleable name="DrawerArrowToggle"> - <attr name="color" format="color" /> - <attr name="spinBars" format="boolean" /> - <attr name="drawableSize" format="dimension" /> - <attr name="gapBetweenBars" format="dimension" /> - <attr name="topBottomBarArrowSize" format="dimension" /> - <attr name="middleBarArrowSize" format="dimension" /> - <attr name="barSize" format="dimension" /> - <attr name="thickness" format="dimension" /> - </declare-styleable> - <declare-styleable name="ActionBarLayout"> - <attr name="android:layout_gravity" /> - </declare-styleable> - <declare-styleable name="ActivityChooserView"> - <attr name="initialActivityCount" format="string" /> - <attr name="expandActivityOverflowButtonDrawable" format="reference" /> - </declare-styleable> - <declare-styleable name="ViewStubCompat"> - <attr name="android:layout" /> - <attr name="android:inflatedId" /> - <attr name="android:id" /> - </declare-styleable> - <declare-styleable name="ScrimInsetsFrameLayout"> - <attr name="insetForeground" format="color|reference" /> - </declare-styleable> - <declare-styleable name="ListPopupWindow"> - <attr name="android:dropDownVerticalOffset" /> - <attr name="android:dropDownHorizontalOffset" /> - </declare-styleable> - <declare-styleable name="TextAppearance"> - <attr name="android:textSize" /> - <attr name="android:textColor" /> - <attr name="android:textStyle" /> - <attr name="android:typeface" /> - <attr name="textAllCaps" /> - </declare-styleable> - <declare-styleable name="TabLayout"> - <attr name="tabIndicatorColor" format="color" /> - <attr name="tabIndicatorHeight" format="dimension" /> - <attr name="tabContentStart" format="dimension" /> - <attr name="tabBackground" format="reference" /> - <attr name="tabMode"> - <enum name="scrollable" value="0" /> - <enum name="fixed" value="1" /> - </attr> - <attr name="tabGravity"> - <enum name="fill" value="0" /> - <enum name="center" value="1" /> - </attr> - <attr name="tabMinWidth" format="dimension" /> - <attr name="tabMaxWidth" format="dimension" /> - <attr name="tabTextAppearance" format="reference" /> - <attr name="tabTextColor" format="color" /> - <attr name="tabSelectedTextColor" format="color" /> - <attr name="tabPaddingStart" format="dimension" /> - <attr name="tabPaddingTop" format="dimension" /> - <attr name="tabPaddingEnd" format="dimension" /> - <attr name="tabPaddingBottom" format="dimension" /> - <attr name="tabPadding" format="dimension" /> - </declare-styleable> - <declare-styleable name="FloatingActionButton"> - <attr name="android:background" /> - <attr name="backgroundTint" /> - <attr name="backgroundTintMode" /> - <attr name="rippleColor" format="color" /> - <attr name="fabSize"> - <enum name="normal" value="0" /> - <enum name="mini" value="1" /> - </attr> - <attr name="elevation" /> - <attr name="pressedTranslationZ" format="dimension" /> - <attr name="borderWidth" format="dimension" /> - </declare-styleable> - <declare-styleable name="CollapsingToolbarLayout"> - <attr name="expandedTitleMargin" format="dimension" /> - <attr name="expandedTitleMarginStart" format="dimension" /> - <attr name="expandedTitleMarginTop" format="dimension" /> - <attr name="expandedTitleMarginEnd" format="dimension" /> - <attr name="expandedTitleMarginBottom" format="dimension" /> - <attr name="expandedTitleTextAppearance" format="reference" /> - <attr name="collapsedTitleTextAppearance" format="reference" /> - <attr name="contentScrim" format="color" /> - <attr name="statusBarScrim" format="color" /> - <attr name="toolbarId" format="reference" /> - </declare-styleable> - <declare-styleable name="MenuView"> - <attr name="android:itemTextAppearance" /> - <attr name="android:horizontalDivider" /> - <attr name="android:verticalDivider" /> - <attr name="android:headerBackground" /> - <attr name="android:itemBackground" /> - <attr name="android:windowAnimationStyle" /> - <attr name="android:itemIconDisabledAlpha" /> - <attr name="preserveIconSpacing" format="boolean" /> - </declare-styleable> - <declare-styleable name="AppBarLayout"> - <attr name="elevation" /> - <attr name="android:background" /> - </declare-styleable> - <declare-styleable name="TextInputLayout"> - <attr name="hintTextAppearance" format="reference" /> - <attr name="android:hint" /> - <attr name="errorEnabled" format="boolean" /> - <attr name="errorTextAppearance" format="reference" /> - </declare-styleable> - <declare-styleable name="SnackbarLayout"> - <attr name="android:maxWidth" /> - <attr name="elevation" /> - <attr name="maxActionInlineWidth" format="dimension" /> - </declare-styleable> - <declare-styleable name="ActionBar"> - <attr name="navigationMode"> - <enum name="normal" value="0" /> - <enum name="listMode" value="1" /> - <enum name="tabMode" value="2" /> - </attr> - <attr name="displayOptions"> - <flag name="none" value="0" /> - <flag name="useLogo" value="0x1" /> - <flag name="showHome" value="0x2" /> - <flag name="homeAsUp" value="0x4" /> - <flag name="showTitle" value="0x8" /> - <flag name="showCustom" value="0x10" /> - <flag name="disableHome" value="0x20" /> - </attr> - <attr name="title" /> - <attr name="subtitle" format="string" /> - <attr name="titleTextStyle" format="reference" /> - <attr name="subtitleTextStyle" format="reference" /> - <attr name="icon" format="reference" /> - <attr name="logo" format="reference" /> - <attr name="divider" format="reference" /> - <attr name="background" format="reference" /> - <attr name="backgroundStacked" format="reference|color" /> - <attr name="backgroundSplit" format="reference|color" /> - <attr name="customNavigationLayout" format="reference" /> - <attr name="height" /> - <attr name="homeLayout" format="reference" /> - <attr name="progressBarStyle" format="reference" /> - <attr name="indeterminateProgressStyle" format="reference" /> - <attr name="progressBarPadding" format="dimension" /> - <attr name="homeAsUpIndicator" /> - <attr name="itemPadding" format="dimension" /> - <attr name="hideOnContentScroll" format="boolean" /> - <attr name="contentInsetStart" format="dimension" /> - <attr name="contentInsetEnd" format="dimension" /> - <attr name="contentInsetLeft" format="dimension" /> - <attr name="contentInsetRight" format="dimension" /> - <attr name="elevation" format="dimension" /> - <attr name="popupTheme" format="reference" /> - </declare-styleable> - <declare-styleable name="ActionMenuItemView"> - <attr name="android:minWidth" /> - </declare-styleable> - <declare-styleable name="MenuGroup"> - <attr name="android:id" /> - <attr name="android:menuCategory" /> - <attr name="android:orderInCategory" /> - <attr name="android:checkableBehavior" /> - <attr name="android:visible" /> - <attr name="android:enabled" /> - </declare-styleable> - <declare-styleable name="Toolbar"> - <attr name="titleTextAppearance" format="reference" /> - <attr name="subtitleTextAppearance" format="reference" /> - <attr name="title" /> - <attr name="subtitle" /> - <attr name="android:gravity" /> - <attr name="titleMargins" format="dimension" /> - <attr name="titleMarginStart" format="dimension" /> - <attr name="titleMarginEnd" format="dimension" /> - <attr name="titleMarginTop" format="dimension" /> - <attr name="titleMarginBottom" format="dimension" /> - <attr name="contentInsetStart" /> - <attr name="contentInsetEnd" /> - <attr name="contentInsetLeft" /> - <attr name="contentInsetRight" /> - <attr name="maxButtonHeight" format="dimension" /> - <attr name="collapseIcon" format="reference" /> - <attr name="collapseContentDescription" format="string" /> - <attr name="popupTheme" /> - <attr name="navigationIcon" format="reference" /> - <attr name="navigationContentDescription" format="string" /> - <attr name="android:minHeight" /> - </declare-styleable> - <declare-styleable name="ScrollingViewBehavior_Params"> - <attr name="behavior_overlapTop" format="dimension" /> - </declare-styleable> - <declare-styleable name="LinearLayoutCompat_Layout"> - <attr name="android:layout_width" /> - <attr name="android:layout_height" /> - <attr name="android:layout_weight" /> - <attr name="android:layout_gravity" /> - </declare-styleable> - <declare-styleable name="CoordinatorLayout_LayoutParams"> - <attr name="android:layout_gravity" /> - <attr name="layout_behavior" format="string" /> - <attr name="layout_anchor" format="reference" /> - <attr name="layout_keyline" format="integer" /> - <attr name="layout_anchorGravity"> - <flag name="top" value="0x30" /> - <flag name="bottom" value="0x50" /> - <flag name="left" value="0x03" /> - <flag name="right" value="0x05" /> - <flag name="center_vertical" value="0x10" /> - <flag name="fill_vertical" value="0x70" /> - <flag name="center_horizontal" value="0x01" /> - <flag name="fill_horizontal" value="0x07" /> - <flag name="center" value="0x11" /> - <flag name="fill" value="0x77" /> - <flag name="clip_vertical" value="0x80" /> - <flag name="clip_horizontal" value="0x08" /> - <flag name="start" value="0x00800003" /> - <flag name="end" value="0x00800005" /> - </attr> - </declare-styleable> - <declare-styleable name="CardView"> - <attr name="cardBackgroundColor" format="color" /> - <attr name="cardCornerRadius" format="dimension" /> - <attr name="cardElevation" format="dimension" /> - <attr name="cardMaxElevation" format="dimension" /> - <attr name="cardUseCompatPadding" format="boolean" /> - <attr name="cardPreventCornerOverlap" format="boolean" /> - <attr name="contentPadding" format="dimension" /> - <attr name="contentPaddingLeft" format="dimension" /> - <attr name="contentPaddingRight" format="dimension" /> - <attr name="contentPaddingTop" format="dimension" /> - <attr name="contentPaddingBottom" format="dimension" /> - <attr name="android:minWidth" /> - <attr name="android:minHeight" /> - </declare-styleable> - <declare-styleable name="AppCompatTextView"> - <attr name="textAllCaps" format="reference|boolean" /> - <attr name="android:textAppearance" /> - </declare-styleable> - <declare-styleable name="MenuItem"> - <attr name="android:id" /> - <attr name="android:menuCategory" /> - <attr name="android:orderInCategory" /> - <attr name="android:title" /> - <attr name="android:titleCondensed" /> - <attr name="android:icon" /> - <attr name="android:alphabeticShortcut" /> - <attr name="android:numericShortcut" /> - <attr name="android:checkable" /> - <attr name="android:checked" /> - <attr name="android:visible" /> - <attr name="android:enabled" /> - <attr name="android:onClick" /> - <attr name="showAsAction"> - <flag name="never" value="0" /> - <flag name="ifRoom" value="1" /> - <flag name="always" value="2" /> - <flag name="withText" value="4" /> - <flag name="collapseActionView" value="8" /> - </attr> - <attr name="actionLayout" format="reference" /> - <attr name="actionViewClass" format="string" /> - <attr name="actionProviderClass" format="string" /> - </declare-styleable> - <declare-styleable name="View"> - <attr name="paddingStart" format="dimension" /> - <attr name="paddingEnd" format="dimension" /> - <attr name="android:focusable" /> - <attr name="theme" format="reference" /> - <attr name="android:theme" /> - <attr name="backgroundTint" format="color" /> - <attr name="backgroundTintMode"> - <enum name="src_over" value="3" /> - <enum name="src_in" value="5" /> - <enum name="src_atop" value="9" /> - <enum name="multiply" value="14" /> - <enum name="screen" value="15" /> - </attr> - </declare-styleable> - <declare-styleable name="CollapsingAppBarLayout_LayoutParams"> - <attr name="layout_collapseMode"> - <enum name="none" value="0" /> - <enum name="pin" value="1" /> - <enum name="parallax" value="2" /> - </attr> - <attr name="layout_collapseParallaxMultiplier" format="float" /> - </declare-styleable> - <declare-styleable name="PopupWindowBackgroundState"> - <attr name="state_above_anchor" format="boolean" /> - </declare-styleable> - <declare-styleable name="CoordinatorLayout"> - <attr name="keylines" format="reference" /> - <attr name="statusBarBackground" format="reference" /> - </declare-styleable> - <declare-styleable name="LinearLayoutCompat"> - <attr name="android:orientation" /> - <attr name="android:gravity" /> - <attr name="android:baselineAligned" /> - <attr name="android:baselineAlignedChildIndex" /> - <attr name="android:weightSum" /> - <attr name="measureWithLargestChild" format="boolean" /> - <attr name="divider" /> - <attr name="showDividers"> - <flag name="none" value="0" /> - <flag name="beginning" value="1" /> - <flag name="middle" value="2" /> - <flag name="end" value="4" /> - </attr> - <attr name="dividerPadding" format="dimension" /> - </declare-styleable> - <declare-styleable name="SearchView"> - <attr name="layout" format="reference" /> - <attr name="iconifiedByDefault" format="boolean" /> - <attr name="android:maxWidth" /> - <attr name="queryHint" format="string" /> - <attr name="defaultQueryHint" format="string" /> - <attr name="android:imeOptions" /> - <attr name="android:inputType" /> - <attr name="closeIcon" format="reference" /> - <attr name="goIcon" format="reference" /> - <attr name="searchIcon" format="reference" /> - <attr name="searchHintIcon" format="reference" /> - <attr name="voiceIcon" format="reference" /> - <attr name="commitIcon" format="reference" /> - <attr name="suggestionRowLayout" format="reference" /> - <attr name="queryBackground" format="reference" /> - <attr name="submitBackground" format="reference" /> - <attr name="android:focusable" /> - </declare-styleable> - <declare-styleable name="ActionMode"> - <attr name="titleTextStyle" /> - <attr name="subtitleTextStyle" /> - <attr name="background" /> - <attr name="backgroundSplit" /> - <attr name="height" /> - <attr name="closeItemLayout" format="reference" /> - </declare-styleable> - <declare-styleable name="AppBarLayout_LayoutParams"> - <attr name="layout_scrollFlags"> - <flag name="scroll" value="0x1" /> - <flag name="exitUntilCollapsed" value="0x2" /> - <flag name="enterAlways" value="0x4" /> - <flag name="enterAlwaysCollapsed" value="0x8" /> - </attr> - <attr name="layout_scrollInterpolator" format="reference" /> - </declare-styleable> - <declare-styleable name="Theme"> - <attr name="windowActionBar" format="boolean" /> - <attr name="windowNoTitle" format="boolean" /> - <attr name="windowActionBarOverlay" format="boolean" /> - <attr name="windowActionModeOverlay" format="boolean" /> - <attr name="windowFixedWidthMajor" format="dimension|fraction" /> - <attr name="windowFixedHeightMinor" format="dimension|fraction" /> - <attr name="windowFixedWidthMinor" format="dimension|fraction" /> - <attr name="windowFixedHeightMajor" format="dimension|fraction" /> - <attr name="windowMinWidthMajor" format="dimension|fraction" /> - <attr name="windowMinWidthMinor" format="dimension|fraction" /> - <attr name="android:windowIsFloating" /> - <attr name="android:windowAnimationStyle" /> - <attr name="actionBarTabStyle" format="reference" /> - <attr name="actionBarTabBarStyle" format="reference" /> - <attr name="actionBarTabTextStyle" format="reference" /> - <attr name="actionOverflowButtonStyle" format="reference" /> - <attr name="actionOverflowMenuStyle" format="reference" /> - <attr name="actionBarPopupTheme" format="reference" /> - <attr name="actionBarStyle" format="reference" /> - <attr name="actionBarSplitStyle" format="reference" /> - <attr name="actionBarTheme" format="reference" /> - <attr name="actionBarWidgetTheme" format="reference" /> - <attr name="actionBarSize" format="dimension"> - <enum name="wrap_content" value="0" /> - </attr> - <attr name="actionBarDivider" format="reference" /> - <attr name="actionBarItemBackground" format="reference" /> - <attr name="actionMenuTextAppearance" format="reference" /> - <attr name="actionMenuTextColor" format="color|reference" /> - <attr name="actionModeStyle" format="reference" /> - <attr name="actionModeCloseButtonStyle" format="reference" /> - <attr name="actionModeBackground" format="reference" /> - <attr name="actionModeSplitBackground" format="reference" /> - <attr name="actionModeCloseDrawable" format="reference" /> - <attr name="actionModeCutDrawable" format="reference" /> - <attr name="actionModeCopyDrawable" format="reference" /> - <attr name="actionModePasteDrawable" format="reference" /> - <attr name="actionModeSelectAllDrawable" format="reference" /> - <attr name="actionModeShareDrawable" format="reference" /> - <attr name="actionModeFindDrawable" format="reference" /> - <attr name="actionModeWebSearchDrawable" format="reference" /> - <attr name="actionModePopupWindowStyle" format="reference" /> - <attr name="textAppearanceLargePopupMenu" format="reference" /> - <attr name="textAppearanceSmallPopupMenu" format="reference" /> - <attr name="dialogTheme" format="reference" /> - <attr name="dialogPreferredPadding" format="dimension" /> - <attr name="listDividerAlertDialog" format="reference" /> - <attr name="actionDropDownStyle" format="reference" /> - <attr name="dropdownListPreferredItemHeight" format="dimension" /> - <attr name="spinnerDropDownItemStyle" format="reference" /> - <attr name="homeAsUpIndicator" format="reference" /> - <attr name="actionButtonStyle" format="reference" /> - <attr name="buttonBarStyle" format="reference" /> - <attr name="buttonBarButtonStyle" format="reference" /> - <attr name="selectableItemBackground" format="reference" /> - <attr name="selectableItemBackgroundBorderless" format="reference" /> - <attr name="borderlessButtonStyle" format="reference" /> - <attr name="dividerVertical" format="reference" /> - <attr name="dividerHorizontal" format="reference" /> - <attr name="activityChooserViewStyle" format="reference" /> - <attr name="toolbarStyle" format="reference" /> - <attr name="toolbarNavigationButtonStyle" format="reference" /> - <attr name="popupMenuStyle" format="reference" /> - <attr name="popupWindowStyle" format="reference" /> - <attr name="editTextColor" format="reference|color" /> - <attr name="editTextBackground" format="reference" /> - <attr name="textAppearanceSearchResultTitle" format="reference" /> - <attr name="textAppearanceSearchResultSubtitle" format="reference" /> - <attr name="textColorSearchUrl" format="reference|color" /> - <attr name="searchViewStyle" format="reference" /> - <attr name="listPreferredItemHeight" format="dimension" /> - <attr name="listPreferredItemHeightSmall" format="dimension" /> - <attr name="listPreferredItemHeightLarge" format="dimension" /> - <attr name="listPreferredItemPaddingLeft" format="dimension" /> - <attr name="listPreferredItemPaddingRight" format="dimension" /> - <attr name="dropDownListViewStyle" format="reference" /> - <attr name="listPopupWindowStyle" format="reference" /> - <attr name="textAppearanceListItem" format="reference" /> - <attr name="textAppearanceListItemSmall" format="reference" /> - <attr name="panelBackground" format="reference" /> - <attr name="panelMenuListWidth" format="dimension" /> - <attr name="panelMenuListTheme" format="reference" /> - <attr name="listChoiceBackgroundIndicator" format="reference" /> - <attr name="colorPrimary" format="color" /> - <attr name="colorPrimaryDark" format="color" /> - <attr name="colorAccent" format="color" /> - <attr name="colorControlNormal" format="color" /> - <attr name="colorControlActivated" format="color" /> - <attr name="colorControlHighlight" format="color" /> - <attr name="colorButtonNormal" format="color" /> - <attr name="colorSwitchThumbNormal" format="color" /> - <attr name="alertDialogStyle" format="reference" /> - <attr name="alertDialogButtonGroupStyle" format="reference" /> - <attr name="alertDialogCenterButtons" format="boolean" /> - <attr name="alertDialogTheme" format="reference" /> - <attr name="textColorAlertDialogListItem" format="reference|color" /> - <attr name="buttonBarPositiveButtonStyle" format="reference" /> - <attr name="buttonBarNegativeButtonStyle" format="reference" /> - <attr name="buttonBarNeutralButtonStyle" format="reference" /> - <attr name="autoCompleteTextViewStyle" format="reference" /> - <attr name="buttonStyle" format="reference" /> - <attr name="buttonStyleSmall" format="reference" /> - <attr name="checkboxStyle" format="reference" /> - <attr name="checkedTextViewStyle" format="reference" /> - <attr name="editTextStyle" format="reference" /> - <attr name="radioButtonStyle" format="reference" /> - <attr name="ratingBarStyle" format="reference" /> - <attr name="spinnerStyle" format="reference" /> - <attr name="switchStyle" format="reference" /> - </declare-styleable> - <declare-styleable name="RecyclerView"> - <attr name="layoutManager" format="string" /> - <attr name="android:orientation" /> - <attr name="spanCount" format="integer" /> - <attr name="reverseLayout" format="boolean" /> - <attr name="stackFromEnd" format="boolean" /> - </declare-styleable> - <declare-styleable name="ActionMenuView" /> - <declare-styleable name="SwitchCompat"> - <attr name="android:thumb" /> - <attr name="track" format="reference" /> - <attr name="android:textOn" /> - <attr name="android:textOff" /> - <attr name="thumbTextPadding" format="dimension" /> - <attr name="switchTextAppearance" format="reference" /> - <attr name="switchMinWidth" format="dimension" /> - <attr name="switchPadding" format="dimension" /> - <attr name="splitTrack" format="boolean" /> - <attr name="showText" format="boolean" /> - </declare-styleable> - </configuration> - </mergedItems> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml deleted file mode 100644 index 36b755de701634fac01ecbf9f17c22d25a1b62da..0000000000000000000000000000000000000000 --- a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<merger version="3"> - <dataSet config="main"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\shaders" /> - </dataSet> - <dataSet config="debug"> - <source - path="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\debug\shaders" /> - </dataSet> -</merger> \ No newline at end of file diff --git a/app/build/intermediates/instant-run-support/debug/classes.zip b/app/build/intermediates/instant-run-support/debug/classes.zip deleted file mode 100644 index 604d64162cf6ace48d5d5420b5fc107b60c0d4a6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/instant-run-support/debug/classes.zip and /dev/null differ diff --git a/app/build/intermediates/instant-run-support/debug/coldswap.marker b/app/build/intermediates/instant-run-support/debug/coldswap.marker deleted file mode 100644 index 0808c56a89bb0c532cfbc6d6720cbe75a19a933c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/instant-run-support/debug/coldswap.marker +++ /dev/null @@ -1 +0,0 @@ -RUN \ No newline at end of file diff --git a/app/build/intermediates/instant-run-support/debug/manifest.crc b/app/build/intermediates/instant-run-support/debug/manifest.crc deleted file mode 100644 index 115483b585c087ced9b18f38d7e5a4aea92c9972..0000000000000000000000000000000000000000 --- a/app/build/intermediates/instant-run-support/debug/manifest.crc +++ /dev/null @@ -1 +0,0 @@ -985386633 \ No newline at end of file diff --git a/app/build/intermediates/instant-run-support/debug/package.marker b/app/build/intermediates/instant-run-support/debug/package.marker deleted file mode 100644 index 0808c56a89bb0c532cfbc6d6720cbe75a19a933c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/instant-run-support/debug/package.marker +++ /dev/null @@ -1 +0,0 @@ -RUN \ No newline at end of file diff --git a/app/build/intermediates/instant-run-support/debug/reload-changes.txt b/app/build/intermediates/instant-run-support/debug/reload-changes.txt deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/app/build/intermediates/instant-run-support/debug/resources.zip b/app/build/intermediates/instant-run-support/debug/resources.zip deleted file mode 100644 index d33edfc29466d3de69eedf32d4ab133aec048d5c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/instant-run-support/debug/resources.zip and /dev/null differ diff --git a/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml deleted file mode 100644 index 4613c8141e26b945d5c5edd088433491e73daa57..0000000000000000000000000000000000000000 --- a/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="de.lreeg.registration.test"> - - <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" /> - - <application> - <uses-library android:name="android.test.runner" /> - </application> - - <instrumentation android:name="android.test.InstrumentationTestRunner" - android:targetPackage="de.lreeg.registration" - android:handleProfiling="false" - android:functionalTest="false" - android:label="Tests for de.lreeg.registration"/> -</manifest> diff --git a/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml deleted file mode 100644 index 47d81970bb55ea4cc6fb0fcf8cde994c64c97d61..0000000000000000000000000000000000000000 --- a/app/build/intermediates/manifests/full/debug/AndroidManifest.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="de.lreeg.registration" - android:versionCode="1" - android:versionName="1.0" > - - <uses-sdk - android:minSdkVersion="19" - android:targetSdkVersion="23" /> - - <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> - <uses-permission android:name="android.permission.INTERNET" /> - - <application - android:allowBackup="true" - android:icon="@mipmap/ic_launcher" - android:label="@string/app_name" - android:supportsRtl="true" - android:theme="@style/AppTheme" > - <activity android:name="de.lreeg.registration.MainActivity" > - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> - <activity - android:name="de.lreeg.registration.SettingsAcitivity" - android:label="Einstellungen" - android:parentActivityName="de.lreeg.registration.MainActivity" > - <meta-data - android:name="android.support.PARENT_ACTIVITY" - android:value="de.lreeg.registration.MainActivity" /> - </activity> - </application> - -</manifest> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml b/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml deleted file mode 100644 index 35e4aa5c79a46babc47e21af0660eb832a5366b5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<alpha xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_fade_in.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml b/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml deleted file mode 100644 index c71dc128375d7326cd7d2fc2c5fa5e4f8d81136a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<alpha xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromAlpha="1.0" android:toAlpha="0.0" - android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_fade_out.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml deleted file mode 100644 index c9cb7d3116ead4640d9613616c67bc9a3d6cd389..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* //device/apps/common/res/anim/fade_in.xml -** -** Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false"> - <scale android:interpolator="@android:anim/decelerate_interpolator" - android:fromXScale="0.9" android:toXScale="1.0" - android:fromYScale="0.9" android:toYScale="1.0" - android:pivotX="50%" android:pivotY="100%" - android:duration="@integer/abc_config_activityDefaultDur" /> - <alpha android:interpolator="@android:anim/decelerate_interpolator" - android:fromAlpha="0.0" android:toAlpha="1.0" - android:duration="@integer/abc_config_activityShortDur" /> -</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_grow_fade_in_from_bottom.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml b/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml deleted file mode 100644 index c7b18b2112a49a5958c8bc07a0f14610500714bb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<set xmlns:android="http://schemas.android.com/apk/res/android" - android:shareInterpolator="false" > - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:interpolator="@android:anim/decelerate_interpolator" - android:duration="@integer/abc_config_activityShortDur" /> -</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_popup_enter.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml b/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml deleted file mode 100644 index 535a0924b58996ad300c0ab4df0554bc2627e452..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<set xmlns:android="http://schemas.android.com/apk/res/android" - android:shareInterpolator="false" > - <alpha android:fromAlpha="1.0" android:toAlpha="0.0" - android:interpolator="@android:anim/decelerate_interpolator" - android:duration="@integer/abc_config_activityShortDur" /> -</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_popup_exit.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml deleted file mode 100644 index 8d28106bd30c77f417881f861c74add2aacbff22..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2014 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - --> - -<set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false"> - <scale android:interpolator="@android:anim/decelerate_interpolator" - android:fromXScale="1.0" android:toXScale="0.9" - android:fromYScale="1.0" android:toYScale="0.9" - android:pivotX="50%" android:pivotY="100%" - android:duration="@integer/abc_config_activityDefaultDur" /> - <alpha android:interpolator="@android:anim/decelerate_interpolator" - android:fromAlpha="1.0" android:toAlpha="0.0" - android:duration="@integer/abc_config_activityShortDur" /> -</set><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_shrink_fade_out_from_bottom.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml deleted file mode 100644 index 7d819d57a379e839e0b296e2476b54cf38c2ad65..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromYDelta="50%p" android:toYDelta="0" - android:duration="@android:integer/config_mediumAnimTime"/> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_slide_in_bottom.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml deleted file mode 100644 index 7dd98809ee6908c6d7aaad9e84bdc3fbebb497a6..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/decelerate_interpolator" - android:fromYDelta="-50%p" android:toYDelta="0" - android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_slide_in_top.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml deleted file mode 100644 index e11c80c72938d8e48e100a6bbb85427225012cce..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/accelerate_interpolator" - android:fromYDelta="0" android:toYDelta="50%p" - android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_slide_out_bottom.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml deleted file mode 100644 index 9fa9e4fb00314b4bbed591739b956c1955a9da32..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<translate xmlns:android="http://schemas.android.com/apk/res/android" - android:interpolator="@android:anim/accelerate_interpolator" - android:fromYDelta="0" android:toYDelta="-50%p" - android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/anim/abc_slide_out_top.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml deleted file mode 100644 index 61e47c20698c9fb78c0c243f926fe0751b8a72cf..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_accelerated="false" android:color="@color/background_material_dark" /> - <item android:color="@android:color/transparent" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color-v11/abc_background_cache_hint_selector_material_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml deleted file mode 100644 index 926f2bd8a33709c0a650d89cf71661870d397c03..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_accelerated="false" android:color="@color/background_material_light" /> - <item android:color="@android:color/transparent" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color-v11/abc_background_cache_hint_selector_material_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml deleted file mode 100644 index 2d22cdfccb7533716b1285fe749cb6ffaaefb9f0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_dark"/> - <item android:color="@color/bright_foreground_material_dark"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml deleted file mode 100644 index 7f4bd596dfe4e2f64aab1086e5bbc1e8b46af828..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_light"/> - <item android:color="@color/bright_foreground_material_light"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_primary_text_disable_only_material_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml deleted file mode 100644 index a82fbea64c2973f92e903a7e951c67e3c0df524e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_dark"/> - <item android:color="@color/primary_text_default_material_dark"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_primary_text_material_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml deleted file mode 100644 index 169b3cdb58883fc0cc6bbc121fc3d615e6e20392..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/primary_text_disabled_material_light"/> - <item android:color="@color/primary_text_default_material_light"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_primary_text_material_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml b/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml deleted file mode 100644 index 9827356a7690d21dd0ba562581f286e9fec2ca86..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/> - <item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/> - <item android:color="@color/abc_search_url_text_normal"/> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_search_url_text.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml deleted file mode 100644 index 5566c2a9eb4defe1526147bc5eae0a55b9f619cc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_dark"/> - <item android:color="@color/secondary_text_default_material_dark"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_secondary_text_material_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml deleted file mode 100644 index e96a7df570a08cb5e83f55fe2f0b77c39adfa587..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_light"/> - <item android:color="@color/secondary_text_default_material_light"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/abc_secondary_text_material_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml deleted file mode 100644 index 132aef8a1c2c75ef0570c2e4366a0dbac53591f2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_dark"/> - <item android:color="@color/switch_thumb_normal_material_dark"/> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/switch_thumb_material_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml deleted file mode 100644 index 8e95351d60263c6ff38188410a895ae06f2f79c5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_light"/> - <item android:color="@color/switch_thumb_normal_material_light"/> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/color/switch_thumb_material_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index f534f58a19c0ddff627a9a3089fd95ef2896ddac..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index cbc36f6c7e075e7c605e6b9507da3f68eb6c8878..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index c31cf8607591f3bb7ee3f01bdfeb240b8390a420..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 90e9c39fed6c24435471a9871c27bf3a291a8ede..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index fb38e86af6b6aac6e733de8acabc557679b76d89..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 38a55f93c9cbcd98d7fd578a5eade9a747528a1f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 50a350f48bb431a3ed90717dbcf9f32286031368..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index 1e0d4c34801b6544e258b4f820cfa2e5de1308d7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 9240aed4dc7b5c76644ac5edb1cbaae0e6fb86b0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 93577af9d4ce2f7d4d63d6456e3b632c585d607f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 02c783fca4bc3b8e8919f99906f49c940c0ac245..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 2bd4fc1abdcc7a56937dbe6d4d62c32639277841..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 3a7e98a3512d53e8af43d3c327134a7fbd652019..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 4e921f0c15cff770f973a936e762965662cfa7d6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 3becd3ac3cce428a89647618258a506cfcc246ae..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png deleted file mode 100644 index 7ffeb1d0aed824cf42261701908595ff4bcd9f88..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png deleted file mode 100644 index 658b69453762f6d8d5fc9e734022aa16726721bc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index c10a7bfb1ff96662b103045cccf54030dfcdc675..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png deleted file mode 100644 index d290ccb9ceda1caa7f8a8bf9bebb87324b9e7794..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index e66354dd04e1da72f1709d693f2871d030b92069..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index dc1616c65a0176546b81dd0512eb40ce9f06fde2..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 2bf5a21c9c9e7febe6178cd4b4b70a801c67a6a7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 2db7619bad22281c36e52a7b1ef41d57f8dadca5..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 8b21cc956cbae1152a6bdf1d6e35a18f662cdc04..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 09edb6b5c85cb1bc9f6add81a7db99a4cb5cf4f4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 43fd9eeb1c03e75c7fd9781b3f8deeaea322b922..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 2cb0180f11703ba8ebf31d7cbd3336560fb3e63c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 92ad582afbbcc57a25cec985eebf8871539373ad..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 42e291e05ec15f629b31ce960d8992f2a3caa606..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 18dc90c55529e18939f3f45179f8533f0e5b5ffb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 8e6b11f31b10c3accbf197da338b7d450043b78f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 4e8ffd45a98857c7d9164821a4864b7b2d09f1fb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index d8cb2d6ce3805dc5a12d76dd9eaadd190baf4b59..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 12210f31c8b34098d4b7710169b103fb5f3aae1c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 03f511518668a0273a3c2f0677be096e5ab72e3a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 9a97bd26689965551717e5b0e6d95822c6a9baef..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index be4b613348b30cf8f067c824844ce2e535d9703a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 514a08c88bdfc6a3c09d08f9e5101f65645a4683..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index c0f4d7f142f5ce6fff5f7331eb84b2302e84009d..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index a988bfff7f9a64a3df365168c26a3bcb697f64c9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 32705854c36793b32dba600eba8b9c6f0fed0231..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 4398d0ac816b78c5dc7feb7881271ca86814008e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 42ee7603aa9b296eb575a5b60e4bcdcdc8fc5d50..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 241df420880b0c5f1c73963c1e2a1189a1604b93..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 5da32c3b1d99ff393dde3d27c72152ac7f46a4b8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index b7d0119c848392e6cbb4faa49b14b1fa1fc0c7d1..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 441869a95841654b1b01567a605271ca5f25382c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 3a6dfe5c8352dbb96e5f43336c4d69bef513d1aa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index bbd29301088378475c4a2cadfc3a7768fcc3faca..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index a0b4fda1f265a747aa0ee0b99b64e4ebb8d3cf23..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 32cae24632c351c97c84de631b932f43a7bf7393..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 8ea96f46a9bcfcb57f7f6c246684ba609f57a213..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index d81b5267f72f8a76aa8b0e72dae5db9ce093a043..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 84a05d3e5dc5f99a63de6900633ff5800ebd6dee..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index eb051f7d757174013bd806757e60aba9148b976b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 0b6e858df88982161d3311024eb7d3d6ab30a0cf..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index e3d41d4a6523ba41b9b1aebd47b6420793da07e6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index c33227f122c6244f60c1308a2dbc5cc4abab1b4e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index d9352a264f440cf6c56ec31d55f9c5312d25872b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 3becd3ac3cce428a89647618258a506cfcc246ae..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png deleted file mode 100644 index 0678971d31ecf014f5fbff66b711ee5acd46b4f4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png deleted file mode 100644 index 918050252be0887d63228273fbd3b5a7dd1a2e7b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index f7aa6755394cc97d2d528f75362ee8d20d6876f0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png deleted file mode 100644 index f16bf97e72cb2214781f48313f7c0e0358ef838f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index 4a3adf3f47ea2dacd9ebf30cb614ebc0e70d0ec2..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index b2b9f278562713dd7a0477d68fb7a0b85e75c775..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 91613e820bf77267a7297d3a7e537488c48c0e72..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 4b6a6680c7f28000fff069bc08424f17a44b7da8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index a354a15f26ee2d6a7ae1fed35cef16c82f76bf8c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 3417be303cbd2b391f9232887edbfa9b55f4d40b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index d9b318621647d832015a9d03e164e8ef49a19a44..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index be107a9bdd904f909600a309f9df29c287cd238f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 2311405928afefd3b64c086c1bf68730a720c91d..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index b9ce196cf209da555e33c94b47c01005c5e7c5b9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 0cb1ce81d2089236a03fc840b932c853ebd15219..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index fdec4e7fcc1a89c9b5bfc3f6151e19ca4472b47f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 6b754b261a55bd5fcf45099db2259582870ee1b0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 2cb1fadfecca2f7b7b15f3ced2e39bba48e7b0b0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 19c161dad699f398b45903b06aae64c9872b11eb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index a11a793a08b7d75823326bc1d74427b43c5874b9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 365c467b15fb989732d4e68ac8dacbdc139ec2a8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 061990d8bbd19d5defa6d645af024bd8c559d3fd..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index a07ebea9a80bca5b20ab6a1409f1fb7f39986ac5..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index c75b932ff6141c9ed1f0d15702eca68ce58c4be6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index cc413941a39bb4c4a81ad2c05d10955832e75abb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 4f400a4a763cd2d52af4595430371c29aef4261d..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 0ed85a8d96feab98480c0f9bbaf643e358dbcc48..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 646caba9310d31bc701a679f3d52b4d4b88c5d58..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 65ae95b05460d6deea9ee07e3ba5264e9d99f3f0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 3becd3ac3cce428a89647618258a506cfcc246ae..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png deleted file mode 100644 index 8965f3e5ee1e0efd68e0ef13c176ad1be0a127b6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png deleted file mode 100644 index d1bffd0dce51aed631ffddaa1e63963027507c11..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index defab445a13b0fcf2680599d71b5ef62fc46f5a9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 6a609c545c200b63fa4e5202a6a76fe8def78958..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index d4678b546a1c1f982ab4d2168dd117553e652ad0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index 5b84092f78b9cdc390972abeeff5215906f55ade..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 7fea0d6f849256408e155c22528c8a696c495aef..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index f4a52e93b141e9e26ad6d3f82cb76d7c36411611..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 4fbd9073e7cb3aca47fdebd9425613d6776c0ad9..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index d3a8147ffb880ddc50ad46aafcd13a195c5a0a8f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index c5a2319e1bc2c8cf0bdef9409faff711aa61e170..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 1b69efe95711af99d796a988d87f2d143b2a7be0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index fd13b79027a203bf518c313883b4843e6f2699f3..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 96a58325278b77bf47feac9ccb7229c67f14d091..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 8053d167c1fe14801e2bd72555fad05c86439f1b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index e0411c025121915b10dd96c253f5c10d14381da4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 96c5ead7e1f35609034cfa54ed4d9372982d701c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index ea9f8a0dc53e2c24720481804980315788291e39..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 9e8a67113dae211e02cdee01e71a85f633589755..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index d81858318a9c89a114d1425f11032f0eea69e0d8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 2d2015060209f06cbc83f3224d1723c0b6367a6b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 739e098ab446f3a87dd33479b4576a31bba67aad..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index b9c2101db8297fa55b4f107e5be962389f0ce532..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index cd206613b9453b179f9e11f69eee18300d0ec773..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index dafc1a6f632a91c1550e98f536aca43cd4c3d0b8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 0e7fed54e63306a19503a8bd45c63d3666e84d68..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index db4091cbe733e9311ddfa811f1a7ba65cb040f9a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index ce16e1109c623d1c3585ffa06607458ae5c49841..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 5457ef9666c17ed2654704582662d41ddaa80842..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 8065ce2d2acf05ae414dd46a093fa8f6e4b1ba54..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png deleted file mode 100644 index 195b9b4af79d9e4b3a865929a434d667f97bcd1a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png deleted file mode 100644 index 83e741b343ef9f6bdcb3518758b6568d0b407104..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index e8cf10a62fc378d82bb339c314f05f1243384f06..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 2fc23a0e039554e5bfc128361f0ec8cc6e29dd3b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index b643f2ffb3f0df3b757f38eebeeaae2ee28bd113..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index ec173003ebfc8d5963dbfbf9a703acd052a2faf7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index fdd5c71a112fc45041d2c91dd35a95574755e715..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 6d4ab340bd152929dd7f7b85146ea83c9d8c1b9e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 84e2087d679aae5f328d5f151e47ce29436e1c2f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index f9dbd01c7447cc4da02bd86cc5be7521f8f75ff6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 39ee874e362970b47032ffabc3091e139a7160cb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index e806d4214b625bae49f581fe566e4c98de8cc5cb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index c72f1a245dcdd5f74491d9443ece7cbdbf12f222..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 8ee3d7cf6805306f1fcfe2102b586a934d3aa967..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 24a2d7b98d99cd7b4acfc2344bc1f19dead897fd..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index c4f38cc8ab8450ad0f33d1a98b948f9e61c60014..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 93ff40e4531a875f4cd42a9bbfe8e3006ff9ce65..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 9bd5dda528b372e9e58b551660b46f205c086120..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index a4d9e8e9efe5354cb287508e8f7f5496d0a2ba79..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 893d3b54b12fbf159ead3f6eebcdf77550a12056..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index b8c9cfa6c76a0142303b1f8ba7dd24cbcc136516..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 45d010078a3ae4351d9932421d3c6319348cb70e..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 56e1347030529cb2544cf212ec1f3dbb72f3b182..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 1fb028a34e7ecbcd949a891ef18c51953189b2b4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 0341a440dfd930dfef4785638e33aaba3b7fa4fc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index be3c6fe9e9ebad9165515b80892acd849089f1fa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index a3d4f8d3b881617108b34757d5734621cfed6d31..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 3317c6e3b23cb73f8c3418a01d4a675d2964b111..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index cbfcb0bcd59f475a7f699c70719fefb4e847fb49..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml deleted file mode 100644 index 012e5243633cda558b5a5a3407f9e296c5b09623..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_focused="true" android:drawable="@drawable/abc_btn_default_mtrl_shape"/> - <item android:state_pressed="true" android:drawable="@drawable/abc_btn_default_mtrl_shape"/> - <item android:drawable="@android:color/transparent"/> -</selector> - -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_btn_borderless_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml deleted file mode 100644 index 68f606bd7f369de33793ebe2c439857a0b773e20..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_checked="true" android:drawable="@drawable/abc_btn_check_to_on_mtrl_015" /> - <item android:drawable="@drawable/abc_btn_check_to_on_mtrl_000" /> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_btn_check_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml deleted file mode 100644 index 95d33823e520d67fe7602e79f85ed42b19393fdc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- Used as the canonical button shape. --> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:insetLeft="@dimen/abc_button_inset_horizontal_material" - android:insetTop="@dimen/abc_button_inset_vertical_material" - android:insetRight="@dimen/abc_button_inset_horizontal_material" - android:insetBottom="@dimen/abc_button_inset_vertical_material"> - <shape android:shape="rectangle"> - <corners android:radius="@dimen/abc_control_corner_material" /> - <solid android:color="@android:color/white" /> - <padding android:left="@dimen/abc_button_padding_horizontal_material" - android:top="@dimen/abc_button_padding_vertical_material" - android:right="@dimen/abc_button_padding_horizontal_material" - android:bottom="@dimen/abc_button_padding_vertical_material" /> - </shape> -</inset> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_btn_default_mtrl_shape.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml deleted file mode 100644 index 3444b5c557b331b0f489219ef442ec4db3983158..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_checked="true" android:drawable="@drawable/abc_btn_radio_to_on_mtrl_015" /> - <item android:drawable="@drawable/abc_btn_radio_to_on_mtrl_000" /> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_btn_radio_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml deleted file mode 100644 index 52655a5ac3b6697ee35c95f04ffcfa0019e2c36c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- - A solid rectangle so that we can use a PorterDuff multiply color filter to tint this ---> -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <solid android:color="@android:color/white" /> -</shape><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_cab_background_internal_bg.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml deleted file mode 100644 index acacfd9e898a214258e0d6e03b48555dd673628f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- This is a dummy drawable so that we can refer to the drawable ID --> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="@android:color/white"/> -</shape> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_cab_background_top_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml deleted file mode 100644 index ab9c90f4d9bf7aba3000f89ca4da75bc869c7f04..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material" - android:insetRight="@dimen/abc_edit_text_inset_horizontal_material" - android:insetTop="@dimen/abc_edit_text_inset_top_material" - android:insetBottom="@dimen/abc_edit_text_inset_bottom_material"> - - <selector> - <item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/> - <item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/> - <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/> - </selector> - -</inset> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_edit_text_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml deleted file mode 100644 index db7baccc0b273d98da703ad23b70d28fe9afd6f3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> - <item android:drawable="@android:color/transparent" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_item_background_holo_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml deleted file mode 100644 index c38248fcdc28db14e676c00acaee36b4724cc7ae..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> - <item android:drawable="@android:color/transparent" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_item_background_holo_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml deleted file mode 100644 index bb98c2f3125149fd6e24f8ebef393cdf1c7f06d5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<transition xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/abc_list_pressed_holo_dark" /> - <item android:drawable="@drawable/abc_list_longpressed_holo" /> -</transition> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml deleted file mode 100644 index 4e95440383b1f7cc1e6aef6c2ec81b285354811a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<transition xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/abc_list_pressed_holo_light" /> - <item android:drawable="@drawable/abc_list_longpressed_holo" /> -</transition> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml deleted file mode 100644 index f23ed0abe8979f34a48d298fc7b7530c56d79ee1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - - <item android:state_window_focused="false" android:drawable="@android:color/transparent" /> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_holo_dark.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml deleted file mode 100644 index 329d880a9b45e8f825a05b74fc5395d1c0df3c7e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - - <item android:state_window_focused="false" android:drawable="@android:color/transparent" /> - - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> - <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> - -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_holo_light.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml deleted file mode 100644 index 315afd2d15cba34282df6020dc20048d0bea9bbd..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<inset xmlns:android="http://schemas.android.com/apk/res/android" - android:insetLeft="@dimen/abc_control_inset_material" - android:insetTop="@dimen/abc_control_inset_material" - android:insetBottom="@dimen/abc_control_inset_material" - android:insetRight="@dimen/abc_control_inset_material"> - <selector> - <item android:state_checked="false" android:state_pressed="false"> - <layer-list> - <item android:drawable="@drawable/abc_textfield_default_mtrl_alpha" /> - <item android:drawable="@drawable/abc_spinner_mtrl_am_alpha" /> - </layer-list> - </item> - <item> - <layer-list> - <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha" /> - <item android:drawable="@drawable/abc_spinner_mtrl_am_alpha" /> - </layer-list> - </item> - </selector> -</inset><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_spinner_textfield_background_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml deleted file mode 100644 index 170e9588ce9e12f620432b48c53af32382a31c08..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_checked="true" android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00012" /> - <item android:drawable="@drawable/abc_btn_switch_to_on_mtrl_00001" /> -</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_switch_thumb_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml deleted file mode 100644 index 17aacb204de76b3fb64ab14bd6bdaa44485c67d8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_selected="true" android:drawable="@drawable/abc_tab_indicator_mtrl_alpha" /> - <item android:drawable="@android:color/transparent" /> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_tab_indicator_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml deleted file mode 100644 index 503fe9e4fa7a0e3ac0915ed75c198d870e87e40e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> - <item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/abc_textfield_search_activated_mtrl_alpha"/> - <item android:state_enabled="true" android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> - <item android:drawable="@drawable/abc_textfield_search_default_mtrl_alpha"/> -</selector> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/drawable/abc_textfield_search_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml deleted file mode 100644 index c6c180c4d16b04a17d9192b8a243be21e196a5fa..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical" - style="@style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem"> - <TextView android:id="@+id/action_bar_title" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="end" /> - <TextView android:id="@+id/action_bar_subtitle" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginTop="@dimen/abc_action_bar_subtitle_top_margin_material" - android:singleLine="true" - android:ellipsize="end" - android:visibility="gone" /> -</LinearLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_bar_title_item.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml deleted file mode 100644 index ca4712a5e8c95101888563c93a8d9bda5dd1cb4c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:background="?attr/actionBarItemBackground" - android:gravity="center_vertical" - android:enabled="false"> -</LinearLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_bar_up_container.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml deleted file mode 100644 index 7ce06a015cf27cef3d6fb13b6957e475a038d25c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - dd - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- Styled linear layout, compensating for the lack of a defStyle parameter - in pre-Honeycomb LinearLayout's constructor. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - style="?attr/actionBarTabBarStyle"> -</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml deleted file mode 100644 index 73482e2aac7803fd16400820806c77ff6479dd2e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - dd - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.view.menu.ActionMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:gravity="center" - android:focusable="true" - android:paddingTop="4dip" - android:paddingBottom="4dip" - android:paddingLeft="8dip" - android:paddingRight="8dip" - android:textAppearance="?attr/actionMenuTextAppearance" - android:textColor="?attr/actionMenuTextColor" - style="?attr/actionButtonStyle"/> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_menu_item_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml deleted file mode 100644 index e1a9e0db20c2a7999c2f2e2705ccc58271c1d432..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.widget.ActionMenuView - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - app:divider="?attr/actionBarDivider" - app:dividerPadding="12dip" - android:gravity="center_vertical"/> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_menu_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml deleted file mode 100644 index ffb6a77ec93722d9d356f85174a39a90b9d78fa3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2012, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> -<android.support.v7.internal.widget.ActionBarContextView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:visibility="gone" - android:theme="?attr/actionBarTheme" - style="?attr/actionModeStyle"/> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_mode_bar.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml deleted file mode 100644 index c52ce7d4ee6970cae7a68182059f026123dc1917..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.widget.TintImageView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_mode_close_button" - android:contentDescription="@string/abc_action_mode_done" - android:focusable="true" - android:clickable="true" - android:src="?attr/actionModeCloseDrawable" - style="?attr/actionModeCloseButtonStyle" - android:layout_width="wrap_content" - android:layout_height="match_parent" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_action_mode_close_item_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml deleted file mode 100644 index df8895d0ecc69b0cd9559b006bb419b93284c480..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -** -** Copyright 2013, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> -<view xmlns:android="http://schemas.android.com/apk/res/android" - class="android.support.v7.internal.widget.ActivityChooserView$InnerLayout" - android:id="@+id/activity_chooser_view_content" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - style="?attr/activityChooserViewStyle"> - - <FrameLayout - android:id="@+id/expand_activities_button" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - android:focusable="true" - android:addStatesFromChildren="true" - android:background="?attr/actionBarItemBackground"> - - <ImageView android:id="@+id/image" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center" - android:layout_marginTop="2dip" - android:layout_marginBottom="2dip" - android:layout_marginLeft="12dip" - android:layout_marginRight="12dip" - android:scaleType="fitCenter" - android:adjustViewBounds="true" /> - - </FrameLayout> - - <FrameLayout - android:id="@+id/default_activity_button" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center" - android:focusable="true" - android:addStatesFromChildren="true" - android:background="?attr/actionBarItemBackground"> - - <ImageView android:id="@+id/image" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center" - android:layout_marginTop="2dip" - android:layout_marginBottom="2dip" - android:layout_marginLeft="12dip" - android:layout_marginRight="12dip" - android:scaleType="fitCenter" - android:adjustViewBounds="true" /> - - </FrameLayout> - -</view> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_activity_chooser_view.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml deleted file mode 100644 index 29c798bd8b4bf8742d62b9bbccf6d69c15e3ca2f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml +++ /dev/null @@ -1,52 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/list_item" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:minWidth="196dip" - android:orientation="vertical"> - - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:duplicateParentState="true" > - - <ImageView - android:id="@+id/icon" - android:layout_width="32dip" - android:layout_height="32dip" - android:layout_gravity="center_vertical" - android:layout_marginRight="8dip" - android:duplicateParentState="true"/> - - <TextView - android:id="@+id/title" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:textAppearance="?attr/textAppearanceLargePopupMenu" - android:duplicateParentState="true" - android:singleLine="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal"/> - - </LinearLayout> - -</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_activity_chooser_view_list_item.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml deleted file mode 100644 index a763dbdbf0f92d8ebd734df9a028c9643d3422b5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml +++ /dev/null @@ -1,148 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/parentPanel" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical"> - - <LinearLayout - android:id="@+id/topPanel" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical"> - - <LinearLayout - android:id="@+id/title_template" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:gravity="center_vertical" - android:paddingLeft="?attr/dialogPreferredPadding" - android:paddingRight="?attr/dialogPreferredPadding" - android:paddingTop="@dimen/abc_dialog_padding_top_material"> - - <ImageView - android:id="@android:id/icon" - android:layout_width="32dip" - android:layout_height="32dip" - android:scaleType="fitCenter" - android:src="@null" - style="@style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon"/> - - <android.support.v7.internal.widget.DialogTitle - android:id="@+id/alertTitle" - style="?attr/android:windowTitleStyle" - android:singleLine="true" - android:ellipsize="end" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textAlignment="viewStart" /> - - </LinearLayout> - <!-- If the client uses a customTitle, it will be added here. --> - </LinearLayout> - - <FrameLayout - android:id="@+id/contentPanel" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_weight="1" - android:minHeight="48dp"> - - <ScrollView - android:id="@+id/scrollView" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:clipToPadding="false"> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical"> - - <TextView - android:id="@android:id/message" - style="@style/TextAppearance.AppCompat.Subhead" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingLeft="?attr/dialogPreferredPadding" - android:paddingTop="@dimen/abc_dialog_padding_top_material" - android:paddingRight="?attr/dialogPreferredPadding"/> - - <View - android:id="@+id/textSpacerNoButtons" - android:visibility="gone" - android:layout_width="0dp" - android:layout_height="@dimen/abc_dialog_padding_top_material"/> - </LinearLayout> - </ScrollView> - - </FrameLayout> - - <FrameLayout - android:id="@+id/customPanel" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_weight="1" - android:minHeight="48dp"> - - <FrameLayout - android:id="@+id/custom" - android:layout_width="match_parent" - android:layout_height="wrap_content"/> - </FrameLayout> - - <LinearLayout - android:id="@+id/buttonPanel" - style="?attr/buttonBarStyle" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layoutDirection="locale" - android:orientation="horizontal" - android:paddingLeft="12dp" - android:paddingRight="12dp" - android:paddingTop="8dp" - android:paddingBottom="8dp" - android:gravity="bottom"> - - <Button - android:id="@android:id/button3" - style="?attr/buttonBarNeutralButtonStyle" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> - - <android.support.v4.widget.Space - android:layout_width="0dp" - android:layout_height="0dp" - android:layout_weight="1" - android:visibility="invisible"/> - - <Button - android:id="@android:id/button2" - style="?attr/buttonBarNegativeButtonStyle" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> - - <Button - android:id="@android:id/button1" - style="?attr/buttonBarPositiveButtonStyle" - android:layout_width="wrap_content" - android:layout_height="wrap_content"/> - </LinearLayout> -</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_alert_dialog_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml deleted file mode 100644 index 472faacbb667d928ecd2c9bcf2610390db31fd49..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- -This is an optimized layout for a screen, with the minimum set of features -enabled. ---> - -<android.support.v7.internal.widget.FitWindowsLinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_height="match_parent" - android:layout_width="match_parent" - android:orientation="vertical" - android:fitsSystemWindows="true"> - - <TextView - android:id="@+id/title" - style="?android:attr/windowTitleStyle" - android:singleLine="true" - android:ellipsize="end" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textAlignment="viewStart" - android:paddingLeft="?attr/dialogPreferredPadding" - android:paddingRight="?attr/dialogPreferredPadding" - android:paddingTop="@dimen/abc_dialog_padding_top_material"/> - - <include - layout="@layout/abc_screen_content_include" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_weight="1"/> - -</android.support.v7.internal.widget.FitWindowsLinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_dialog_title_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml deleted file mode 100644 index 449be093ac531a56fdecac8698c4b945e52239e6..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.view.menu.ExpandedMenuView - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/expanded_menu" - android:layout_width="?attr/panelMenuListWidth" - android:layout_height="wrap_content" /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_expanded_menu_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml deleted file mode 100644 index f1b0a0708e53d0dc13a5961e631d7d8cab830e30..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<CheckBox xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/checkbox" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:focusable="false" - android:clickable="false" - android:duplicateParentState="true"/> - - -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_checkbox.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml deleted file mode 100644 index e4613d5b46985832b15b658150e9e16b57905573..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<ImageView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/icon" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginLeft="8dip" - android:layout_marginRight="-8dip" - android:layout_marginTop="8dip" - android:layout_marginBottom="8dip" - android:scaleType="centerInside" - android:duplicateParentState="true"/> - -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_icon.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml deleted file mode 100644 index e31c0b9e2e57330f3628bbdb99a8fe386d777171..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.view.menu.ListMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="?attr/listPreferredItemHeightSmall"> - - <!-- Icon will be inserted here. --> - - <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> - <RelativeLayout - android:layout_width="0dip" - android:layout_weight="1" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:layout_marginLeft="?attr/listPreferredItemPaddingLeft" - android:layout_marginRight="?attr/listPreferredItemPaddingRight" - android:duplicateParentState="true"> - - <TextView - android:id="@+id/title" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:layout_alignParentLeft="true" - android:textAppearance="?attr/textAppearanceListItemSmall" - android:singleLine="true" - android:duplicateParentState="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" /> - - <TextView - android:id="@+id/shortcut" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/title" - android:layout_alignParentLeft="true" - android:textAppearance="?android:attr/textAppearanceSmall" - android:singleLine="true" - android:duplicateParentState="true" /> - - </RelativeLayout> - - <!-- Checkbox, and/or radio button will be inserted here. --> - -</android.support.v7.internal.view.menu.ListMenuItemView> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml deleted file mode 100644 index 7bc5206980e629f0d5017d2b1870b73fa1974eb0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2007 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<RadioButton xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/radio" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:focusable="false" - android:clickable="false" - android:duplicateParentState="true"/> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_radio.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml deleted file mode 100644 index 0d10365961d44c7486e4af4cdbe93053c02458a8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2010 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.view.menu.ListMenuItemView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:minWidth="196dip" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem"> - - <!-- Icon will be inserted here. --> - - <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> - <RelativeLayout - android:layout_width="0dip" - android:layout_weight="1" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:duplicateParentState="true" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup"> - - <TextView - android:id="@+id/title" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:textAppearance="?attr/textAppearanceLargePopupMenu" - android:singleLine="true" - android:duplicateParentState="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" /> - - <TextView - android:id="@+id/shortcut" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/title" - android:textAppearance="?attr/textAppearanceSmallPopupMenu" - android:singleLine="true" - android:duplicateParentState="true" - style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" /> - - </RelativeLayout> - - <!-- Checkbox, and/or radio button will be inserted here. --> - -</android.support.v7.internal.view.menu.ListMenuItemView> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_popup_menu_item_layout.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml deleted file mode 100644 index 7a6d272579e10e81e15cdfa6b83a19d9f27a88f2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<merge xmlns:android="http://schemas.android.com/apk/res/android"> - - <android.support.v7.internal.widget.ContentFrameLayout - android:id="@id/action_bar_activity_content" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:foregroundGravity="fill_horizontal|top" - android:foreground="?android:attr/windowContentOverlay" /> - -</merge> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_screen_content_include.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml deleted file mode 100644 index f96f64ffd8b1ef8393f2f96a5faafdc22763b9b5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.widget.FitWindowsLinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_bar_root" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical" - android:fitsSystemWindows="true"> - - <android.support.v7.internal.widget.ViewStubCompat - android:id="@+id/action_mode_bar_stub" - android:inflatedId="@+id/action_mode_bar" - android:layout="@layout/abc_action_mode_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> - - <include layout="@layout/abc_screen_content_include" /> - -</android.support.v7.internal.widget.FitWindowsLinearLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_screen_simple.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml deleted file mode 100644 index 468fe145b680a6b3182ead91df5e968caebf7339..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ - -This is an optimized layout for a screen, with the minimum set of features -enabled. ---> - -<android.support.v7.internal.widget.FitWindowsFrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/action_bar_root" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> - - <include layout="@layout/abc_screen_content_include" /> - - <android.support.v7.internal.widget.ViewStubCompat - android:id="@+id/action_mode_bar_stub" - android:inflatedId="@+id/action_mode_bar" - android:layout="@layout/abc_action_mode_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> - -</android.support.v7.internal.widget.FitWindowsFrameLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml deleted file mode 100644 index 2ab548b6a2df2f4b5052f2ea6c87101a1e2be599..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<android.support.v7.internal.widget.ActionBarOverlayLayout - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/decor_content_parent" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> - - <include layout="@layout/abc_screen_content_include"/> - - <android.support.v7.internal.widget.ActionBarContainer - android:id="@+id/action_bar_container" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - style="?attr/actionBarStyle" - android:touchscreenBlocksFocus="true" - android:gravity="top"> - - <android.support.v7.widget.Toolbar - android:id="@+id/action_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - app:navigationContentDescription="@string/abc_action_bar_up_description" - style="?attr/toolbarStyle"/> - - <android.support.v7.internal.widget.ActionBarContextView - android:id="@+id/action_context_bar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:visibility="gone" - android:theme="?attr/actionBarTheme" - style="?attr/actionModeStyle"/> - - </android.support.v7.internal.widget.ActionBarContainer> - -</android.support.v7.internal.widget.ActionBarOverlayLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_screen_toolbar.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml deleted file mode 100644 index dfc0d7ebb072e3c44d86e3b8b931ad9a9dcda3a4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml +++ /dev/null @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright (C) 2014 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ ---> - -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="58dip" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown"> - - <!-- Icons come first in the layout, since their placement doesn't depend on - the placement of the text views. --> - <android.support.v7.internal.widget.TintImageView - android:id="@android:id/icon1" - android:layout_width="@dimen/abc_dropdownitem_icon_width" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:visibility="invisible" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/edit_query" - android:layout_width="48dip" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:background="?attr/selectableItemBackground" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@id/android:icon2" - android:layout_width="48dip" - android:layout_height="48dip" - android:scaleType="centerInside" - android:layout_alignWithParentIfMissing="true" - android:layout_alignParentTop="true" - android:layout_alignParentBottom="true" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" /> - - - <!-- The subtitle comes before the title, since the height of the title depends on whether the - subtitle is visible or gone. --> - <TextView android:id="@android:id/text2" - style="?android:attr/dropDownItemStyle" - android:textAppearance="?attr/textAppearanceSearchResultSubtitle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="29dip" - android:paddingBottom="4dip" - android:gravity="top" - android:layout_alignWithParentIfMissing="true" - android:layout_alignParentBottom="true" - android:visibility="gone" /> - - <!-- The title is placed above the subtitle, if there is one. If there is no - subtitle, it fills the parent. --> - <TextView android:id="@android:id/text1" - style="?android:attr/dropDownItemStyle" - android:textAppearance="?attr/textAppearanceSearchResultTitle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_above="@android:id/text2" /> - -</RelativeLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml b/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml deleted file mode 100644 index 00cfd331bd056ba6b3e4e21171f7e4c860e8656f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml +++ /dev/null @@ -1,142 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* - * Copyright (C) 2014 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - ---> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/search_bar" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="horizontal"> - - <!-- This is actually used for the badge icon *or* the badge label (or neither) --> - <TextView - android:id="@+id/search_badge" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:gravity="center_vertical" - android:layout_marginBottom="2dip" - android:drawablePadding="0dip" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="?android:attr/textColorPrimary" - android:visibility="gone" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_button" - style="?attr/actionButtonStyle" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_search" /> - - <LinearLayout - android:id="@+id/search_edit_frame" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center_vertical" - android:layout_marginTop="4dip" - android:layout_marginBottom="4dip" - android:layout_marginLeft="8dip" - android:layout_marginRight="8dip" - android:orientation="horizontal" - android:layoutDirection="locale"> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_mag_icon" - android:layout_width="@dimen/abc_dropdownitem_icon_width" - android:layout_height="wrap_content" - android:scaleType="centerInside" - android:layout_gravity="center_vertical" - android:visibility="gone" - style="@style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon" /> - - <!-- Inner layout contains the app icon, button(s) and EditText --> - <LinearLayout - android:id="@+id/search_plate" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center_vertical" - android:orientation="horizontal"> - - <view class="android.support.v7.widget.SearchView$SearchAutoComplete" - android:id="@+id/search_src_text" - android:layout_height="36dip" - android:layout_width="0dp" - android:layout_weight="1" - android:minWidth="@dimen/abc_search_view_text_min_width" - android:layout_gravity="bottom" - android:paddingLeft="@dimen/abc_dropdownitem_text_padding_left" - android:paddingRight="@dimen/abc_dropdownitem_text_padding_right" - android:singleLine="true" - android:ellipsize="end" - android:background="@null" - android:inputType="text|textAutoComplete|textNoSuggestions" - android:imeOptions="actionSearch" - android:dropDownHeight="wrap_content" - android:dropDownAnchor="@id/search_edit_frame" - android:dropDownVerticalOffset="0dip" - android:dropDownHorizontalOffset="0dip" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_close_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:paddingLeft="8dip" - android:paddingRight="8dip" - android:layout_gravity="center_vertical" - android:background="?attr/selectableItemBackgroundBorderless" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_clear" /> - - </LinearLayout> - - <LinearLayout - android:id="@+id/submit_area" - android:orientation="horizontal" - android:layout_width="wrap_content" - android:layout_height="match_parent"> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_go_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:background="?attr/selectableItemBackgroundBorderless" - android:visibility="gone" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_submit" /> - - <android.support.v7.internal.widget.TintImageView - android:id="@+id/search_voice_btn" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical" - android:paddingLeft="16dip" - android:paddingRight="16dip" - android:background="?attr/selectableItemBackgroundBorderless" - android:visibility="gone" - android:focusable="true" - android:contentDescription="@string/abc_searchview_description_voice" /> - </LinearLayout> - </LinearLayout> -</LinearLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_search_view.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml deleted file mode 100644 index a4011d84999c563f1733da4442aa05a3134231f2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- - This layout file is used by the AlertDialog when displaying a list of items. - This layout file is inflated and used as the ListView to display the items. - Assign an ID so its state will be saved/restored. ---> -<ListView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/select_dialog_listview" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:cacheColorHint="@null" - android:divider="?attr/listDividerAlertDialog" - android:scrollbars="vertical" - android:overScrollMode="ifContentScrolls" - android:fadingEdge="none" - android:paddingTop="@dimen/abc_dialog_list_padding_vertical_material" - android:paddingBottom="@dimen/abc_dialog_list_padding_vertical_material" - android:clipToPadding="false" - style="@style/Widget.AppCompat.ListView" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_select_dialog_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/activity_main.xml b/app/build/intermediates/res/merged/debug/layout/activity_main.xml deleted file mode 100644 index 3c36196549a8795ab172318d3b8e789add220823..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/activity_main.xml +++ /dev/null @@ -1,33 +0,0 @@ -<RelativeLayout android:id="@+id/main_layout" - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".MainActivity"> - - <android.support.v7.widget.Toolbar - android:id="@+id/toolbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_alignParentTop="true" - android:background="@color/background_material_dark" - android:elevation="6dp" - android:minHeight="?attr/actionBarSize" - android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" /> - - <android.support.design.widget.TabLayout - android:id="@+id/tab_layout" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@+id/toolbar" - android:background="@color/background_material_dark" - android:elevation="6dp" - android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" /> - - <android.support.v4.view.ViewPager - android:id="@+id/pager" - android:layout_width="match_parent" - android:layout_height="fill_parent" - android:layout_below="@id/tab_layout" /> - -</RelativeLayout> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_media_action.xml b/app/build/intermediates/res/merged/debug/layout/notification_media_action.xml deleted file mode 100644 index fa4b17192c62590f5e204c7221fa77acee3ac2b4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_media_action.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<ImageButton xmlns:android="http://schemas.android.com/apk/res/android" - style="?android:attr/borderlessButtonStyle" - android:id="@+id/action0" - android:layout_width="48dp" - android:layout_height="match_parent" - android:layout_marginLeft="2dp" - android:layout_marginRight="2dp" - android:layout_weight="1" - android:gravity="center"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_media_action.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml b/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml deleted file mode 100644 index 2ea0e6c7f814587509e4b1de58ad05f989272a70..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<ImageButton xmlns:android="http://schemas.android.com/apk/res/android" - style="?android:attr/borderlessButtonStyle" - android:id="@+id/cancel_action" - android:layout_width="48dp" - android:layout_height="match_parent" - android:layout_marginLeft="2dp" - android:layout_marginRight="2dp" - android:layout_weight="1" - android:src="@drawable/abc_ic_clear_mtrl_alpha" - android:gravity="center" - android:visibility="gone"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_media_cancel_action.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml deleted file mode 100644 index 2d953210850309b7c32a1c6abb23fea4de61a305..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/status_bar_latest_event_content" - android:layout_width="match_parent" - android:layout_height="128dp" - > - <ImageView android:id="@+id/icon" - android:layout_width="@dimen/notification_large_icon_width" - android:layout_height="@dimen/notification_large_icon_height" - android:scaleType="centerCrop" - /> - <include layout="@layout/notification_media_cancel_action" - android:layout_width="48dp" - android:layout_height="48dp" - android:layout_marginLeft="2dp" - android:layout_marginRight="2dp" - android:layout_alignParentRight="true"/> - <include layout="@layout/notification_template_lines" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_gravity="fill_vertical" - android:layout_marginLeft="@dimen/notification_large_icon_width" - android:layout_marginStart="@dimen/notification_large_icon_width" - android:layout_toLeftOf="@id/cancel_action" - android:layout_toStartOf="@id/cancel_action"/> - <LinearLayout - android:id="@+id/media_actions" - android:layout_width="match_parent" - android:layout_height="48dp" - android:layout_alignParentBottom="true" - android:layout_marginLeft="12dp" - android:layout_marginRight="12dp" - android:orientation="horizontal" - android:layoutDirection="ltr" - > - <!-- media buttons will be added here --> - </LinearLayout> - <ImageView - android:layout_width="match_parent" - android:layout_height="1dp" - android:layout_above="@id/media_actions" - android:id="@+id/action_divider" - android:background="?android:attr/dividerHorizontal" /> -</RelativeLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_big_media.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml deleted file mode 100644 index e1e4ff53af22e3ad442cf34e6d84ac0c9b349212..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml +++ /dev/null @@ -1,69 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<!-- Layout to be used with only max 3 actions. It has a much larger picture at the left side--> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/status_bar_latest_event_content" - android:layout_width="match_parent" - android:layout_height="128dp" - > - <ImageView android:id="@+id/icon" - android:layout_width="128dp" - android:layout_height="128dp" - android:scaleType="centerCrop" - /> - - <include layout="@layout/notification_media_cancel_action" - android:layout_width="48dp" - android:layout_height="48dp" - android:layout_marginLeft="2dp" - android:layout_marginRight="2dp" - android:layout_alignParentRight="true" - android:layout_alignParentEnd="true"/> - - <include layout="@layout/notification_template_lines" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_marginLeft="128dp" - android:layout_marginStart="128dp" - android:layout_toLeftOf="@id/cancel_action" - android:layout_toStartOf="@id/cancel_action"/> - - <LinearLayout - android:id="@+id/media_actions" - android:layout_width="match_parent" - android:layout_height="48dp" - android:layout_toRightOf="@id/icon" - android:layout_toEndOf="@id/icon" - android:layout_alignParentBottom="true" - android:layout_marginLeft="12dp" - android:layout_marginRight="12dp" - android:orientation="horizontal" - android:layoutDirection="ltr" - > - <!-- media buttons will be added here --> - </LinearLayout> - <ImageView - android:layout_width="match_parent" - android:layout_height="1dp" - android:layout_toRightOf="@id/icon" - android:layout_toEndOf="@id/icon" - android:layout_above="@id/media_actions" - android:id="@+id/action_divider" - android:background="?android:attr/dividerHorizontal" /> -</RelativeLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_big_media_narrow.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml deleted file mode 100644 index 7cdaaf96c9e45faf0c616910635a5a0466c71cbb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml +++ /dev/null @@ -1,108 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical" - android:paddingRight="8dp" - android:paddingEnd="8dp" - android:paddingTop="2dp" - android:paddingBottom="2dp" - > - <LinearLayout - android:id="@+id/line1" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:paddingTop="6dp" - android:layout_marginLeft="8dp" - android:layout_marginStart="8dp" - android:orientation="horizontal" - > - <TextView android:id="@+id/title" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Title" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" - android:layout_weight="1" - /> - <include - layout="@layout/notification_template_part_time" - android:id="@+id/time" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_weight="0" - android:visibility="gone" - /> - <include - layout="@layout/notification_template_part_chronometer" - android:id="@+id/chronometer" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_weight="0" - android:visibility="gone" - /> - </LinearLayout> - <TextView android:id="@+id/text2" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Line2" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_marginTop="-2dp" - android:layout_marginBottom="-2dp" - android:layout_marginLeft="8dp" - android:layout_marginStart="8dp" - android:singleLine="true" - android:fadingEdge="horizontal" - android:ellipsize="marquee" - android:visibility="gone" - /> - <LinearLayout - android:id="@+id/line3" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:gravity="center_vertical" - android:layout_marginLeft="8dp" - android:layout_marginStart="8dp" - > - <TextView android:id="@+id/text" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1" - android:layout_gravity="center" - android:singleLine="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" - /> - <TextView android:id="@+id/info" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_weight="0" - android:singleLine="true" - android:gravity="center" - android:paddingLeft="8dp" - android:paddingStart="8dp" - /> - </LinearLayout> -</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_lines.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml deleted file mode 100644 index 0c53d24e307b53b3037e0154d37bea1f221ef451..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/status_bar_latest_event_content" - android:layout_width="match_parent" - android:layout_height="64dp" - android:orientation="horizontal" - > - <ImageView android:id="@+id/icon" - android:layout_width="@dimen/notification_large_icon_width" - android:layout_height="@dimen/notification_large_icon_width" - android:scaleType="centerCrop" - /> - <include layout="@layout/notification_template_lines" - android:layout_width="0dp" - android:layout_height="wrap_content" - android:layout_weight="1"/> - <LinearLayout - android:id="@+id/media_actions" - android:layout_width="wrap_content" - android:layout_height="match_parent" - android:layout_gravity="center_vertical|end" - android:orientation="horizontal" - android:layoutDirection="ltr" - > - <!-- media buttons will be added here --> - </LinearLayout> - <include layout="@layout/notification_media_cancel_action" - android:layout_width="48dp" - android:layout_height="match_parent" - android:layout_marginRight="6dp" - android:layout_marginEnd="6dp"/> - <ImageView android:id="@+id/end_padder" - android:layout_width="6dp" - android:layout_height="match_parent" - /> -</LinearLayout> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_media.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml deleted file mode 100644 index b76205cd6058973be92cff04d3524d0d80250dff..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<Chronometer android:id="@+id/chronometer" xmlns:android="http://schemas.android.com/apk/res/android" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Time" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_weight="0" - android:singleLine="true" - android:gravity="center" - android:paddingLeft="8dp" - android:paddingStart="8dp" - /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_part_chronometer.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml deleted file mode 100644 index e5d3864ebd9fe62a4a0d202503e5dc56d73ef5a9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (C) 2015 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> - -<DateTimeView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android" - android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Time" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center" - android:layout_weight="0" - android:singleLine="true" - android:gravity="center" - android:paddingLeft="8dp" - android:paddingStart="8dp" - /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/notification_template_part_time.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml deleted file mode 100644 index 91f62f8a777e82bb85227eda98da80bfa7117d31..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- - This layout file is used by the AlertDialog when displaying a list of items. - This layout file is inflated and used as the TextView to display individual - items. ---> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:minHeight="?attr/listPreferredItemHeightSmall" - android:textAppearance="?attr/textAppearanceListItemSmall" - android:textColor="?attr/textColorAlertDialogListItem" - android:gravity="center_vertical" - android:paddingLeft="?attr/listPreferredItemPaddingLeft" - android:paddingRight="?attr/listPreferredItemPaddingRight" - android:ellipsize="marquee" /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/select_dialog_item_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml deleted file mode 100644 index 76d2c37bdb1c8b0df62297ef23e1b19cd88414e3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:minHeight="?attr/listPreferredItemHeightSmall" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="?attr/textColorAlertDialogListItem" - android:gravity="center_vertical" - android:paddingLeft="?attr/dialogPreferredPadding" - android:paddingRight="?attr/dialogPreferredPadding" - android:checkMark="?android:attr/listChoiceIndicatorMultiple" - android:ellipsize="marquee" /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/select_dialog_multichoice_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml deleted file mode 100644 index eeccbc2d7a6a92325718485e602403003a4d4c7f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2014 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:minHeight="?attr/listPreferredItemHeightSmall" - android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="?attr/textColorAlertDialogListItem" - android:gravity="center_vertical" - android:paddingLeft="?attr/dialogPreferredPadding" - android:paddingRight="?attr/dialogPreferredPadding" - android:checkMark="?android:attr/listChoiceIndicatorSingle" - android:ellipsize="marquee" /> -<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/select_dialog_singlechoice_material.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml deleted file mode 100644 index 7c177889cffc539b8836b8ac5e08a40908d4b6aa..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -** -** Copyright 2008, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> -<TextView xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@android:id/text1" - style="?attr/spinnerDropDownItemStyle" - android:singleLine="true" - android:layout_width="match_parent" - android:layout_height="?attr/dropdownListPreferredItemHeight" - android:ellipsize="marquee"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/layout/support_simple_spinner_dropdown_item.xml --> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png deleted file mode 100644 index 1dbefa9ac9d63831d2659d427c59eb8ae1847e29..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png deleted file mode 100644 index c8e2986421e42d1c028650de61bc8978de90bcd6..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png deleted file mode 100644 index c0cad09cd3bf7748d6fd3f759f7087341c39d326..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png deleted file mode 100644 index 82b540708e7a6cef961ecbc6170f4dfad2672839..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png deleted file mode 100644 index e33de9c94bc84aa2fb55f2022ac62700167320e5..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png and /dev/null differ diff --git a/app/build/intermediates/res/merged/debug/values-af/values-af.xml b/app/build/intermediates/res/merged/debug/values-af/values-af.xml deleted file mode 100644 index 84812a8ed2eba867b1ab286a02482c3400e69735..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-af/values-af.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeer tuis"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeer op"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Nog opsies"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Klaar"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sien alles"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Kies \'n program"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vee navraag uit"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Soeknavraag"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Soek"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Dien navraag in"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemsoektog"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deel met"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deel met %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-am/values-am.xml b/app/build/intermediates/res/merged/debug/values-am/values-am.xml deleted file mode 100644 index 6d8ce8e54808acb89adde5820f3d1bc181c20ea7..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-am/values-am.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ወደ መነሻ ይዳስሱ"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ወደ ላይ ይዳስሱ"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ተጨማሪ አማራጮች"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"ተከናውኗል"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ሁሉንም ይመልከቱ"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"መተግበሪያ ይምረጡ"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"መጠይቅ አጽዳ"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"የፍለጋ ጥያቄ"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ፍለጋ"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"መጠይቅ ያስረክቡ"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"የድምፅ ፍለጋ"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ከሚከተለው ጋር ያጋሩ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ከ%s ጋር ያጋሩ"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml b/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml deleted file mode 100644 index 6ee5951be2f93bcc10fc7380114bf3afff54eb57..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"التنقل إلى الشاشة الرئيسية"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"التنقل إلى أعلى"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"خيارات إضافية"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"تم"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"عرض الكل"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"اختيار تطبيق"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"محو طلب البحث"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"طلب البحث"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"بحث"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"إرسال طلب البحث"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"البحث الصوتي"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"مشاركة مع"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"مشاركة مع %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml b/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml deleted file mode 100644 index aa7ff35a791e77cf44c2b3b829c5b93128c6a0ca..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Придвижване към „Начало“"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Придвижване нагоре"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Още опции"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Вижте всички"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Изберете приложение"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Изчистване на заявката"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Заявка за търсене"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Търсене"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Изпращане на заявката"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласово търсене"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Споделяне със:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Споделяне със: %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml b/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml deleted file mode 100644 index 3ce5f3ee1c83fcb8b56c7dfa58a556fc9cdaa24f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"হোম এ নেভিগেট করুন"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"উপরের দিকে নেভিগেট করুন"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"আরো বিকল্প"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন হয়েছে"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সবগুলো দেখুন"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"একটি অ্যাপ্লিকেশান চয়ন করুন"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ক্যোয়ারী সাফ করুন"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ক্যোয়ারী অনুসন্ধান করুন"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"অনুসন্ধান করুন"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ক্যোয়ারী জমা দিন"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ভয়েস অনুসন্ধান"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"এর সাথে ভাগ করুন"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s এর সাথে ভাগ করুন"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml b/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml deleted file mode 100644 index 80dd170d50481acc1598e7796e2ad0d111919b50..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navega a la pàgina d\'inici"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navega cap a dalt"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Més opcions"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Fet"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Mostra\'ls tots"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecciona una aplicació"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Esborra la consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de cerca"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envia la consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Cerca per veu"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Comparteix amb"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Comparteix amb %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml b/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml deleted file mode 100644 index a862180aaa54ecbae0acbe5488e1d4d5c3b2827c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Přejít na plochu"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Přejít nahoru"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Více možností"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobrazit vše"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vybrat aplikaci"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Smazat dotaz"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhledávací dotaz"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Hledat"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odeslat dotaz"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhledávání"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Sdílet pomocí"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Sdílet pomocí %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-da/values-da.xml b/app/build/intermediates/res/merged/debug/values-da/values-da.xml deleted file mode 100644 index 91f5306b9b60541c19874ef3dcbaca7f0ae15958..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-da/values-da.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Naviger hjem"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Naviger op"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere muligheder"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Luk"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vælg en app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ryd forespørgslen"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Søgeforespørgsel"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Søg"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Indsend forespørgslen"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemmesøgning"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-de/values-de.xml b/app/build/intermediates/res/merged/debug/values-de/values-de.xml deleted file mode 100644 index b6912f6bba6f7fa9be318671d801b2c78306586f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-de/values-de.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zur Startseite"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nach oben"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Weitere Optionen"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Fertig"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alle ansehen"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"App auswählen"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Suchanfrage löschen"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Suchanfrage"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Suchen"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Suchanfrage senden"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Sprachsuche"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Freigeben für"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Freigeben für %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-el/values-el.xml b/app/build/intermediates/res/merged/debug/values-el/values-el.xml deleted file mode 100644 index ad57bc339baf70fa49018bf527e28f558c47ebd9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-el/values-el.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Πλοήγηση στην αρχική σελίδα"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Πλοήγηση προς τα επάνω"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Περισσότερες επιλογές"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Τέλος"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Προβολή όλων"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Επιλέξτε κάποια εφαρμογή"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Διαγραφή ερωτήματος"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Ερώτημα αναζήτησης"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Αναζήτηση"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Υποβολή ερωτήματος"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Φωνητική αναζήτηση"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Κοινή χρήση με"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml deleted file mode 100644 index dec9a30fcd698cad9de3896d3301b2b439237601..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Finished"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml deleted file mode 100644 index dec9a30fcd698cad9de3896d3301b2b439237601..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Finished"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml deleted file mode 100644 index 7e84c580f671dbc52e0e61068a6479e91a491e57..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar a la página principal"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar hacia arriba"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Elige una aplicación."</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Eliminar la consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de búsqueda"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Búsqueda"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-es/values-es.xml b/app/build/intermediates/res/merged/debug/values-es/values-es.xml deleted file mode 100644 index b05af8fedc4ff13ae097e1139911057438fc4233..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-es/values-es.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir a la pantalla de inicio"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desplazarse hacia arriba"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Seleccionar una aplicación"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml b/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml deleted file mode 100644 index 90b6d81a9ef7ddfaeafae8379734cd0cf42b01c6..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeerimine avaekraanile"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeerimine üles"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Rohkem valikuid"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Kuva kõik"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valige rakendus"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Päringu tühistamine"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Otsingupäring"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Otsing"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Päringu esitamine"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Häälotsing"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jagamine:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jagamine kasutajaga %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml b/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml deleted file mode 100644 index 653ccd976cefae784c79e26b9f8fb9a5285e9453..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Joan orri nagusira"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Joan gora"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Aukera gehiago"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Eginda"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ikusi guztiak"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Aukeratu aplikazio bat"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Garbitu kontsulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Bilaketa-kontsulta"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Bilatu"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Bidali kontsulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ahots bidezko bilaketa"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partekatu hauekin"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partekatu %s erabiltzailearekin"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml b/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml deleted file mode 100644 index 04db10a5ce1ce40f0b52f8b7917243902e7b8668..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"پیمایش به صفحه اصلی"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"پیمایش به بالا"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"گزینههای بیشتر"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"انجام شد"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"مشاهده همه"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"انتخاب برنامه"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"پاک کردن عبارت جستجو"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"عبارت جستجو"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"جستجو"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ارسال عبارت جستجو"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"جستجوی شفاهی"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"اشتراکگذاری با"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"اشتراکگذاری با %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml b/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml deleted file mode 100644 index 883e8f4edd61ec3575e71cd891a3e2a8c3ea475c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Siirry etusivulle"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Siirry ylös"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lisää"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Näytä kaikki"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valitse sovellus"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Tyhjennä kysely"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Hakulauseke"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Haku"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lähetä kysely"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Puhehaku"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jakaminen:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jakaminen: %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml deleted file mode 100644 index bb82426472634f6bc58afab01d0abc785bce86f1..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Terminé"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Voir toutes les chaînes"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionnez une application"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml b/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml deleted file mode 100644 index a73a2b33d237dc205950d72252a6cfa6fc335767..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"OK"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tout afficher"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionner une application"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml b/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml deleted file mode 100644 index d5ca5e2a3f59a7dbc4ee465d7491d39125fac5c8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir á páxina de inicio"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desprazarse cara arriba"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Máis opcións"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Feito"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todas"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escoller unha aplicación"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de busca"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Busca de voz"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml b/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml deleted file mode 100644 index e38bb90b3581627d059565973a7443441a887fe9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <dimen name="abc_alert_dialog_button_bar_height">54dip</dimen> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml b/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml deleted file mode 100644 index 56a5d476d954f10c04568341e00f5310ec1d29af..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle.Common"> - <item name="barSize">18.66dp</item> - <item name="gapBetweenBars">3.33dp</item> - <item name="drawableSize">24dp</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml b/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml deleted file mode 100644 index c3f81b63da18a1b91a566f1fc582ca6fdb57486c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"मुखपृष्ठ पर नेविगेट करें"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ऊपर नेविगेट करें"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"अधिक विकल्प"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"पूर्ण"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सभी देखें"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"कोई एप्लिकेशन चुनें"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्वेरी साफ़ करें"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"खोज क्वेरी"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"खोजें"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करें"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ध्वनि खोज"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"इसके द्वारा साझा करें"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s के साथ साझा करें"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml b/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml deleted file mode 100644 index 4eefcd30f90c9b9c0a0aba817b10b3554f6b7fb7..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Idi na početnu"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Idi gore"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Dodatne opcije"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odabir aplikacije"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbriši upit"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretraživanje"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraživanje"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeljenje sa"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dijeljenje sa: %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml b/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml deleted file mode 100644 index 7a92ebe5a1c64290b2250b5c8ee305d3943c32a9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ugrás a főoldalra"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Felfelé mozgatás"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"További lehetőségek"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Kész"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Összes megtekintése"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Válasszon ki egy alkalmazást"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Lekérdezés törlése"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Keresési lekérdezés"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Keresés"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lekérdezés küldése"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hangalapú keresés"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Megosztás a következővel:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Megosztás a következővel: %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml b/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml deleted file mode 100644 index 9eaf5bba67511b02347afbe4132c42ec6794f71b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ուղղվել տուն"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Ուղղվել վերև"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Այլ ընտրանքներ"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Կատարված է"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Տեսնել բոլորը"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Ընտրել ծրագիր"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Մաքրել հարցումը"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Որոնման հարցում"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Որոնել"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Ուղարկել հարցումը"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ձայնային որոնում"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Տարածել"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Տարածել ըստ %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-in/values-in.xml b/app/build/intermediates/res/merged/debug/values-in/values-in.xml deleted file mode 100644 index ca27a16a48de4a937043e759b2a29b673b57ad7b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-in/values-in.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi ke beranda"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi naik"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Opsi lain"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih aplikasi"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hapus kueri"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Kueri penelusuran"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Telusuri"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Kirim kueri"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Penelusuran suara"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bagikan dengan"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bagikan dengan %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml b/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml deleted file mode 100644 index a43b82969f3b1cba1c08b4645aeda04cf78456fd..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Fara heim"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Fara upp"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fleiri valkostir"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Lokið"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sjá allt"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Veldu forrit"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hreinsa fyrirspurn"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Leitarfyrirspurn"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Leita"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Senda fyrirspurn"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Raddleit"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deila með"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deila með %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-it/values-it.xml b/app/build/intermediates/res/merged/debug/values-it/values-it.xml deleted file mode 100644 index 5afc3976900c32260603931d5ace33a69b89bc2f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-it/values-it.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vai alla home page"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Vai in alto"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Altre opzioni"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Fine"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visualizza tutte"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Scegli un\'applicazione"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Cancella query"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Query di ricerca"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Invia query"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ricerca vocale"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Condividi con"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Condividi con %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml b/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml deleted file mode 100644 index 8d76e3482edb29f1b53a88884831b6bd793001d0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"נווט לדף הבית"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"נווט למעלה"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"עוד אפשרויות"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"בוצע"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ראה הכול"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"בחר אפליקציה"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"מחק שאילתה"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"שאילתת חיפוש"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"חפש"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"שלח שאילתה"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"חיפוש קולי"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"שתף עם"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"שתף עם %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml b/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml deleted file mode 100644 index d638b592c85908189b5341f50b52756455e9440b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ホームへ移動"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"上へ移動"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"その他のオプション"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"完了"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"すべて表示"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"アプリの選択"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"検索キーワードを削除"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"検索キーワード"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"検索"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"検索キーワードを送信"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"音声検索"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"共有"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%sと共有"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml b/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml deleted file mode 100644 index 269ffd01b8232f74783ca47ab8439a988eb385d6..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"მთავარზე ნავიგაცია"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ზემოთ ნავიგაცია"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"მეტი ვარიანტები"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"დასრულდა"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ყველას ნახვა"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"აპის არჩევა"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"მოთხოვნის გასუფთავება"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ძიების მოთხოვნა"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ძიება"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"მოთხოვნის გადაგზავნა"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ხმოვანი ძიება"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"გაზიარება:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-თან გაზიარება"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml b/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml deleted file mode 100644 index 87d0ff34270e93e1408dca899d8b10f4ea1c779c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Негізгі бетте қозғалу"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жоғары қозғалу"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Басқа опциялар"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Орындалды"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Барлығын көру"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Қолданбаны таңдау"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Сұрақты жою"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Сұрақты іздеу"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Іздеу"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Сұрақты жіберу"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Дауыс арқылы іздеу"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлісу"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s бөлісу"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml b/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml deleted file mode 100644 index 14bcf76e17b14db620f2361e4ff0080ead75db3b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"រកមើលទៅដើម"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"រកមើលឡើងលើ"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ជម្រើសច្រើនទៀត"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"រួចរាល់"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"មើលទាំងអស់"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ជ្រើសកម្មវិធី"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"សម្អាតសំណួរ"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ស្វែងរកសំណួរ"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ស្វែងរក"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ដាក់ស្នើសំណួរ"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ការស្វែងរកសំឡេង"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ចែករំលែកជាមួយ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ចែករំលែកជាមួយ %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml b/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml deleted file mode 100644 index 52464af0c66e6bc32351366d11c8912c07aac53e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"ಮುಗಿದಿದೆ"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ಎಲ್ಲವನ್ನೂ ನೋಡಿ"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ಹುಡುಕು"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ಧ್ವನಿ ಹುಡುಕಾಟ"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml b/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml deleted file mode 100644 index 60a62613346ca5e4bfc0576e5a9d9df3f12c882c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"홈 탐색"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"위로 탐색"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"옵션 더보기"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"완료"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"전체 보기"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"앱 선택"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"검색어 삭제"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"검색어"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"검색"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"검색어 보내기"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"음성 검색"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"공유 대상"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s와(과) 공유"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml b/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml deleted file mode 100644 index 6d6999bb8d4ca72f14ff8cb4edb7e7d4b23e3b42..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Үйгө багыттоо"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жогору"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Көбүрөөк мүмкүнчүлүктөр"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Даяр"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бардыгын көрүү"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Колдонмо тандоо"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Талаптарды тазалоо"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Издөө талаптары"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Издөө"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Талап жөнөтүү"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Үн аркылуу издөө"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлүшүү"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s аркылуу бөлүшүү"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-land/values-land.xml b/app/build/intermediates/res/merged/debug/values-land/values-land.xml deleted file mode 100644 index 2aa586a632cb426baeb19bbac3c0f781dd6598bb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-land/values-land.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> - <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> - <dimen name="abc_action_bar_default_height_material">48dp</dimen> - <dimen name="abc_action_bar_default_padding_material">0dp</dimen> - <dimen name="abc_action_bar_progress_bar_size">32dp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen> - <dimen name="abc_text_size_title_material_toolbar">14dp</dimen> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">center</item> - <item name="tabMode">fixed</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml b/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml deleted file mode 100644 index 55aba508ce2373e80daf93ebe197398e7a77a518..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> - <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> - <dimen name="abc_config_prefDialogWidth">440dp</dimen> - <dimen name="abc_search_view_text_min_width">192dip</dimen> - <item name="dialog_fixed_height_major" type="dimen">60%</item> - <item name="dialog_fixed_height_minor" type="dimen">90%</item> - <item name="dialog_fixed_width_major" type="dimen">60%</item> - <item name="dialog_fixed_width_minor" type="dimen">90%</item> - <integer name="abc_max_action_buttons">4</integer> - <style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Base.Theme.AppCompat.Dialog.FixedSize"/> - <style name="Base.Theme.AppCompat.Light.DialogWhenLarge" parent="Base.Theme.AppCompat.Light.Dialog.FixedSize"/> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml b/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml deleted file mode 100644 index 562656b02b7c04f82b5fa427b307d169a22e4f35..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ກັບໄປໜ້າຫຼັກ"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ຂຶ້ນເທິງ"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ໂຕເລືອກອື່ນ"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"ແລ້ວໆ"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ເບິ່ງທັງຫມົດ"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ເລືອກແອັບຯ"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ລຶບຂໍ້ຄວາມຊອກຫາ"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ຊອກຫາ"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ຊອກຫາ"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ສົ່ງການຊອກຫາ"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ຊອກຫາດ້ວຍສຽງ"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ແບ່ງປັນກັບ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ແບ່ງປັນກັບ %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml b/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml deleted file mode 100644 index a7818b51732d6863a0ab3c2c1afbb5fbcf2cab6c..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Eiti į pagrindinį puslapį"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Eiti į viršų"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Daugiau parinkčių"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Atlikta"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Peržiūrėti viską"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pasirinkti programą"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Išvalyti užklausą"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Paieškos užklausa"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Paieška"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pateikti užklausą"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Paieška balsu"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bendrinti naudojant"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bendrinti naudojant „%s“"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml b/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml deleted file mode 100644 index 5c9058b7dc00fc469dc7a9a183d84df19a11776a..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Pārvietoties uz sākuma ekrānu"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Pārvietoties augšup"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Vairāk opciju"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Gatavs"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Skatīt visu"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izvēlieties lietotni"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Notīrīt vaicājumu"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Meklēšanas vaicājums"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Meklēt"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Iesniegt vaicājumu"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Meklēšana ar balsi"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kopīgot ar:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kopīgot ar %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml b/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml deleted file mode 100644 index cab46debb97a629f7daef10524194c8657645c85..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Движи се кон дома"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Движи се нагоре"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Повеќе опции"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Види ги сите"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Избери апликација"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Исчисти барање"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Пребарај барање"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Пребарај"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Поднеси барање"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласовно пребарување"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Сподели со"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml b/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml deleted file mode 100644 index 93c373f22b4db0aca50857b28786bff2b5cec024..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"കൂടുതല് ഓപ്ഷനുകള്"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"പൂർത്തിയാക്കി"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"എല്ലാം കാണുക"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"അന്വേഷണം മായ്ക്കുക"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"തിരയൽ അന്വേഷണം"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"തിരയൽ"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"അന്വേഷണം സമർപ്പിക്കുക"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"വോയ്സ് തിരയൽ"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ഇവരുമായി പങ്കിടുക"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s എന്നതുമായി പങ്കിടുക"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml b/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml deleted file mode 100644 index 5ee6af1664576025f3db1c660072a5444b56f1bc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Нүүр хуудас руу шилжих"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Дээш шилжих"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Нэмэлт сонголтууд"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Дууссан"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бүгдийг харах"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Апп сонгох"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Асуулгыг цэвэрлэх"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Хайх асуулга"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Хайх"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Асуулгыг илгээх"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Дуут хайлт"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Хуваалцах"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-тай хуваалцах"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml b/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml deleted file mode 100644 index a6ec02dec90483739b2d3b02fec5be6af0a8ed09..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"मुख्यपृष्ठ नेव्हिगेट करा"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"वर नेव्हिगेट करा"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"अधिक पर्याय"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"पूर्ण झाले"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सर्व पहा"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"एक अॅप निवडा"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्वेरी स्पष्ट करा"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"शोध क्वेरी"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"शोध"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करा"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"व्हॉइस शोध"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"यांच्यासह सामायिक करा"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s सह सामायिक करा"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml b/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml deleted file mode 100644 index 9d9261e1230d1976be4d851821a706ca15b0f439..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi skrin utama"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi ke atas"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lagi pilihan"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih apl"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Kosongkan pertanyaan"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Pertanyaan carian"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cari"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Serah pertanyaan"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Carian suara"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kongsi dengan"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kongsi dengan %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml b/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml deleted file mode 100644 index 43155fba3b9ceb19047184e845760cd936e88a85..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"မူလနေရာကို သွားရန်"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"အပေါ်သို့သွားရန်"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ပိုမိုရွေးချယ်စရာများ"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"ပြီးဆုံးပါပြီ"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"အားလုံးကို ကြည့်ရန်"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ရှာစရာ အချက်အလက်နေရာ"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ရှာဖွေရန်"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"အသံဖြင့် ရှာဖွေခြင်း"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"မျှဝေဖို့ ရွေးပါ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ကို မျှဝေပါရန်"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml b/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml deleted file mode 100644 index 5731f03b4a821c3d6c858fbeadaf8e9acacc282e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Gå til startsiden"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Gå opp"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere alternativer"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Ferdig"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Velg en app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Slett søket"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Søkeord"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Søk"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Utfør søket"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøk"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml b/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml deleted file mode 100644 index 33cdeb99941a4c9a900eaef3d1c9bd39d5d439bc..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"गृह खोज्नुहोस्"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"माथि खोज्नुहोस्"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"थप विकल्पहरू"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"सम्पन्न भयो"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सबै हेर्नुहोस्"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"एउटा अनुप्रयोग छान्नुहोस्"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"प्रश्न हटाउनुहोस्"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"जिज्ञासाको खोज गर्नुहोस्"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"खोज्नुहोस्"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"जिज्ञासा पेस गर्नुहोस्"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"भ्वाइस खोजी"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"साझेदारी गर्नुहोस्..."</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s सँग साझेदारी गर्नुहोस्"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml b/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml deleted file mode 100644 index 2efd0aa66acaf4d085e77dd88f5062c1b6cbeb2f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeren naar startpositie"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Omhoog navigeren"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Meer opties"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Gereed"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alles weergeven"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Een app selecteren"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Zoekopdracht wissen"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Zoekopdracht"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Zoeken"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Zoekopdracht verzenden"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Gesproken zoekopdracht"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Delen met"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Delen met %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml b/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml deleted file mode 100644 index a01797de01e577c56cadc6a0642b2caf8627157e..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Przejdź do strony głównej"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Przejdź wyżej"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Więcej opcji"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Gotowe"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobacz wszystkie"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Wybierz aplikację"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Wyczyść zapytanie"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Wyszukiwane hasło"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Szukaj"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wyślij zapytanie"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Wyszukiwanie głosowe"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Udostępnij dla"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Udostępnij dla %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-port/values-port.xml b/app/build/intermediates/res/merged/debug/values-port/values-port.xml deleted file mode 100644 index 7a925dc76dd9a44fcb871d2a7ed379f9c50b5a3d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-port/values-port.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <bool name="abc_action_bar_embed_tabs">false</bool> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml b/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml deleted file mode 100644 index 04c8392d86daa41e3b7548f2003dc46d146a1b36..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escolher uma aplicação"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partilhar com"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partilhar com %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml b/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml deleted file mode 100644 index b18ecb721f0e4d36e4e83835d7ddaf1bd82e3b47..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecione um aplicativo"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartilhar com"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartilhar com %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml b/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml deleted file mode 100644 index e4747858e778aefcf3ad165d0622bf7c69415e57..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigați la ecranul de pornire"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigați în sus"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mai multe opțiuni"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Terminat"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Afișați-le pe toate"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Alegeți o aplicaţie"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ștergeți interogarea"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Interogare de căutare"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Căutați"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Trimiteți interogarea"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Căutare vocală"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Trimiteți la"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Trimiteți la %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml b/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml deleted file mode 100644 index ac7bee01d8be227fa9e7f4a6105b9fcc91b235e2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перейти на главный экран"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перейти вверх"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Другие параметры"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Показать все"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Выбрать приложение"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Удалить запрос"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Поисковый запрос"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Поиск"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Отправить запрос"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Голосовой поиск"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Открыть доступ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Открыть доступ пользователю %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml b/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml deleted file mode 100644 index 57bf17c53101c260c2b3a6235dd44cc52ec4edf9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ගෙදරට සංචාලනය කරන්න"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ඉහලට සංචාලනය කරන්න"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"තවත් විකල්ප"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"අවසාන වූ"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"සියල්ල බලන්න"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"යෙදුමක් තෝරන්න"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"විමසුම හිස් කරන්න"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"සෙවුම් විමසුම"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"සෙවීම"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"විමසුම යොමු කරන්න"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"හඬ සෙවීම"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"සමඟ බෙදාගන්න"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s සමඟ බෙදාගන්න"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml b/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml deleted file mode 100644 index 803a8509c662f21d8a433b3d47ed5f8c05d5387b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Prejsť na plochu"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Prejsť hore"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Ďalšie možnosti"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobraziť všetko"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Zvoľte aplikáciu"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vymazať dopyt"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhľadávací dopyt"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Hľadať"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odoslať dopyt"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhľadávanie"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Zdieľať pomocou"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Zdieľať pomocou %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml b/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml deleted file mode 100644 index fedbf1b4f88574a432b98180e4dbdf8917ae0f18..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Krmarjenje domov"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Krmarjenje navzgor"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Več možnosti"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Končano"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Pokaži vse"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izbira aplikacije"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbris poizvedbe"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Iskalna poizvedba"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Iskanje"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošiljanje poizvedbe"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno iskanje"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deljenje z"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deljenje z:"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml b/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml deleted file mode 100644 index 473792fdc03db4b5cc03ba52cbdb72902d3c71fa..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Одлазак на Почетну"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Кретање нагоре"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Још опција"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Прикажи све"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Избор апликације"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Брисање упита"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Упит за претрагу"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Претрага"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Слање упита"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласовна претрага"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Дели са"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Дели са апликацијом %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml b/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml deleted file mode 100644 index 8376337e6a3f35af05c704f4714bf6de87fb7520..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Visa startsidan"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigera uppåt"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fler alternativ"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Klart"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visa alla"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Välj en app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ta bort frågan"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Sökfråga"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Sök"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Skicka fråga"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Röstsökning"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dela med"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dela med %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml b/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml deleted file mode 100644 index 3c123274bb81df32c62270659679ed9a630bbbea..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Nenda mwanzo"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nenda juu"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Chaguo zaidi"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Nimemaliza"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Angalia zote"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Chagua programu"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Futa hoja"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Hoja ya utafutaji"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Tafuta"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wasilisha hoja"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Tafuta kwa kutamka"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Shiriki na:"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Shiriki na %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml b/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml deleted file mode 100644 index f81ddd5945e7d52daffa4a7fe53bfdcb1c5c6ff4..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <dimen name="abc_action_bar_content_inset_material">24dp</dimen> - <dimen name="abc_action_bar_default_height_material">64dp</dimen> - <dimen name="abc_action_bar_default_padding_material">4dp</dimen> - <dimen name="abc_action_bar_navigation_padding_start_material">8dp</dimen> - <dimen name="abc_action_bar_overflow_padding_end_material">18dp</dimen> - <dimen name="abc_config_prefDialogWidth">580dp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen> - <dimen name="abc_text_size_title_material_toolbar">20dp</dimen> - <dimen name="snackbar_action_inline_max_width">0dp</dimen> - <dimen name="snackbar_background_corner_radius">2dp</dimen> - <dimen name="snackbar_extra_spacing_horizontal">24dp</dimen> - <dimen name="snackbar_max_width">576dp</dimen> - <dimen name="snackbar_min_width">320dp</dimen> - <dimen name="snackbar_padding_vertical_2lines">@dimen/snackbar_padding_vertical</dimen> - <dimen name="tab_min_width">160dp</dimen> - <integer name="abc_max_action_buttons">5</integer> - <integer name="snackbar_text_max_lines">1</integer> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">center</item> - <item name="tabMode">fixed</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml b/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml deleted file mode 100644 index 433fd076671cbb8fbf32382d5289d249a3e4af19..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"முகப்பிற்கு வழிசெலுத்து"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"மேலே வழிசெலுத்து"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"மேலும் விருப்பங்கள்"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"முடிந்தது"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"எல்லாம் காட்டு"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"பயன்பாட்டைத் தேர்வுசெய்க"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"வினவலை அழி"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"தேடல் வினவல்"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"தேடு"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"வினவலைச் சமர்ப்பி"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"குரல் தேடல்"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"இதனுடன் பகிர்"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s உடன் பகிர்"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml b/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml deleted file mode 100644 index 2140213f349624fe240aa5ebd69ddc11b82af230..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"హోమ్కు నావిగేట్ చేయండి"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"పైకి నావిగేట్ చేయండి"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"మరిన్ని ఎంపికలు"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"పూర్తయింది"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"అన్నీ చూడండి"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"అనువర్తనాన్ని ఎంచుకోండి"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ప్రశ్నను క్లియర్ చేయి"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ప్రశ్న శోధించండి"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"శోధించు"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ప్రశ్నని సమర్పించు"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"వాయిస్ శోధన"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"వీరితో భాగస్వామ్యం చేయి"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%sతో భాగస్వామ్యం చేయి"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-th/values-th.xml b/app/build/intermediates/res/merged/debug/values-th/values-th.xml deleted file mode 100644 index dbd3724c499cd1af59471c4138e235a47a0d36e5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-th/values-th.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"นำทางไปหน้าแรก"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"นำทางขึ้น"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ตัวเลือกอื่น"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"เสร็จสิ้น"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ดูทั้งหมด"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"เลือกแอป"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ล้างข้อความค้นหา"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"ข้อความค้นหา"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"ค้นหา"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ส่งข้อความค้นหา"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"ค้นหาด้วยเสียง"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"แชร์กับ"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"แชร์กับ %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml b/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml deleted file mode 100644 index 55a0f6c819f965b065c77224accb2bae382a9da9..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Mag-navigate patungo sa home"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Mag-navigate pataas"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Higit pang mga opsyon"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Tapos na"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tingnan lahat"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pumili ng isang app"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"I-clear ang query"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Query sa paghahanap"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Maghanap"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Isumite ang query"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Paghahanap gamit ang boses"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Ibahagi sa/kay"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Ibahagi sa/kay %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml b/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml deleted file mode 100644 index 2c227a35a00141b9db840b496cf3977f33d1ac73..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ana ekrana git"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yukarı git"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Diğer seçenekler"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Tamamlandı"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tümünü göster"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorguyu temizle"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Arama sorgusu"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Ara"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorguyu gönder"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Sesli arama"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Şununla paylaş"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml b/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml deleted file mode 100644 index 0bf05dae7c7a134c023d89fbead8838482498ff8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перейти на головний"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перейти вгору"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Інші опції"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Переглянути всі"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Вибрати програму"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Очистити запит"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Пошуковий запит"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Пошук"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Надіслати запит"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Голосовий пошук"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Надіслати через"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Надіслати через %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml b/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml deleted file mode 100644 index f4197592c2461b84e8e92e790278b581221da0f3..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ہوم پر نیویگیٹ کریں"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"اوپر نیویگیٹ کریں"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"مزید اختیارات"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"ہو گیا"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"سبھی دیکھیں"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ایک ایپ منتخب کریں"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"استفسار صاف کریں"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"استفسار تلاش کریں"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"تلاش کریں"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"استفسار جمع کرائیں"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"صوتی تلاش"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"اشتراک کریں مع"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s کے ساتھ اشتراک کریں"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml b/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml deleted file mode 100644 index 15933f1c57091ebe5e93b0c2ec9ded9e462ffd7f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Boshiga o‘tish"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yuqoriga o‘tish"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Qo‘shimcha sozlamalar"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Tayyor"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Barchasini ko‘rish"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Dastur tanlang"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"So‘rovni tozalash"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"So‘rovni izlash"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Izlash"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"So‘rov yaratish"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ovozli qidiruv"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bo‘lishish:"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml b/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml deleted file mode 100644 index 2cf7dd88654df7cf954dc2589a7e78ca178a55b5..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml +++ /dev/null @@ -1,165 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Base.TextAppearance.AppCompat.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Large.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Small.Inverse"> - <item name="android:textColor">?android:attr/textColorTertiaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - <item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item> - <item name="android:textColorLink">?android:attr/textColorLinkInverse</item> - </style> - <style name="Base.Theme.AppCompat.Dialog" parent="Base.V11.Theme.AppCompat.Dialog"/> - <style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V11.Theme.AppCompat.Light.Dialog"/> - <style name="Base.V11.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog"> - <item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item> - <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item> - <item name="android:windowCloseOnTouchOutside">@bool/abc_config_closeDialogWhenTouchOutside</item> - </style> - <style name="Base.V11.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog"> - <item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item> - <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item> - <item name="android:windowCloseOnTouchOutside">@bool/abc_config_closeDialogWhenTouchOutside</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.Holo.ProgressBar"> - </style> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" parent="android:Widget.Holo.ProgressBar.Horizontal"> - </style> - <style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Holo.Spinner"> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item> - </style> - <style name="Platform.AppCompat" parent="Platform.V11.AppCompat"/> - <style name="Platform.AppCompat.Light" parent="Platform.V11.AppCompat.Light"/> - <style name="Platform.V11.AppCompat" parent="android:Theme.Holo"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - - <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_dark</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_light</item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark</item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_dark</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_light</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark</item> - <item name="android:textColorHighlightInverse">@color/highlighted_text_material_light</item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - <item name="android:textColorLinkInverse">@color/link_text_material_light</item> - <item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item> - <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item> - <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item> - <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item> - <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item> - - <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item> - <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item> - - <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item> - <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item> - <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item> - </style> - <style name="Platform.V11.AppCompat.Light" parent="android:Theme.Holo.Light"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - - <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_light</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_dark</item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light</item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_light</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item> - <item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light</item> - <item name="android:textColorHighlightInverse">@color/highlighted_text_material_dark</item> - <item name="android:textColorLink">@color/link_text_material_light</item> - <item name="android:textColorLinkInverse">@color/link_text_material_dark</item> - <item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_light</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item> - <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item> - <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item> - <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item> - <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item> - - <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item> - <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item> - - <item name="android:actionModeCutDrawable">?actionModeCutDrawable</item> - <item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item> - <item name="android:actionModePasteDrawable">?actionModePasteDrawable</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml b/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml deleted file mode 100644 index aa0db6fbcdb2adaafe373fb7e8ce37f4bf169964..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Base.V12.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView"> - <item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha</item> - </style> - <style name="Base.V12.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText"> - <item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha</item> - </style> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V12.Widget.AppCompat.AutoCompleteTextView"/> - <style name="Base.Widget.AppCompat.EditText" parent="Base.V12.Widget.AppCompat.EditText"/> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml b/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml deleted file mode 100644 index 7239a2c83e4594a7e0db8705b85dd168660dd821..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="Base.TextAppearance.AppCompat.Button"> - <item name="android:textSize">@dimen/abc_text_size_button_material</item> - <item name="android:textAllCaps">true</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Platform.AppCompat" parent="Platform.V14.AppCompat"/> - <style name="Platform.AppCompat.Light" parent="Platform.V14.AppCompat.Light"/> - <style name="Platform.V14.AppCompat" parent="Platform.V11.AppCompat"> - <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item> - - <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item> - <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item> - </style> - <style name="Platform.V14.AppCompat.Light" parent="Platform.V11.AppCompat.Light"> - <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item> - - <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item> - <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item> - </style> - <style name="TextAppearance.StatusBar.EventContent" parent="@android:style/TextAppearance.StatusBar.EventContent"/> - <style name="TextAppearance.StatusBar.EventContent.Info"/> - <style name="TextAppearance.StatusBar.EventContent.Line2"> - <item name="android:textSize">@dimen/notification_subtext_size</item> - </style> - <style name="TextAppearance.StatusBar.EventContent.Time"/> - <style name="TextAppearance.StatusBar.EventContent.Title" parent="@android:style/TextAppearance.StatusBar.EventContent.Title"/> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml b/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml deleted file mode 100644 index 3f2d1d677be5627458e558b73e98d4a5c32bbff0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="RtlOverlay.DialogWindowTitle.AppCompat" parent="Base.DialogWindowTitle.AppCompat"> - <item name="android:textAlignment">viewStart</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" parent="android:Widget"> - <item name="android:layout_gravity">center_vertical|start</item> - <item name="android:paddingEnd">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:paddingStart">@dimen/abc_action_bar_overflow_padding_start_material</item> - <item name="android:paddingEnd">@dimen/abc_action_bar_overflow_padding_end_material</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget"> - <item name="android:layout_marginEnd">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget"> - <item name="android:paddingEnd">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" parent="android:Widget"> - <item name="android:layout_marginStart">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" parent="android:Widget"> - <item name="android:layout_alignParentStart">true</item> - <item name="android:textAlignment">viewStart</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget"> - <item name="android:paddingStart">@dimen/abc_dropdownitem_text_padding_left</item> - <item name="android:paddingEnd">4dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget"> - <item name="android:layout_alignParentStart">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget"> - <item name="android:layout_toStartOf">@id/edit_query</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget"> - <item name="android:layout_alignParentEnd">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner"> - <item name="android:layout_toStartOf">@android:id/icon2</item> - <item name="android:layout_toEndOf">@android:id/icon1</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" parent="android:Widget"> - <item name="android:layout_marginStart">@dimen/abc_dropdownitem_text_padding_left</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation" parent="Base.Widget.AppCompat.Toolbar.Button.Navigation"> - <item name="android:paddingStart">@dimen/abc_action_bar_navigation_padding_start_material</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml b/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml deleted file mode 100644 index 7dad77f9e2733e7725120ce7201d2728040504a2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <dimen name="abc_switch_padding">0px</dimen> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml b/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml deleted file mode 100644 index 3dcdb9b28b911cd832e66962e516d036fc5489cb..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml +++ /dev/null @@ -1,256 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <dimen name="navigation_padding_top_default">24dp</dimen> - <style name="Base.TextAppearance.AppCompat" parent="android:TextAppearance.Material"/> - <style name="Base.TextAppearance.AppCompat.Body1" parent="android:TextAppearance.Material.Body1"/> - <style name="Base.TextAppearance.AppCompat.Body2" parent="android:TextAppearance.Material.Body2"/> - <style name="Base.TextAppearance.AppCompat.Button" parent="android:TextAppearance.Material.Button"/> - <style name="Base.TextAppearance.AppCompat.Caption" parent="android:TextAppearance.Material.Caption"/> - <style name="Base.TextAppearance.AppCompat.Display1" parent="android:TextAppearance.Material.Display1"/> - <style name="Base.TextAppearance.AppCompat.Display2" parent="android:TextAppearance.Material.Display2"/> - <style name="Base.TextAppearance.AppCompat.Display3" parent="android:TextAppearance.Material.Display3"/> - <style name="Base.TextAppearance.AppCompat.Display4" parent="android:TextAppearance.Material.Display4"/> - <style name="Base.TextAppearance.AppCompat.Headline" parent="android:TextAppearance.Material.Headline"/> - <style name="Base.TextAppearance.AppCompat.Inverse" parent="android:TextAppearance.Material.Inverse"/> - <style name="Base.TextAppearance.AppCompat.Large" parent="android:TextAppearance.Material.Large"/> - <style name="Base.TextAppearance.AppCompat.Large.Inverse" parent="android:TextAppearance.Material.Large.Inverse"/> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="android:TextAppearance.Material.Widget.PopupMenu.Large"> - </style> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="android:TextAppearance.Material.Widget.PopupMenu.Small"> - </style> - <style name="Base.TextAppearance.AppCompat.Medium" parent="android:TextAppearance.Material.Medium"/> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse" parent="android:TextAppearance.Material.Medium.Inverse"/> - <style name="Base.TextAppearance.AppCompat.Menu" parent="android:TextAppearance.Material.Menu"/> - <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle" parent="android:TextAppearance.Material.SearchResult.Subtitle"> - </style> - <style name="Base.TextAppearance.AppCompat.SearchResult.Title" parent="android:TextAppearance.Material.SearchResult.Title"> - </style> - <style name="Base.TextAppearance.AppCompat.Small" parent="android:TextAppearance.Material.Small"/> - <style name="Base.TextAppearance.AppCompat.Small.Inverse" parent="android:TextAppearance.Material.Small.Inverse"/> - <style name="Base.TextAppearance.AppCompat.Subhead" parent="android:TextAppearance.Material.Subhead"/> - <style name="Base.TextAppearance.AppCompat.Title" parent="android:TextAppearance.Material.Title"/> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="android:TextAppearance.Material.Widget.ActionBar.Menu"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title" parent="android:TextAppearance.Material.Widget.ActionBar.Title"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="android:TextAppearance.Material.Widget.ActionBar.Title.Inverse"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title" parent="android:TextAppearance.Material.Widget.ActionMode.Title"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="android:TextAppearance.Material.Widget.PopupMenu.Large"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="android:TextAppearance.Material.Widget.PopupMenu.Small"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="android:TextAppearance.Material.Button"/> - <style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="android:TextAppearance.Material.Widget.TextView.SpinnerItem"/> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle" parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle"> - </style> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Title" parent="android:TextAppearance.Material.Widget.ActionBar.Title"> - </style> - <style name="Base.Theme.AppCompat" parent="Base.V21.Theme.AppCompat"/> - <style name="Base.Theme.AppCompat.Dialog" parent="Base.V21.Theme.AppCompat.Dialog"/> - <style name="Base.Theme.AppCompat.Light" parent="Base.V21.Theme.AppCompat.Light"/> - <style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V21.Theme.AppCompat.Light.Dialog"/> - <style name="Base.V21.Theme.AppCompat" parent="Base.V7.Theme.AppCompat"> - <!-- Action Bar styling attributes --> - <item name="actionBarSize">?android:attr/actionBarSize</item> - <item name="actionBarDivider">?android:attr/actionBarDivider</item> - <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> - <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> - <item name="actionMenuTextColor">?android:attr/actionMenuTextColor</item> - <item name="actionMenuTextAppearance">?android:attr/actionMenuTextAppearance</item> - <item name="actionModeBackground">?android:attr/actionModeBackground</item> - <item name="actionModeCloseDrawable">?android:attr/actionModeCloseDrawable</item> - <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item> - <item name="actionOverflowButtonStyle">?android:attr/actionOverflowButtonStyle</item> - <item name="homeAsUpIndicator">?android:attr/homeAsUpIndicator</item> - - <!-- For PopupMenu --> - <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> - <item name="textAppearanceLargePopupMenu">?android:attr/textAppearanceLargePopupMenu</item> - <item name="textAppearanceSmallPopupMenu">?android:attr/textAppearanceSmallPopupMenu</item> - - <!-- General view attributes --> - <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> - <item name="selectableItemBackgroundBorderless">?android:attr/selectableItemBackgroundBorderless</item> - <item name="borderlessButtonStyle">?android:borderlessButtonStyle</item> - <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> - <item name="dividerVertical">?android:attr/dividerVertical</item> - <item name="editTextBackground">?android:attr/editTextBackground</item> - <item name="editTextColor">?android:attr/editTextColor</item> - <item name="listChoiceBackgroundIndicator">?android:attr/listChoiceBackgroundIndicator</item> - - <!-- Copy the platform default styles for the AppCompat widgets --> - <item name="autoCompleteTextViewStyle">?android:attr/autoCompleteTextViewStyle</item> - <item name="buttonStyle">?android:attr/buttonStyle</item> - <item name="buttonStyleSmall">?android:attr/buttonStyleSmall</item> - <item name="checkboxStyle">?android:attr/checkboxStyle</item> - <item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item> - <item name="editTextStyle">?android:attr/editTextStyle</item> - <item name="radioButtonStyle">?android:attr/radioButtonStyle</item> - <item name="ratingBarStyle">?android:attr/ratingBarStyle</item> - <item name="spinnerStyle">?android:attr/spinnerStyle</item> - - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Base.V21.Theme.AppCompat.Dialog" parent="Base.V11.Theme.AppCompat.Dialog"> - <item name="android:windowElevation">@dimen/abc_floating_window_z</item> - </style> - <style name="Base.V21.Theme.AppCompat.Light" parent="Base.V7.Theme.AppCompat.Light"> - <!-- Action Bar styling attributes --> - <item name="actionBarSize">?android:attr/actionBarSize</item> - <item name="actionBarDivider">?android:attr/actionBarDivider</item> - <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> - <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> - <item name="actionMenuTextColor">?android:attr/actionMenuTextColor</item> - <item name="actionMenuTextAppearance">?android:attr/actionMenuTextAppearance</item> - <item name="actionModeBackground">?android:attr/actionModeBackground</item> - <item name="actionModeCloseDrawable">?android:attr/actionModeCloseDrawable</item> - <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item> - <item name="actionOverflowButtonStyle">?android:attr/actionOverflowButtonStyle</item> - <item name="homeAsUpIndicator">?android:attr/homeAsUpIndicator</item> - - <!-- For PopupMenu --> - <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> - <item name="textAppearanceLargePopupMenu">?android:attr/textAppearanceLargePopupMenu</item> - <item name="textAppearanceSmallPopupMenu">?android:attr/textAppearanceSmallPopupMenu</item> - - <!-- General view attributes --> - <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> - <item name="selectableItemBackgroundBorderless">?android:attr/selectableItemBackgroundBorderless</item> - <item name="borderlessButtonStyle">?android:borderlessButtonStyle</item> - <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> - <item name="dividerVertical">?android:attr/dividerVertical</item> - <item name="editTextBackground">?android:attr/editTextBackground</item> - <item name="editTextColor">?android:attr/editTextColor</item> - <item name="listChoiceBackgroundIndicator">?android:attr/listChoiceBackgroundIndicator</item> - - <!-- Copy the platform default styles for the AppCompat widgets --> - <item name="autoCompleteTextViewStyle">?android:attr/autoCompleteTextViewStyle</item> - <item name="buttonStyle">?android:attr/buttonStyle</item> - <item name="buttonStyleSmall">?android:attr/buttonStyleSmall</item> - <item name="checkboxStyle">?android:attr/checkboxStyle</item> - <item name="checkedTextViewStyle">?android:attr/checkedTextViewStyle</item> - <item name="editTextStyle">?android:attr/editTextStyle</item> - <item name="radioButtonStyle">?android:attr/radioButtonStyle</item> - <item name="ratingBarStyle">?android:attr/ratingBarStyle</item> - <item name="spinnerStyle">?android:attr/spinnerStyle</item> - - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Base.V21.Theme.AppCompat.Light.Dialog" parent="Base.V11.Theme.AppCompat.Light.Dialog"> - <item name="android:windowElevation">@dimen/abc_floating_window_z</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar.TabText" parent="android:Widget.Material.ActionBar.TabText"> - </style> - <style name="Base.Widget.AppCompat.ActionBar.TabView" parent="android:Widget.Material.ActionBar.TabView"> - </style> - <style name="Base.Widget.AppCompat.ActionButton" parent="android:Widget.Material.ActionButton"> - </style> - <style name="Base.Widget.AppCompat.ActionButton.CloseMode" parent="android:Widget.Material.ActionButton.CloseMode"> - <item name="android:minWidth">56dp</item> - </style> - <style name="Base.Widget.AppCompat.ActionButton.Overflow" parent="android:Widget.Material.ActionButton.Overflow"> - </style> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="android:Widget.Material.AutoCompleteTextView"/> - <style name="Base.Widget.AppCompat.Button" parent="android:Widget.Material.Button"/> - <style name="Base.Widget.AppCompat.Button.Borderless" parent="android:Widget.Material.Button.Borderless"/> - <style name="Base.Widget.AppCompat.Button.Borderless.Colored" parent="android:Widget.Material.Button.Borderless.Colored"/> - <style name="Base.Widget.AppCompat.Button.Small" parent="android:Widget.Material.Button.Small"/> - <style name="Base.Widget.AppCompat.ButtonBar" parent="android:Widget.Material.ButtonBar"/> - <style name="Base.Widget.AppCompat.CompoundButton.CheckBox" parent="android:Widget.Material.CompoundButton.CheckBox"/> - <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" parent="android:Widget.Material.CompoundButton.RadioButton"/> - <style name="Base.Widget.AppCompat.DropDownItem.Spinner" parent="android:Widget.Material.DropDownItem.Spinner"/> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText" parent="android:Widget.Material.Light.ActionBar.TabText"> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="android:Widget.Material.Light.ActionBar.TabText"> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabView" parent="android:Widget.Material.Light.ActionBar.TabView"> - </style> - <style name="Base.Widget.AppCompat.Light.PopupMenu" parent="android:Widget.Material.Light.PopupMenu"> - </style> - <style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow"> - <item name="android:dropDownHorizontalOffset">-4dip</item> - <item name="android:overlapAnchor">true</item> - </style> - <style name="Base.Widget.AppCompat.ListPopupWindow" parent="android:Widget.Material.ListPopupWindow"> - </style> - <style name="Base.Widget.AppCompat.ListView" parent="android:Widget.Material.ListView"/> - <style name="Base.Widget.AppCompat.ListView.DropDown" parent="android:Widget.Material.ListView.DropDown"/> - <style name="Base.Widget.AppCompat.ListView.Menu"/> - <style name="Base.Widget.AppCompat.PopupMenu" parent="android:Widget.Material.PopupMenu"> - </style> - <style name="Base.Widget.AppCompat.PopupMenu.Overflow"> - <item name="android:dropDownHorizontalOffset">-4dip</item> - <item name="android:overlapAnchor">true</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.Material.ProgressBar"> - </style> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" parent="android:Widget.Material.ProgressBar.Horizontal"> - </style> - <style name="Base.Widget.AppCompat.RatingBar" parent="android:Widget.Material.RatingBar"/> - <style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Material.Spinner"/> - <style name="Base.Widget.AppCompat.Spinner.DropDown.ActionBar" parent="android:Widget.Material.Spinner"> - <item name="spinnerMode">dropdown</item> - <item name="disableChildrenWhenDisabled">true</item> - <item name="popupPromptView">@layout/abc_simple_dropdown_hint</item> - </style> - <style name="Base.Widget.AppCompat.Spinner.Underlined" parent="android:Widget.Material.Spinner.Underlined"/> - <style name="Base.Widget.AppCompat.TextView.SpinnerItem" parent="android:Widget.Material.TextView.SpinnerItem"/> - <style name="Base.Widget.AppCompat.Toolbar.Button.Navigation" parent="android:Widget.Material.Toolbar.Button.Navigation"> - </style> - <style name="Platform.AppCompat" parent="android:Theme.Material"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - </style> - <style name="Platform.AppCompat.Light" parent="android:Theme.Material.Light"> - <item name="android:windowNoTitle">true</item> - <item name="android:windowActionBar">false</item> - - <item name="android:buttonBarStyle">?attr/buttonBarStyle</item> - <item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item> - </style> - <style name="Platform.ThemeOverlay.AppCompat.Dark" parent=""> - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> - <style name="Platform.ThemeOverlay.AppCompat.Light" parent=""> - <!-- Copy our color theme attributes to the framework --> - <item name="android:colorPrimary">?attr/colorPrimary</item> - <item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item> - <item name="android:colorAccent">?attr/colorAccent</item> - <item name="android:colorControlNormal">?attr/colorControlNormal</item> - <item name="android:colorControlActivated">?attr/colorControlActivated</item> - <item name="android:colorControlHighlight">?attr/colorControlHighlight</item> - <item name="android:colorButtonNormal">?attr/colorButtonNormal</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml b/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml deleted file mode 100644 index 1d09208e34b3d26440d97b6e2c5a55513acd434f..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <style name="CardView" parent="Base.CardView"> - <item name="cardBackgroundColor">?android:attr/colorBackgroundFloating</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml b/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml deleted file mode 100644 index 73045f9a5e7b8ee9c714d9a7e68182598f5f6aa0..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Điều hướng về trang chủ"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Điều hướng lên trên"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Thêm tùy chọn"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Xong"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Xem tất cả"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Chọn một ứng dụng"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Xóa truy vấn"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Tìm kiếm truy vấn"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Tìm kiếm"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Gửi truy vấn"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Tìm kiếm bằng giọng nói"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Chia sẻ với"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Chia sẻ với %s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml deleted file mode 100644 index 3eda5f55d5dd48b6d54c2e35f8679d9be1b44f5b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <dimen name="activity_horizontal_margin">64dp</dimen> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml b/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml deleted file mode 100644 index ba8d9dae87666bef6095454c63e76bf9d077e03b..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <bool name="abc_action_bar_expanded_action_views_exclusive">false</bool> - <dimen name="abc_search_view_text_min_width">192dip</dimen> - <item name="dialog_fixed_height_major" type="dimen">60%</item> - <item name="dialog_fixed_height_minor" type="dimen">90%</item> - <item name="dialog_fixed_width_major" type="dimen">50%</item> - <item name="dialog_fixed_width_minor" type="dimen">70%</item> - <integer name="abc_max_action_buttons">5</integer> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml b/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml deleted file mode 100644 index 486ce124df46a7e67d22349825ba1b42a1d7f2a2..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"转到主屏幕"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"转到上一层级"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多选项"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"查看全部"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"选择应用"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查询"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜索查询"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜索"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查询"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"语音搜索"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"分享方式"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"通过%s分享"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml b/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml deleted file mode 100644 index 462f2b36992daecaeed2eb87c1bc51ec2ad975b7..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"瀏覽主頁"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"向上瀏覽"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多選項"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"顯示全部"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"選擇應用程式"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查詢"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜尋查詢"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜尋"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查詢"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"語音搜尋"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"分享對象"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"與「%s」分享"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml b/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml deleted file mode 100644 index f2977058c327119825d537fd8c1e0c5a96e5eb24..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"瀏覽首頁"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"向上瀏覽"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多選項"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"查看全部"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"選擇應用程式"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查詢"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜尋查詢"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜尋"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查詢"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"語音搜尋"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"選擇分享對象"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"與「%s」分享"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml b/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml deleted file mode 100644 index d383c8912a9ba0a4bb1cafb950ecb2c94126750d..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zulazulela ekhaya"</string> - <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Zulazulela phezulu"</string> - <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Izinketho eziningi"</string> - <string msgid="4076576682505996667" name="abc_action_mode_done">"Kwenziwe"</string> - <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Buka konke"</string> - <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Khetha uhlelo lokusebenza"</string> - <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sula inkinga"</string> - <string msgid="2550479030709304392" name="abc_searchview_description_query">"Umbuzo wosesho"</string> - <string msgid="8264924765203268293" name="abc_searchview_description_search">"Sesha"</string> - <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Hambisa umbuzo"</string> - <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ukusesha ngezwi"</string> - <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Yabelana no-"</string> - <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Yabelana no-%s"</string> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/values/values.xml b/app/build/intermediates/res/merged/debug/values/values.xml deleted file mode 100644 index de63eeb5a93dda2248ff722637b7d07f4281d5e8..0000000000000000000000000000000000000000 --- a/app/build/intermediates/res/merged/debug/values/values.xml +++ /dev/null @@ -1,1613 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <attr format="reference" name="drawerArrowStyle"/> - <attr format="dimension" name="height"/> - <attr format="boolean" name="isLightTheme"/> - <attr format="string" name="title"/> - <bool name="abc_action_bar_embed_tabs">true</bool> - <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool> - <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool> - <bool name="abc_config_actionMenuItemAllCaps">true</bool> - <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool> - <bool name="abc_config_closeDialogWhenTouchOutside">true</bool> - <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool> - <color name="abc_input_method_navigation_guard">@android:color/black</color> - <color name="abc_search_url_text_normal">#7fa87f</color> - <color name="abc_search_url_text_pressed">@android:color/black</color> - <color name="abc_search_url_text_selected">@android:color/black</color> - <color name="accent_material_dark">@color/material_deep_teal_200</color> - <color name="accent_material_light">@color/material_deep_teal_500</color> - <color name="background">#FAFAFA</color> - <color name="background_floating_material_dark">#ff424242</color> - <color name="background_floating_material_light">#ffeeeeee</color> - <color name="background_material_dark">#ff303030</color> - <color name="background_material_light">#ffeeeeee</color> - <color name="bright_foreground_disabled_material_dark">#80ffffff</color> - <color name="bright_foreground_disabled_material_light">#80000000</color> - <color name="bright_foreground_inverse_material_dark">@color/bright_foreground_material_light</color> - <color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color> - <color name="bright_foreground_material_dark">@android:color/white</color> - <color name="bright_foreground_material_light">@android:color/black</color> - <color name="button_material_dark">#ff5a595b</color> - <color name="button_material_light">#ffd6d7d7</color> - <color name="cardview_dark_background">#FF424242</color> - <color name="cardview_light_background">#FFFFFFFF</color> - <color name="cardview_shadow_end_color">#03000000</color> - <color name="cardview_shadow_start_color">#37000000</color> - <color name="colorAccent">#FF4081</color> - <color name="colorPrimary">#3F51B5</color> - <color name="colorPrimaryDark">#303F9F</color> - <color name="dim_foreground_disabled_material_dark">#80bebebe</color> - <color name="dim_foreground_disabled_material_light">#80323232</color> - <color name="dim_foreground_material_dark">#ffbebebe</color> - <color name="dim_foreground_material_light">#ff323232</color> - <color name="error_color">#FFDD2C00</color> - <color name="fab_stroke_end_inner_color">#0A000000</color> - <color name="fab_stroke_end_outer_color">#0F000000</color> - <color name="fab_stroke_top_inner_color">#1AFFFFFF</color> - <color name="fab_stroke_top_outer_color">#2EFFFFFF</color> - <color name="highlighted_text_material_dark">#6680cbc4</color> - <color name="highlighted_text_material_light">#66009688</color> - <color name="hint_foreground_material_dark">@color/bright_foreground_disabled_material_dark</color> - <color name="hint_foreground_material_light">@color/bright_foreground_disabled_material_light</color> - <color name="link_text_material_dark">@color/material_deep_teal_200</color> - <color name="link_text_material_light">@color/material_deep_teal_500</color> - <color name="material_blue_grey_800">#ff37474f</color> - <color name="material_blue_grey_900">#ff263238</color> - <color name="material_blue_grey_950">#ff21272b</color> - <color name="material_deep_teal_200">#ff80cbc4</color> - <color name="material_deep_teal_500">#ff009688</color> - <color name="primary_dark_material_dark">#ff000000</color> - <color name="primary_dark_material_light">#ff757575</color> - <color name="primary_material_dark">#ff212121</color> - <color name="primary_material_light">#ffefefef</color> - <color name="primary_text_default_material_dark">#ffffffff</color> - <color name="primary_text_default_material_light">#de000000</color> - <color name="primary_text_disabled_material_dark">#4Dffffff</color> - <color name="primary_text_disabled_material_light">#39000000</color> - <color name="ripple_material_dark">#4dffffff</color> - <color name="ripple_material_light">#1f000000</color> - <color name="secondary_text_default_material_dark">#b3ffffff</color> - <color name="secondary_text_default_material_light">#8a000000</color> - <color name="secondary_text_disabled_material_dark">#36ffffff</color> - <color name="secondary_text_disabled_material_light">#24000000</color> - <color name="shadow_end_color">@android:color/transparent</color> - <color name="shadow_mid_color">#14000000</color> - <color name="shadow_start_color">#44000000</color> - <color name="snackbar_background_color">#323232</color> - <color name="switch_thumb_disabled_material_dark">#ff616161</color> - <color name="switch_thumb_disabled_material_light">#ffbdbdbd</color> - <color name="switch_thumb_normal_material_dark">#ffbdbdbd</color> - <color name="switch_thumb_normal_material_light">#fff1f1f1</color> - <color name="title">#222222</color> - <color name="transparent">#80000000</color> - <color name="year">#999999</color> - <declare-styleable name="ActionBar"><attr name="navigationMode"><enum name="normal" value="0"/><enum name="listMode" value="1"/><enum name="tabMode" value="2"/></attr><attr name="displayOptions"><flag name="none" value="0"/><flag name="useLogo" value="0x1"/><flag name="showHome" value="0x2"/><flag name="homeAsUp" value="0x4"/><flag name="showTitle" value="0x8"/><flag name="showCustom" value="0x10"/><flag name="disableHome" value="0x20"/></attr><attr name="title"/><attr format="string" name="subtitle"/><attr format="reference" name="titleTextStyle"/><attr format="reference" name="subtitleTextStyle"/><attr format="reference" name="icon"/><attr format="reference" name="logo"/><attr format="reference" name="divider"/><attr format="reference" name="background"/><attr format="reference|color" name="backgroundStacked"/><attr format="reference|color" name="backgroundSplit"/><attr format="reference" name="customNavigationLayout"/><attr name="height"/><attr format="reference" name="homeLayout"/><attr format="reference" name="progressBarStyle"/><attr format="reference" name="indeterminateProgressStyle"/><attr format="dimension" name="progressBarPadding"/><attr name="homeAsUpIndicator"/><attr format="dimension" name="itemPadding"/><attr format="boolean" name="hideOnContentScroll"/><attr format="dimension" name="contentInsetStart"/><attr format="dimension" name="contentInsetEnd"/><attr format="dimension" name="contentInsetLeft"/><attr format="dimension" name="contentInsetRight"/><attr format="dimension" name="elevation"/><attr format="reference" name="popupTheme"/></declare-styleable> - <declare-styleable name="ActionBarLayout"><attr name="android:layout_gravity"/></declare-styleable> - <declare-styleable name="ActionMenuItemView"><attr name="android:minWidth"/></declare-styleable> - <declare-styleable name="ActionMenuView"/> - <declare-styleable name="ActionMode"><attr name="titleTextStyle"/><attr name="subtitleTextStyle"/><attr name="background"/><attr name="backgroundSplit"/><attr name="height"/><attr format="reference" name="closeItemLayout"/></declare-styleable> - <declare-styleable name="ActivityChooserView"><attr format="string" name="initialActivityCount"/><attr format="reference" name="expandActivityOverflowButtonDrawable"/></declare-styleable> - <declare-styleable name="AlertDialog"><attr name="android:layout"/><attr format="reference" name="buttonPanelSideLayout"/><attr format="reference" name="listLayout"/><attr format="reference" name="multiChoiceItemLayout"/><attr format="reference" name="singleChoiceItemLayout"/><attr format="reference" name="listItemLayout"/></declare-styleable> - <declare-styleable name="AppBarLayout"><attr name="elevation"/><attr name="android:background"/></declare-styleable> - <declare-styleable name="AppBarLayout_LayoutParams"><attr name="layout_scrollFlags"><flag name="scroll" value="0x1"/><flag name="exitUntilCollapsed" value="0x2"/><flag name="enterAlways" value="0x4"/><flag name="enterAlwaysCollapsed" value="0x8"/></attr><attr format="reference" name="layout_scrollInterpolator"/></declare-styleable> - <declare-styleable name="AppCompatTextView"><attr format="reference|boolean" name="textAllCaps"/><attr name="android:textAppearance"/></declare-styleable> - <declare-styleable name="CardView"><attr format="color" name="cardBackgroundColor"/><attr format="dimension" name="cardCornerRadius"/><attr format="dimension" name="cardElevation"/><attr format="dimension" name="cardMaxElevation"/><attr format="boolean" name="cardUseCompatPadding"/><attr format="boolean" name="cardPreventCornerOverlap"/><attr format="dimension" name="contentPadding"/><attr format="dimension" name="contentPaddingLeft"/><attr format="dimension" name="contentPaddingRight"/><attr format="dimension" name="contentPaddingTop"/><attr format="dimension" name="contentPaddingBottom"/><attr name="android:minWidth"/><attr name="android:minHeight"/></declare-styleable> - <declare-styleable name="CollapsingAppBarLayout_LayoutParams"><attr name="layout_collapseMode"><enum name="none" value="0"/><enum name="pin" value="1"/><enum name="parallax" value="2"/></attr><attr format="float" name="layout_collapseParallaxMultiplier"/></declare-styleable> - <declare-styleable name="CollapsingToolbarLayout"><attr format="dimension" name="expandedTitleMargin"/><attr format="dimension" name="expandedTitleMarginStart"/><attr format="dimension" name="expandedTitleMarginTop"/><attr format="dimension" name="expandedTitleMarginEnd"/><attr format="dimension" name="expandedTitleMarginBottom"/><attr format="reference" name="expandedTitleTextAppearance"/><attr format="reference" name="collapsedTitleTextAppearance"/><attr format="color" name="contentScrim"/><attr format="color" name="statusBarScrim"/><attr format="reference" name="toolbarId"/></declare-styleable> - <declare-styleable name="CoordinatorLayout"><attr format="reference" name="keylines"/><attr format="reference" name="statusBarBackground"/></declare-styleable> - <declare-styleable name="CoordinatorLayout_LayoutParams"><attr name="android:layout_gravity"/><attr format="string" name="layout_behavior"/><attr format="reference" name="layout_anchor"/><attr format="integer" name="layout_keyline"/><attr name="layout_anchorGravity"><flag name="top" value="0x30"/><flag name="bottom" value="0x50"/><flag name="left" value="0x03"/><flag name="right" value="0x05"/><flag name="center_vertical" value="0x10"/><flag name="fill_vertical" value="0x70"/><flag name="center_horizontal" value="0x01"/><flag name="fill_horizontal" value="0x07"/><flag name="center" value="0x11"/><flag name="fill" value="0x77"/><flag name="clip_vertical" value="0x80"/><flag name="clip_horizontal" value="0x08"/><flag name="start" value="0x00800003"/><flag name="end" value="0x00800005"/></attr></declare-styleable> - <declare-styleable name="DrawerArrowToggle"><attr format="color" name="color"/><attr format="boolean" name="spinBars"/><attr format="dimension" name="drawableSize"/><attr format="dimension" name="gapBetweenBars"/><attr format="dimension" name="topBottomBarArrowSize"/><attr format="dimension" name="middleBarArrowSize"/><attr format="dimension" name="barSize"/><attr format="dimension" name="thickness"/></declare-styleable> - <declare-styleable name="FloatingActionButton"><attr name="android:background"/><attr name="backgroundTint"/><attr name="backgroundTintMode"/><attr format="color" name="rippleColor"/><attr name="fabSize"><enum name="normal" value="0"/><enum name="mini" value="1"/></attr><attr name="elevation"/><attr format="dimension" name="pressedTranslationZ"/><attr format="dimension" name="borderWidth"/></declare-styleable> - <declare-styleable name="LinearLayoutCompat"><attr name="android:orientation"/><attr name="android:gravity"/><attr name="android:baselineAligned"/><attr name="android:baselineAlignedChildIndex"/><attr name="android:weightSum"/><attr format="boolean" name="measureWithLargestChild"/><attr name="divider"/><attr name="showDividers"><flag name="none" value="0"/><flag name="beginning" value="1"/><flag name="middle" value="2"/><flag name="end" value="4"/></attr><attr format="dimension" name="dividerPadding"/></declare-styleable> - <declare-styleable name="LinearLayoutCompat_Layout"><attr name="android:layout_width"/><attr name="android:layout_height"/><attr name="android:layout_weight"/><attr name="android:layout_gravity"/></declare-styleable> - <declare-styleable name="ListPopupWindow"><attr name="android:dropDownVerticalOffset"/><attr name="android:dropDownHorizontalOffset"/></declare-styleable> - <declare-styleable name="MenuGroup"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:checkableBehavior"/><attr name="android:visible"/><attr name="android:enabled"/></declare-styleable> - <declare-styleable name="MenuItem"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:title"/><attr name="android:titleCondensed"/><attr name="android:icon"/><attr name="android:alphabeticShortcut"/><attr name="android:numericShortcut"/><attr name="android:checkable"/><attr name="android:checked"/><attr name="android:visible"/><attr name="android:enabled"/><attr name="android:onClick"/><attr name="showAsAction"><flag name="never" value="0"/><flag name="ifRoom" value="1"/><flag name="always" value="2"/><flag name="withText" value="4"/><flag name="collapseActionView" value="8"/></attr><attr format="reference" name="actionLayout"/><attr format="string" name="actionViewClass"/><attr format="string" name="actionProviderClass"/></declare-styleable> - <declare-styleable name="MenuView"><attr name="android:itemTextAppearance"/><attr name="android:horizontalDivider"/><attr name="android:verticalDivider"/><attr name="android:headerBackground"/><attr name="android:itemBackground"/><attr name="android:windowAnimationStyle"/><attr name="android:itemIconDisabledAlpha"/><attr format="boolean" name="preserveIconSpacing"/></declare-styleable> - <declare-styleable name="NavigationView"><attr name="android:background"/><attr name="android:fitsSystemWindows"/><attr name="android:maxWidth"/><attr name="elevation"/><attr format="reference" name="menu"/><attr format="color" name="itemIconTint"/><attr format="color" name="itemTextColor"/><attr format="reference" name="itemBackground"/><attr format="reference" name="headerLayout"/></declare-styleable> - <declare-styleable name="PopupWindow"><attr format="boolean" name="overlapAnchor"/><attr name="android:popupBackground"/></declare-styleable> - <declare-styleable name="PopupWindowBackgroundState"><attr format="boolean" name="state_above_anchor"/></declare-styleable> - <declare-styleable name="RecyclerView"><attr format="string" name="layoutManager"/><attr name="android:orientation"/><attr format="integer" name="spanCount"/><attr format="boolean" name="reverseLayout"/><attr format="boolean" name="stackFromEnd"/></declare-styleable> - <declare-styleable name="ScrimInsetsFrameLayout"><attr format="color|reference" name="insetForeground"/></declare-styleable> - <declare-styleable name="ScrollingViewBehavior_Params"><attr format="dimension" name="behavior_overlapTop"/></declare-styleable> - <declare-styleable name="SearchView"><attr format="reference" name="layout"/><attr format="boolean" name="iconifiedByDefault"/><attr name="android:maxWidth"/><attr format="string" name="queryHint"/><attr format="string" name="defaultQueryHint"/><attr name="android:imeOptions"/><attr name="android:inputType"/><attr format="reference" name="closeIcon"/><attr format="reference" name="goIcon"/><attr format="reference" name="searchIcon"/><attr format="reference" name="searchHintIcon"/><attr format="reference" name="voiceIcon"/><attr format="reference" name="commitIcon"/><attr format="reference" name="suggestionRowLayout"/><attr format="reference" name="queryBackground"/><attr format="reference" name="submitBackground"/><attr name="android:focusable"/></declare-styleable> - <declare-styleable name="SnackbarLayout"><attr name="android:maxWidth"/><attr name="elevation"/><attr format="dimension" name="maxActionInlineWidth"/></declare-styleable> - <declare-styleable name="Spinner"><attr format="reference" name="prompt"/><attr format="enum" name="spinnerMode"><enum name="dialog" value="0"/><enum name="dropdown" value="1"/></attr><attr name="android:dropDownSelector"/><attr name="android:popupBackground"/><attr name="android:dropDownVerticalOffset"/><attr name="android:dropDownHorizontalOffset"/><attr name="android:dropDownWidth"/><attr format="reference" name="popupPromptView"/><attr name="android:gravity"/><attr format="boolean" name="disableChildrenWhenDisabled"/><attr name="android:background"/></declare-styleable> - <declare-styleable name="SwitchCompat"><attr name="android:thumb"/><attr format="reference" name="track"/><attr name="android:textOn"/><attr name="android:textOff"/><attr format="dimension" name="thumbTextPadding"/><attr format="reference" name="switchTextAppearance"/><attr format="dimension" name="switchMinWidth"/><attr format="dimension" name="switchPadding"/><attr format="boolean" name="splitTrack"/><attr format="boolean" name="showText"/></declare-styleable> - <declare-styleable name="TabLayout"><attr format="color" name="tabIndicatorColor"/><attr format="dimension" name="tabIndicatorHeight"/><attr format="dimension" name="tabContentStart"/><attr format="reference" name="tabBackground"/><attr name="tabMode"><enum name="scrollable" value="0"/><enum name="fixed" value="1"/></attr><attr name="tabGravity"><enum name="fill" value="0"/><enum name="center" value="1"/></attr><attr format="dimension" name="tabMinWidth"/><attr format="dimension" name="tabMaxWidth"/><attr format="reference" name="tabTextAppearance"/><attr format="color" name="tabTextColor"/><attr format="color" name="tabSelectedTextColor"/><attr format="dimension" name="tabPaddingStart"/><attr format="dimension" name="tabPaddingTop"/><attr format="dimension" name="tabPaddingEnd"/><attr format="dimension" name="tabPaddingBottom"/><attr format="dimension" name="tabPadding"/></declare-styleable> - <declare-styleable name="TextAppearance"><attr name="android:textSize"/><attr name="android:textColor"/><attr name="android:textStyle"/><attr name="android:typeface"/><attr name="textAllCaps"/></declare-styleable> - <declare-styleable name="TextInputLayout"><attr format="reference" name="hintTextAppearance"/><attr name="android:hint"/><attr format="boolean" name="errorEnabled"/><attr format="reference" name="errorTextAppearance"/></declare-styleable> - <declare-styleable name="Theme"><attr format="boolean" name="windowActionBar"/><attr format="boolean" name="windowNoTitle"/><attr format="boolean" name="windowActionBarOverlay"/><attr format="boolean" name="windowActionModeOverlay"/><attr format="dimension|fraction" name="windowFixedWidthMajor"/><attr format="dimension|fraction" name="windowFixedHeightMinor"/><attr format="dimension|fraction" name="windowFixedWidthMinor"/><attr format="dimension|fraction" name="windowFixedHeightMajor"/><attr format="dimension|fraction" name="windowMinWidthMajor"/><attr format="dimension|fraction" name="windowMinWidthMinor"/><attr name="android:windowIsFloating"/><attr name="android:windowAnimationStyle"/><attr format="reference" name="actionBarTabStyle"/><attr format="reference" name="actionBarTabBarStyle"/><attr format="reference" name="actionBarTabTextStyle"/><attr format="reference" name="actionOverflowButtonStyle"/><attr format="reference" name="actionOverflowMenuStyle"/><attr format="reference" name="actionBarPopupTheme"/><attr format="reference" name="actionBarStyle"/><attr format="reference" name="actionBarSplitStyle"/><attr format="reference" name="actionBarTheme"/><attr format="reference" name="actionBarWidgetTheme"/><attr format="dimension" name="actionBarSize"><enum name="wrap_content" value="0"/></attr><attr format="reference" name="actionBarDivider"/><attr format="reference" name="actionBarItemBackground"/><attr format="reference" name="actionMenuTextAppearance"/><attr format="color|reference" name="actionMenuTextColor"/><attr format="reference" name="actionModeStyle"/><attr format="reference" name="actionModeCloseButtonStyle"/><attr format="reference" name="actionModeBackground"/><attr format="reference" name="actionModeSplitBackground"/><attr format="reference" name="actionModeCloseDrawable"/><attr format="reference" name="actionModeCutDrawable"/><attr format="reference" name="actionModeCopyDrawable"/><attr format="reference" name="actionModePasteDrawable"/><attr format="reference" name="actionModeSelectAllDrawable"/><attr format="reference" name="actionModeShareDrawable"/><attr format="reference" name="actionModeFindDrawable"/><attr format="reference" name="actionModeWebSearchDrawable"/><attr format="reference" name="actionModePopupWindowStyle"/><attr format="reference" name="textAppearanceLargePopupMenu"/><attr format="reference" name="textAppearanceSmallPopupMenu"/><attr format="reference" name="dialogTheme"/><attr format="dimension" name="dialogPreferredPadding"/><attr format="reference" name="listDividerAlertDialog"/><attr format="reference" name="actionDropDownStyle"/><attr format="dimension" name="dropdownListPreferredItemHeight"/><attr format="reference" name="spinnerDropDownItemStyle"/><attr format="reference" name="homeAsUpIndicator"/><attr format="reference" name="actionButtonStyle"/><attr format="reference" name="buttonBarStyle"/><attr format="reference" name="buttonBarButtonStyle"/><attr format="reference" name="selectableItemBackground"/><attr format="reference" name="selectableItemBackgroundBorderless"/><attr format="reference" name="borderlessButtonStyle"/><attr format="reference" name="dividerVertical"/><attr format="reference" name="dividerHorizontal"/><attr format="reference" name="activityChooserViewStyle"/><attr format="reference" name="toolbarStyle"/><attr format="reference" name="toolbarNavigationButtonStyle"/><attr format="reference" name="popupMenuStyle"/><attr format="reference" name="popupWindowStyle"/><attr format="reference|color" name="editTextColor"/><attr format="reference" name="editTextBackground"/><attr format="reference" name="textAppearanceSearchResultTitle"/><attr format="reference" name="textAppearanceSearchResultSubtitle"/><attr format="reference|color" name="textColorSearchUrl"/><attr format="reference" name="searchViewStyle"/><attr format="dimension" name="listPreferredItemHeight"/><attr format="dimension" name="listPreferredItemHeightSmall"/><attr format="dimension" name="listPreferredItemHeightLarge"/><attr format="dimension" name="listPreferredItemPaddingLeft"/><attr format="dimension" name="listPreferredItemPaddingRight"/><attr format="reference" name="dropDownListViewStyle"/><attr format="reference" name="listPopupWindowStyle"/><attr format="reference" name="textAppearanceListItem"/><attr format="reference" name="textAppearanceListItemSmall"/><attr format="reference" name="panelBackground"/><attr format="dimension" name="panelMenuListWidth"/><attr format="reference" name="panelMenuListTheme"/><attr format="reference" name="listChoiceBackgroundIndicator"/><attr format="color" name="colorPrimary"/><attr format="color" name="colorPrimaryDark"/><attr format="color" name="colorAccent"/><attr format="color" name="colorControlNormal"/><attr format="color" name="colorControlActivated"/><attr format="color" name="colorControlHighlight"/><attr format="color" name="colorButtonNormal"/><attr format="color" name="colorSwitchThumbNormal"/><attr format="reference" name="alertDialogStyle"/><attr format="reference" name="alertDialogButtonGroupStyle"/><attr format="boolean" name="alertDialogCenterButtons"/><attr format="reference" name="alertDialogTheme"/><attr format="reference|color" name="textColorAlertDialogListItem"/><attr format="reference" name="buttonBarPositiveButtonStyle"/><attr format="reference" name="buttonBarNegativeButtonStyle"/><attr format="reference" name="buttonBarNeutralButtonStyle"/><attr format="reference" name="autoCompleteTextViewStyle"/><attr format="reference" name="buttonStyle"/><attr format="reference" name="buttonStyleSmall"/><attr format="reference" name="checkboxStyle"/><attr format="reference" name="checkedTextViewStyle"/><attr format="reference" name="editTextStyle"/><attr format="reference" name="radioButtonStyle"/><attr format="reference" name="ratingBarStyle"/><attr format="reference" name="spinnerStyle"/><attr format="reference" name="switchStyle"/></declare-styleable> - <declare-styleable name="Toolbar"><attr format="reference" name="titleTextAppearance"/><attr format="reference" name="subtitleTextAppearance"/><attr name="title"/><attr name="subtitle"/><attr name="android:gravity"/><attr format="dimension" name="titleMargins"/><attr format="dimension" name="titleMarginStart"/><attr format="dimension" name="titleMarginEnd"/><attr format="dimension" name="titleMarginTop"/><attr format="dimension" name="titleMarginBottom"/><attr name="contentInsetStart"/><attr name="contentInsetEnd"/><attr name="contentInsetLeft"/><attr name="contentInsetRight"/><attr format="dimension" name="maxButtonHeight"/><attr format="reference" name="collapseIcon"/><attr format="string" name="collapseContentDescription"/><attr name="popupTheme"/><attr format="reference" name="navigationIcon"/><attr format="string" name="navigationContentDescription"/><attr name="android:minHeight"/></declare-styleable> - <declare-styleable name="View"><attr format="dimension" name="paddingStart"/><attr format="dimension" name="paddingEnd"/><attr name="android:focusable"/><attr format="reference" name="theme"/><attr name="android:theme"/><attr format="color" name="backgroundTint"/><attr name="backgroundTintMode"><enum name="src_over" value="3"/><enum name="src_in" value="5"/><enum name="src_atop" value="9"/><enum name="multiply" value="14"/><enum name="screen" value="15"/></attr></declare-styleable> - <declare-styleable name="ViewStubCompat"><attr name="android:layout"/><attr name="android:inflatedId"/><attr name="android:id"/></declare-styleable> - <dimen name="abc_action_bar_content_inset_material">16dp</dimen> - <dimen name="abc_action_bar_default_height_material">56dp</dimen> - <dimen name="abc_action_bar_default_padding_material">4dp</dimen> - <dimen name="abc_action_bar_icon_vertical_padding_material">16dp</dimen> - <dimen name="abc_action_bar_navigation_padding_start_material">0dp</dimen> - <dimen name="abc_action_bar_overflow_padding_end_material">10dp</dimen> - <dimen name="abc_action_bar_overflow_padding_start_material">6dp</dimen> - <dimen name="abc_action_bar_progress_bar_size">40dp</dimen> - <dimen name="abc_action_bar_stacked_max_height">48dp</dimen> - <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen> - <dimen name="abc_action_bar_subtitle_bottom_margin_material">5dp</dimen> - <dimen name="abc_action_bar_subtitle_top_margin_material">-3dp</dimen> - <dimen name="abc_action_button_min_height_material">48dp</dimen> - <dimen name="abc_action_button_min_width_material">48dp</dimen> - <dimen name="abc_action_button_min_width_overflow_material">36dp</dimen> - <dimen name="abc_alert_dialog_button_bar_height">48dp</dimen> - <dimen name="abc_button_inset_horizontal_material">@dimen/abc_control_inset_material</dimen> - <dimen name="abc_button_inset_vertical_material">6dp</dimen> - <dimen name="abc_button_padding_horizontal_material">8dp</dimen> - <dimen name="abc_button_padding_vertical_material">@dimen/abc_control_padding_material</dimen> - <dimen name="abc_config_prefDialogWidth">320dp</dimen> - <dimen name="abc_control_corner_material">2dp</dimen> - <dimen name="abc_control_inset_material">4dp</dimen> - <dimen name="abc_control_padding_material">4dp</dimen> - <dimen name="abc_dialog_list_padding_vertical_material">8dp</dimen> - <item name="abc_dialog_min_width_major" type="dimen">65%</item> - <item name="abc_dialog_min_width_minor" type="dimen">95%</item> - <dimen name="abc_dialog_padding_material">24dp</dimen> - <dimen name="abc_dialog_padding_top_material">18dp</dimen> - <item format="float" name="abc_disabled_alpha_material_dark" type="dimen">0.30</item> - <item format="float" name="abc_disabled_alpha_material_light" type="dimen">0.26</item> - <dimen name="abc_dropdownitem_icon_width">32dip</dimen> - <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen> - <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen> - <dimen name="abc_edit_text_inset_bottom_material">7dp</dimen> - <dimen name="abc_edit_text_inset_horizontal_material">4dp</dimen> - <dimen name="abc_edit_text_inset_top_material">10dp</dimen> - <dimen name="abc_floating_window_z">16dp</dimen> - <dimen name="abc_list_item_padding_horizontal_material">@dimen/abc_action_bar_content_inset_material</dimen> - <dimen name="abc_panel_menu_list_width">296dp</dimen> - <dimen name="abc_search_view_preferred_width">320dip</dimen> - <dimen name="abc_search_view_text_min_width">160dip</dimen> - <dimen name="abc_switch_padding">3dp</dimen> - <dimen name="abc_text_size_body_1_material">14sp</dimen> - <dimen name="abc_text_size_body_2_material">14sp</dimen> - <dimen name="abc_text_size_button_material">14sp</dimen> - <dimen name="abc_text_size_caption_material">12sp</dimen> - <dimen name="abc_text_size_display_1_material">34sp</dimen> - <dimen name="abc_text_size_display_2_material">45sp</dimen> - <dimen name="abc_text_size_display_3_material">56sp</dimen> - <dimen name="abc_text_size_display_4_material">112sp</dimen> - <dimen name="abc_text_size_headline_material">24sp</dimen> - <dimen name="abc_text_size_large_material">22sp</dimen> - <dimen name="abc_text_size_medium_material">18sp</dimen> - <dimen name="abc_text_size_menu_material">16sp</dimen> - <dimen name="abc_text_size_small_material">14sp</dimen> - <dimen name="abc_text_size_subhead_material">16sp</dimen> - <dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen> - <dimen name="abc_text_size_title_material">20sp</dimen> - <dimen name="abc_text_size_title_material_toolbar">20dp</dimen> - <dimen name="activity_horizontal_margin">16dp</dimen> - <dimen name="activity_vertical_margin">16dp</dimen> - <dimen name="appbar_elevation">4dp</dimen> - <dimen name="cardview_compat_inset_shadow">1dp</dimen> - <dimen name="cardview_default_elevation">2dp</dimen> - <dimen name="cardview_default_radius">2dp</dimen> - <item name="dialog_fixed_height_major" type="dimen">80%</item> - <item name="dialog_fixed_height_minor" type="dimen">100%</item> - <item name="dialog_fixed_width_major" type="dimen">320dp</item> - <item name="dialog_fixed_width_minor" type="dimen">320dp</item> - <item format="float" name="disabled_alpha_material_dark" type="dimen">0.30</item> - <item format="float" name="disabled_alpha_material_light" type="dimen">0.26</item> - <dimen name="fab_border_width">0.5dp</dimen> - <dimen name="fab_content_size">24dp</dimen> - <dimen name="fab_elevation">8dp</dimen> - <dimen name="fab_size_mini">40dp</dimen> - <dimen name="fab_size_normal">56dp</dimen> - <dimen name="fab_translation_z_pressed">6dp</dimen> - <dimen name="item_touch_helper_max_drag_scroll_per_frame">20dp</dimen> - <dimen name="item_touch_helper_swipe_escape_max_velocity">800dp</dimen> - <dimen name="item_touch_helper_swipe_escape_velocity">120dp</dimen> - <dimen name="navigation_elevation">12dp</dimen> - <dimen name="navigation_icon_padding">32dp</dimen> - <dimen name="navigation_icon_size">24dp</dimen> - <dimen name="navigation_max_width">320dp</dimen> - <dimen name="navigation_padding_bottom">8dp</dimen> - <dimen name="navigation_padding_top_default">0dp</dimen> - <dimen name="navigation_separator_vertical_padding">8dp</dimen> - <dimen name="notification_large_icon_height">64dp</dimen> - <dimen name="notification_large_icon_width">64dp</dimen> - <dimen name="notification_subtext_size">12dp</dimen> - <dimen name="snackbar_action_inline_max_width">128dp</dimen> - <dimen name="snackbar_background_corner_radius">0dp</dimen> - <dimen name="snackbar_elevation">2dp</dimen> - <dimen name="snackbar_extra_spacing_horizontal">0dp</dimen> - <dimen name="snackbar_max_width">-1px</dimen> - <dimen name="snackbar_min_width">-1px</dimen> - <dimen name="snackbar_padding_horizontal">12dp</dimen> - <dimen name="snackbar_padding_vertical">14dp</dimen> - <dimen name="snackbar_padding_vertical_2lines">24dp</dimen> - <dimen name="snackbar_text_size">14sp</dimen> - <dimen name="tab_max_width">264dp</dimen> - <dimen name="tab_min_width">72dp</dimen> - <drawable name="notification_template_icon_bg">#3333B5E5</drawable> - <item name="action_bar_activity_content" type="id"/> - <item name="action_bar_spinner" type="id"/> - <item name="action_menu_divider" type="id"/> - <item name="action_menu_presenter" type="id"/> - <item name="home" type="id"/> - <item name="item_touch_helper_previous_elevation" type="id"/> - <item name="progress_circular" type="id"/> - <item name="progress_horizontal" type="id"/> - <item name="split_action_bar" type="id"/> - <item name="up" type="id"/> - <item name="view_offset_helper" type="id"/> - <integer name="abc_config_activityDefaultDur">220</integer> - <integer name="abc_config_activityShortDur">150</integer> - <integer name="abc_max_action_buttons">2</integer> - <integer name="cancel_button_image_alpha">127</integer> - <integer name="snackbar_text_max_lines">2</integer> - <integer name="status_bar_notification_info_maxnum">999</integer> - <string name="abc_action_bar_home_description">Navigate home</string> - <string name="abc_action_bar_home_description_format">%1$s, %2$s</string> - <string name="abc_action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string> - <string name="abc_action_bar_up_description">Navigate up</string> - <string name="abc_action_menu_overflow_description">More options</string> - <string name="abc_action_mode_done">Done</string> - <string name="abc_activity_chooser_view_see_all">See all</string> - <string name="abc_activitychooserview_choose_application">Choose an app</string> - <string name="abc_search_hint">Search…</string> - <string name="abc_searchview_description_clear">Clear query</string> - <string name="abc_searchview_description_query">Search query</string> - <string name="abc_searchview_description_search">Search</string> - <string name="abc_searchview_description_submit">Submit query</string> - <string name="abc_searchview_description_voice">Voice search</string> - <string name="abc_shareactionprovider_share_with">Share with</string> - <string name="abc_shareactionprovider_share_with_application">Share with %s</string> - <string name="abc_toolbar_collapse_description">Collapse</string> - <string name="action_settings">Einstellungen</string> - <string name="app_name">Registration</string> - <string name="appbar_scrolling_view_behavior" translatable="false">android.support.design.widget.AppBarLayout$ScrollingViewBehavior</string> - <string name="hello_blank_fragment">Hello blank fragment</string> - <string name="status_bar_notification_info_overflow">999+</string> - <style name="AlertDialog.AppCompat" parent="Base.AlertDialog.AppCompat"/> - <style name="AlertDialog.AppCompat.Light" parent="Base.AlertDialog.AppCompat.Light"/> - <style name="Animation.AppCompat.Dialog" parent="Base.Animation.AppCompat.Dialog"/> - <style name="Animation.AppCompat.DropDownUp" parent="Base.Animation.AppCompat.DropDownUp"/> - <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> - <!-- your app branding color for the app bar --> - <item name="colorPrimary">#3F51B5</item> - <!-- darker variant for the status bar and contextual app bars --> - <item name="colorPrimaryDark">#303F9F</item> - <!-- theme UI controls like checkboxes and text fields --> - <item name="colorAccent">#FF4081</item> - </style> - <style name="Base.AlertDialog.AppCompat" parent="android:Widget"> - <item name="android:layout">@layout/abc_alert_dialog_material</item> - <item name="listLayout">@layout/abc_select_dialog_material</item> - <item name="listItemLayout">@layout/select_dialog_item_material</item> - <item name="multiChoiceItemLayout">@layout/select_dialog_multichoice_material</item> - <item name="singleChoiceItemLayout">@layout/select_dialog_singlechoice_material</item> - </style> - <style name="Base.AlertDialog.AppCompat.Light" parent="Base.AlertDialog.AppCompat"/> - <style name="Base.Animation.AppCompat.Dialog" parent="android:Animation"> - <item name="android:windowEnterAnimation">@anim/abc_popup_enter</item> - <item name="android:windowExitAnimation">@anim/abc_popup_exit</item> - </style> - <style name="Base.Animation.AppCompat.DropDownUp" parent="android:Animation"> - <item name="android:windowEnterAnimation">@anim/abc_grow_fade_in_from_bottom</item> - <item name="android:windowExitAnimation">@anim/abc_shrink_fade_out_from_bottom</item> - </style> - <style name="Base.CardView" parent="android:Widget"> - <item name="cardCornerRadius">@dimen/cardview_default_radius</item> - <item name="cardElevation">@dimen/cardview_default_elevation</item> - <item name="cardMaxElevation">@dimen/cardview_default_elevation</item> - <item name="cardUseCompatPadding">false</item> - <item name="cardPreventCornerOverlap">true</item> - </style> - <style name="Base.DialogWindowTitle.AppCompat" parent="android:Widget"> - <item name="android:maxLines">1</item> - <item name="android:scrollHorizontally">true</item> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item> - </style> - <style name="Base.DialogWindowTitleBackground.AppCompat" parent="android:Widget"> - <item name="android:background">@null</item> - <item name="android:paddingLeft">?attr/dialogPreferredPadding</item> - <item name="android:paddingRight">?attr/dialogPreferredPadding</item> - <item name="android:paddingTop">@dimen/abc_dialog_padding_top_material</item> - </style> - <style name="Base.TextAppearance.AppCompat" parent="android:TextAppearance"> - <item name="android:textColor">?android:textColorPrimary</item> - <item name="android:textColorHint">?android:textColorHint</item> - <item name="android:textColorHighlight">?android:textColorHighlight</item> - <item name="android:textColorLink">?android:textColorLink</item> - <item name="android:textSize">@dimen/abc_text_size_body_1_material</item> - </style> - <style name="Base.TextAppearance.AppCompat.Body1"> - <item name="android:textSize">@dimen/abc_text_size_body_1_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Body2"> - <item name="android:textSize">@dimen/abc_text_size_body_2_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Button"> - <item name="android:textSize">@dimen/abc_text_size_button_material</item> - <item name="textAllCaps">true</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Caption"> - <item name="android:textSize">@dimen/abc_text_size_caption_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Display1"> - <item name="android:textSize">@dimen/abc_text_size_display_1_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Display2"> - <item name="android:textSize">@dimen/abc_text_size_display_2_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Display3"> - <item name="android:textSize">@dimen/abc_text_size_display_3_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Display4"> - <item name="android:textSize">@dimen/abc_text_size_display_4_material</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Headline"> - <item name="android:textSize">@dimen/abc_text_size_headline_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Large"> - <item name="android:textSize">@dimen/abc_text_size_large_material</item> - <item name="android:textColor">?android:attr/textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Large.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Menu"> - </style> - <style name="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Menu"> - </style> - <style name="Base.TextAppearance.AppCompat.Medium"> - <item name="android:textSize">@dimen/abc_text_size_medium_material</item> - <item name="android:textColor">?android:attr/textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Medium.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Menu"> - <item name="android:textSize">@dimen/abc_text_size_menu_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.SearchResult" parent=""> - <item name="android:textStyle">normal</item> - <item name="android:textColor">?android:textColorPrimary</item> - <item name="android:textColorHint">?android:textColorHint</item> - </style> - <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle"> - <item name="android:textSize">14sp</item> - <item name="android:textColor">?android:textColorSecondary</item> - </style> - <style name="Base.TextAppearance.AppCompat.SearchResult.Title"> - <item name="android:textSize">18sp</item> - </style> - <style name="Base.TextAppearance.AppCompat.Small"> - <item name="android:textSize">@dimen/abc_text_size_small_material</item> - <item name="android:textColor">?android:attr/textColorTertiary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Small.Inverse"> - <item name="android:textColor">?android:attr/textColorTertiaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subhead_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="Base.TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> - <item name="android:textColorHint">?android:attr/textColorHintInverse</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="android:TextAppearance.Small"> - <item name="android:textSize">12sp</item> - <item name="android:textStyle">bold</item> - <item name="android:textColor">?attr/actionMenuTextColor</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Subhead.Inverse"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Title.Inverse"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Subhead"> - <item name="android:textSize">@dimen/abc_text_size_subtitle_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Title"> - <item name="android:textSize">@dimen/abc_text_size_title_material_toolbar</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.DropDownItem" parent="android:TextAppearance.Small"> - <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Menu"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Menu"> - </style> - <style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="TextAppearance.AppCompat.Button"/> - <style name="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="TextAppearance.AppCompat.Menu"/> - <style name="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="android:TextAppearance.Medium"> - <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> - </style> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle" parent="TextAppearance.AppCompat.Widget.ActionBar.Subtitle"> - </style> - <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Title" parent="TextAppearance.AppCompat.Widget.ActionBar.Title"> - </style> - <style name="Base.Theme.AppCompat" parent="Base.V7.Theme.AppCompat"> - </style> - <style name="Base.Theme.AppCompat.CompactMenu" parent=""> - <item name="android:itemTextAppearance">?android:attr/textAppearanceMedium</item> - <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item> - <item name="android:windowAnimationStyle">@style/Animation.AppCompat.DropDownUp</item> - </style> - <style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog"/> - <style name="Base.Theme.AppCompat.Dialog.Alert"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.Theme.AppCompat.Dialog.FixedSize"> - <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> - <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> - <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> - <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> - </style> - <style name="Base.Theme.AppCompat.Dialog.MinWidth"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Theme.AppCompat"/> - <style name="Base.Theme.AppCompat.Light" parent="Base.V7.Theme.AppCompat.Light"> - </style> - <style name="Base.Theme.AppCompat.Light.DarkActionBar" parent="Base.Theme.AppCompat.Light"> - <item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item> - - <!-- Panel attributes --> - <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item> - - <item name="colorPrimaryDark">@color/primary_dark_material_dark</item> - <item name="colorPrimary">@color/primary_material_dark</item> - </style> - <style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog"/> - <style name="Base.Theme.AppCompat.Light.Dialog.Alert"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.Theme.AppCompat.Light.Dialog.FixedSize"> - <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> - <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> - <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> - <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> - </style> - <style name="Base.Theme.AppCompat.Light.Dialog.MinWidth"> - <item name="windowMinWidthMajor">@dimen/abc_dialog_min_width_major</item> - <item name="windowMinWidthMinor">@dimen/abc_dialog_min_width_minor</item> - </style> - <style name="Base.Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.AppCompat.Light"/> - <style name="Base.ThemeOverlay.AppCompat" parent=""/> - <style name="Base.ThemeOverlay.AppCompat.ActionBar"> - <item name="colorControlNormal">?android:attr/textColorPrimary</item> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item> - </style> - <style name="Base.ThemeOverlay.AppCompat.Dark"> - <item name="android:windowBackground">@color/background_material_dark</item> - <item name="android:colorForeground">@color/bright_foreground_material_dark</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_light</item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item> - - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_light</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark</item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlHighlight">@color/ripple_material_dark</item> - <item name="colorButtonNormal">@color/button_material_dark</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">false</item> - </style> - <style name="Base.ThemeOverlay.AppCompat.Dark.ActionBar"> - <item name="colorControlNormal">?android:attr/textColorPrimary</item> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView.ActionBar</item> - </style> - <style name="Base.ThemeOverlay.AppCompat.Light" parent="Platform.ThemeOverlay.AppCompat.Light"> - <item name="android:windowBackground">@color/background_material_light</item> - <item name="android:colorForeground">@color/bright_foreground_material_light</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_dark</item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item> - - <item name="android:textColorPrimary">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item> - <item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light</item> - <item name="android:textColorLink">@color/link_text_material_light</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlHighlight">@color/ripple_material_light</item> - <item name="colorButtonNormal">@color/button_material_light</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">true</item> - </style> - <style name="Base.V7.Theme.AppCompat" parent="Platform.AppCompat"> - <item name="windowActionBar">true</item> - <item name="windowActionBarOverlay">false</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">false</item> - - <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item> - <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item> - <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item> - <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - - <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item> - <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item> - - <!-- Action Bar Styles --> - <item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item> - <item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar</item> - <item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText</item> - <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> - <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> - <item name="actionOverflowMenuStyle">@style/Widget.AppCompat.PopupMenu.Overflow</item> - <item name="actionBarStyle">@style/Widget.AppCompat.ActionBar.Solid</item> - <item name="actionBarSplitStyle">?attr/actionBarStyle</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item> - <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item> - <item name="actionBarDivider">?attr/dividerVertical</item> - <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless</item> - <item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item> - <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item> - - <!-- Dropdown Spinner Attributes --> - <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item> - - <!-- Action Mode --> - <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> - <item name="actionModeBackground">@drawable/abc_cab_background_top_material</item> - <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item> - <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item> - - <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item> - <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha</item> - <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha</item> - <item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item> - <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item> - - <!-- Panel attributes --> - <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> - <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> - <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item> - <item name="android:panelBackground">@android:color/transparent</item> - <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item> - - <!-- List attributes --> - <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item> - <item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item> - <item name="listPreferredItemHeight">64dp</item> - <item name="listPreferredItemHeightSmall">48dp</item> - <item name="listPreferredItemHeightLarge">80dp</item> - <item name="listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item> - <item name="listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item> - - <!-- Spinner styles --> - <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item> - <item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item> - <item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> - - <!-- Required for use of support_simple_spinner_dropdown_item.xml --> - <item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item> - - <!-- Popup Menu styles --> - <item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item> - <item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Large</item> - <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Widget.PopupMenu.Small</item> - <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> - <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> - - <!-- SearchView attributes --> - <item name="searchViewStyle">@style/Widget.AppCompat.SearchView</item> - <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - <item name="textColorSearchUrl">@color/abc_search_url_text</item> - <item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item> - <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item> - - <!-- ShareActionProvider attributes --> - <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item> - - <!-- Toolbar styles --> - <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item> - <item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item> - - <item name="editTextStyle">@style/Widget.AppCompat.EditText</item> - <item name="editTextBackground">@drawable/abc_edit_text_material</item> - <item name="editTextColor">?android:attr/textColorPrimary</item> - <item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item> - - <!-- Color palette --> - <item name="colorPrimaryDark">@color/primary_dark_material_dark</item> - <item name="colorPrimary">@color/primary_material_dark</item> - <item name="colorAccent">@color/accent_material_dark</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlActivated">?attr/colorAccent</item> - <item name="colorControlHighlight">@color/ripple_material_dark</item> - <item name="colorButtonNormal">@color/button_material_dark</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_dark</item> - - <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item> - - <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox</item> - <item name="radioButtonStyle">@style/Widget.AppCompat.CompoundButton.RadioButton</item> - <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item> - - <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item> - - <!-- Button styles --> - <item name="buttonStyle">@style/Widget.AppCompat.Button</item> - <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item> - <item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Button</item> - - <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item> - <item name="buttonBarButtonStyle">@style/Widget.AppCompat.Button.ButtonBar.AlertDialog</item> - <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item> - - <!-- Dialog attributes --> - <item name="dialogTheme">@style/Theme.AppCompat.Dialog</item> - <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item> - - <item name="alertDialogTheme">@style/Theme.AppCompat.Dialog.Alert</item> - <item name="alertDialogStyle">@style/AlertDialog.AppCompat</item> - <item name="alertDialogCenterButtons">false</item> - <item name="textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item> - <item name="listDividerAlertDialog">@null</item> - - <!-- Define these here; ContextThemeWrappers around themes that define them should - always clear these values. --> - <item name="windowFixedWidthMajor">0dp</item> - <item name="windowFixedWidthMinor">0dp</item> - <item name="windowFixedHeightMajor">0dp</item> - <item name="windowFixedHeightMinor">0dp</item> - </style> - <style name="Base.V7.Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat"> - <item name="android:colorBackground">@color/background_floating_material_dark</item> - <item name="android:colorBackgroundCacheHint">@null</item> - - <item name="android:windowFrame">@null</item> - <item name="android:windowTitleStyle">@style/RtlOverlay.DialogWindowTitle.AppCompat</item> - <item name="android:windowTitleBackgroundStyle">@style/Base.DialogWindowTitleBackground.AppCompat</item> - <item name="android:windowBackground">@drawable/abc_dialog_material_background_dark</item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">true</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog</item> - <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> - - <item name="windowActionBar">false</item> - <item name="windowActionModeOverlay">true</item> - - <item name="listPreferredItemPaddingLeft">24dip</item> - <item name="listPreferredItemPaddingRight">24dip</item> - - <item name="android:listDivider">@null</item> - </style> - <style name="Base.V7.Theme.AppCompat.Light" parent="Platform.AppCompat.Light"> - <item name="windowActionBar">true</item> - <item name="windowActionBarOverlay">false</item> - - <!-- Used by MediaRouter --> - <item name="isLightTheme">true</item> - - <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item> - <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item> - <item name="borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item> - <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - - <item name="dividerVertical">@drawable/abc_list_divider_mtrl_alpha</item> - <item name="dividerHorizontal">@drawable/abc_list_divider_mtrl_alpha</item> - - <!-- Action Bar Styles --> - <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView</item> - <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar</item> - <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText</item> - <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> - <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item> - <item name="actionOverflowMenuStyle">@style/Widget.AppCompat.Light.PopupMenu.Overflow</item> - <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid</item> - <item name="actionBarSplitStyle">?attr/actionBarStyle</item> - <item name="actionBarWidgetTheme">@null</item> - <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item> - <item name="actionBarSize">@dimen/abc_action_bar_default_height_material</item> - <item name="actionBarDivider">?attr/dividerVertical</item> - <item name="actionBarItemBackground">?attr/selectableItemBackgroundBorderless</item> - <item name="actionMenuTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item> - <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item> - - <!-- Action Mode --> - <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> - <item name="actionModeBackground">@drawable/abc_cab_background_top_material</item> - <item name="actionModeSplitBackground">?attr/colorPrimaryDark</item> - <item name="actionModeCloseDrawable">@drawable/abc_ic_ab_back_mtrl_am_alpha</item> - <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item> - - <item name="actionModeCutDrawable">@drawable/abc_ic_menu_cut_mtrl_alpha</item> - <item name="actionModeCopyDrawable">@drawable/abc_ic_menu_copy_mtrl_am_alpha</item> - <item name="actionModePasteDrawable">@drawable/abc_ic_menu_paste_mtrl_am_alpha</item> - <item name="actionModeSelectAllDrawable">@drawable/abc_ic_menu_selectall_mtrl_alpha</item> - <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_mtrl_alpha</item> - - <!-- Dropdown Spinner Attributes --> - <item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item> - - <!-- Panel attributes --> - <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> - <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> - <item name="panelBackground">@drawable/abc_menu_hardkey_panel_mtrl_mult</item> - <item name="android:panelBackground">@android:color/transparent</item> - <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_light</item> - - <!-- List attributes --> - <item name="textAppearanceListItem">@style/TextAppearance.AppCompat.Subhead</item> - <item name="textAppearanceListItemSmall">@style/TextAppearance.AppCompat.Subhead</item> - <item name="listPreferredItemHeight">64dp</item> - <item name="listPreferredItemHeightSmall">48dp</item> - <item name="listPreferredItemHeightLarge">80dp</item> - <item name="listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item> - <item name="listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item> - - <!-- Spinner styles --> - <item name="spinnerStyle">@style/Widget.AppCompat.Spinner</item> - <item name="android:spinnerItemStyle">@style/Widget.AppCompat.TextView.SpinnerItem</item> - <item name="android:dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> - - <!-- Required for use of support_simple_spinner_dropdown_item.xml --> - <item name="spinnerDropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item> - - <!-- Popup Menu styles --> - <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item> - <item name="textAppearanceLargePopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item> - <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item> - <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> - <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> - - <!-- SearchView attributes --> - <item name="searchViewStyle">@style/Widget.AppCompat.Light.SearchView</item> - <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - <item name="textColorSearchUrl">@color/abc_search_url_text</item> - <item name="textAppearanceSearchResultTitle">@style/TextAppearance.AppCompat.SearchResult.Title</item> - <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.AppCompat.SearchResult.Subtitle</item> - - <!-- ShareActionProvider attributes --> - <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item> - - <!-- Toolbar styles --> - <item name="toolbarStyle">@style/Widget.AppCompat.Toolbar</item> - <item name="toolbarNavigationButtonStyle">@style/Widget.AppCompat.Toolbar.Button.Navigation</item> - - <item name="editTextStyle">@style/Widget.AppCompat.EditText</item> - <item name="editTextBackground">@drawable/abc_edit_text_material</item> - <item name="editTextColor">?android:attr/textColorPrimary</item> - <item name="autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item> - - <!-- Color palette --> - <item name="colorPrimaryDark">@color/primary_dark_material_light</item> - <item name="colorPrimary">@color/primary_material_light</item> - <item name="colorAccent">@color/accent_material_light</item> - - <item name="colorControlNormal">?android:attr/textColorSecondary</item> - <item name="colorControlActivated">?attr/colorAccent</item> - <item name="colorControlHighlight">@color/ripple_material_light</item> - <item name="colorButtonNormal">@color/button_material_light</item> - <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item> - - <item name="drawerArrowStyle">@style/Widget.AppCompat.DrawerArrowToggle</item> - - <item name="checkboxStyle">@style/Widget.AppCompat.CompoundButton.CheckBox</item> - <item name="radioButtonStyle">@style/Widget.AppCompat.CompoundButton.RadioButton</item> - <item name="switchStyle">@style/Widget.AppCompat.CompoundButton.Switch</item> - - <item name="ratingBarStyle">@style/Widget.AppCompat.RatingBar</item> - - <!-- Button styles --> - <item name="buttonStyle">@style/Widget.AppCompat.Button</item> - <item name="buttonStyleSmall">@style/Widget.AppCompat.Button.Small</item> - <item name="android:textAppearanceButton">@style/TextAppearance.AppCompat.Button</item> - - <item name="buttonBarStyle">@style/Widget.AppCompat.ButtonBar</item> - <item name="buttonBarButtonStyle">@style/Widget.AppCompat.Button.ButtonBar.AlertDialog</item> - <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item> - <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item> - - <!-- Dialog attributes --> - <item name="dialogTheme">@style/Theme.AppCompat.Light.Dialog</item> - <item name="dialogPreferredPadding">@dimen/abc_dialog_padding_material</item> - - <item name="alertDialogTheme">@style/Theme.AppCompat.Light.Dialog.Alert</item> - <item name="alertDialogStyle">@style/AlertDialog.AppCompat.Light</item> - <item name="alertDialogCenterButtons">false</item> - <item name="textColorAlertDialogListItem">@color/abc_primary_text_material_light</item> - <item name="listDividerAlertDialog">@null</item> - - <!-- Define these here; ContextThemeWrappers around themes that define them should - always clear these values. --> - <item name="windowFixedWidthMajor">0dp</item> - <item name="windowFixedWidthMinor">0dp</item> - <item name="windowFixedHeightMajor">0dp</item> - <item name="windowFixedHeightMinor">0dp</item> - </style> - <style name="Base.V7.Theme.AppCompat.Light.Dialog" parent="Base.Theme.AppCompat.Light"> - <item name="android:colorBackground">@color/background_floating_material_light</item> - <item name="android:colorBackgroundCacheHint">@null</item> - - <item name="android:windowFrame">@null</item> - <item name="android:windowTitleStyle">@style/RtlOverlay.DialogWindowTitle.AppCompat</item> - <item name="android:windowTitleBackgroundStyle">@style/Base.DialogWindowTitleBackground.AppCompat</item> - <item name="android:windowBackground">@drawable/abc_dialog_material_background_light</item> - <item name="android:windowIsFloating">true</item> - <item name="android:backgroundDimEnabled">true</item> - <item name="android:windowContentOverlay">@null</item> - <item name="android:windowAnimationStyle">@style/Animation.AppCompat.Dialog</item> - <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> - - <item name="windowActionBar">false</item> - <item name="windowActionModeOverlay">true</item> - - <item name="listPreferredItemPaddingLeft">24dip</item> - <item name="listPreferredItemPaddingRight">24dip</item> - - <item name="android:listDivider">@null</item> - </style> - <style name="Base.V7.Widget.AppCompat.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView"> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item> - <item name="android:background">?attr/editTextBackground</item> - <item name="android:textColor">?attr/editTextColor</item> - <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse</item> - </style> - <style name="Base.V7.Widget.AppCompat.EditText" parent="android:Widget.EditText"> - <item name="android:background">?attr/editTextBackground</item> - <item name="android:textColor">?attr/editTextColor</item> - <item name="android:textAppearance">?android:attr/textAppearanceMediumInverse</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar" parent=""> - <item name="displayOptions">showTitle</item> - <item name="divider">?attr/dividerVertical</item> - <item name="height">?attr/actionBarSize</item> - - <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item> - <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle</item> - - <item name="background">@null</item> - <item name="backgroundStacked">@null</item> - <item name="backgroundSplit">@null</item> - - <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> - <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> - - <item name="android:gravity">center_vertical</item> - <item name="contentInsetStart">@dimen/abc_action_bar_content_inset_material</item> - <item name="contentInsetEnd">@dimen/abc_action_bar_content_inset_material</item> - <item name="elevation">8dp</item> - <item name="popupTheme">?attr/actionBarPopupTheme</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar.Solid"> - <item name="background">?attr/colorPrimary</item> - <item name="backgroundStacked">?attr/colorPrimary</item> - <item name="backgroundSplit">?attr/colorPrimary</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar.TabBar" parent=""> - <item name="divider">?attr/actionBarDivider</item> - <item name="showDividers">middle</item> - <item name="dividerPadding">8dip</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar.TabText" parent=""> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium</item> - <item name="android:textColor">?android:attr/textColorPrimary</item> - <item name="android:textSize">12sp</item> - <item name="android:textStyle">bold</item> - <item name="android:ellipsize">marquee</item> - <item name="android:maxLines">2</item> - <item name="android:maxWidth">180dp</item> - <item name="textAllCaps">true</item> - </style> - <style name="Base.Widget.AppCompat.ActionBar.TabView" parent=""> - <item name="android:background">@drawable/abc_tab_indicator_material</item> - <item name="android:gravity">center_horizontal</item> - <item name="android:paddingLeft">16dip</item> - <item name="android:paddingRight">16dip</item> - <item name="android:layout_width">0dip</item> - <item name="android:layout_weight">1</item> - <item name="android:minWidth">80dip</item> - </style> - <style name="Base.Widget.AppCompat.ActionButton" parent=""> - <item name="android:background">?attr/actionBarItemBackground</item> - <item name="android:paddingLeft">12dip</item> - <item name="android:paddingRight">12dip</item> - <item name="android:minWidth">@dimen/abc_action_button_min_width_material</item> - <item name="android:minHeight">@dimen/abc_action_button_min_height_material</item> - <item name="android:scaleType">center</item> - <item name="android:gravity">center</item> - <item name="android:maxLines">2</item> - <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item> - </style> - <style name="Base.Widget.AppCompat.ActionButton.CloseMode"> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - <item name="android:minWidth">56dp</item> - </style> - <style name="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:src">@drawable/abc_ic_menu_moreoverflow_mtrl_alpha</item> - <item name="android:background">?attr/actionBarItemBackground</item> - <item name="android:contentDescription">@string/abc_action_menu_overflow_description</item> - <item name="android:minWidth">@dimen/abc_action_button_min_width_overflow_material</item> - <item name="android:minHeight">@dimen/abc_action_button_min_height_material</item> - </style> - <style name="Base.Widget.AppCompat.ActionMode" parent=""> - <item name="background">?attr/actionModeBackground</item> - <item name="backgroundSplit">?attr/actionModeSplitBackground</item> - <item name="height">?attr/actionBarSize</item> - <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title</item> - <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle</item> - <item name="closeItemLayout">@layout/abc_action_mode_close_item_material</item> - </style> - <style name="Base.Widget.AppCompat.ActivityChooserView" parent=""> - <item name="android:gravity">center</item> - <item name="android:background">@drawable/abc_ab_share_pack_mtrl_alpha</item> - <item name="divider">?attr/dividerVertical</item> - <item name="showDividers">middle</item> - <item name="dividerPadding">6dip</item> - </style> - <style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView"/> - <style name="Base.Widget.AppCompat.Button" parent="android:Widget"> - <item name="android:background">@drawable/abc_btn_default_mtrl_shape</item> - <item name="android:textAppearance">?android:attr/textAppearanceButton</item> - <item name="android:minHeight">48dip</item> - <item name="android:minWidth">88dip</item> - <item name="android:focusable">true</item> - <item name="android:clickable">true</item> - <item name="android:gravity">center_vertical|center_horizontal</item> - </style> - <style name="Base.Widget.AppCompat.Button.Borderless"> - <item name="android:background">@drawable/abc_btn_borderless_material</item> - </style> - <style name="Base.Widget.AppCompat.Button.Borderless.Colored"> - <item name="android:textColor">?attr/colorAccent</item> - </style> - <style name="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog" parent="Widget.AppCompat.Button.Borderless.Colored"> - <item name="android:minWidth">64dp</item> - <item name="android:maxLines">2</item> - <item name="android:minHeight">@dimen/abc_alert_dialog_button_bar_height</item> - </style> - <style name="Base.Widget.AppCompat.Button.Small"> - <item name="android:minHeight">48dip</item> - <item name="android:minWidth">48dip</item> - </style> - <style name="Base.Widget.AppCompat.ButtonBar" parent="android:Widget"> - <item name="android:background">@null</item> - </style> - <style name="Base.Widget.AppCompat.ButtonBar.AlertDialog"> - <item name="android:background">@null</item> - </style> - <style name="Base.Widget.AppCompat.CompoundButton.CheckBox" parent="android:Widget.CompoundButton.CheckBox"> - <item name="android:button">?android:attr/listChoiceIndicatorMultiple</item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - </style> - <style name="Base.Widget.AppCompat.CompoundButton.RadioButton" parent="android:Widget.CompoundButton.RadioButton"> - <item name="android:button">?android:attr/listChoiceIndicatorSingle</item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - </style> - <style name="Base.Widget.AppCompat.CompoundButton.Switch" parent="android:Widget.CompoundButton"> - <item name="track">@drawable/abc_switch_track_mtrl_alpha</item> - <item name="android:thumb">@drawable/abc_switch_thumb_material</item> - <item name="switchTextAppearance">@style/TextAppearance.AppCompat.Widget.Switch</item> - <item name="android:background">?attr/selectableItemBackgroundBorderless</item> - <item name="showText">false</item> - <item name="switchPadding">@dimen/abc_switch_padding</item> - </style> - <style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle.Common"> - <item name="barSize">18dp</item> - <item name="gapBetweenBars">3dp</item> - <item name="drawableSize">24dp</item> - </style> - <style name="Base.Widget.AppCompat.DrawerArrowToggle.Common" parent=""> - <item name="color">?android:attr/textColorSecondary</item> - <item name="middleBarArrowSize">16dp</item> - <item name="spinBars">true</item> - <item name="thickness">2dp</item> - <item name="topBottomBarArrowSize">11.31dp</item> - </style> - <style name="Base.Widget.AppCompat.DropDownItem.Spinner" parent=""> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item> - <item name="android:paddingLeft">8dp</item> - <item name="android:paddingRight">8dp</item> - <item name="android:gravity">center_vertical</item> - </style> - <style name="Base.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText"/> - <style name="Base.Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.ActionBar"> - <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> - <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.Solid"> - <item name="background">?attr/colorPrimary</item> - <item name="backgroundStacked">?attr/colorPrimary</item> - <item name="backgroundSplit">?attr/colorPrimary</item> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabBar" parent="Base.Widget.AppCompat.ActionBar.TabBar"> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText" parent="Base.Widget.AppCompat.ActionBar.TabText"> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Base.Widget.AppCompat.Light.ActionBar.TabText"> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Medium.Inverse</item> - </style> - <style name="Base.Widget.AppCompat.Light.ActionBar.TabView" parent="Base.Widget.AppCompat.ActionBar.TabView"> - <item name="android:background">@drawable/abc_tab_indicator_material</item> - </style> - <style name="Base.Widget.AppCompat.Light.PopupMenu" parent="@style/Widget.AppCompat.ListPopupWindow"> - </style> - <style name="Base.Widget.AppCompat.Light.PopupMenu.Overflow"> - <item name="overlapAnchor">true</item> - <item name="android:dropDownHorizontalOffset">-4dip</item> - </style> - <style name="Base.Widget.AppCompat.ListPopupWindow" parent=""> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item> - <item name="android:dropDownVerticalOffset">0dip</item> - <item name="android:dropDownHorizontalOffset">0dip</item> - <item name="android:dropDownWidth">wrap_content</item> - </style> - <style name="Base.Widget.AppCompat.ListView" parent="android:Widget.ListView"> - <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item> - </style> - <style name="Base.Widget.AppCompat.ListView.DropDown"> - <item name="android:divider">@null</item> - </style> - <style name="Base.Widget.AppCompat.ListView.Menu" parent="android:Widget.ListView.Menu"> - <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:divider">?attr/dividerHorizontal</item> - </style> - <style name="Base.Widget.AppCompat.PopupMenu" parent="@style/Widget.AppCompat.ListPopupWindow"> - </style> - <style name="Base.Widget.AppCompat.PopupMenu.Overflow"> - <item name="overlapAnchor">true</item> - <item name="android:dropDownHorizontalOffset">-4dip</item> - </style> - <style name="Base.Widget.AppCompat.PopupWindow" parent="android:Widget.PopupWindow"> - </style> - <style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.ProgressBar"> - <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item> - <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item> - </style> - <style name="Base.Widget.AppCompat.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"> - </style> - <style name="Base.Widget.AppCompat.RatingBar" parent="android:Widget.RatingBar"> - <item name="android:progressDrawable">@drawable/abc_ratingbar_full_material</item> - <item name="android:indeterminateDrawable">@drawable/abc_ratingbar_full_material</item> - </style> - <style name="Base.Widget.AppCompat.SearchView" parent="android:Widget"> - <item name="layout">@layout/abc_search_view</item> - <item name="queryBackground">@drawable/abc_textfield_search_material</item> - <item name="submitBackground">@drawable/abc_textfield_search_material</item> - <item name="closeIcon">@drawable/abc_ic_clear_mtrl_alpha</item> - <item name="searchIcon">@drawable/abc_ic_search_api_mtrl_alpha</item> - <item name="searchHintIcon">@drawable/abc_ic_search_api_mtrl_alpha</item> - <item name="goIcon">@drawable/abc_ic_go_search_api_mtrl_alpha</item> - <item name="voiceIcon">@drawable/abc_ic_voice_search_api_mtrl_alpha</item> - <item name="commitIcon">@drawable/abc_ic_commit_search_api_mtrl_alpha</item> - <item name="suggestionRowLayout">@layout/abc_search_dropdown_item_icons_2line</item> - </style> - <style name="Base.Widget.AppCompat.SearchView.ActionBar"> - <item name="queryBackground">@null</item> - <item name="submitBackground">@null</item> - <item name="searchHintIcon">@null</item> - <item name="defaultQueryHint">@string/abc_search_hint</item> - </style> - <style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Spinner"> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:dropDownVerticalOffset">0dip</item> - </style> - <style name="Base.Widget.AppCompat.Spinner.DropDown.ActionBar" parent="android:Widget"> - <item name="spinnerMode">dropdown</item> - - <item name="android:clickable">true</item> - <item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item> - <item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item> - <item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item> - <item name="android:dropDownVerticalOffset">0dip</item> - <item name="android:dropDownHorizontalOffset">0dip</item> - <item name="overlapAnchor">true</item> - <item name="android:dropDownWidth">wrap_content</item> - <item name="popupPromptView">@layout/abc_simple_dropdown_hint</item> - <item name="android:gravity">left|start|center_vertical</item> - <item name="disableChildrenWhenDisabled">true</item> - </style> - <style name="Base.Widget.AppCompat.Spinner.Underlined"> - <item name="android:background">@drawable/abc_spinner_textfield_background_material</item> - </style> - <style name="Base.Widget.AppCompat.TextView.SpinnerItem" parent="android:Widget.TextView.SpinnerItem"> - <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem</item> - <item name="android:paddingLeft">8dp</item> - <item name="android:paddingRight">8dp</item> - </style> - <style name="Base.Widget.AppCompat.Toolbar" parent="android:Widget"> - <item name="titleTextAppearance">@style/TextAppearance.Widget.AppCompat.Toolbar.Title</item> - <item name="subtitleTextAppearance">@style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle</item> - <item name="android:minHeight">?attr/actionBarSize</item> - <item name="titleMargins">4dp</item> - <item name="maxButtonHeight">56dp</item> - <item name="collapseIcon">?attr/homeAsUpIndicator</item> - <item name="collapseContentDescription">@string/abc_toolbar_collapse_description</item> - <item name="contentInsetStart">16dp</item> - </style> - <style name="Base.Widget.AppCompat.Toolbar.Button.Navigation" parent="android:Widget"> - <item name="android:minWidth">56dp</item> - <item name="android:scaleType">center</item> - <item name="android:background">?attr/selectableItemBackground</item> - </style> - <style name="Base.Widget.Design.TabLayout" parent="android:Widget"> - <item name="tabMaxWidth">@dimen/tab_max_width</item> - <item name="tabIndicatorColor">?attr/colorAccent</item> - <item name="tabIndicatorHeight">2dp</item> - <item name="tabPaddingStart">12dp</item> - <item name="tabPaddingEnd">12dp</item> - <item name="tabBackground">?attr/selectableItemBackground</item> - <item name="tabTextAppearance">@style/TextAppearance.Design.Tab</item> - <item name="tabSelectedTextColor">?android:textColorPrimary</item> - </style> - <style name="CardView" parent="Base.CardView"> - </style> - <style name="CardView.Dark"> - <item name="cardBackgroundColor">@color/cardview_dark_background</item> - </style> - <style name="CardView.Light"> - <item name="cardBackgroundColor">@color/cardview_light_background</item> - </style> - <style name="Platform.AppCompat" parent="android:Theme"> - <item name="android:windowNoTitle">true</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_dark</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_light</item> - <item name="android:colorBackground">@color/background_material_dark</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark</item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_dark</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item> - <item name="android:textColorHint">@color/hint_foreground_material_dark</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_light</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_dark</item> - <item name="android:textColorLink">@color/link_text_material_dark</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item> - <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item> - <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item> - <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item> - <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item> - - <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item> - <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item> - </style> - <style name="Platform.AppCompat.Light" parent="android:Theme.Light"> - <item name="android:windowNoTitle">true</item> - - <!-- Window colors --> - <item name="android:colorForeground">@color/bright_foreground_material_light</item> - <item name="android:colorForegroundInverse">@color/bright_foreground_material_dark</item> - <item name="android:colorBackground">@color/background_material_light</item> - <item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item> - <item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light</item> - <item name="android:backgroundDimAmount">0.6</item> - <item name="android:windowBackground">@color/background_material_light</item> - - <!-- Text colors --> - <item name="android:textColorPrimary">@color/abc_primary_text_material_light</item> - <item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item> - <item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item> - <item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item> - <item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item> - <item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item> - <item name="android:textColorHint">@color/hint_foreground_material_light</item> - <item name="android:textColorHintInverse">@color/hint_foreground_material_dark</item> - <item name="android:textColorHighlight">@color/highlighted_text_material_light</item> - <item name="android:textColorLink">@color/link_text_material_light</item> - - <!-- Text styles --> - <item name="android:textAppearance">@style/TextAppearance.AppCompat</item> - <item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item> - <item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item> - <item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item> - <item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item> - <item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item> - <item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item> - <item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item> - - <item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item> - <item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item> - </style> - <style name="Platform.ThemeOverlay.AppCompat.Dark" parent=""> - <!-- Action Bar styles --> - <item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark</item> - <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item> - <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item> - - <!-- SearchView styles --> - <item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.AutoCompleteTextView</item> - <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - </style> - <style name="Platform.ThemeOverlay.AppCompat.Light" parent=""> - <item name="actionBarItemBackground">@drawable/abc_item_background_holo_light</item> - <item name="actionDropDownStyle">@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item> - <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item> - - <!-- SearchView attributes --> - <item name="android:autoCompleteTextViewStyle">@style/Widget.AppCompat.Light.AutoCompleteTextView</item> - <item name="android:dropDownItemStyle">@style/Widget.AppCompat.DropDownItem.Spinner</item> - </style> - <style name="RtlOverlay.DialogWindowTitle.AppCompat" parent="Base.DialogWindowTitle.AppCompat"> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionBar.TitleItem" parent="android:Widget"> - <item name="android:layout_gravity">center_vertical|left</item> - <item name="android:paddingRight">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.ActionButton.Overflow" parent="Base.Widget.AppCompat.ActionButton.Overflow"> - <item name="android:paddingLeft">@dimen/abc_action_bar_overflow_padding_start_material</item> - <item name="android:paddingRight">@dimen/abc_action_bar_overflow_padding_end_material</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.DialogTitle.Icon" parent="android:Widget"> - <item name="android:layout_marginRight">8dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem" parent="android:Widget"> - <item name="android:paddingRight">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup" parent="android:Widget"> - <item name="android:layout_marginLeft">16dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" parent="android:Widget"> - <item name="android:layout_alignParentLeft">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget"> - <item name="android:paddingLeft">@dimen/abc_dropdownitem_text_padding_left</item> - <item name="android:paddingRight">4dp</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget"> - <item name="android:layout_alignParentLeft">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget"> - <item name="android:layout_toLeftOf">@id/edit_query</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget"> - <item name="android:layout_alignParentRight">true</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner"> - <item name="android:layout_toLeftOf">@android:id/icon2</item> - <item name="android:layout_toRightOf">@android:id/icon1</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.SearchView.MagIcon" parent="android:Widget"> - <item name="android:layout_marginLeft">@dimen/abc_dropdownitem_text_padding_left</item> - </style> - <style name="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation" parent="Base.Widget.AppCompat.Toolbar.Button.Navigation"> - <item name="android:paddingLeft">@dimen/abc_action_bar_navigation_padding_start_material</item> - </style> - <style name="TextAppearance.AppCompat" parent="Base.TextAppearance.AppCompat"/> - <style name="TextAppearance.AppCompat.Body1" parent="Base.TextAppearance.AppCompat.Body1"/> - <style name="TextAppearance.AppCompat.Body2" parent="Base.TextAppearance.AppCompat.Body2"/> - <style name="TextAppearance.AppCompat.Button" parent="Base.TextAppearance.AppCompat.Button"/> - <style name="TextAppearance.AppCompat.Caption" parent="Base.TextAppearance.AppCompat.Caption"/> - <style name="TextAppearance.AppCompat.Display1" parent="Base.TextAppearance.AppCompat.Display1"/> - <style name="TextAppearance.AppCompat.Display2" parent="Base.TextAppearance.AppCompat.Display2"/> - <style name="TextAppearance.AppCompat.Display3" parent="Base.TextAppearance.AppCompat.Display3"/> - <style name="TextAppearance.AppCompat.Display4" parent="Base.TextAppearance.AppCompat.Display4"/> - <style name="TextAppearance.AppCompat.Headline" parent="Base.TextAppearance.AppCompat.Headline"/> - <style name="TextAppearance.AppCompat.Inverse" parent="Base.TextAppearance.AppCompat.Inverse"/> - <style name="TextAppearance.AppCompat.Large" parent="Base.TextAppearance.AppCompat.Large"/> - <style name="TextAppearance.AppCompat.Large.Inverse" parent="Base.TextAppearance.AppCompat.Large.Inverse"/> - <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.SearchResult.Subtitle"/> - <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.SearchResult.Title"/> - <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large"> - </style> - <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small"> - </style> - <style name="TextAppearance.AppCompat.Medium" parent="Base.TextAppearance.AppCompat.Medium"/> - <style name="TextAppearance.AppCompat.Medium.Inverse" parent="Base.TextAppearance.AppCompat.Medium.Inverse"/> - <style name="TextAppearance.AppCompat.Menu" parent="Base.TextAppearance.AppCompat.Menu"/> - <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="Base.TextAppearance.AppCompat.SearchResult.Subtitle"> - </style> - <style name="TextAppearance.AppCompat.SearchResult.Title" parent="Base.TextAppearance.AppCompat.SearchResult.Title"> - </style> - <style name="TextAppearance.AppCompat.Small" parent="Base.TextAppearance.AppCompat.Small"/> - <style name="TextAppearance.AppCompat.Small.Inverse" parent="Base.TextAppearance.AppCompat.Small.Inverse"/> - <style name="TextAppearance.AppCompat.Subhead" parent="Base.TextAppearance.AppCompat.Subhead"/> - <style name="TextAppearance.AppCompat.Subhead.Inverse" parent="Base.TextAppearance.AppCompat.Subhead.Inverse"/> - <style name="TextAppearance.AppCompat.Title" parent="Base.TextAppearance.AppCompat.Title"/> - <style name="TextAppearance.AppCompat.Title.Inverse" parent="Base.TextAppearance.AppCompat.Title.Inverse"/> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Menu"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.ActionMode.Subtitle"/> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="Base.TextAppearance.AppCompat.Widget.ActionMode.Title"> - </style> - <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.ActionMode.Title"/> - <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="Base.TextAppearance.AppCompat.Widget.DropDownItem"> - </style> - <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Large"> - </style> - <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="Base.TextAppearance.AppCompat.Widget.PopupMenu.Small"> - </style> - <style name="TextAppearance.AppCompat.Widget.Switch" parent="Base.TextAppearance.AppCompat.Widget.Switch"/> - <style name="TextAppearance.AppCompat.Widget.TextView.SpinnerItem" parent="Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem"/> - <style name="TextAppearance.Design.Error" parent="TextAppearance.AppCompat.Caption"> - <item name="android:textColor">@color/error_color</item> - </style> - <style name="TextAppearance.Design.Hint" parent="TextAppearance.AppCompat.Caption"> - <item name="android:textColor">?attr/colorControlActivated</item> - </style> - <style name="TextAppearance.Design.Snackbar.Action" parent="TextAppearance.AppCompat.Button"> - <item name="android:textColor">?colorAccent</item> - </style> - <style name="TextAppearance.Design.Snackbar.Message" parent="android:TextAppearance"> - <item name="android:textSize">@dimen/snackbar_text_size</item> - <item name="android:textColor">?android:textColorPrimary</item> - </style> - <style name="TextAppearance.Design.Tab" parent="TextAppearance.AppCompat.Button"> - <item name="android:textSize">14sp</item> - <item name="android:textColor">?android:textColorSecondary</item> - <item name="textAllCaps">true</item> - </style> - <style name="TextAppearance.StatusBar.EventContent" parent=""/> - <style name="TextAppearance.StatusBar.EventContent.Info" parent=""/> - <style name="TextAppearance.StatusBar.EventContent.Line2" parent=""/> - <style name="TextAppearance.StatusBar.EventContent.Time" parent=""/> - <style name="TextAppearance.StatusBar.EventContent.Title" parent=""/> - <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item"> - </style> - <style name="TextAppearance.Widget.AppCompat.Toolbar.Subtitle" parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle"> - </style> - <style name="TextAppearance.Widget.AppCompat.Toolbar.Title" parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Title"> - </style> - <style name="Theme.AppCompat" parent="Base.Theme.AppCompat"/> - <style name="Theme.AppCompat.CompactMenu" parent="Base.Theme.AppCompat.CompactMenu"/> - <style name="Theme.AppCompat.Dialog" parent="Base.Theme.AppCompat.Dialog"/> - <style name="Theme.AppCompat.Dialog.Alert" parent="Base.Theme.AppCompat.Dialog.Alert"/> - <style name="Theme.AppCompat.Dialog.MinWidth" parent="Base.Theme.AppCompat.Dialog.MinWidth"/> - <style name="Theme.AppCompat.DialogWhenLarge" parent="Base.Theme.AppCompat.DialogWhenLarge"> - </style> - <style name="Theme.AppCompat.Light" parent="Base.Theme.AppCompat.Light"/> - <style name="Theme.AppCompat.Light.DarkActionBar" parent="Base.Theme.AppCompat.Light.DarkActionBar"/> - <style name="Theme.AppCompat.Light.Dialog" parent="Base.Theme.AppCompat.Light.Dialog"/> - <style name="Theme.AppCompat.Light.Dialog.Alert" parent="Base.Theme.AppCompat.Light.Dialog.Alert"/> - <style name="Theme.AppCompat.Light.Dialog.MinWidth" parent="Base.Theme.AppCompat.Light.Dialog.MinWidth"/> - <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Base.Theme.AppCompat.Light.DialogWhenLarge"> - </style> - <style name="Theme.AppCompat.Light.NoActionBar"> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - <style name="Theme.AppCompat.NoActionBar"> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - <style name="ThemeOverlay.AppCompat" parent="Base.ThemeOverlay.AppCompat"/> - <style name="ThemeOverlay.AppCompat.ActionBar" parent="Base.ThemeOverlay.AppCompat.ActionBar"/> - <style name="ThemeOverlay.AppCompat.Dark" parent="Base.ThemeOverlay.AppCompat.Dark"/> - <style name="ThemeOverlay.AppCompat.Dark.ActionBar" parent="Base.ThemeOverlay.AppCompat.Dark.ActionBar"/> - <style name="ThemeOverlay.AppCompat.Light" parent="Base.ThemeOverlay.AppCompat.Light"/> - <style name="Widget.AppCompat.ActionBar" parent="Base.Widget.AppCompat.ActionBar"> - </style> - <style name="Widget.AppCompat.ActionBar.Solid" parent="Base.Widget.AppCompat.ActionBar.Solid"> - </style> - <style name="Widget.AppCompat.ActionBar.TabBar" parent="Base.Widget.AppCompat.ActionBar.TabBar"> - </style> - <style name="Widget.AppCompat.ActionBar.TabText" parent="Base.Widget.AppCompat.ActionBar.TabText"> - </style> - <style name="Widget.AppCompat.ActionBar.TabView" parent="Base.Widget.AppCompat.ActionBar.TabView"> - </style> - <style name="Widget.AppCompat.ActionButton" parent="Base.Widget.AppCompat.ActionButton"/> - <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Base.Widget.AppCompat.ActionButton.CloseMode"/> - <style name="Widget.AppCompat.ActionButton.Overflow" parent="RtlOverlay.Widget.AppCompat.ActionButton.Overflow"/> - <style name="Widget.AppCompat.ActionMode" parent="Base.Widget.AppCompat.ActionMode"> - </style> - <style name="Widget.AppCompat.ActivityChooserView" parent="Base.Widget.AppCompat.ActivityChooserView"> - </style> - <style name="Widget.AppCompat.AutoCompleteTextView" parent="Base.Widget.AppCompat.AutoCompleteTextView"> - </style> - <style name="Widget.AppCompat.Button" parent="Base.Widget.AppCompat.Button"/> - <style name="Widget.AppCompat.Button.Borderless" parent="Base.Widget.AppCompat.Button.Borderless"/> - <style name="Widget.AppCompat.Button.Borderless.Colored" parent="Base.Widget.AppCompat.Button.Borderless.Colored"/> - <style name="Widget.AppCompat.Button.ButtonBar.AlertDialog" parent="Base.Widget.AppCompat.Button.ButtonBar.AlertDialog"/> - <style name="Widget.AppCompat.Button.Small" parent="Base.Widget.AppCompat.Button.Small"/> - <style name="Widget.AppCompat.ButtonBar" parent="Base.Widget.AppCompat.ButtonBar"/> - <style name="Widget.AppCompat.ButtonBar.AlertDialog" parent="Base.Widget.AppCompat.ButtonBar.AlertDialog"/> - <style name="Widget.AppCompat.CompoundButton.CheckBox" parent="Base.Widget.AppCompat.CompoundButton.CheckBox"/> - <style name="Widget.AppCompat.CompoundButton.RadioButton" parent="Base.Widget.AppCompat.CompoundButton.RadioButton"/> - <style name="Widget.AppCompat.CompoundButton.Switch" parent="Base.Widget.AppCompat.CompoundButton.Switch"/> - <style name="Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle"> - <item name="color">?attr/colorControlNormal</item> - </style> - <style name="Widget.AppCompat.DropDownItem.Spinner" parent="RtlOverlay.Widget.AppCompat.Search.DropDown.Text"/> - <style name="Widget.AppCompat.EditText" parent="Base.Widget.AppCompat.EditText"> - </style> - <style name="Widget.AppCompat.Light.ActionBar" parent="Base.Widget.AppCompat.Light.ActionBar"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Base.Widget.AppCompat.Light.ActionBar.Solid"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse"/> - <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Base.Widget.AppCompat.Light.ActionBar.TabBar"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse"/> - <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Base.Widget.AppCompat.Light.ActionBar.TabText"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Base.Widget.AppCompat.Light.ActionBar.TabView"> - </style> - <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse"/> - <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.ActionButton"/> - <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.ActionButton.CloseMode"/> - <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow"/> - <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.ActionMode"/> - <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.ActivityChooserView"/> - <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.AutoCompleteTextView"/> - <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.DropDownItem.Spinner"/> - <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.ListPopupWindow"/> - <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.ListView.DropDown"/> - <style name="Widget.AppCompat.Light.PopupMenu" parent="Base.Widget.AppCompat.Light.PopupMenu"> - </style> - <style name="Widget.AppCompat.Light.PopupMenu.Overflow" parent="Base.Widget.AppCompat.Light.PopupMenu.Overflow"> - </style> - <style name="Widget.AppCompat.Light.SearchView" parent="Widget.AppCompat.SearchView"/> - <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Spinner.DropDown.ActionBar"/> - <style name="Widget.AppCompat.ListPopupWindow" parent="Base.Widget.AppCompat.ListPopupWindow"> - </style> - <style name="Widget.AppCompat.ListView" parent="Base.Widget.AppCompat.ListView"/> - <style name="Widget.AppCompat.ListView.DropDown" parent="Base.Widget.AppCompat.ListView.DropDown"/> - <style name="Widget.AppCompat.ListView.Menu" parent="Base.Widget.AppCompat.ListView.Menu"> - </style> - <style name="Widget.AppCompat.PopupMenu" parent="Base.Widget.AppCompat.PopupMenu"> - </style> - <style name="Widget.AppCompat.PopupMenu.Overflow" parent="Base.Widget.AppCompat.PopupMenu.Overflow"> - </style> - <style name="Widget.AppCompat.PopupWindow" parent="Base.Widget.AppCompat.PopupWindow"> - </style> - <style name="Widget.AppCompat.ProgressBar" parent="Base.Widget.AppCompat.ProgressBar"> - </style> - <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Base.Widget.AppCompat.ProgressBar.Horizontal"> - </style> - <style name="Widget.AppCompat.RatingBar" parent="Base.Widget.AppCompat.RatingBar"/> - <style name="Widget.AppCompat.SearchView" parent="Base.Widget.AppCompat.SearchView"/> - <style name="Widget.AppCompat.SearchView.ActionBar" parent="Base.Widget.AppCompat.SearchView.ActionBar"/> - <style name="Widget.AppCompat.Spinner" parent="Base.Widget.AppCompat.Spinner"/> - <style name="Widget.AppCompat.Spinner.DropDown"/> - <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Base.Widget.AppCompat.Spinner.DropDown.ActionBar"/> - <style name="Widget.AppCompat.Spinner.Underlined" parent="Base.Widget.AppCompat.Spinner.Underlined"/> - <style name="Widget.AppCompat.TextView.SpinnerItem" parent="Base.Widget.AppCompat.TextView.SpinnerItem"/> - <style name="Widget.AppCompat.Toolbar" parent="Base.Widget.AppCompat.Toolbar"/> - <style name="Widget.AppCompat.Toolbar.Button.Navigation" parent="RtlOverlay.Widget.AppCompat.Toolbar.Button.Navigation"/> - <style name="Widget.Design.AppBarLayout" parent="android:Widget"> - <item name="elevation">@dimen/appbar_elevation</item> - <item name="android:background">?attr/colorPrimary</item> - </style> - <style name="Widget.Design.CollapsingToolbar" parent="android:Widget"> - <item name="expandedTitleMargin">16dp</item> - <item name="expandedTitleMarginBottom">20dp</item> - <item name="expandedTitleTextAppearance">@style/TextAppearance.AppCompat.Headline</item> - <item name="collapsedTitleTextAppearance">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item> - <item name="statusBarScrim">?attr/colorPrimaryDark</item> - </style> - <style name="Widget.Design.CoordinatorLayout" parent="android:Widget"> - <item name="statusBarBackground">?attr/colorPrimaryDark</item> - </style> - <style name="Widget.Design.FloatingActionButton" parent="android:Widget"> - <item name="android:background">@drawable/fab_background</item> - <item name="backgroundTint">?attr/colorAccent</item> - <item name="fabSize">normal</item> - <item name="elevation">@dimen/fab_elevation</item> - <item name="pressedTranslationZ">@dimen/fab_translation_z_pressed</item> - <item name="rippleColor">?attr/colorControlHighlight</item> - <item name="borderWidth">@dimen/fab_border_width</item> - </style> - <style name="Widget.Design.NavigationView" parent=""> - <item name="elevation">@dimen/navigation_elevation</item> - <item name="android:background">?android:attr/windowBackground</item> - <item name="android:fitsSystemWindows">true</item> - <item name="android:maxWidth">@dimen/navigation_max_width</item> - </style> - <style name="Widget.Design.ScrimInsetsFrameLayout" parent=""> - <item name="insetForeground">#4000</item> - </style> - <style name="Widget.Design.Snackbar" parent="android:Widget"> - <item name="android:theme">@style/ThemeOverlay.AppCompat.Dark</item> - <item name="android:minWidth">@dimen/snackbar_min_width</item> - <item name="android:maxWidth">@dimen/snackbar_max_width</item> - <item name="android:background">@drawable/snackbar_background</item> - <item name="android:paddingLeft">@dimen/snackbar_padding_horizontal</item> - <item name="android:paddingRight">@dimen/snackbar_padding_horizontal</item> - <item name="elevation">@dimen/snackbar_elevation</item> - <item name="maxActionInlineWidth">@dimen/snackbar_action_inline_max_width</item> - </style> - <style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout"> - <item name="tabGravity">fill</item> - <item name="tabMode">fixed</item> - </style> - <style name="Widget.Design.TextInputLayout" parent="android:Widget"> - <item name="hintTextAppearance">@style/TextAppearance.Design.Hint</item> - <item name="errorTextAppearance">@style/TextAppearance.Design.Error</item> - </style> -</resources> \ No newline at end of file diff --git a/app/build/intermediates/res/resources-debug-androidTest.ap_ b/app/build/intermediates/res/resources-debug-androidTest.ap_ deleted file mode 100644 index b5a521f00a60fee60b03876316775a4de8bbba7f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/resources-debug-androidTest.ap_ and /dev/null differ diff --git a/app/build/intermediates/res/resources-debug.ap_ b/app/build/intermediates/res/resources-debug.ap_ deleted file mode 100644 index 276663585cb86f3025cbd11679c28b4f74adf8ba..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/res/resources-debug.ap_ and /dev/null differ diff --git a/app/build/intermediates/restart-dex/debug/build-info.xml b/app/build/intermediates/restart-dex/debug/build-info.xml deleted file mode 100644 index 6627d19382271e81b31c23026b536564729bdb61..0000000000000000000000000000000000000000 --- a/app/build/intermediates/restart-dex/debug/build-info.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<instant-run abi="x86" api-level="23" density="mdpi" format="7" timestamp="1577570231864007" - token="-4177031886398502512"> - - <task name="javac" duration="673" /> - <task name="instant-run-dex" duration="0" /> - <task name="instant-run-transform" duration="579" /> - <task name="verifier" duration="217" /> - - <artifact - location="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\outputs\apk\app-debug.apk" - type="MAIN" /> - - <build timestamp="1577570231864007"> - <artifact - location="C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\outputs\apk\app-debug.apk" - type="MAIN" /> - </build> - -</instant-run> diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt deleted file mode 100644 index 1220416a4accb55979a7a999d6abcb1ab6312f48..0000000000000000000000000000000000000000 --- a/app/build/intermediates/symbols/debug/R.txt +++ /dev/null @@ -1,1467 +0,0 @@ -int anim abc_fade_in 0x7f050000 -int anim abc_fade_out 0x7f050001 -int anim abc_grow_fade_in_from_bottom 0x7f050002 -int anim abc_popup_enter 0x7f050003 -int anim abc_popup_exit 0x7f050004 -int anim abc_shrink_fade_out_from_bottom 0x7f050005 -int anim abc_slide_in_bottom 0x7f050006 -int anim abc_slide_in_top 0x7f050007 -int anim abc_slide_out_bottom 0x7f050008 -int anim abc_slide_out_top 0x7f050009 -int anim fab_in 0x7f05000a -int anim fab_out 0x7f05000b -int anim snackbar_in 0x7f05000c -int anim snackbar_out 0x7f05000d -int attr actionBarDivider 0x7f0100a6 -int attr actionBarItemBackground 0x7f0100a7 -int attr actionBarPopupTheme 0x7f0100a0 -int attr actionBarSize 0x7f0100a5 -int attr actionBarSplitStyle 0x7f0100a2 -int attr actionBarStyle 0x7f0100a1 -int attr actionBarTabBarStyle 0x7f01009c -int attr actionBarTabStyle 0x7f01009b -int attr actionBarTabTextStyle 0x7f01009d -int attr actionBarTheme 0x7f0100a3 -int attr actionBarWidgetTheme 0x7f0100a4 -int attr actionButtonStyle 0x7f0100c0 -int attr actionDropDownStyle 0x7f0100bc -int attr actionLayout 0x7f010054 -int attr actionMenuTextAppearance 0x7f0100a8 -int attr actionMenuTextColor 0x7f0100a9 -int attr actionModeBackground 0x7f0100ac -int attr actionModeCloseButtonStyle 0x7f0100ab -int attr actionModeCloseDrawable 0x7f0100ae -int attr actionModeCopyDrawable 0x7f0100b0 -int attr actionModeCutDrawable 0x7f0100af -int attr actionModeFindDrawable 0x7f0100b4 -int attr actionModePasteDrawable 0x7f0100b1 -int attr actionModePopupWindowStyle 0x7f0100b6 -int attr actionModeSelectAllDrawable 0x7f0100b2 -int attr actionModeShareDrawable 0x7f0100b3 -int attr actionModeSplitBackground 0x7f0100ad -int attr actionModeStyle 0x7f0100aa -int attr actionModeWebSearchDrawable 0x7f0100b5 -int attr actionOverflowButtonStyle 0x7f01009e -int attr actionOverflowMenuStyle 0x7f01009f -int attr actionProviderClass 0x7f010056 -int attr actionViewClass 0x7f010055 -int attr activityChooserViewStyle 0x7f0100c8 -int attr alertDialogButtonGroupStyle 0x7f0100e9 -int attr alertDialogCenterButtons 0x7f0100ea -int attr alertDialogStyle 0x7f0100e8 -int attr alertDialogTheme 0x7f0100eb -int attr autoCompleteTextViewStyle 0x7f0100f0 -int attr background 0x7f01000c -int attr backgroundSplit 0x7f01000e -int attr backgroundStacked 0x7f01000d -int attr backgroundTint 0x7f010109 -int attr backgroundTintMode 0x7f01010a -int attr barSize 0x7f01004a -int attr behavior_overlapTop 0x7f010064 -int attr borderWidth 0x7f01004f -int attr borderlessButtonStyle 0x7f0100c5 -int attr buttonBarButtonStyle 0x7f0100c2 -int attr buttonBarNegativeButtonStyle 0x7f0100ee -int attr buttonBarNeutralButtonStyle 0x7f0100ef -int attr buttonBarPositiveButtonStyle 0x7f0100ed -int attr buttonBarStyle 0x7f0100c1 -int attr buttonPanelSideLayout 0x7f01001f -int attr buttonStyle 0x7f0100f1 -int attr buttonStyleSmall 0x7f0100f2 -int attr cardBackgroundColor 0x7f010027 -int attr cardCornerRadius 0x7f010028 -int attr cardElevation 0x7f010029 -int attr cardMaxElevation 0x7f01002a -int attr cardPreventCornerOverlap 0x7f01002c -int attr cardUseCompatPadding 0x7f01002b -int attr checkboxStyle 0x7f0100f3 -int attr checkedTextViewStyle 0x7f0100f4 -int attr closeIcon 0x7f010069 -int attr closeItemLayout 0x7f01001c -int attr collapseContentDescription 0x7f010103 -int attr collapseIcon 0x7f010102 -int attr collapsedTitleTextAppearance 0x7f01003a -int attr color 0x7f010044 -int attr colorAccent 0x7f0100e2 -int attr colorButtonNormal 0x7f0100e6 -int attr colorControlActivated 0x7f0100e4 -int attr colorControlHighlight 0x7f0100e5 -int attr colorControlNormal 0x7f0100e3 -int attr colorPrimary 0x7f0100e0 -int attr colorPrimaryDark 0x7f0100e1 -int attr colorSwitchThumbNormal 0x7f0100e7 -int attr commitIcon 0x7f01006e -int attr contentInsetEnd 0x7f010017 -int attr contentInsetLeft 0x7f010018 -int attr contentInsetRight 0x7f010019 -int attr contentInsetStart 0x7f010016 -int attr contentPadding 0x7f01002d -int attr contentPaddingBottom 0x7f010031 -int attr contentPaddingLeft 0x7f01002e -int attr contentPaddingRight 0x7f01002f -int attr contentPaddingTop 0x7f010030 -int attr contentScrim 0x7f01003b -int attr customNavigationLayout 0x7f01000f -int attr defaultQueryHint 0x7f010068 -int attr dialogPreferredPadding 0x7f0100ba -int attr dialogTheme 0x7f0100b9 -int attr disableChildrenWhenDisabled 0x7f010076 -int attr displayOptions 0x7f010005 -int attr divider 0x7f01000b -int attr dividerHorizontal 0x7f0100c7 -int attr dividerPadding 0x7f010052 -int attr dividerVertical 0x7f0100c6 -int attr drawableSize 0x7f010046 -int attr drawerArrowStyle 0x7f010000 -int attr dropDownListViewStyle 0x7f0100d8 -int attr dropdownListPreferredItemHeight 0x7f0100bd -int attr editTextBackground 0x7f0100ce -int attr editTextColor 0x7f0100cd -int attr editTextStyle 0x7f0100f5 -int attr elevation 0x7f01001a -int attr errorEnabled 0x7f01008f -int attr errorTextAppearance 0x7f010090 -int attr expandActivityOverflowButtonDrawable 0x7f01001e -int attr expandedTitleMargin 0x7f010034 -int attr expandedTitleMarginBottom 0x7f010038 -int attr expandedTitleMarginEnd 0x7f010037 -int attr expandedTitleMarginStart 0x7f010035 -int attr expandedTitleMarginTop 0x7f010036 -int attr expandedTitleTextAppearance 0x7f010039 -int attr fabSize 0x7f01004d -int attr gapBetweenBars 0x7f010047 -int attr goIcon 0x7f01006a -int attr headerLayout 0x7f01005c -int attr height 0x7f010001 -int attr hideOnContentScroll 0x7f010015 -int attr hintTextAppearance 0x7f01008e -int attr homeAsUpIndicator 0x7f0100bf -int attr homeLayout 0x7f010010 -int attr icon 0x7f010009 -int attr iconifiedByDefault 0x7f010066 -int attr indeterminateProgressStyle 0x7f010012 -int attr initialActivityCount 0x7f01001d -int attr insetForeground 0x7f010063 -int attr isLightTheme 0x7f010002 -int attr itemBackground 0x7f01005b -int attr itemIconTint 0x7f010059 -int attr itemPadding 0x7f010014 -int attr itemTextColor 0x7f01005a -int attr keylines 0x7f01003e -int attr layout 0x7f010065 -int attr layoutManager 0x7f01005f -int attr layout_anchor 0x7f010041 -int attr layout_anchorGravity 0x7f010043 -int attr layout_behavior 0x7f010040 -int attr layout_collapseMode 0x7f010032 -int attr layout_collapseParallaxMultiplier 0x7f010033 -int attr layout_keyline 0x7f010042 -int attr layout_scrollFlags 0x7f010024 -int attr layout_scrollInterpolator 0x7f010025 -int attr listChoiceBackgroundIndicator 0x7f0100df -int attr listDividerAlertDialog 0x7f0100bb -int attr listItemLayout 0x7f010023 -int attr listLayout 0x7f010020 -int attr listPopupWindowStyle 0x7f0100d9 -int attr listPreferredItemHeight 0x7f0100d3 -int attr listPreferredItemHeightLarge 0x7f0100d5 -int attr listPreferredItemHeightSmall 0x7f0100d4 -int attr listPreferredItemPaddingLeft 0x7f0100d6 -int attr listPreferredItemPaddingRight 0x7f0100d7 -int attr logo 0x7f01000a -int attr maxActionInlineWidth 0x7f010072 -int attr maxButtonHeight 0x7f010101 -int attr measureWithLargestChild 0x7f010050 -int attr menu 0x7f010058 -int attr middleBarArrowSize 0x7f010049 -int attr multiChoiceItemLayout 0x7f010021 -int attr navigationContentDescription 0x7f010105 -int attr navigationIcon 0x7f010104 -int attr navigationMode 0x7f010004 -int attr overlapAnchor 0x7f01005d -int attr paddingEnd 0x7f010107 -int attr paddingStart 0x7f010106 -int attr panelBackground 0x7f0100dc -int attr panelMenuListTheme 0x7f0100de -int attr panelMenuListWidth 0x7f0100dd -int attr popupMenuStyle 0x7f0100cb -int attr popupPromptView 0x7f010075 -int attr popupTheme 0x7f01001b -int attr popupWindowStyle 0x7f0100cc -int attr preserveIconSpacing 0x7f010057 -int attr pressedTranslationZ 0x7f01004e -int attr progressBarPadding 0x7f010013 -int attr progressBarStyle 0x7f010011 -int attr prompt 0x7f010073 -int attr queryBackground 0x7f010070 -int attr queryHint 0x7f010067 -int attr radioButtonStyle 0x7f0100f6 -int attr ratingBarStyle 0x7f0100f7 -int attr reverseLayout 0x7f010061 -int attr rippleColor 0x7f01004c -int attr searchHintIcon 0x7f01006c -int attr searchIcon 0x7f01006b -int attr searchViewStyle 0x7f0100d2 -int attr selectableItemBackground 0x7f0100c3 -int attr selectableItemBackgroundBorderless 0x7f0100c4 -int attr showAsAction 0x7f010053 -int attr showDividers 0x7f010051 -int attr showText 0x7f01007d -int attr singleChoiceItemLayout 0x7f010022 -int attr spanCount 0x7f010060 -int attr spinBars 0x7f010045 -int attr spinnerDropDownItemStyle 0x7f0100be -int attr spinnerMode 0x7f010074 -int attr spinnerStyle 0x7f0100f8 -int attr splitTrack 0x7f01007c -int attr stackFromEnd 0x7f010062 -int attr state_above_anchor 0x7f01005e -int attr statusBarBackground 0x7f01003f -int attr statusBarScrim 0x7f01003c -int attr submitBackground 0x7f010071 -int attr subtitle 0x7f010006 -int attr subtitleTextAppearance 0x7f0100fb -int attr subtitleTextStyle 0x7f010008 -int attr suggestionRowLayout 0x7f01006f -int attr switchMinWidth 0x7f01007a -int attr switchPadding 0x7f01007b -int attr switchStyle 0x7f0100f9 -int attr switchTextAppearance 0x7f010079 -int attr tabBackground 0x7f010081 -int attr tabContentStart 0x7f010080 -int attr tabGravity 0x7f010083 -int attr tabIndicatorColor 0x7f01007e -int attr tabIndicatorHeight 0x7f01007f -int attr tabMaxWidth 0x7f010085 -int attr tabMinWidth 0x7f010084 -int attr tabMode 0x7f010082 -int attr tabPadding 0x7f01008d -int attr tabPaddingBottom 0x7f01008c -int attr tabPaddingEnd 0x7f01008b -int attr tabPaddingStart 0x7f010089 -int attr tabPaddingTop 0x7f01008a -int attr tabSelectedTextColor 0x7f010088 -int attr tabTextAppearance 0x7f010086 -int attr tabTextColor 0x7f010087 -int attr textAllCaps 0x7f010026 -int attr textAppearanceLargePopupMenu 0x7f0100b7 -int attr textAppearanceListItem 0x7f0100da -int attr textAppearanceListItemSmall 0x7f0100db -int attr textAppearanceSearchResultSubtitle 0x7f0100d0 -int attr textAppearanceSearchResultTitle 0x7f0100cf -int attr textAppearanceSmallPopupMenu 0x7f0100b8 -int attr textColorAlertDialogListItem 0x7f0100ec -int attr textColorSearchUrl 0x7f0100d1 -int attr theme 0x7f010108 -int attr thickness 0x7f01004b -int attr thumbTextPadding 0x7f010078 -int attr title 0x7f010003 -int attr titleMarginBottom 0x7f010100 -int attr titleMarginEnd 0x7f0100fe -int attr titleMarginStart 0x7f0100fd -int attr titleMarginTop 0x7f0100ff -int attr titleMargins 0x7f0100fc -int attr titleTextAppearance 0x7f0100fa -int attr titleTextStyle 0x7f010007 -int attr toolbarId 0x7f01003d -int attr toolbarNavigationButtonStyle 0x7f0100ca -int attr toolbarStyle 0x7f0100c9 -int attr topBottomBarArrowSize 0x7f010048 -int attr track 0x7f010077 -int attr voiceIcon 0x7f01006d -int attr windowActionBar 0x7f010091 -int attr windowActionBarOverlay 0x7f010093 -int attr windowActionModeOverlay 0x7f010094 -int attr windowFixedHeightMajor 0x7f010098 -int attr windowFixedHeightMinor 0x7f010096 -int attr windowFixedWidthMajor 0x7f010095 -int attr windowFixedWidthMinor 0x7f010097 -int attr windowMinWidthMajor 0x7f010099 -int attr windowMinWidthMinor 0x7f01009a -int attr windowNoTitle 0x7f010092 -int bool abc_action_bar_embed_tabs 0x7f0a0002 -int bool abc_action_bar_embed_tabs_pre_jb 0x7f0a0000 -int bool abc_action_bar_expanded_action_views_exclusive 0x7f0a0003 -int bool abc_config_actionMenuItemAllCaps 0x7f0a0004 -int bool abc_config_allowActionMenuItemTextWithIcon 0x7f0a0001 -int bool abc_config_closeDialogWhenTouchOutside 0x7f0a0005 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f0a0006 -int color abc_background_cache_hint_selector_material_dark 0x7f0c0047 -int color abc_background_cache_hint_selector_material_light 0x7f0c0048 -int color abc_input_method_navigation_guard 0x7f0c0000 -int color abc_primary_text_disable_only_material_dark 0x7f0c0049 -int color abc_primary_text_disable_only_material_light 0x7f0c004a -int color abc_primary_text_material_dark 0x7f0c004b -int color abc_primary_text_material_light 0x7f0c004c -int color abc_search_url_text 0x7f0c004d -int color abc_search_url_text_normal 0x7f0c0001 -int color abc_search_url_text_pressed 0x7f0c0002 -int color abc_search_url_text_selected 0x7f0c0003 -int color abc_secondary_text_material_dark 0x7f0c004e -int color abc_secondary_text_material_light 0x7f0c004f -int color accent_material_dark 0x7f0c0004 -int color accent_material_light 0x7f0c0005 -int color background 0x7f0c0006 -int color background_floating_material_dark 0x7f0c0007 -int color background_floating_material_light 0x7f0c0008 -int color background_material_dark 0x7f0c0009 -int color background_material_light 0x7f0c000a -int color bright_foreground_disabled_material_dark 0x7f0c000b -int color bright_foreground_disabled_material_light 0x7f0c000c -int color bright_foreground_inverse_material_dark 0x7f0c000d -int color bright_foreground_inverse_material_light 0x7f0c000e -int color bright_foreground_material_dark 0x7f0c000f -int color bright_foreground_material_light 0x7f0c0010 -int color button_material_dark 0x7f0c0011 -int color button_material_light 0x7f0c0012 -int color cardview_dark_background 0x7f0c0013 -int color cardview_light_background 0x7f0c0014 -int color cardview_shadow_end_color 0x7f0c0015 -int color cardview_shadow_start_color 0x7f0c0016 -int color colorAccent 0x7f0c0017 -int color colorPrimary 0x7f0c0018 -int color colorPrimaryDark 0x7f0c0019 -int color dim_foreground_disabled_material_dark 0x7f0c001a -int color dim_foreground_disabled_material_light 0x7f0c001b -int color dim_foreground_material_dark 0x7f0c001c -int color dim_foreground_material_light 0x7f0c001d -int color error_color 0x7f0c001e -int color fab_stroke_end_inner_color 0x7f0c001f -int color fab_stroke_end_outer_color 0x7f0c0020 -int color fab_stroke_top_inner_color 0x7f0c0021 -int color fab_stroke_top_outer_color 0x7f0c0022 -int color highlighted_text_material_dark 0x7f0c0023 -int color highlighted_text_material_light 0x7f0c0024 -int color hint_foreground_material_dark 0x7f0c0025 -int color hint_foreground_material_light 0x7f0c0026 -int color link_text_material_dark 0x7f0c0027 -int color link_text_material_light 0x7f0c0028 -int color material_blue_grey_800 0x7f0c0029 -int color material_blue_grey_900 0x7f0c002a -int color material_blue_grey_950 0x7f0c002b -int color material_deep_teal_200 0x7f0c002c -int color material_deep_teal_500 0x7f0c002d -int color primary_dark_material_dark 0x7f0c002e -int color primary_dark_material_light 0x7f0c002f -int color primary_material_dark 0x7f0c0030 -int color primary_material_light 0x7f0c0031 -int color primary_text_default_material_dark 0x7f0c0032 -int color primary_text_default_material_light 0x7f0c0033 -int color primary_text_disabled_material_dark 0x7f0c0034 -int color primary_text_disabled_material_light 0x7f0c0035 -int color ripple_material_dark 0x7f0c0036 -int color ripple_material_light 0x7f0c0037 -int color secondary_text_default_material_dark 0x7f0c0038 -int color secondary_text_default_material_light 0x7f0c0039 -int color secondary_text_disabled_material_dark 0x7f0c003a -int color secondary_text_disabled_material_light 0x7f0c003b -int color shadow_end_color 0x7f0c003c -int color shadow_mid_color 0x7f0c003d -int color shadow_start_color 0x7f0c003e -int color snackbar_background_color 0x7f0c003f -int color switch_thumb_disabled_material_dark 0x7f0c0040 -int color switch_thumb_disabled_material_light 0x7f0c0041 -int color switch_thumb_material_dark 0x7f0c0050 -int color switch_thumb_material_light 0x7f0c0051 -int color switch_thumb_normal_material_dark 0x7f0c0042 -int color switch_thumb_normal_material_light 0x7f0c0043 -int color title 0x7f0c0044 -int color transparent 0x7f0c0045 -int color year 0x7f0c0046 -int dimen abc_action_bar_content_inset_material 0x7f08000c -int dimen abc_action_bar_default_height_material 0x7f080001 -int dimen abc_action_bar_default_padding_material 0x7f080002 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f080019 -int dimen abc_action_bar_navigation_padding_start_material 0x7f08000d -int dimen abc_action_bar_overflow_padding_end_material 0x7f08000e -int dimen abc_action_bar_overflow_padding_start_material 0x7f08001a -int dimen abc_action_bar_progress_bar_size 0x7f080003 -int dimen abc_action_bar_stacked_max_height 0x7f08001b -int dimen abc_action_bar_stacked_tab_max_width 0x7f08001c -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f08001d -int dimen abc_action_bar_subtitle_top_margin_material 0x7f08001e -int dimen abc_action_button_min_height_material 0x7f08001f -int dimen abc_action_button_min_width_material 0x7f080020 -int dimen abc_action_button_min_width_overflow_material 0x7f080021 -int dimen abc_alert_dialog_button_bar_height 0x7f080000 -int dimen abc_button_inset_horizontal_material 0x7f080022 -int dimen abc_button_inset_vertical_material 0x7f080023 -int dimen abc_button_padding_horizontal_material 0x7f080024 -int dimen abc_button_padding_vertical_material 0x7f080025 -int dimen abc_config_prefDialogWidth 0x7f080006 -int dimen abc_control_corner_material 0x7f080026 -int dimen abc_control_inset_material 0x7f080027 -int dimen abc_control_padding_material 0x7f080028 -int dimen abc_dialog_list_padding_vertical_material 0x7f080029 -int dimen abc_dialog_min_width_major 0x7f08002a -int dimen abc_dialog_min_width_minor 0x7f08002b -int dimen abc_dialog_padding_material 0x7f08002c -int dimen abc_dialog_padding_top_material 0x7f08002d -int dimen abc_disabled_alpha_material_dark 0x7f08002e -int dimen abc_disabled_alpha_material_light 0x7f08002f -int dimen abc_dropdownitem_icon_width 0x7f080030 -int dimen abc_dropdownitem_text_padding_left 0x7f080031 -int dimen abc_dropdownitem_text_padding_right 0x7f080032 -int dimen abc_edit_text_inset_bottom_material 0x7f080033 -int dimen abc_edit_text_inset_horizontal_material 0x7f080034 -int dimen abc_edit_text_inset_top_material 0x7f080035 -int dimen abc_floating_window_z 0x7f080036 -int dimen abc_list_item_padding_horizontal_material 0x7f080037 -int dimen abc_panel_menu_list_width 0x7f080038 -int dimen abc_search_view_preferred_width 0x7f080039 -int dimen abc_search_view_text_min_width 0x7f080007 -int dimen abc_switch_padding 0x7f080016 -int dimen abc_text_size_body_1_material 0x7f08003a -int dimen abc_text_size_body_2_material 0x7f08003b -int dimen abc_text_size_button_material 0x7f08003c -int dimen abc_text_size_caption_material 0x7f08003d -int dimen abc_text_size_display_1_material 0x7f08003e -int dimen abc_text_size_display_2_material 0x7f08003f -int dimen abc_text_size_display_3_material 0x7f080040 -int dimen abc_text_size_display_4_material 0x7f080041 -int dimen abc_text_size_headline_material 0x7f080042 -int dimen abc_text_size_large_material 0x7f080043 -int dimen abc_text_size_medium_material 0x7f080044 -int dimen abc_text_size_menu_material 0x7f080045 -int dimen abc_text_size_small_material 0x7f080046 -int dimen abc_text_size_subhead_material 0x7f080047 -int dimen abc_text_size_subtitle_material_toolbar 0x7f080004 -int dimen abc_text_size_title_material 0x7f080048 -int dimen abc_text_size_title_material_toolbar 0x7f080005 -int dimen activity_horizontal_margin 0x7f080018 -int dimen activity_vertical_margin 0x7f080049 -int dimen appbar_elevation 0x7f08004a -int dimen cardview_compat_inset_shadow 0x7f08004b -int dimen cardview_default_elevation 0x7f08004c -int dimen cardview_default_radius 0x7f08004d -int dimen dialog_fixed_height_major 0x7f080008 -int dimen dialog_fixed_height_minor 0x7f080009 -int dimen dialog_fixed_width_major 0x7f08000a -int dimen dialog_fixed_width_minor 0x7f08000b -int dimen disabled_alpha_material_dark 0x7f08004e -int dimen disabled_alpha_material_light 0x7f08004f -int dimen fab_border_width 0x7f080050 -int dimen fab_content_size 0x7f080051 -int dimen fab_elevation 0x7f080052 -int dimen fab_size_mini 0x7f080053 -int dimen fab_size_normal 0x7f080054 -int dimen fab_translation_z_pressed 0x7f080055 -int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f080056 -int dimen item_touch_helper_swipe_escape_max_velocity 0x7f080057 -int dimen item_touch_helper_swipe_escape_velocity 0x7f080058 -int dimen navigation_elevation 0x7f080059 -int dimen navigation_icon_padding 0x7f08005a -int dimen navigation_icon_size 0x7f08005b -int dimen navigation_max_width 0x7f08005c -int dimen navigation_padding_bottom 0x7f08005d -int dimen navigation_padding_top_default 0x7f080017 -int dimen navigation_separator_vertical_padding 0x7f08005e -int dimen notification_large_icon_height 0x7f08005f -int dimen notification_large_icon_width 0x7f080060 -int dimen notification_subtext_size 0x7f080061 -int dimen snackbar_action_inline_max_width 0x7f08000f -int dimen snackbar_background_corner_radius 0x7f080010 -int dimen snackbar_elevation 0x7f080062 -int dimen snackbar_extra_spacing_horizontal 0x7f080011 -int dimen snackbar_max_width 0x7f080012 -int dimen snackbar_min_width 0x7f080013 -int dimen snackbar_padding_horizontal 0x7f080063 -int dimen snackbar_padding_vertical 0x7f080064 -int dimen snackbar_padding_vertical_2lines 0x7f080014 -int dimen snackbar_text_size 0x7f080065 -int dimen tab_max_width 0x7f080066 -int dimen tab_min_width 0x7f080015 -int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 -int drawable abc_btn_borderless_material 0x7f020001 -int drawable abc_btn_check_material 0x7f020002 -int drawable abc_btn_check_to_on_mtrl_000 0x7f020003 -int drawable abc_btn_check_to_on_mtrl_015 0x7f020004 -int drawable abc_btn_default_mtrl_shape 0x7f020005 -int drawable abc_btn_radio_material 0x7f020006 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007 -int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008 -int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009 -int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c -int drawable abc_cab_background_internal_bg 0x7f02000d -int drawable abc_cab_background_top_material 0x7f02000e -int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f -int drawable abc_dialog_material_background_dark 0x7f020010 -int drawable abc_dialog_material_background_light 0x7f020011 -int drawable abc_edit_text_material 0x7f020012 -int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013 -int drawable abc_ic_clear_mtrl_alpha 0x7f020014 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015 -int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018 -int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019 -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b -int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c -int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d -int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e -int drawable abc_item_background_holo_dark 0x7f02001f -int drawable abc_item_background_holo_light 0x7f020020 -int drawable abc_list_divider_mtrl_alpha 0x7f020021 -int drawable abc_list_focused_holo 0x7f020022 -int drawable abc_list_longpressed_holo 0x7f020023 -int drawable abc_list_pressed_holo_dark 0x7f020024 -int drawable abc_list_pressed_holo_light 0x7f020025 -int drawable abc_list_selector_background_transition_holo_dark 0x7f020026 -int drawable abc_list_selector_background_transition_holo_light 0x7f020027 -int drawable abc_list_selector_disabled_holo_dark 0x7f020028 -int drawable abc_list_selector_disabled_holo_light 0x7f020029 -int drawable abc_list_selector_holo_dark 0x7f02002a -int drawable abc_list_selector_holo_light 0x7f02002b -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c -int drawable abc_popup_background_mtrl_mult 0x7f02002d -int drawable abc_ratingbar_full_material 0x7f02002e -int drawable abc_spinner_mtrl_am_alpha 0x7f02002f -int drawable abc_spinner_textfield_background_material 0x7f020030 -int drawable abc_switch_thumb_material 0x7f020031 -int drawable abc_switch_track_mtrl_alpha 0x7f020032 -int drawable abc_tab_indicator_material 0x7f020033 -int drawable abc_tab_indicator_mtrl_alpha 0x7f020034 -int drawable abc_text_cursor_mtrl_alpha 0x7f020035 -int drawable abc_textfield_activated_mtrl_alpha 0x7f020036 -int drawable abc_textfield_default_mtrl_alpha 0x7f020037 -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038 -int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039 -int drawable abc_textfield_search_material 0x7f02003a -int drawable fab_background 0x7f02003b -int drawable notification_template_icon_bg 0x7f02003d -int drawable snackbar_background 0x7f02003c -int id Guest 0x7f0d006f -int id TicketSlots 0x7f0d0070 -int id action0 0x7f0d0073 -int id action_bar 0x7f0d0058 -int id action_bar_activity_content 0x7f0d0000 -int id action_bar_container 0x7f0d0057 -int id action_bar_root 0x7f0d0053 -int id action_bar_spinner 0x7f0d0001 -int id action_bar_subtitle 0x7f0d003c -int id action_bar_title 0x7f0d003b -int id action_context_bar 0x7f0d0059 -int id action_divider 0x7f0d0077 -int id action_menu_divider 0x7f0d0002 -int id action_menu_presenter 0x7f0d0003 -int id action_mode_bar 0x7f0d0055 -int id action_mode_bar_stub 0x7f0d0054 -int id action_mode_close_button 0x7f0d003d -int id action_settings 0x7f0d0085 -int id activity_chooser_view_content 0x7f0d003e -int id alertTitle 0x7f0d0048 -int id always 0x7f0d002c -int id beginning 0x7f0d002a -int id bottom 0x7f0d001b -int id buttonPanel 0x7f0d004e -int id cancel_action 0x7f0d0074 -int id center 0x7f0d001c -int id center_horizontal 0x7f0d001d -int id center_vertical 0x7f0d001e -int id checkbox 0x7f0d0050 -int id chronometer 0x7f0d007a -int id clip_horizontal 0x7f0d001f -int id clip_vertical 0x7f0d0020 -int id collapseActionView 0x7f0d002d -int id contentPanel 0x7f0d0049 -int id custom 0x7f0d004d -int id customPanel 0x7f0d004c -int id decor_content_parent 0x7f0d0056 -int id default_activity_button 0x7f0d0041 -int id dialog 0x7f0d0031 -int id disableHome 0x7f0d000e -int id dropdown 0x7f0d0032 -int id edit_query 0x7f0d005a -int id end 0x7f0d0021 -int id end_padder 0x7f0d007f -int id enterAlways 0x7f0d0015 -int id enterAlwaysCollapsed 0x7f0d0016 -int id exitUntilCollapsed 0x7f0d0017 -int id expand_activities_button 0x7f0d003f -int id expanded_menu 0x7f0d004f -int id fill 0x7f0d0022 -int id fill_horizontal 0x7f0d0023 -int id fill_vertical 0x7f0d0024 -int id fixed 0x7f0d0033 -int id guestlistRecycler 0x7f0d006c -int id guestlistSearchbar 0x7f0d006b -int id home 0x7f0d0004 -int id homeAsUp 0x7f0d000f -int id icon 0x7f0d0043 -int id ifRoom 0x7f0d002e -int id image 0x7f0d0040 -int id info 0x7f0d007e -int id item_touch_helper_previous_elevation 0x7f0d0005 -int id left 0x7f0d0025 -int id line1 0x7f0d0078 -int id line3 0x7f0d007c -int id listMode 0x7f0d000b -int id list_item 0x7f0d0042 -int id main_layout 0x7f0d0067 -int id media_actions 0x7f0d0076 -int id middle 0x7f0d002b -int id mini 0x7f0d0029 -int id multiply 0x7f0d0036 -int id never 0x7f0d002f -int id none 0x7f0d0010 -int id normal 0x7f0d000c -int id pager 0x7f0d006a -int id parallax 0x7f0d0019 -int id parentPanel 0x7f0d0045 -int id pin 0x7f0d001a -int id progress_circular 0x7f0d0006 -int id progress_horizontal 0x7f0d0007 -int id radio 0x7f0d0052 -int id right 0x7f0d0026 -int id screen 0x7f0d0037 -int id scroll 0x7f0d0018 -int id scrollView 0x7f0d004a -int id scrollable 0x7f0d0034 -int id search_badge 0x7f0d005c -int id search_bar 0x7f0d005b -int id search_button 0x7f0d005d -int id search_close_btn 0x7f0d0062 -int id search_edit_frame 0x7f0d005e -int id search_go_btn 0x7f0d0064 -int id search_mag_icon 0x7f0d005f -int id search_plate 0x7f0d0060 -int id search_src_text 0x7f0d0061 -int id search_voice_btn 0x7f0d0065 -int id select_dialog_listview 0x7f0d0066 -int id shortcut 0x7f0d0051 -int id showCustom 0x7f0d0011 -int id showHome 0x7f0d0012 -int id showTitle 0x7f0d0013 -int id snackbar_action 0x7f0d0072 -int id snackbar_text 0x7f0d0071 -int id split_action_bar 0x7f0d0008 -int id src_atop 0x7f0d0038 -int id src_in 0x7f0d0039 -int id src_over 0x7f0d003a -int id start 0x7f0d0027 -int id status_bar_latest_event_content 0x7f0d0075 -int id strCheckedInDate 0x7f0d0082 -int id strFullName 0x7f0d0083 -int id strTicketID 0x7f0d0081 -int id submit_area 0x7f0d0063 -int id tabMode 0x7f0d000d -int id tab_layout 0x7f0d0069 -int id text 0x7f0d007d -int id text2 0x7f0d007b -int id textSpacerNoButtons 0x7f0d004b -int id ticketContainer 0x7f0d0080 -int id ticketRecycler 0x7f0d006e -int id ticketSearchbar 0x7f0d006d -int id time 0x7f0d0079 -int id title 0x7f0d0044 -int id title_template 0x7f0d0047 -int id toolbar 0x7f0d0068 -int id top 0x7f0d0028 -int id topPanel 0x7f0d0046 -int id uniqueString 0x7f0d0084 -int id up 0x7f0d0009 -int id useLogo 0x7f0d0014 -int id view_offset_helper 0x7f0d000a -int id withText 0x7f0d0030 -int id wrap_content 0x7f0d0035 -int integer abc_config_activityDefaultDur 0x7f0b0002 -int integer abc_config_activityShortDur 0x7f0b0003 -int integer abc_max_action_buttons 0x7f0b0000 -int integer cancel_button_image_alpha 0x7f0b0004 -int integer snackbar_text_max_lines 0x7f0b0001 -int integer status_bar_notification_info_maxnum 0x7f0b0005 -int layout abc_action_bar_title_item 0x7f040000 -int layout abc_action_bar_up_container 0x7f040001 -int layout abc_action_bar_view_list_nav_layout 0x7f040002 -int layout abc_action_menu_item_layout 0x7f040003 -int layout abc_action_menu_layout 0x7f040004 -int layout abc_action_mode_bar 0x7f040005 -int layout abc_action_mode_close_item_material 0x7f040006 -int layout abc_activity_chooser_view 0x7f040007 -int layout abc_activity_chooser_view_list_item 0x7f040008 -int layout abc_alert_dialog_material 0x7f040009 -int layout abc_dialog_title_material 0x7f04000a -int layout abc_expanded_menu_layout 0x7f04000b -int layout abc_list_menu_item_checkbox 0x7f04000c -int layout abc_list_menu_item_icon 0x7f04000d -int layout abc_list_menu_item_layout 0x7f04000e -int layout abc_list_menu_item_radio 0x7f04000f -int layout abc_popup_menu_item_layout 0x7f040010 -int layout abc_screen_content_include 0x7f040011 -int layout abc_screen_simple 0x7f040012 -int layout abc_screen_simple_overlay_action_mode 0x7f040013 -int layout abc_screen_toolbar 0x7f040014 -int layout abc_search_dropdown_item_icons_2line 0x7f040015 -int layout abc_search_view 0x7f040016 -int layout abc_select_dialog_material 0x7f040017 -int layout abc_simple_dropdown_hint 0x7f040018 -int layout activity_main 0x7f040019 -int layout design_navigation_item 0x7f04001a -int layout design_navigation_item_header 0x7f04001b -int layout design_navigation_item_separator 0x7f04001c -int layout design_navigation_item_subheader 0x7f04001d -int layout design_navigation_menu 0x7f04001e -int layout fragment_guestlist 0x7f04001f -int layout fragment_ticket 0x7f040020 -int layout guestlist_model 0x7f040021 -int layout layout_snackbar 0x7f040022 -int layout layout_snackbar_include 0x7f040023 -int layout notification_media_action 0x7f040024 -int layout notification_media_cancel_action 0x7f040025 -int layout notification_template_big_media 0x7f040026 -int layout notification_template_big_media_narrow 0x7f040027 -int layout notification_template_lines 0x7f040028 -int layout notification_template_media 0x7f040029 -int layout notification_template_part_chronometer 0x7f04002a -int layout notification_template_part_time 0x7f04002b -int layout select_dialog_item_material 0x7f04002c -int layout select_dialog_multichoice_material 0x7f04002d -int layout select_dialog_singlechoice_material 0x7f04002e -int layout support_simple_spinner_dropdown_item 0x7f04002f -int layout ticket_model 0x7f040030 -int menu menu_service 0x7f0e0000 -int mipmap ic_launcher 0x7f030000 -int string abc_action_bar_home_description 0x7f070000 -int string abc_action_bar_home_description_format 0x7f07000d -int string abc_action_bar_home_subtitle_description_format 0x7f07000e -int string abc_action_bar_up_description 0x7f070001 -int string abc_action_menu_overflow_description 0x7f070002 -int string abc_action_mode_done 0x7f070003 -int string abc_activity_chooser_view_see_all 0x7f070004 -int string abc_activitychooserview_choose_application 0x7f070005 -int string abc_search_hint 0x7f07000f -int string abc_searchview_description_clear 0x7f070006 -int string abc_searchview_description_query 0x7f070007 -int string abc_searchview_description_search 0x7f070008 -int string abc_searchview_description_submit 0x7f070009 -int string abc_searchview_description_voice 0x7f07000a -int string abc_shareactionprovider_share_with 0x7f07000b -int string abc_shareactionprovider_share_with_application 0x7f07000c -int string abc_toolbar_collapse_description 0x7f070010 -int string action_settings 0x7f070011 -int string app_name 0x7f070012 -int string appbar_scrolling_view_behavior 0x7f070013 -int string hello_blank_fragment 0x7f070014 -int string status_bar_notification_info_overflow 0x7f070015 -int style AlertDialog_AppCompat 0x7f090075 -int style AlertDialog_AppCompat_Light 0x7f090076 -int style Animation_AppCompat_Dialog 0x7f090077 -int style Animation_AppCompat_DropDownUp 0x7f090078 -int style AppTheme 0x7f090079 -int style Base_AlertDialog_AppCompat 0x7f09007a -int style Base_AlertDialog_AppCompat_Light 0x7f09007b -int style Base_Animation_AppCompat_Dialog 0x7f09007c -int style Base_Animation_AppCompat_DropDownUp 0x7f09007d -int style Base_CardView 0x7f09007e -int style Base_DialogWindowTitle_AppCompat 0x7f09007f -int style Base_DialogWindowTitleBackground_AppCompat 0x7f090080 -int style Base_TextAppearance_AppCompat 0x7f09002f -int style Base_TextAppearance_AppCompat_Body1 0x7f090030 -int style Base_TextAppearance_AppCompat_Body2 0x7f090031 -int style Base_TextAppearance_AppCompat_Button 0x7f090019 -int style Base_TextAppearance_AppCompat_Caption 0x7f090032 -int style Base_TextAppearance_AppCompat_Display1 0x7f090033 -int style Base_TextAppearance_AppCompat_Display2 0x7f090034 -int style Base_TextAppearance_AppCompat_Display3 0x7f090035 -int style Base_TextAppearance_AppCompat_Display4 0x7f090036 -int style Base_TextAppearance_AppCompat_Headline 0x7f090037 -int style Base_TextAppearance_AppCompat_Inverse 0x7f090004 -int style Base_TextAppearance_AppCompat_Large 0x7f090038 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f090005 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f090039 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f09003a -int style Base_TextAppearance_AppCompat_Medium 0x7f09003b -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f090006 -int style Base_TextAppearance_AppCompat_Menu 0x7f09003c -int style Base_TextAppearance_AppCompat_SearchResult 0x7f090081 -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f09003d -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f09003e -int style Base_TextAppearance_AppCompat_Small 0x7f09003f -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f090007 -int style Base_TextAppearance_AppCompat_Subhead 0x7f090040 -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f090008 -int style Base_TextAppearance_AppCompat_Title 0x7f090041 -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f090009 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f090042 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f090043 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f090044 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f090045 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f090046 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f090047 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f090048 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f090082 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f090049 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f09004a -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f09004b -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f09004c -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f090083 -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f09004d -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f09004e -int style Base_Theme_AppCompat 0x7f09004f -int style Base_Theme_AppCompat_CompactMenu 0x7f090084 -int style Base_Theme_AppCompat_Dialog 0x7f09000a -int style Base_Theme_AppCompat_Dialog_Alert 0x7f090085 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f090086 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f090087 -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f090002 -int style Base_Theme_AppCompat_Light 0x7f090050 -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f090088 -int style Base_Theme_AppCompat_Light_Dialog 0x7f09000b -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f090089 -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f09008a -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f09008b -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f090003 -int style Base_ThemeOverlay_AppCompat 0x7f09008c -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f09008d -int style Base_ThemeOverlay_AppCompat_Dark 0x7f09008e -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f09008f -int style Base_ThemeOverlay_AppCompat_Light 0x7f090090 -int style Base_V11_Theme_AppCompat_Dialog 0x7f09000c -int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f09000d -int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f090015 -int style Base_V12_Widget_AppCompat_EditText 0x7f090016 -int style Base_V21_Theme_AppCompat 0x7f090051 -int style Base_V21_Theme_AppCompat_Dialog 0x7f090052 -int style Base_V21_Theme_AppCompat_Light 0x7f090053 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f090054 -int style Base_V7_Theme_AppCompat 0x7f090091 -int style Base_V7_Theme_AppCompat_Dialog 0x7f090092 -int style Base_V7_Theme_AppCompat_Light 0x7f090093 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f090094 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f090095 -int style Base_V7_Widget_AppCompat_EditText 0x7f090096 -int style Base_Widget_AppCompat_ActionBar 0x7f090097 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f090098 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f090099 -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f090055 -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f090056 -int style Base_Widget_AppCompat_ActionButton 0x7f090057 -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f090058 -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f090059 -int style Base_Widget_AppCompat_ActionMode 0x7f09009a -int style Base_Widget_AppCompat_ActivityChooserView 0x7f09009b -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f090017 -int style Base_Widget_AppCompat_Button 0x7f09005a -int style Base_Widget_AppCompat_Button_Borderless 0x7f09005b -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f09005c -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f09009c -int style Base_Widget_AppCompat_Button_Small 0x7f09005d -int style Base_Widget_AppCompat_ButtonBar 0x7f09005e -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f09009d -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f09005f -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f090060 -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f09009e -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f090000 -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f09009f -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f090061 -int style Base_Widget_AppCompat_EditText 0x7f090018 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f0900a0 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0900a1 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0900a2 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f090062 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f090063 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f090064 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f090065 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f090066 -int style Base_Widget_AppCompat_ListPopupWindow 0x7f090067 -int style Base_Widget_AppCompat_ListView 0x7f090068 -int style Base_Widget_AppCompat_ListView_DropDown 0x7f090069 -int style Base_Widget_AppCompat_ListView_Menu 0x7f09006a -int style Base_Widget_AppCompat_PopupMenu 0x7f09006b -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f09006c -int style Base_Widget_AppCompat_PopupWindow 0x7f0900a3 -int style Base_Widget_AppCompat_ProgressBar 0x7f09000e -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f09000f -int style Base_Widget_AppCompat_RatingBar 0x7f09006d -int style Base_Widget_AppCompat_SearchView 0x7f0900a4 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0900a5 -int style Base_Widget_AppCompat_Spinner 0x7f090010 -int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f09006e -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f09006f -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f090070 -int style Base_Widget_AppCompat_Toolbar 0x7f0900a6 -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f090071 -int style Base_Widget_Design_TabLayout 0x7f0900a7 -int style CardView 0x7f090074 -int style CardView_Dark 0x7f0900a8 -int style CardView_Light 0x7f0900a9 -int style Platform_AppCompat 0x7f090011 -int style Platform_AppCompat_Light 0x7f090012 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f090072 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f090073 -int style Platform_V11_AppCompat 0x7f090013 -int style Platform_V11_AppCompat_Light 0x7f090014 -int style Platform_V14_AppCompat 0x7f09001a -int style Platform_V14_AppCompat_Light 0x7f09001b -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f090021 -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f090022 -int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f090023 -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f090024 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f090025 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f090026 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f090027 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f090028 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f090029 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f09002a -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f09002b -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f09002c -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f09002d -int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f09002e -int style TextAppearance_AppCompat 0x7f0900aa -int style TextAppearance_AppCompat_Body1 0x7f0900ab -int style TextAppearance_AppCompat_Body2 0x7f0900ac -int style TextAppearance_AppCompat_Button 0x7f0900ad -int style TextAppearance_AppCompat_Caption 0x7f0900ae -int style TextAppearance_AppCompat_Display1 0x7f0900af -int style TextAppearance_AppCompat_Display2 0x7f0900b0 -int style TextAppearance_AppCompat_Display3 0x7f0900b1 -int style TextAppearance_AppCompat_Display4 0x7f0900b2 -int style TextAppearance_AppCompat_Headline 0x7f0900b3 -int style TextAppearance_AppCompat_Inverse 0x7f0900b4 -int style TextAppearance_AppCompat_Large 0x7f0900b5 -int style TextAppearance_AppCompat_Large_Inverse 0x7f0900b6 -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0900b7 -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0900b8 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0900b9 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0900ba -int style TextAppearance_AppCompat_Medium 0x7f0900bb -int style TextAppearance_AppCompat_Medium_Inverse 0x7f0900bc -int style TextAppearance_AppCompat_Menu 0x7f0900bd -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0900be -int style TextAppearance_AppCompat_SearchResult_Title 0x7f0900bf -int style TextAppearance_AppCompat_Small 0x7f0900c0 -int style TextAppearance_AppCompat_Small_Inverse 0x7f0900c1 -int style TextAppearance_AppCompat_Subhead 0x7f0900c2 -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0900c3 -int style TextAppearance_AppCompat_Title 0x7f0900c4 -int style TextAppearance_AppCompat_Title_Inverse 0x7f0900c5 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0900c6 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0900c7 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0900c8 -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0900c9 -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0900ca -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0900cb -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0900cc -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0900cd -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0900ce -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0900cf -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0900d0 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0900d1 -int style TextAppearance_AppCompat_Widget_Switch 0x7f0900d2 -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0900d3 -int style TextAppearance_Design_Error 0x7f0900d4 -int style TextAppearance_Design_Hint 0x7f0900d5 -int style TextAppearance_Design_Snackbar_Action 0x7f0900d6 -int style TextAppearance_Design_Snackbar_Message 0x7f0900d7 -int style TextAppearance_Design_Tab 0x7f0900d8 -int style TextAppearance_StatusBar_EventContent 0x7f09001c -int style TextAppearance_StatusBar_EventContent_Info 0x7f09001d -int style TextAppearance_StatusBar_EventContent_Line2 0x7f09001e -int style TextAppearance_StatusBar_EventContent_Time 0x7f09001f -int style TextAppearance_StatusBar_EventContent_Title 0x7f090020 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0900d9 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0900da -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0900db -int style Theme_AppCompat 0x7f0900dc -int style Theme_AppCompat_CompactMenu 0x7f0900dd -int style Theme_AppCompat_Dialog 0x7f0900de -int style Theme_AppCompat_Dialog_Alert 0x7f0900df -int style Theme_AppCompat_Dialog_MinWidth 0x7f0900e0 -int style Theme_AppCompat_DialogWhenLarge 0x7f0900e1 -int style Theme_AppCompat_Light 0x7f0900e2 -int style Theme_AppCompat_Light_DarkActionBar 0x7f0900e3 -int style Theme_AppCompat_Light_Dialog 0x7f0900e4 -int style Theme_AppCompat_Light_Dialog_Alert 0x7f0900e5 -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0900e6 -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0900e7 -int style Theme_AppCompat_Light_NoActionBar 0x7f0900e8 -int style Theme_AppCompat_NoActionBar 0x7f0900e9 -int style ThemeOverlay_AppCompat 0x7f0900ea -int style ThemeOverlay_AppCompat_ActionBar 0x7f0900eb -int style ThemeOverlay_AppCompat_Dark 0x7f0900ec -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0900ed -int style ThemeOverlay_AppCompat_Light 0x7f0900ee -int style Widget_AppCompat_ActionBar 0x7f0900ef -int style Widget_AppCompat_ActionBar_Solid 0x7f0900f0 -int style Widget_AppCompat_ActionBar_TabBar 0x7f0900f1 -int style Widget_AppCompat_ActionBar_TabText 0x7f0900f2 -int style Widget_AppCompat_ActionBar_TabView 0x7f0900f3 -int style Widget_AppCompat_ActionButton 0x7f0900f4 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f0900f5 -int style Widget_AppCompat_ActionButton_Overflow 0x7f0900f6 -int style Widget_AppCompat_ActionMode 0x7f0900f7 -int style Widget_AppCompat_ActivityChooserView 0x7f0900f8 -int style Widget_AppCompat_AutoCompleteTextView 0x7f0900f9 -int style Widget_AppCompat_Button 0x7f0900fa -int style Widget_AppCompat_Button_Borderless 0x7f0900fb -int style Widget_AppCompat_Button_Borderless_Colored 0x7f0900fc -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0900fd -int style Widget_AppCompat_Button_Small 0x7f0900fe -int style Widget_AppCompat_ButtonBar 0x7f0900ff -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f090100 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f090101 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f090102 -int style Widget_AppCompat_CompoundButton_Switch 0x7f090103 -int style Widget_AppCompat_DrawerArrowToggle 0x7f090104 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f090105 -int style Widget_AppCompat_EditText 0x7f090106 -int style Widget_AppCompat_Light_ActionBar 0x7f090107 -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f090108 -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f090109 -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f09010a -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f09010b -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f09010c -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f09010d -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f09010e -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f09010f -int style Widget_AppCompat_Light_ActionButton 0x7f090110 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f090111 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f090112 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f090113 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f090114 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f090115 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f090116 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f090117 -int style Widget_AppCompat_Light_ListView_DropDown 0x7f090118 -int style Widget_AppCompat_Light_PopupMenu 0x7f090119 -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f09011a -int style Widget_AppCompat_Light_SearchView 0x7f09011b -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f09011c -int style Widget_AppCompat_ListPopupWindow 0x7f09011d -int style Widget_AppCompat_ListView 0x7f09011e -int style Widget_AppCompat_ListView_DropDown 0x7f09011f -int style Widget_AppCompat_ListView_Menu 0x7f090120 -int style Widget_AppCompat_PopupMenu 0x7f090121 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f090122 -int style Widget_AppCompat_PopupWindow 0x7f090123 -int style Widget_AppCompat_ProgressBar 0x7f090124 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f090125 -int style Widget_AppCompat_RatingBar 0x7f090126 -int style Widget_AppCompat_SearchView 0x7f090127 -int style Widget_AppCompat_SearchView_ActionBar 0x7f090128 -int style Widget_AppCompat_Spinner 0x7f090129 -int style Widget_AppCompat_Spinner_DropDown 0x7f09012a -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f09012b -int style Widget_AppCompat_Spinner_Underlined 0x7f09012c -int style Widget_AppCompat_TextView_SpinnerItem 0x7f09012d -int style Widget_AppCompat_Toolbar 0x7f09012e -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f09012f -int style Widget_Design_AppBarLayout 0x7f090130 -int style Widget_Design_CollapsingToolbar 0x7f090131 -int style Widget_Design_CoordinatorLayout 0x7f090132 -int style Widget_Design_FloatingActionButton 0x7f090133 -int style Widget_Design_NavigationView 0x7f090134 -int style Widget_Design_ScrimInsetsFrameLayout 0x7f090135 -int style Widget_Design_Snackbar 0x7f090136 -int style Widget_Design_TabLayout 0x7f090001 -int style Widget_Design_TextInputLayout 0x7f090137 -int[] styleable 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, 0x7f0100bf } -int styleable ActionBar_background 10 -int styleable ActionBar_backgroundSplit 12 -int styleable ActionBar_backgroundStacked 11 -int styleable ActionBar_contentInsetEnd 21 -int styleable ActionBar_contentInsetLeft 22 -int styleable ActionBar_contentInsetRight 23 -int styleable ActionBar_contentInsetStart 20 -int styleable ActionBar_customNavigationLayout 13 -int styleable ActionBar_displayOptions 3 -int styleable ActionBar_divider 9 -int styleable ActionBar_elevation 24 -int styleable ActionBar_height 0 -int styleable ActionBar_hideOnContentScroll 19 -int styleable ActionBar_homeAsUpIndicator 26 -int styleable ActionBar_homeLayout 14 -int styleable ActionBar_icon 7 -int styleable ActionBar_indeterminateProgressStyle 16 -int styleable ActionBar_itemPadding 18 -int styleable ActionBar_logo 8 -int styleable ActionBar_navigationMode 2 -int styleable ActionBar_popupTheme 25 -int styleable ActionBar_progressBarPadding 17 -int styleable ActionBar_progressBarStyle 15 -int styleable ActionBar_subtitle 4 -int styleable ActionBar_subtitleTextStyle 6 -int styleable ActionBar_title 1 -int styleable ActionBar_titleTextStyle 5 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c } -int styleable ActionMode_background 3 -int styleable ActionMode_backgroundSplit 4 -int styleable ActionMode_closeItemLayout 5 -int styleable ActionMode_height 0 -int styleable ActionMode_subtitleTextStyle 2 -int styleable ActionMode_titleTextStyle 1 -int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 -int styleable ActivityChooserView_initialActivityCount 0 -int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonPanelSideLayout 1 -int styleable AlertDialog_listItemLayout 5 -int styleable AlertDialog_listLayout 2 -int styleable AlertDialog_multiChoiceItemLayout 3 -int styleable AlertDialog_singleChoiceItemLayout 4 -int[] styleable AppBarLayout { 0x010100d4, 0x7f01001a } -int styleable AppBarLayout_android_background 0 -int styleable AppBarLayout_elevation 1 -int[] styleable AppBarLayout_LayoutParams { 0x7f010024, 0x7f010025 } -int styleable AppBarLayout_LayoutParams_layout_scrollFlags 0 -int styleable AppBarLayout_LayoutParams_layout_scrollInterpolator 1 -int[] styleable AppCompatTextView { 0x01010034, 0x7f010026 } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_textAllCaps 1 -int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031 } -int styleable CardView_android_minHeight 1 -int styleable CardView_android_minWidth 0 -int styleable CardView_cardBackgroundColor 2 -int styleable CardView_cardCornerRadius 3 -int styleable CardView_cardElevation 4 -int styleable CardView_cardMaxElevation 5 -int styleable CardView_cardPreventCornerOverlap 7 -int styleable CardView_cardUseCompatPadding 6 -int styleable CardView_contentPadding 8 -int styleable CardView_contentPaddingBottom 12 -int styleable CardView_contentPaddingLeft 9 -int styleable CardView_contentPaddingRight 10 -int styleable CardView_contentPaddingTop 11 -int[] styleable CollapsingAppBarLayout_LayoutParams { 0x7f010032, 0x7f010033 } -int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseMode 0 -int styleable CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier 1 -int[] styleable CollapsingToolbarLayout { 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d } -int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 6 -int styleable CollapsingToolbarLayout_contentScrim 7 -int styleable CollapsingToolbarLayout_expandedTitleMargin 0 -int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 4 -int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 3 -int styleable CollapsingToolbarLayout_expandedTitleMarginStart 1 -int styleable CollapsingToolbarLayout_expandedTitleMarginTop 2 -int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 5 -int styleable CollapsingToolbarLayout_statusBarScrim 8 -int styleable CollapsingToolbarLayout_toolbarId 9 -int[] styleable CoordinatorLayout { 0x7f01003e, 0x7f01003f } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_LayoutParams { 0x010100b3, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043 } -int styleable CoordinatorLayout_LayoutParams_android_layout_gravity 0 -int styleable CoordinatorLayout_LayoutParams_layout_anchor 2 -int styleable CoordinatorLayout_LayoutParams_layout_anchorGravity 4 -int styleable CoordinatorLayout_LayoutParams_layout_behavior 1 -int styleable CoordinatorLayout_LayoutParams_layout_keyline 3 -int[] styleable DrawerArrowToggle { 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b } -int styleable DrawerArrowToggle_barSize 6 -int styleable DrawerArrowToggle_color 0 -int styleable DrawerArrowToggle_drawableSize 2 -int styleable DrawerArrowToggle_gapBetweenBars 3 -int styleable DrawerArrowToggle_middleBarArrowSize 5 -int styleable DrawerArrowToggle_spinBars 1 -int styleable DrawerArrowToggle_thickness 7 -int styleable DrawerArrowToggle_topBottomBarArrowSize 4 -int[] styleable FloatingActionButton { 0x010100d4, 0x7f01001a, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010109, 0x7f01010a } -int styleable FloatingActionButton_android_background 0 -int styleable FloatingActionButton_backgroundTint 6 -int styleable FloatingActionButton_backgroundTintMode 7 -int styleable FloatingActionButton_borderWidth 5 -int styleable FloatingActionButton_elevation 1 -int styleable FloatingActionButton_fabSize 3 -int styleable FloatingActionButton_pressedTranslationZ 4 -int styleable FloatingActionButton_rippleColor 2 -int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010050, 0x7f010051, 0x7f010052 } -int styleable LinearLayoutCompat_android_baselineAligned 2 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 -int styleable LinearLayoutCompat_android_gravity 0 -int styleable LinearLayoutCompat_android_orientation 1 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 8 -int styleable LinearLayoutCompat_measureWithLargestChild 6 -int styleable LinearLayoutCompat_showDividers 7 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_height 2 -int styleable LinearLayoutCompat_Layout_android_layout_weight 3 -int styleable LinearLayoutCompat_Layout_android_layout_width 1 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } -int styleable MenuGroup_android_checkableBehavior 5 -int styleable MenuGroup_android_enabled 0 -int styleable MenuGroup_android_id 1 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_visible 2 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056 } -int styleable MenuItem_actionLayout 14 -int styleable MenuItem_actionProviderClass 16 -int styleable MenuItem_actionViewClass 15 -int styleable MenuItem_android_alphabeticShortcut 9 -int styleable MenuItem_android_checkable 11 -int styleable MenuItem_android_checked 3 -int styleable MenuItem_android_enabled 1 -int styleable MenuItem_android_icon 0 -int styleable MenuItem_android_id 2 -int styleable MenuItem_android_menuCategory 5 -int styleable MenuItem_android_numericShortcut 10 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_android_orderInCategory 6 -int styleable MenuItem_android_title 7 -int styleable MenuItem_android_titleCondensed 8 -int styleable MenuItem_android_visible 4 -int styleable MenuItem_showAsAction 13 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010057 } -int styleable MenuView_android_headerBackground 4 -int styleable MenuView_android_horizontalDivider 2 -int styleable MenuView_android_itemBackground 5 -int styleable MenuView_android_itemIconDisabledAlpha 6 -int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_verticalDivider 3 -int styleable MenuView_android_windowAnimationStyle 0 -int styleable MenuView_preserveIconSpacing 7 -int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c } -int styleable NavigationView_android_background 0 -int styleable NavigationView_android_fitsSystemWindows 1 -int styleable NavigationView_android_maxWidth 2 -int styleable NavigationView_elevation 3 -int styleable NavigationView_headerLayout 8 -int styleable NavigationView_itemBackground 7 -int styleable NavigationView_itemIconTint 5 -int styleable NavigationView_itemTextColor 6 -int styleable NavigationView_menu 4 -int[] styleable PopupWindow { 0x01010176, 0x7f01005d } -int styleable PopupWindow_android_popupBackground 0 -int styleable PopupWindow_overlapAnchor 1 -int[] styleable PopupWindowBackgroundState { 0x7f01005e } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecyclerView { 0x010100c4, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062 } -int styleable RecyclerView_android_orientation 0 -int styleable RecyclerView_layoutManager 1 -int styleable RecyclerView_reverseLayout 3 -int styleable RecyclerView_spanCount 2 -int styleable RecyclerView_stackFromEnd 4 -int[] styleable ScrimInsetsFrameLayout { 0x7f010063 } -int styleable ScrimInsetsFrameLayout_insetForeground 0 -int[] styleable ScrollingViewBehavior_Params { 0x7f010064 } -int styleable ScrollingViewBehavior_Params_behavior_overlapTop 0 -int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071 } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_imeOptions 3 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_maxWidth 1 -int styleable SearchView_closeIcon 8 -int styleable SearchView_commitIcon 13 -int styleable SearchView_defaultQueryHint 7 -int styleable SearchView_goIcon 9 -int styleable SearchView_iconifiedByDefault 5 -int styleable SearchView_layout 4 -int styleable SearchView_queryBackground 15 -int styleable SearchView_queryHint 6 -int styleable SearchView_searchHintIcon 11 -int styleable SearchView_searchIcon 10 -int styleable SearchView_submitBackground 16 -int styleable SearchView_suggestionRowLayout 14 -int styleable SearchView_voiceIcon 12 -int[] styleable SnackbarLayout { 0x0101011f, 0x7f01001a, 0x7f010072 } -int styleable SnackbarLayout_android_maxWidth 0 -int styleable SnackbarLayout_elevation 1 -int styleable SnackbarLayout_maxActionInlineWidth 2 -int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076 } -int styleable Spinner_android_background 1 -int styleable Spinner_android_dropDownHorizontalOffset 5 -int styleable Spinner_android_dropDownSelector 2 -int styleable Spinner_android_dropDownVerticalOffset 6 -int styleable Spinner_android_dropDownWidth 4 -int styleable Spinner_android_gravity 0 -int styleable Spinner_android_popupBackground 3 -int styleable Spinner_disableChildrenWhenDisabled 10 -int styleable Spinner_popupPromptView 9 -int styleable Spinner_prompt 7 -int styleable Spinner_spinnerMode 8 -int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d } -int styleable SwitchCompat_android_textOff 1 -int styleable SwitchCompat_android_textOn 0 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 9 -int styleable SwitchCompat_splitTrack 8 -int styleable SwitchCompat_switchMinWidth 6 -int styleable SwitchCompat_switchPadding 7 -int styleable SwitchCompat_switchTextAppearance 5 -int styleable SwitchCompat_thumbTextPadding 4 -int styleable SwitchCompat_track 3 -int[] styleable TabLayout { 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d } -int styleable TabLayout_tabBackground 3 -int styleable TabLayout_tabContentStart 2 -int styleable TabLayout_tabGravity 5 -int styleable TabLayout_tabIndicatorColor 0 -int styleable TabLayout_tabIndicatorHeight 1 -int styleable TabLayout_tabMaxWidth 7 -int styleable TabLayout_tabMinWidth 6 -int styleable TabLayout_tabMode 4 -int styleable TabLayout_tabPadding 15 -int styleable TabLayout_tabPaddingBottom 14 -int styleable TabLayout_tabPaddingEnd 13 -int styleable TabLayout_tabPaddingStart 11 -int styleable TabLayout_tabPaddingTop 12 -int styleable TabLayout_tabSelectedTextColor 10 -int styleable TabLayout_tabTextAppearance 8 -int styleable TabLayout_tabTextColor 9 -int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010026 } -int styleable TextAppearance_android_textColor 3 -int styleable TextAppearance_android_textSize 0 -int styleable TextAppearance_android_textStyle 2 -int styleable TextAppearance_android_typeface 1 -int styleable TextAppearance_textAllCaps 4 -int[] styleable TextInputLayout { 0x01010150, 0x7f01008e, 0x7f01008f, 0x7f010090 } -int styleable TextInputLayout_android_hint 0 -int styleable TextInputLayout_errorEnabled 2 -int styleable TextInputLayout_errorTextAppearance 3 -int styleable TextInputLayout_hintTextAppearance 1 -int[] styleable Theme { 0x01010057, 0x010100ae, 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, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9 } -int styleable Theme_actionBarDivider 23 -int styleable Theme_actionBarItemBackground 24 -int styleable Theme_actionBarPopupTheme 17 -int styleable Theme_actionBarSize 22 -int styleable Theme_actionBarSplitStyle 19 -int styleable Theme_actionBarStyle 18 -int styleable Theme_actionBarTabBarStyle 13 -int styleable Theme_actionBarTabStyle 12 -int styleable Theme_actionBarTabTextStyle 14 -int styleable Theme_actionBarTheme 20 -int styleable Theme_actionBarWidgetTheme 21 -int styleable Theme_actionButtonStyle 49 -int styleable Theme_actionDropDownStyle 45 -int styleable Theme_actionMenuTextAppearance 25 -int styleable Theme_actionMenuTextColor 26 -int styleable Theme_actionModeBackground 29 -int styleable Theme_actionModeCloseButtonStyle 28 -int styleable Theme_actionModeCloseDrawable 31 -int styleable Theme_actionModeCopyDrawable 33 -int styleable Theme_actionModeCutDrawable 32 -int styleable Theme_actionModeFindDrawable 37 -int styleable Theme_actionModePasteDrawable 34 -int styleable Theme_actionModePopupWindowStyle 39 -int styleable Theme_actionModeSelectAllDrawable 35 -int styleable Theme_actionModeShareDrawable 36 -int styleable Theme_actionModeSplitBackground 30 -int styleable Theme_actionModeStyle 27 -int styleable Theme_actionModeWebSearchDrawable 38 -int styleable Theme_actionOverflowButtonStyle 15 -int styleable Theme_actionOverflowMenuStyle 16 -int styleable Theme_activityChooserViewStyle 57 -int styleable Theme_alertDialogButtonGroupStyle 90 -int styleable Theme_alertDialogCenterButtons 91 -int styleable Theme_alertDialogStyle 89 -int styleable Theme_alertDialogTheme 92 -int styleable Theme_android_windowAnimationStyle 1 -int styleable Theme_android_windowIsFloating 0 -int styleable Theme_autoCompleteTextViewStyle 97 -int styleable Theme_borderlessButtonStyle 54 -int styleable Theme_buttonBarButtonStyle 51 -int styleable Theme_buttonBarNegativeButtonStyle 95 -int styleable Theme_buttonBarNeutralButtonStyle 96 -int styleable Theme_buttonBarPositiveButtonStyle 94 -int styleable Theme_buttonBarStyle 50 -int styleable Theme_buttonStyle 98 -int styleable Theme_buttonStyleSmall 99 -int styleable Theme_checkboxStyle 100 -int styleable Theme_checkedTextViewStyle 101 -int styleable Theme_colorAccent 83 -int styleable Theme_colorButtonNormal 87 -int styleable Theme_colorControlActivated 85 -int styleable Theme_colorControlHighlight 86 -int styleable Theme_colorControlNormal 84 -int styleable Theme_colorPrimary 81 -int styleable Theme_colorPrimaryDark 82 -int styleable Theme_colorSwitchThumbNormal 88 -int styleable Theme_dialogPreferredPadding 43 -int styleable Theme_dialogTheme 42 -int styleable Theme_dividerHorizontal 56 -int styleable Theme_dividerVertical 55 -int styleable Theme_dropDownListViewStyle 73 -int styleable Theme_dropdownListPreferredItemHeight 46 -int styleable Theme_editTextBackground 63 -int styleable Theme_editTextColor 62 -int styleable Theme_editTextStyle 102 -int styleable Theme_homeAsUpIndicator 48 -int styleable Theme_listChoiceBackgroundIndicator 80 -int styleable Theme_listDividerAlertDialog 44 -int styleable Theme_listPopupWindowStyle 74 -int styleable Theme_listPreferredItemHeight 68 -int styleable Theme_listPreferredItemHeightLarge 70 -int styleable Theme_listPreferredItemHeightSmall 69 -int styleable Theme_listPreferredItemPaddingLeft 71 -int styleable Theme_listPreferredItemPaddingRight 72 -int styleable Theme_panelBackground 77 -int styleable Theme_panelMenuListTheme 79 -int styleable Theme_panelMenuListWidth 78 -int styleable Theme_popupMenuStyle 60 -int styleable Theme_popupWindowStyle 61 -int styleable Theme_radioButtonStyle 103 -int styleable Theme_ratingBarStyle 104 -int styleable Theme_searchViewStyle 67 -int styleable Theme_selectableItemBackground 52 -int styleable Theme_selectableItemBackgroundBorderless 53 -int styleable Theme_spinnerDropDownItemStyle 47 -int styleable Theme_spinnerStyle 105 -int styleable Theme_switchStyle 106 -int styleable Theme_textAppearanceLargePopupMenu 40 -int styleable Theme_textAppearanceListItem 75 -int styleable Theme_textAppearanceListItemSmall 76 -int styleable Theme_textAppearanceSearchResultSubtitle 65 -int styleable Theme_textAppearanceSearchResultTitle 64 -int styleable Theme_textAppearanceSmallPopupMenu 41 -int styleable Theme_textColorAlertDialogListItem 93 -int styleable Theme_textColorSearchUrl 66 -int styleable Theme_toolbarNavigationButtonStyle 59 -int styleable Theme_toolbarStyle 58 -int styleable Theme_windowActionBar 2 -int styleable Theme_windowActionBarOverlay 4 -int styleable Theme_windowActionModeOverlay 5 -int styleable Theme_windowFixedHeightMajor 9 -int styleable Theme_windowFixedHeightMinor 7 -int styleable Theme_windowFixedWidthMajor 6 -int styleable Theme_windowFixedWidthMinor 8 -int styleable Theme_windowMinWidthMajor 10 -int styleable Theme_windowMinWidthMinor 11 -int styleable Theme_windowNoTitle 3 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105 } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_collapseContentDescription 18 -int styleable Toolbar_collapseIcon 17 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetLeft 6 -int styleable Toolbar_contentInsetRight 7 -int styleable Toolbar_contentInsetStart 4 -int styleable Toolbar_maxButtonHeight 16 -int styleable Toolbar_navigationContentDescription 20 -int styleable Toolbar_navigationIcon 19 -int styleable Toolbar_popupTheme 8 -int styleable Toolbar_subtitle 3 -int styleable Toolbar_subtitleTextAppearance 10 -int styleable Toolbar_title 2 -int styleable Toolbar_titleMarginBottom 15 -int styleable Toolbar_titleMarginEnd 13 -int styleable Toolbar_titleMarginStart 12 -int styleable Toolbar_titleMarginTop 14 -int styleable Toolbar_titleMargins 11 -int styleable Toolbar_titleTextAppearance 9 -int[] styleable View { 0x01010000, 0x010100da, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a } -int styleable View_android_focusable 1 -int styleable View_android_theme 0 -int styleable View_backgroundTint 5 -int styleable View_backgroundTintMode 6 -int styleable View_paddingEnd 3 -int styleable View_paddingStart 2 -int styleable View_theme 4 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_inflatedId 2 -int styleable ViewStubCompat_android_layout 1 -int xml preferences 0x7f060000 diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run-bootstrap_de46f6f95e1a6517a6d97c29623e0fc08d4b7301/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run-bootstrap_de46f6f95e1a6517a6d97c29623e0fc08d4b7301/classes.dex deleted file mode 100644 index 534a8570ac11b85ecd23c76cce87dc2dd140100c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run-bootstrap_de46f6f95e1a6517a6d97c29623e0fc08d4b7301/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run_66150399d1f5c9da07b7d89065019ae4c4768ac9/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run_66150399d1f5c9da07b7d89065019ae4c4768ac9/classes.dex deleted file mode 100644 index 478d6a713102224e71ca919213ac6159cac8d91b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/10/instant-run_66150399d1f5c9da07b7d89065019ae4c4768ac9/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_0/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_0/classes.dex deleted file mode 100644 index b7e0e44404afdd63c513ae2cc734999a1503ce1a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_0/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_1/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_1/classes.dex deleted file mode 100644 index 305ca55e297eef14771a222f02e6454e5bcede6a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_1/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_2/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_2/classes.dex deleted file mode 100644 index 24165165797e3ad856b0c432b2973e31505864b4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_2/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_3/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_3/classes.dex deleted file mode 100644 index 91ac1f4dbdff41c658c48a315e88099ea3fbc01a..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_3/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_4/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_4/classes.dex deleted file mode 100644 index 65c755d5b592ddd4292d63d3d203cd7eca327c69..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_4/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_5/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_5/classes.dex deleted file mode 100644 index 38fed235cb0dff1e7c49046c57ae08451a095b03..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_5/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_6/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_6/classes.dex deleted file mode 100644 index 4037d34456d393e32c341f34476c9a9d58d09beb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_6/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_7/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_7/classes.dex deleted file mode 100644 index 62a3d810bfbe615e77370207fbb168dea6c46de4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_7/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_8/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_8/classes.dex deleted file mode 100644 index 3182bb59fa87d80ed23910b0f1c2a55db8652d09..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_8/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_9/classes.dex b/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_9/classes.dex deleted file mode 100644 index d4c7e0cc27c0385f8decb65681f8556b69d4e1aa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_9/classes.dex and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index 3a595a5710e308843fc12b853dd2f675e3eda7a0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index cc5a835100311f242b929f91d9ff7cdfc57f2c01..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index 6348323ddec4e6138ead9a6a3890b0ea589d0af4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$color.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$color.class deleted file mode 100644 index 8b4de478983a9b5e17c3c05b7776a87374c1d741..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index df9ca088c0dbd5a8615e948a3704ac790f74abc0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 729705c7d08c7bc186931f1ae47617a76d0172aa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$id.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$id.class deleted file mode 100644 index 0d082bce48b01e0925ceb7152efc815551818aa5..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index 469b0899f01f9484a8f5cb5b5112287d997c9aef..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index 4814f6d73c42693e442f36abd2f718b2a86bf94f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$string.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$string.class deleted file mode 100644 index 379d87747649588d8c3e0ad0a4e6dd08a5c7d4ee..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$style.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 7664280801588e354fc3265681676c67ae6dbb1b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index ae1f9dad60fb1bd13691c17b4172e19379c3f864..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R.class deleted file mode 100644 index 195cd46809c43addb3c6448605b612b75b008eb8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$attr.class deleted file mode 100644 index 0d4edf7cfaf767e00e60ab0c2e5fcecf3ad01a43..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$dimen.class deleted file mode 100644 index 646f70bdbd57d0d074ad561484a93394b4f837ad..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$id.class deleted file mode 100644 index b1173efe61f974fbd0820a55df326ebe470567b4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$styleable.class deleted file mode 100644 index d3adb4abb69bcdcf7b740ea0e459e4abe8d0116f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R.class deleted file mode 100644 index 40235278598873850d10ddbc315892022ca618ee..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/android/support/v7/recyclerview/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/BuildConfig.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/BuildConfig.class deleted file mode 100644 index 3b5ef1a940c7bd84f6e0b60e08b0195601e49e21..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/BuildConfig.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$anim.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$anim.class deleted file mode 100644 index 339f2b422d97e112f9eb0f53d599551ebe415dfc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$attr.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$attr.class deleted file mode 100644 index 9e6220a0e3379d82309b01c1b19ab01c6e7784d7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$bool.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$bool.class deleted file mode 100644 index 5baefd4eaf6d265868f3b3ef79edd2460c9d0c1d..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$color.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$color.class deleted file mode 100644 index 79d26c56663d9525f41a6e52b38489e4d0844196..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$color.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$dimen.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$dimen.class deleted file mode 100644 index b72b65d69fcb4ba35b6428721edafcf4757e73bb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$drawable.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$drawable.class deleted file mode 100644 index df35ebd266373ff519bb9b3f8d8cc7d0ca0b71fb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$id.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$id.class deleted file mode 100644 index 328ecf328a826215a9542195f255d3254a6974c4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$integer.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$integer.class deleted file mode 100644 index 34a80da6a6f0f7641f494a18e832ee41192b2607..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$layout.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$layout.class deleted file mode 100644 index 5a4f325f72e445ca36453b80b21003f71e14c610..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$mipmap.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$mipmap.class deleted file mode 100644 index 0e51d448df41d4c95fdddce960954808800769d3..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$mipmap.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$string.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$string.class deleted file mode 100644 index 545fa2ee9c24d707a6afe5672eb69e51425e87a7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$string.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$style.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$style.class deleted file mode 100644 index 7f35f819b12b882b903a4655d4604faa44425740..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$style.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$styleable.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$styleable.class deleted file mode 100644 index 102382fb8bc47ca85eecf5bd949f68aed5a9151c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R.class b/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R.class deleted file mode 100644 index 0b5389f5d84467aadd77f628e9d090e9778f2663..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRun/debug/folders/1/5/main/de/lreeg/registration/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_0/com/android/tools/fd/dummy/slice_0.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_0/com/android/tools/fd/dummy/slice_0.class deleted file mode 100644 index d2275ac94117197bec65a99ea95c05c778aaa1cf..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_0/com/android/tools/fd/dummy/slice_0.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_1/com/android/tools/fd/dummy/slice_1.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_1/com/android/tools/fd/dummy/slice_1.class deleted file mode 100644 index c44df7df7be92f23f0e464bad5e45590d0269fc7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_1/com/android/tools/fd/dummy/slice_1.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index 3a595a5710e308843fc12b853dd2f675e3eda7a0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index cc5a835100311f242b929f91d9ff7cdfc57f2c01..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index 6348323ddec4e6138ead9a6a3890b0ea589d0af4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$color.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$color.class deleted file mode 100644 index 8b4de478983a9b5e17c3c05b7776a87374c1d741..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index df9ca088c0dbd5a8615e948a3704ac790f74abc0..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 729705c7d08c7bc186931f1ae47617a76d0172aa..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$id.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$id.class deleted file mode 100644 index 0d082bce48b01e0925ceb7152efc815551818aa5..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index 469b0899f01f9484a8f5cb5b5112287d997c9aef..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index 4814f6d73c42693e442f36abd2f718b2a86bf94f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$string.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$string.class deleted file mode 100644 index 379d87747649588d8c3e0ad0a4e6dd08a5c7d4ee..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$style.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 7664280801588e354fc3265681676c67ae6dbb1b..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index ae1f9dad60fb1bd13691c17b4172e19379c3f864..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R.class deleted file mode 100644 index 195cd46809c43addb3c6448605b612b75b008eb8..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/com/android/tools/fd/dummy/slice_2.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/com/android/tools/fd/dummy/slice_2.class deleted file mode 100644 index cc6b2e39111903bdde0edb27d6bdf25cea0a8a4c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_2/com/android/tools/fd/dummy/slice_2.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/com/android/tools/fd/dummy/slice_3.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/com/android/tools/fd/dummy/slice_3.class deleted file mode 100644 index 65c4c7a6c01421b9188cd5679d36b2d75863e240..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/com/android/tools/fd/dummy/slice_3.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/BuildConfig.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/BuildConfig.class deleted file mode 100644 index 3b5ef1a940c7bd84f6e0b60e08b0195601e49e21..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/BuildConfig.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$anim.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$anim.class deleted file mode 100644 index 339f2b422d97e112f9eb0f53d599551ebe415dfc..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$anim.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$attr.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$attr.class deleted file mode 100644 index 9e6220a0e3379d82309b01c1b19ab01c6e7784d7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$bool.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$bool.class deleted file mode 100644 index 5baefd4eaf6d265868f3b3ef79edd2460c9d0c1d..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$bool.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$color.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$color.class deleted file mode 100644 index 79d26c56663d9525f41a6e52b38489e4d0844196..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$color.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$dimen.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$dimen.class deleted file mode 100644 index b72b65d69fcb4ba35b6428721edafcf4757e73bb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$drawable.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$drawable.class deleted file mode 100644 index df35ebd266373ff519bb9b3f8d8cc7d0ca0b71fb..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$drawable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$id.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$id.class deleted file mode 100644 index 328ecf328a826215a9542195f255d3254a6974c4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$integer.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$integer.class deleted file mode 100644 index 34a80da6a6f0f7641f494a18e832ee41192b2607..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$integer.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$layout.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$layout.class deleted file mode 100644 index 5a4f325f72e445ca36453b80b21003f71e14c610..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$layout.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$mipmap.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$mipmap.class deleted file mode 100644 index 0e51d448df41d4c95fdddce960954808800769d3..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$mipmap.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$string.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$string.class deleted file mode 100644 index 545fa2ee9c24d707a6afe5672eb69e51425e87a7..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$string.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$style.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$style.class deleted file mode 100644 index 7f35f819b12b882b903a4655d4604faa44425740..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$style.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$styleable.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$styleable.class deleted file mode 100644 index 102382fb8bc47ca85eecf5bd949f68aed5a9151c..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R.class deleted file mode 100644 index 0b5389f5d84467aadd77f628e9d090e9778f2663..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_3/de/lreeg/registration/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_4/com/android/tools/fd/dummy/slice_4.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_4/com/android/tools/fd/dummy/slice_4.class deleted file mode 100644 index eb6a0c99f3e31dd65bab2ee68c2f065aaeeb3453..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_4/com/android/tools/fd/dummy/slice_4.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_5/com/android/tools/fd/dummy/slice_5.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_5/com/android/tools/fd/dummy/slice_5.class deleted file mode 100644 index 1a597a9f563106fe3c5abad68c486f7fe40e48c1..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_5/com/android/tools/fd/dummy/slice_5.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_6/com/android/tools/fd/dummy/slice_6.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_6/com/android/tools/fd/dummy/slice_6.class deleted file mode 100644 index 8426b839e0a36edc66d038b7fc26f56c1ab5cb52..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_6/com/android/tools/fd/dummy/slice_6.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$attr.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$attr.class deleted file mode 100644 index 0d4edf7cfaf767e00e60ab0c2e5fcecf3ad01a43..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$attr.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$dimen.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$dimen.class deleted file mode 100644 index 646f70bdbd57d0d074ad561484a93394b4f837ad..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$dimen.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$id.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$id.class deleted file mode 100644 index b1173efe61f974fbd0820a55df326ebe470567b4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$id.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$styleable.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$styleable.class deleted file mode 100644 index d3adb4abb69bcdcf7b740ea0e459e4abe8d0116f..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R$styleable.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R.class deleted file mode 100644 index 40235278598873850d10ddbc315892022ca618ee..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/android/support/v7/recyclerview/R.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/com/android/tools/fd/dummy/slice_7.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/com/android/tools/fd/dummy/slice_7.class deleted file mode 100644 index 387e5c03c288ec01cbe9aed2d149ebfd24a8ea16..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_7/com/android/tools/fd/dummy/slice_7.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_8/com/android/tools/fd/dummy/slice_8.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_8/com/android/tools/fd/dummy/slice_8.class deleted file mode 100644 index ee7bd3b8d5b95f2bfa4ab42836ef4b089d3c86d4..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_8/com/android/tools/fd/dummy/slice_8.class and /dev/null differ diff --git a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_9/com/android/tools/fd/dummy/slice_9.class b/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_9/com/android/tools/fd/dummy/slice_9.class deleted file mode 100644 index 69ffc8ac850042fc1df1c83938f9b3b0cd12d4ca..0000000000000000000000000000000000000000 Binary files a/app/build/intermediates/transforms/instantRunSlicer/debug/folders/1/5/slice_9/com/android/tools/fd/dummy/slice_9.class and /dev/null differ diff --git a/app/build/outputs/apk/app-debug-unaligned.apk b/app/build/outputs/apk/app-debug-unaligned.apk deleted file mode 100644 index cafc7d94ea2c48521122b1a96d875270c96b09ec..0000000000000000000000000000000000000000 Binary files a/app/build/outputs/apk/app-debug-unaligned.apk and /dev/null differ diff --git a/app/build/outputs/apk/app-debug.apk b/app/build/outputs/apk/app-debug.apk deleted file mode 100644 index 42ff27d2571304a995543ff4fe326246bc21790b..0000000000000000000000000000000000000000 Binary files a/app/build/outputs/apk/app-debug.apk and /dev/null differ diff --git a/app/build/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt deleted file mode 100644 index 46f8421261b8ad7f4f50cc395906faa72fc4d696..0000000000000000000000000000000000000000 --- a/app/build/outputs/logs/manifest-merger-debug-report.txt +++ /dev/null @@ -1,90 +0,0 @@ --- Merging decision tree log --- -manifest -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:2:1-31:12 - package - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:3:5-36 - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - android:versionName - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - xmlns:android - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:2:11-69 - android:versionCode - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml -application -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:5:5-26:19 -MERGED from [com.android.support:appcompat-v7:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:design:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:appcompat-v7:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:cardview-v7:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\AndroidManifest.xml:22:5-20 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:22:5-20 - android:label - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:8:9-41 - android:supportsRtl - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:9:9-35 - android:allowBackup - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:6:9-35 - android:icon - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:7:9-43 - android:theme - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:10:9-40 -activity#de.lreeg.registration.MainActivity -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:11:9-17:20 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:11:19-47 -intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:12:13-16:29 -action#android.intent.action.MAIN -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:13:17-69 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:13:25-66 -category#android.intent.category.LAUNCHER -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:15:17-77 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:15:27-74 -activity#de.lreeg.registration.SettingsAcitivity -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:18:9-25:20 - android:label - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:20:13-42 - android:parentActivityName - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:21:13-55 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:19:13-46 -meta-data#android.support.PARENT_ACTIVITY -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:22:13-24:70 - android:value - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:24:17-67 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:23:17-63 -uses-permission#android.permission.ACCESS_WIFI_STATE -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:28:5-75 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:28:22-73 -uses-permission#android.permission.INTERNET -ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:29:5-67 - android:name - ADDED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml:29:22-64 -uses-sdk -INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml reason: use-sdk injection requested -MERGED from [com.android.support:appcompat-v7:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:design:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\design\22.2.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:appcompat-v7:22.2.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:recyclerview-v7:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\recyclerview-v7\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:cardview-v7:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\cardview-v7\23.4.0\AndroidManifest.xml:20:5-43 -MERGED from [com.android.support:support-v4:23.4.0] C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.4.0\AndroidManifest.xml:20:5-43 - android:targetSdkVersion - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - android:minSdkVersion - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml - INJECTED from C:\Users\Lukas Reeg\AndroidStudioProjects\Registration\app\src\main\AndroidManifest.xml diff --git a/app/libs/WebSocket.jar b/app/libs/WebSocket.jar new file mode 100644 index 0000000000000000000000000000000000000000..ef3637901d8f12bdc1fa8c30808082d7b82a327e Binary files /dev/null and b/app/libs/WebSocket.jar differ diff --git a/app/src/main/java/de/lreeg/registration/MainActivity.java b/app/src/main/java/de/lreeg/registration/MainActivity.java index c3aa6159ac2620f61ce9a4670472afe87512b43a..7ec70f791327a7f5d96c292c306728798a1c8ec5 100644 --- a/app/src/main/java/de/lreeg/registration/MainActivity.java +++ b/app/src/main/java/de/lreeg/registration/MainActivity.java @@ -12,7 +12,6 @@ import android.view.MenuItem; public class MainActivity extends AppCompatActivity { - @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); diff --git a/app/src/main/java/de/lreeg/registration/SettingsAcitivity.java b/app/src/main/java/de/lreeg/registration/SettingsAcitivity.java index 00ac283bb1d9ff47e30eb3bb7040468a9000a1ce..67d25c8539d66462472cd744de209415cf05a85a 100644 --- a/app/src/main/java/de/lreeg/registration/SettingsAcitivity.java +++ b/app/src/main/java/de/lreeg/registration/SettingsAcitivity.java @@ -9,6 +9,11 @@ import android.preference.Preference; import android.preference.PreferenceActivity; import android.widget.Toast; +import java.net.URISyntaxException; + +import io.socket.client.IO; +import io.socket.client.Socket; + /** * Created by Lukas Reeg on 04.07.2016. */ @@ -17,11 +22,13 @@ public class SettingsAcitivity extends PreferenceActivity EditTextPreference uniqueString = null; + @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); addPreferencesFromResource(R.xml.preferences); + WifiManager manager = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiInfo info = manager.getConnectionInfo(); String address = info.getMacAddress(); diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000000000000000000000000000000000000..aff4f415e95080b78852dc945e3e1ac5e5687cb0 --- /dev/null +++ b/build.gradle @@ -0,0 +1,23 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + repositories { + jcenter() + } + dependencies { + classpath 'com.android.tools.build:gradle:2.1.2' + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + repositories { + jcenter() + } +} + +task clean(type: Delete) { + delete rootProject.buildDir +} diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000000000000000000000000000000000000..1d3591c8a4c9c29578c36c87f80c05a6aea3ee3f --- /dev/null +++ b/gradle.properties @@ -0,0 +1,18 @@ +# Project-wide Gradle settings. + +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. + +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html + +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..13372aef5e24af05341d49695ee84e5f9b594659 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000000000000000000000000000000000000..122a0dca2e800b3ccf474321fc5e63551f507d29 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Mon Dec 28 10:00:20 PST 2015 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip diff --git a/gradlew b/gradlew new file mode 100644 index 0000000000000000000000000000000000000000..9d82f78915133e1c35a6ea51252590fb38efac2f --- /dev/null +++ b/gradlew @@ -0,0 +1,160 @@ +#!/usr/bin/env bash + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn ( ) { + echo "$*" +} + +die ( ) { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; +esac + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules +function splitJvmOpts() { + JVM_OPTS=("$@") +} +eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS +JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" + +exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000000000000000000000000000000000000..8a0b282aa6885fb573c106b3551f7275c5f17e8e --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windowz variants + +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%@eval[2+2]" == "4" goto 4NT_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* +goto execute + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000000000000000000000000000000000000..e7b4def49cb53d9aa04228dd3edb14c9e635e003 --- /dev/null +++ b/settings.gradle @@ -0,0 +1 @@ +include ':app'