diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c4de58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store +/build +/captures diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..fdd9863 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +EndlessRoll \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ 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 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..f002ae9 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,21 @@ + + + + + + \ 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 0000000..959f65b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ 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 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5d19981 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..17628fd --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/EndlessRoll.iml b/EndlessRoll.iml new file mode 100644 index 0000000..8867cf7 --- /dev/null +++ b/EndlessRoll.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/EndlessRoll-0.1.2.apk b/app/EndlessRoll-0.1.2.apk new file mode 100644 index 0000000..2fcd8b4 Binary files /dev/null and b/app/EndlessRoll-0.1.2.apk differ diff --git a/app/EndlessRoll-0.1.3.apk b/app/EndlessRoll-0.1.3.apk new file mode 100644 index 0000000..6efcdb2 Binary files /dev/null and b/app/EndlessRoll-0.1.3.apk differ diff --git a/app/EndlessRoll-0.1.4.apk b/app/EndlessRoll-0.1.4.apk new file mode 100644 index 0000000..6ca636a Binary files /dev/null and b/app/EndlessRoll-0.1.4.apk differ diff --git a/app/EndlessRoll-0.1.5.apk b/app/EndlessRoll-0.1.5.apk new file mode 100644 index 0000000..a3ddf4b Binary files /dev/null and b/app/EndlessRoll-0.1.5.apk differ diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..4b14260 --- /dev/null +++ b/app/app.iml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle new file mode 100644 index 0000000..9739482 --- /dev/null +++ b/app/build.gradle @@ -0,0 +1,30 @@ +apply plugin: 'com.android.application' + +android { + signingConfigs { + } + compileSdkVersion 23 + buildToolsVersion "23.0.2" + defaultConfig { + applicationId "com.example.julian.endlessroll" + minSdkVersion 12 + targetSdkVersion 23 + versionCode 1 + versionName '1.0' + } + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } + } + productFlavors { + } +} + +dependencies { + compile fileTree(include: ['*.jar'], dir: 'libs') + testCompile 'junit:junit:4.12' + compile 'com.android.support:appcompat-v7:23.1.1' + compile files('libs/simple-xml-2.7.1.jar') +} diff --git a/app/build/generated/source/buildConfig/androidTest/debug/com/example/julian/endlessroll/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/com/example/julian/endlessroll/test/BuildConfig.java new file mode 100644 index 0000000..49473df --- /dev/null +++ b/app/build/generated/source/buildConfig/androidTest/debug/com/example/julian/endlessroll/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.julian.endlessroll.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.julian.endlessroll.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/com/example/julian/endlessroll/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/example/julian/endlessroll/BuildConfig.java new file mode 100644 index 0000000..bdf0e3c --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/com/example/julian/endlessroll/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.example.julian.endlessroll; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.example.julian.endlessroll"; + 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 new file mode 100644 index 0000000..d7972cb --- /dev/null +++ b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1255 @@ +/* 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 = 0x7f010063; + public static final int actionBarItemBackground = 0x7f010064; + public static final int actionBarPopupTheme = 0x7f01005d; + public static final int actionBarSize = 0x7f010062; + public static final int actionBarSplitStyle = 0x7f01005f; + public static final int actionBarStyle = 0x7f01005e; + public static final int actionBarTabBarStyle = 0x7f010059; + public static final int actionBarTabStyle = 0x7f010058; + public static final int actionBarTabTextStyle = 0x7f01005a; + public static final int actionBarTheme = 0x7f010060; + public static final int actionBarWidgetTheme = 0x7f010061; + public static final int actionButtonStyle = 0x7f01007d; + public static final int actionDropDownStyle = 0x7f010079; + public static final int actionLayout = 0x7f010034; + public static final int actionMenuTextAppearance = 0x7f010065; + public static final int actionMenuTextColor = 0x7f010066; + public static final int actionModeBackground = 0x7f010069; + public static final int actionModeCloseButtonStyle = 0x7f010068; + public static final int actionModeCloseDrawable = 0x7f01006b; + public static final int actionModeCopyDrawable = 0x7f01006d; + public static final int actionModeCutDrawable = 0x7f01006c; + public static final int actionModeFindDrawable = 0x7f010071; + public static final int actionModePasteDrawable = 0x7f01006e; + public static final int actionModePopupWindowStyle = 0x7f010073; + public static final int actionModeSelectAllDrawable = 0x7f01006f; + public static final int actionModeShareDrawable = 0x7f010070; + public static final int actionModeSplitBackground = 0x7f01006a; + public static final int actionModeStyle = 0x7f010067; + public static final int actionModeWebSearchDrawable = 0x7f010072; + public static final int actionOverflowButtonStyle = 0x7f01005b; + public static final int actionOverflowMenuStyle = 0x7f01005c; + public static final int actionProviderClass = 0x7f010036; + public static final int actionViewClass = 0x7f010035; + public static final int activityChooserViewStyle = 0x7f010085; + public static final int alertDialogButtonGroupStyle = 0x7f0100a8; + public static final int alertDialogCenterButtons = 0x7f0100a9; + public static final int alertDialogStyle = 0x7f0100a7; + public static final int alertDialogTheme = 0x7f0100aa; + public static final int allowStacking = 0x7f010025; + public static final int arrowHeadLength = 0x7f01002c; + public static final int arrowShaftLength = 0x7f01002d; + public static final int autoCompleteTextViewStyle = 0x7f0100af; + public static final int background = 0x7f01000c; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100cc; + public static final int backgroundTintMode = 0x7f0100cd; + public static final int barLength = 0x7f01002e; + public static final int borderlessButtonStyle = 0x7f010082; + public static final int buttonBarButtonStyle = 0x7f01007f; + public static final int buttonBarNegativeButtonStyle = 0x7f0100ad; + public static final int buttonBarNeutralButtonStyle = 0x7f0100ae; + public static final int buttonBarPositiveButtonStyle = 0x7f0100ac; + public static final int buttonBarStyle = 0x7f01007e; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100b0; + public static final int buttonStyleSmall = 0x7f0100b1; + public static final int buttonTint = 0x7f010026; + public static final int buttonTintMode = 0x7f010027; + public static final int checkboxStyle = 0x7f0100b2; + public static final int checkedTextViewStyle = 0x7f0100b3; + public static final int closeIcon = 0x7f01003e; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100c3; + public static final int collapseIcon = 0x7f0100c2; + public static final int color = 0x7f010028; + public static final int colorAccent = 0x7f0100a0; + public static final int colorButtonNormal = 0x7f0100a4; + public static final int colorControlActivated = 0x7f0100a2; + public static final int colorControlHighlight = 0x7f0100a3; + public static final int colorControlNormal = 0x7f0100a1; + public static final int colorPrimary = 0x7f01009e; + public static final int colorPrimaryDark = 0x7f01009f; + public static final int colorSwitchThumbNormal = 0x7f0100a5; + public static final int commitIcon = 0x7f010043; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100a6; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f01003d; + public static final int dialogPreferredPadding = 0x7f010077; + public static final int dialogTheme = 0x7f010076; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f010084; + public static final int dividerPadding = 0x7f010032; + public static final int dividerVertical = 0x7f010083; + public static final int drawableSize = 0x7f01002a; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f010096; + public static final int dropdownListPreferredItemHeight = 0x7f01007a; + public static final int editTextBackground = 0x7f01008b; + public static final int editTextColor = 0x7f01008a; + public static final int editTextStyle = 0x7f0100b4; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int gapBetweenBars = 0x7f01002b; + public static final int goIcon = 0x7f01003f; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f01007c; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f01003b; + public static final int imageButtonStyle = 0x7f01008c; + 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 = 0x7f01003a; + public static final int listChoiceBackgroundIndicator = 0x7f01009d; + public static final int listDividerAlertDialog = 0x7f010078; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f010097; + public static final int listPreferredItemHeight = 0x7f010091; + public static final int listPreferredItemHeightLarge = 0x7f010093; + public static final int listPreferredItemHeightSmall = 0x7f010092; + public static final int listPreferredItemPaddingLeft = 0x7f010094; + public static final int listPreferredItemPaddingRight = 0x7f010095; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100c6; + public static final int maxButtonHeight = 0x7f0100c1; + public static final int measureWithLargestChild = 0x7f010030; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100c5; + public static final int navigationIcon = 0x7f0100c4; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f010038; + public static final int paddingEnd = 0x7f0100ca; + public static final int paddingStart = 0x7f0100c9; + public static final int panelBackground = 0x7f01009a; + public static final int panelMenuListTheme = 0x7f01009c; + public static final int panelMenuListWidth = 0x7f01009b; + public static final int popupMenuStyle = 0x7f010088; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f010089; + public static final int preserveIconSpacing = 0x7f010037; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010045; + public static final int queryHint = 0x7f01003c; + public static final int radioButtonStyle = 0x7f0100b5; + public static final int ratingBarStyle = 0x7f0100b6; + public static final int searchHintIcon = 0x7f010041; + public static final int searchIcon = 0x7f010040; + public static final int searchViewStyle = 0x7f010090; + public static final int seekBarStyle = 0x7f0100b7; + public static final int selectableItemBackground = 0x7f010080; + public static final int selectableItemBackgroundBorderless = 0x7f010081; + public static final int showAsAction = 0x7f010033; + public static final int showDividers = 0x7f010031; + public static final int showText = 0x7f01004d; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spinBars = 0x7f010029; + public static final int spinnerDropDownItemStyle = 0x7f01007b; + public static final int spinnerStyle = 0x7f0100b8; + public static final int splitTrack = 0x7f01004c; + public static final int state_above_anchor = 0x7f010039; + public static final int submitBackground = 0x7f010046; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100bb; + public static final int subtitleTextColor = 0x7f0100c8; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f010044; + public static final int switchMinWidth = 0x7f01004a; + public static final int switchPadding = 0x7f01004b; + public static final int switchStyle = 0x7f0100b9; + public static final int switchTextAppearance = 0x7f010049; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f010074; + public static final int textAppearanceListItem = 0x7f010098; + public static final int textAppearanceListItemSmall = 0x7f010099; + public static final int textAppearanceSearchResultSubtitle = 0x7f01008e; + public static final int textAppearanceSearchResultTitle = 0x7f01008d; + public static final int textAppearanceSmallPopupMenu = 0x7f010075; + public static final int textColorAlertDialogListItem = 0x7f0100ab; + public static final int textColorSearchUrl = 0x7f01008f; + public static final int theme = 0x7f0100cb; + public static final int thickness = 0x7f01002f; + public static final int thumbTextPadding = 0x7f010048; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100c0; + public static final int titleMarginEnd = 0x7f0100be; + public static final int titleMarginStart = 0x7f0100bd; + public static final int titleMarginTop = 0x7f0100bf; + public static final int titleMargins = 0x7f0100bc; + public static final int titleTextAppearance = 0x7f0100ba; + public static final int titleTextColor = 0x7f0100c7; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f010087; + public static final int toolbarStyle = 0x7f010086; + public static final int track = 0x7f010047; + public static final int voiceIcon = 0x7f010042; + public static final int windowActionBar = 0x7f01004e; + public static final int windowActionBarOverlay = 0x7f010050; + public static final int windowActionModeOverlay = 0x7f010051; + public static final int windowFixedHeightMajor = 0x7f010055; + public static final int windowFixedHeightMinor = 0x7f010053; + public static final int windowFixedWidthMajor = 0x7f010052; + public static final int windowFixedWidthMinor = 0x7f010054; + public static final int windowMinWidthMajor = 0x7f010056; + public static final int windowMinWidthMinor = 0x7f010057; + public static final int windowNoTitle = 0x7f01004f; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f080003; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f080001; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f080004; + public static final int abc_allow_stacked_button_bar = 0x7f080000; + public static final int abc_config_actionMenuItemAllCaps = 0x7f080005; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f080002; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f080006; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f080007; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0c004a; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0c004b; + public static final int abc_color_highlight_material = 0x7f0c004c; + public static final int abc_input_method_navigation_guard = 0x7f0c0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0c004d; + public static final int abc_primary_text_disable_only_material_light = 0x7f0c004e; + public static final int abc_primary_text_material_dark = 0x7f0c004f; + public static final int abc_primary_text_material_light = 0x7f0c0050; + public static final int abc_search_url_text = 0x7f0c0051; + 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 = 0x7f0c0052; + public static final int abc_secondary_text_material_light = 0x7f0c0053; + public static final int accent_material_dark = 0x7f0c0004; + public static final int accent_material_light = 0x7f0c0005; + public static final int background_floating_material_dark = 0x7f0c0006; + public static final int background_floating_material_light = 0x7f0c0007; + public static final int background_material_dark = 0x7f0c0008; + public static final int background_material_light = 0x7f0c0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0c000a; + public static final int bright_foreground_disabled_material_light = 0x7f0c000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0c000c; + public static final int bright_foreground_inverse_material_light = 0x7f0c000d; + public static final int bright_foreground_material_dark = 0x7f0c000e; + public static final int bright_foreground_material_light = 0x7f0c000f; + public static final int button_material_dark = 0x7f0c0010; + public static final int button_material_light = 0x7f0c0011; + public static final int dim_foreground_disabled_material_dark = 0x7f0c0018; + public static final int dim_foreground_disabled_material_light = 0x7f0c0019; + public static final int dim_foreground_material_dark = 0x7f0c001a; + public static final int dim_foreground_material_light = 0x7f0c001b; + public static final int foreground_material_dark = 0x7f0c001c; + public static final int foreground_material_light = 0x7f0c001d; + public static final int highlighted_text_material_dark = 0x7f0c001e; + public static final int highlighted_text_material_light = 0x7f0c001f; + public static final int hint_foreground_material_dark = 0x7f0c0020; + public static final int hint_foreground_material_light = 0x7f0c0021; + public static final int material_blue_grey_800 = 0x7f0c0023; + public static final int material_blue_grey_900 = 0x7f0c0024; + public static final int material_blue_grey_950 = 0x7f0c0025; + public static final int material_deep_teal_200 = 0x7f0c0026; + public static final int material_deep_teal_500 = 0x7f0c0027; + public static final int material_grey_100 = 0x7f0c0028; + public static final int material_grey_300 = 0x7f0c0029; + public static final int material_grey_50 = 0x7f0c002a; + public static final int material_grey_600 = 0x7f0c002b; + public static final int material_grey_800 = 0x7f0c002c; + public static final int material_grey_850 = 0x7f0c002d; + public static final int material_grey_900 = 0x7f0c002e; + public static final int primary_dark_material_dark = 0x7f0c002f; + public static final int primary_dark_material_light = 0x7f0c0030; + public static final int primary_material_dark = 0x7f0c0031; + public static final int primary_material_light = 0x7f0c0032; + public static final int primary_text_default_material_dark = 0x7f0c0033; + public static final int primary_text_default_material_light = 0x7f0c0034; + public static final int primary_text_disabled_material_dark = 0x7f0c0035; + public static final int primary_text_disabled_material_light = 0x7f0c0036; + public static final int ripple_material_dark = 0x7f0c0038; + public static final int ripple_material_light = 0x7f0c0039; + public static final int secondary_text_default_material_dark = 0x7f0c003a; + public static final int secondary_text_default_material_light = 0x7f0c003b; + public static final int secondary_text_disabled_material_dark = 0x7f0c003c; + public static final int secondary_text_disabled_material_light = 0x7f0c003d; + public static final int switch_thumb_disabled_material_dark = 0x7f0c003e; + public static final int switch_thumb_disabled_material_light = 0x7f0c003f; + public static final int switch_thumb_material_dark = 0x7f0c0054; + public static final int switch_thumb_material_light = 0x7f0c0055; + public static final int switch_thumb_normal_material_dark = 0x7f0c0040; + public static final int switch_thumb_normal_material_light = 0x7f0c0041; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f09000d; + public static final int abc_action_bar_default_height_material = 0x7f090001; + public static final int abc_action_bar_default_padding_end_material = 0x7f09000e; + public static final int abc_action_bar_default_padding_start_material = 0x7f09000f; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f090011; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f090012; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f090013; + public static final int abc_action_bar_progress_bar_size = 0x7f090002; + public static final int abc_action_bar_stacked_max_height = 0x7f090014; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f090015; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f090016; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f090017; + public static final int abc_action_button_min_height_material = 0x7f090018; + public static final int abc_action_button_min_width_material = 0x7f090019; + public static final int abc_action_button_min_width_overflow_material = 0x7f09001a; + public static final int abc_alert_dialog_button_bar_height = 0x7f090000; + public static final int abc_button_inset_horizontal_material = 0x7f09001b; + public static final int abc_button_inset_vertical_material = 0x7f09001c; + public static final int abc_button_padding_horizontal_material = 0x7f09001d; + public static final int abc_button_padding_vertical_material = 0x7f09001e; + public static final int abc_config_prefDialogWidth = 0x7f090005; + public static final int abc_control_corner_material = 0x7f09001f; + public static final int abc_control_inset_material = 0x7f090020; + public static final int abc_control_padding_material = 0x7f090021; + public static final int abc_dialog_fixed_height_major = 0x7f090006; + public static final int abc_dialog_fixed_height_minor = 0x7f090007; + public static final int abc_dialog_fixed_width_major = 0x7f090008; + public static final int abc_dialog_fixed_width_minor = 0x7f090009; + public static final int abc_dialog_list_padding_vertical_material = 0x7f090022; + public static final int abc_dialog_min_width_major = 0x7f09000a; + public static final int abc_dialog_min_width_minor = 0x7f09000b; + public static final int abc_dialog_padding_material = 0x7f090023; + public static final int abc_dialog_padding_top_material = 0x7f090024; + public static final int abc_disabled_alpha_material_dark = 0x7f090025; + public static final int abc_disabled_alpha_material_light = 0x7f090026; + public static final int abc_dropdownitem_icon_width = 0x7f090027; + public static final int abc_dropdownitem_text_padding_left = 0x7f090028; + public static final int abc_dropdownitem_text_padding_right = 0x7f090029; + public static final int abc_edit_text_inset_bottom_material = 0x7f09002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f09002b; + public static final int abc_edit_text_inset_top_material = 0x7f09002c; + public static final int abc_floating_window_z = 0x7f09002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f09002e; + public static final int abc_panel_menu_list_width = 0x7f09002f; + public static final int abc_search_view_preferred_width = 0x7f090030; + public static final int abc_search_view_text_min_width = 0x7f09000c; + public static final int abc_seekbar_track_background_height_material = 0x7f090031; + public static final int abc_seekbar_track_progress_height_material = 0x7f090032; + public static final int abc_select_dialog_padding_start_material = 0x7f090033; + public static final int abc_switch_padding = 0x7f090010; + public static final int abc_text_size_body_1_material = 0x7f090034; + public static final int abc_text_size_body_2_material = 0x7f090035; + public static final int abc_text_size_button_material = 0x7f090036; + public static final int abc_text_size_caption_material = 0x7f090037; + public static final int abc_text_size_display_1_material = 0x7f090038; + public static final int abc_text_size_display_2_material = 0x7f090039; + public static final int abc_text_size_display_3_material = 0x7f09003a; + public static final int abc_text_size_display_4_material = 0x7f09003b; + public static final int abc_text_size_headline_material = 0x7f09003c; + public static final int abc_text_size_large_material = 0x7f09003d; + public static final int abc_text_size_medium_material = 0x7f09003e; + public static final int abc_text_size_menu_material = 0x7f09003f; + public static final int abc_text_size_small_material = 0x7f090040; + public static final int abc_text_size_subhead_material = 0x7f090041; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f090003; + public static final int abc_text_size_title_material = 0x7f090042; + public static final int abc_text_size_title_material_toolbar = 0x7f090004; + public static final int disabled_alpha_material_dark = 0x7f090043; + public static final int disabled_alpha_material_light = 0x7f090044; + public static final int highlight_alpha_material_colored = 0x7f090045; + public static final int highlight_alpha_material_dark = 0x7f090046; + public static final int highlight_alpha_material_light = 0x7f090047; + public static final int notification_large_icon_height = 0x7f090048; + public static final int notification_large_icon_width = 0x7f090049; + public static final int notification_subtext_size = 0x7f09004a; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f020032; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f020033; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f020034; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f020035; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f020036; + public static final int abc_seekbar_thumb_material = 0x7f020037; + public static final int abc_seekbar_track_material = 0x7f020038; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020039; + public static final int abc_spinner_textfield_background_material = 0x7f02003a; + public static final int abc_switch_thumb_material = 0x7f02003b; + public static final int abc_switch_track_mtrl_alpha = 0x7f02003c; + public static final int abc_tab_indicator_material = 0x7f02003d; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f02003e; + public static final int abc_text_cursor_material = 0x7f02003f; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020040; + public static final int abc_textfield_default_mtrl_alpha = 0x7f020041; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020042; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020043; + public static final int abc_textfield_search_material = 0x7f020044; + public static final int notification_template_icon_bg = 0x7f020072; + } + public static final class id { + public static final int action0 = 0x7f0d0068; + public static final int action_bar = 0x7f0d0041; + public static final int action_bar_activity_content = 0x7f0d0000; + public static final int action_bar_container = 0x7f0d0040; + public static final int action_bar_root = 0x7f0d003c; + public static final int action_bar_spinner = 0x7f0d0001; + public static final int action_bar_subtitle = 0x7f0d0022; + public static final int action_bar_title = 0x7f0d0021; + public static final int action_context_bar = 0x7f0d0042; + public static final int action_divider = 0x7f0d006c; + public static final int action_menu_divider = 0x7f0d0002; + public static final int action_menu_presenter = 0x7f0d0003; + public static final int action_mode_bar = 0x7f0d003e; + public static final int action_mode_bar_stub = 0x7f0d003d; + public static final int action_mode_close_button = 0x7f0d0023; + public static final int activity_chooser_view_content = 0x7f0d0024; + public static final int alertTitle = 0x7f0d0030; + public static final int always = 0x7f0d001b; + public static final int beginning = 0x7f0d0018; + public static final int buttonPanel = 0x7f0d002b; + public static final int cancel_action = 0x7f0d0069; + public static final int checkbox = 0x7f0d0039; + public static final int chronometer = 0x7f0d006f; + public static final int collapseActionView = 0x7f0d001c; + public static final int contentPanel = 0x7f0d0031; + public static final int custom = 0x7f0d0037; + public static final int customPanel = 0x7f0d0036; + public static final int decor_content_parent = 0x7f0d003f; + public static final int default_activity_button = 0x7f0d0027; + public static final int disableHome = 0x7f0d000c; + public static final int edit_query = 0x7f0d0043; + public static final int end = 0x7f0d0019; + public static final int end_padder = 0x7f0d0074; + public static final int expand_activities_button = 0x7f0d0025; + public static final int expanded_menu = 0x7f0d0038; + public static final int home = 0x7f0d0004; + public static final int homeAsUp = 0x7f0d000d; + public static final int icon = 0x7f0d0029; + public static final int ifRoom = 0x7f0d001d; + public static final int image = 0x7f0d0026; + public static final int info = 0x7f0d0073; + public static final int line1 = 0x7f0d006d; + public static final int line3 = 0x7f0d0071; + public static final int listMode = 0x7f0d0009; + public static final int list_item = 0x7f0d0028; + public static final int media_actions = 0x7f0d006b; + public static final int middle = 0x7f0d001a; + public static final int multiply = 0x7f0d0013; + public static final int never = 0x7f0d001e; + public static final int none = 0x7f0d000e; + public static final int normal = 0x7f0d000a; + public static final int parentPanel = 0x7f0d002d; + public static final int progress_circular = 0x7f0d0005; + public static final int progress_horizontal = 0x7f0d0006; + public static final int radio = 0x7f0d003b; + public static final int screen = 0x7f0d0014; + public static final int scrollIndicatorDown = 0x7f0d0035; + public static final int scrollIndicatorUp = 0x7f0d0032; + public static final int scrollView = 0x7f0d0033; + public static final int search_badge = 0x7f0d0045; + public static final int search_bar = 0x7f0d0044; + public static final int search_button = 0x7f0d0046; + public static final int search_close_btn = 0x7f0d004b; + public static final int search_edit_frame = 0x7f0d0047; + public static final int search_go_btn = 0x7f0d004d; + public static final int search_mag_icon = 0x7f0d0048; + public static final int search_plate = 0x7f0d0049; + public static final int search_src_text = 0x7f0d004a; + public static final int search_voice_btn = 0x7f0d004e; + public static final int select_dialog_listview = 0x7f0d004f; + public static final int shortcut = 0x7f0d003a; + public static final int showCustom = 0x7f0d000f; + public static final int showHome = 0x7f0d0010; + public static final int showTitle = 0x7f0d0011; + public static final int spacer = 0x7f0d002c; + public static final int split_action_bar = 0x7f0d0007; + public static final int src_atop = 0x7f0d0015; + public static final int src_in = 0x7f0d0016; + public static final int src_over = 0x7f0d0017; + public static final int status_bar_latest_event_content = 0x7f0d006a; + public static final int submit_area = 0x7f0d004c; + public static final int tabMode = 0x7f0d000b; + public static final int text = 0x7f0d0072; + public static final int text2 = 0x7f0d0070; + public static final int textSpacerNoButtons = 0x7f0d0034; + public static final int time = 0x7f0d006e; + public static final int title = 0x7f0d002a; + public static final int title_template = 0x7f0d002f; + public static final int topPanel = 0x7f0d002e; + public static final int up = 0x7f0d0008; + public static final int useLogo = 0x7f0d0012; + public static final int withText = 0x7f0d001f; + public static final int wrap_content = 0x7f0d0020; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0b0001; + public static final int abc_config_activityShortDur = 0x7f0b0002; + public static final int abc_max_action_buttons = 0x7f0b0000; + public static final int cancel_button_image_alpha = 0x7f0b0003; + public static final int status_bar_notification_info_maxnum = 0x7f0b0004; + } + 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_button_bar_material = 0x7f040009; + public static final int abc_alert_dialog_material = 0x7f04000a; + public static final int abc_dialog_title_material = 0x7f04000b; + public static final int abc_expanded_menu_layout = 0x7f04000c; + public static final int abc_list_menu_item_checkbox = 0x7f04000d; + public static final int abc_list_menu_item_icon = 0x7f04000e; + public static final int abc_list_menu_item_layout = 0x7f04000f; + public static final int abc_list_menu_item_radio = 0x7f040010; + public static final int abc_popup_menu_item_layout = 0x7f040011; + public static final int abc_screen_content_include = 0x7f040012; + public static final int abc_screen_simple = 0x7f040013; + public static final int abc_screen_simple_overlay_action_mode = 0x7f040014; + public static final int abc_screen_toolbar = 0x7f040015; + public static final int abc_search_dropdown_item_icons_2line = 0x7f040016; + public static final int abc_search_view = 0x7f040017; + public static final int abc_select_dialog_material = 0x7f040018; + public static final int notification_media_action = 0x7f04001f; + public static final int notification_media_cancel_action = 0x7f040020; + public static final int notification_template_big_media = 0x7f040021; + public static final int notification_template_big_media_narrow = 0x7f040022; + public static final int notification_template_lines = 0x7f040023; + public static final int notification_template_media = 0x7f040024; + public static final int notification_template_part_chronometer = 0x7f040025; + public static final int notification_template_part_time = 0x7f040026; + public static final int select_dialog_item_material = 0x7f040027; + public static final int select_dialog_multichoice_material = 0x7f040028; + public static final int select_dialog_singlechoice_material = 0x7f040029; + public static final int support_simple_spinner_dropdown_item = 0x7f04002c; + } + 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 = 0x7f070001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f070002; + public static final int abc_action_bar_up_description = 0x7f070003; + public static final int abc_action_menu_overflow_description = 0x7f070004; + public static final int abc_action_mode_done = 0x7f070005; + public static final int abc_activity_chooser_view_see_all = 0x7f070006; + public static final int abc_activitychooserview_choose_application = 0x7f070007; + public static final int abc_capital_off = 0x7f070008; + public static final int abc_capital_on = 0x7f070009; + public static final int abc_search_hint = 0x7f07000a; + public static final int abc_searchview_description_clear = 0x7f07000b; + public static final int abc_searchview_description_query = 0x7f07000c; + public static final int abc_searchview_description_search = 0x7f07000d; + public static final int abc_searchview_description_submit = 0x7f07000e; + public static final int abc_searchview_description_voice = 0x7f07000f; + public static final int abc_shareactionprovider_share_with = 0x7f070010; + public static final int abc_shareactionprovider_share_with_application = 0x7f070011; + public static final int abc_toolbar_collapse_description = 0x7f070012; + public static final int status_bar_notification_info_overflow = 0x7f070013; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f0a007d; + public static final int AlertDialog_AppCompat_Light = 0x7f0a007e; + public static final int Animation_AppCompat_Dialog = 0x7f0a007f; + public static final int Animation_AppCompat_DropDownUp = 0x7f0a0080; + public static final int Base_AlertDialog_AppCompat = 0x7f0a0082; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0a0083; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0a0084; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0a0085; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0a0087; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0a0086; + public static final int Base_TextAppearance_AppCompat = 0x7f0a002f; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0a0030; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0a0031; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0a0019; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0a0032; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0a0033; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0a0034; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0a0035; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0a0036; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0a0037; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0a0004; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0a0038; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0a0005; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0a0039; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0a003a; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0a003b; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0a0006; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0a003c; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0a0088; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0a003d; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0a003e; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0a003f; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0a0007; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0a0040; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0a0008; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0a0041; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0a0009; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0a0042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0a0043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0a0044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0a0045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0a0046; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0a0047; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0a0048; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0a0049; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0a0079; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0a0089; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0a004a; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0a004b; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0a004c; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0a004d; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0a008a; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0a004e; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0a004f; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0a0093; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0a0094; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0a0095; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0a0096; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0a0097; + public static final int Base_Theme_AppCompat = 0x7f0a0050; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0a008b; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0a000a; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0a0001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0a008c; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0a008d; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0a008e; + public static final int Base_Theme_AppCompat_Light = 0x7f0a0051; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0a008f; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0a000b; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0a0002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0a0090; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0a0091; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0a0092; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0a000c; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0a000d; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0a0015; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0a0016; + public static final int Base_V21_Theme_AppCompat = 0x7f0a0052; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0a0053; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0a0054; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0a0055; + public static final int Base_V22_Theme_AppCompat = 0x7f0a0077; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0a0078; + public static final int Base_V23_Theme_AppCompat = 0x7f0a007a; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0a007b; + public static final int Base_V7_Theme_AppCompat = 0x7f0a0098; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0a0099; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0a009a; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0a009b; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0a009c; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0a009d; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0a009e; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0a009f; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0a00a0; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0a0056; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0a0057; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0a0058; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0a0059; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0a005a; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0a00a1; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0a00a2; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0a0017; + public static final int Base_Widget_AppCompat_Button = 0x7f0a005b; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0a005f; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0a00a4; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0a005c; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0a005d; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0a00a3; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0a007c; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0a005e; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0a0060; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0a0061; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0a00a5; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0a0000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0a00a6; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0a0062; + public static final int Base_Widget_AppCompat_EditText = 0x7f0a0018; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0a0063; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0a00a7; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0a00a8; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0a00a9; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0a0064; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0a0065; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0a0066; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0a0067; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0a0068; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0a0069; + public static final int Base_Widget_AppCompat_ListView = 0x7f0a006a; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0a006b; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0a006c; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0a006d; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0a006e; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0a00aa; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0a000e; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0a000f; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0a006f; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0a00ab; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0a00ac; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0a0070; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0a0071; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0a0003; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0a0072; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0a00ad; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0a0073; + public static final int Platform_AppCompat = 0x7f0a0010; + public static final int Platform_AppCompat_Light = 0x7f0a0011; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0a0074; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0a0075; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0a0076; + public static final int Platform_V11_AppCompat = 0x7f0a0012; + public static final int Platform_V11_AppCompat_Light = 0x7f0a0013; + public static final int Platform_V14_AppCompat = 0x7f0a001a; + public static final int Platform_V14_AppCompat_Light = 0x7f0a001b; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0a0014; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0a0021; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0a0022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0a0023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0a0024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0a0025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0a0026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0a002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0a0027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0a0028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0a0029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0a002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0a002b; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0a002d; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0a002e; + public static final int TextAppearance_AppCompat = 0x7f0a00ae; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0a00af; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0a00b0; + public static final int TextAppearance_AppCompat_Button = 0x7f0a00b1; + public static final int TextAppearance_AppCompat_Caption = 0x7f0a00b2; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0a00b3; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0a00b4; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0a00b5; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0a00b6; + public static final int TextAppearance_AppCompat_Headline = 0x7f0a00b7; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0a00b8; + public static final int TextAppearance_AppCompat_Large = 0x7f0a00b9; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0a00ba; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0a00bb; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0a00bc; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0a00bd; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0a00be; + public static final int TextAppearance_AppCompat_Medium = 0x7f0a00bf; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0a00c0; + public static final int TextAppearance_AppCompat_Menu = 0x7f0a00c1; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0a00c2; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0a00c3; + public static final int TextAppearance_AppCompat_Small = 0x7f0a00c4; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0a00c5; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0a00c6; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0a00c7; + public static final int TextAppearance_AppCompat_Title = 0x7f0a00c8; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0a00c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0a00ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0a00cb; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0a00cc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0a00cd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0a00ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0a00cf; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0a00d0; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0a00d1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0a00d2; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0a00d3; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0a00d4; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0a00d5; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0a00d6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0a00d7; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0a00d8; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0a00d9; + public static final int TextAppearance_StatusBar_EventContent = 0x7f0a001c; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f0a001d; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f0a001e; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f0a001f; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f0a0020; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0a00da; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0a00db; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0a00dc; + public static final int ThemeOverlay_AppCompat = 0x7f0a00eb; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0a00ec; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0a00ed; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0a00ee; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0a00ef; + public static final int Theme_AppCompat = 0x7f0a00dd; + public static final int Theme_AppCompat_CompactMenu = 0x7f0a00de; + public static final int Theme_AppCompat_Dialog = 0x7f0a00df; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0a00e2; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0a00e0; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0a00e1; + public static final int Theme_AppCompat_Light = 0x7f0a00e3; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0a00e4; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0a00e5; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0a00e8; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0a00e6; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0a00e7; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0a00e9; + public static final int Theme_AppCompat_NoActionBar = 0x7f0a00ea; + public static final int Widget_AppCompat_ActionBar = 0x7f0a00f0; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0a00f1; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0a00f2; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0a00f3; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0a00f4; + public static final int Widget_AppCompat_ActionButton = 0x7f0a00f5; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0a00f6; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0a00f7; + public static final int Widget_AppCompat_ActionMode = 0x7f0a00f8; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0a00f9; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0a00fa; + public static final int Widget_AppCompat_Button = 0x7f0a00fb; + public static final int Widget_AppCompat_ButtonBar = 0x7f0a0101; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0a0102; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0a00fc; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0a00fd; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0a00fe; + public static final int Widget_AppCompat_Button_Colored = 0x7f0a00ff; + public static final int Widget_AppCompat_Button_Small = 0x7f0a0100; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0a0103; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0a0104; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0a0105; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0a0106; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0a0107; + public static final int Widget_AppCompat_EditText = 0x7f0a0108; + public static final int Widget_AppCompat_ImageButton = 0x7f0a0109; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0a010a; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0a010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0a010c; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0a010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0a010e; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0a010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0a0110; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0a0111; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0a0112; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0a0113; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0a0114; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0a0115; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0a0116; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0a0117; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0a0118; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0a0119; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0a011a; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0a011b; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0a011c; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0a011d; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0a011e; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0a011f; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0a0120; + public static final int Widget_AppCompat_ListView = 0x7f0a0121; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0a0122; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0a0123; + public static final int Widget_AppCompat_PopupMenu = 0x7f0a0124; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0a0125; + public static final int Widget_AppCompat_PopupWindow = 0x7f0a0126; + public static final int Widget_AppCompat_ProgressBar = 0x7f0a0127; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0a0128; + public static final int Widget_AppCompat_RatingBar = 0x7f0a0129; + public static final int Widget_AppCompat_SearchView = 0x7f0a012a; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0a012b; + public static final int Widget_AppCompat_SeekBar = 0x7f0a012c; + public static final int Widget_AppCompat_Spinner = 0x7f0a012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0a012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0a012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0a0130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0a0131; + public static final int Widget_AppCompat_Toolbar = 0x7f0a0132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0a0133; + } + 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, 0x7f01007c }; + 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, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] ButtonBarLayout = { 0x7f010025 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CompoundButton = { 0x01010107, 0x7f010026, 0x7f010027 }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f }; + public static final int DrawerArrowToggle_arrowHeadLength = 4; + public static final int DrawerArrowToggle_arrowShaftLength = 5; + public static final int DrawerArrowToggle_barLength = 6; + public static final int DrawerArrowToggle_color = 0; + public static final int DrawerArrowToggle_drawableSize = 2; + public static final int DrawerArrowToggle_gapBetweenBars = 3; + public static final int DrawerArrowToggle_spinBars = 1; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010030, 0x7f010031, 0x7f010032 }; + 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, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036 }; + 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, 0x7f010037 }; + 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, 0x7f010038 }; + public static final int[] PopupWindowBackgroundState = { 0x7f010039 }; + 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, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_closeIcon = 8; + public static final int SearchView_commitIcon = 13; + public static final int SearchView_defaultQueryHint = 7; + public static final int SearchView_goIcon = 9; + public static final int SearchView_iconifiedByDefault = 5; + public static final int SearchView_layout = 4; + public static final int SearchView_queryBackground = 15; + public static final int SearchView_queryHint = 6; + public static final int SearchView_searchHintIcon = 11; + public static final int SearchView_searchIcon = 10; + public static final int SearchView_submitBackground = 16; + public static final int SearchView_suggestionRowLayout = 14; + public static final int SearchView_voiceIcon = 12; + public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + 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, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 }; + public static final int TextAppearance_android_shadowColor = 4; + public static final int TextAppearance_android_shadowDx = 5; + public static final int TextAppearance_android_shadowDy = 6; + public static final int TextAppearance_android_shadowRadius = 7; + 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 = 8; + public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9 }; + 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 = 92; + public static final int Theme_alertDialogCenterButtons = 93; + public static final int Theme_alertDialogStyle = 91; + public static final int Theme_alertDialogTheme = 94; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 99; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 97; + public static final int Theme_buttonBarNeutralButtonStyle = 98; + public static final int Theme_buttonBarPositiveButtonStyle = 96; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 100; + public static final int Theme_buttonStyleSmall = 101; + public static final int Theme_checkboxStyle = 102; + public static final int Theme_checkedTextViewStyle = 103; + public static final int Theme_colorAccent = 84; + public static final int Theme_colorButtonNormal = 88; + public static final int Theme_colorControlActivated = 86; + public static final int Theme_colorControlHighlight = 87; + public static final int Theme_colorControlNormal = 85; + public static final int Theme_colorPrimary = 82; + public static final int Theme_colorPrimaryDark = 83; + public static final int Theme_colorSwitchThumbNormal = 89; + public static final int Theme_controlBackground = 90; + 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 = 74; + 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 = 104; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_imageButtonStyle = 64; + public static final int Theme_listChoiceBackgroundIndicator = 81; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 75; + public static final int Theme_listPreferredItemHeight = 69; + public static final int Theme_listPreferredItemHeightLarge = 71; + public static final int Theme_listPreferredItemHeightSmall = 70; + public static final int Theme_listPreferredItemPaddingLeft = 72; + public static final int Theme_listPreferredItemPaddingRight = 73; + public static final int Theme_panelBackground = 78; + public static final int Theme_panelMenuListTheme = 80; + public static final int Theme_panelMenuListWidth = 79; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 105; + public static final int Theme_ratingBarStyle = 106; + public static final int Theme_searchViewStyle = 68; + public static final int Theme_seekBarStyle = 107; + 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 = 108; + public static final int Theme_switchStyle = 109; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 76; + public static final int Theme_textAppearanceListItemSmall = 77; + public static final int Theme_textAppearanceSearchResultSubtitle = 66; + public static final int Theme_textAppearanceSearchResultTitle = 65; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 95; + public static final int Theme_textColorSearchUrl = 67; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 19; + public static final int Toolbar_collapseIcon = 18; + public static final int Toolbar_contentInsetEnd = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 5; + public static final int Toolbar_logo = 4; + public static final int Toolbar_logoDescription = 22; + public static final int Toolbar_maxButtonHeight = 17; + public static final int Toolbar_navigationContentDescription = 21; + public static final int Toolbar_navigationIcon = 20; + public static final int Toolbar_popupTheme = 9; + public static final int Toolbar_subtitle = 3; + public static final int Toolbar_subtitleTextAppearance = 11; + public static final int Toolbar_subtitleTextColor = 24; + public static final int Toolbar_title = 2; + public static final int Toolbar_titleMarginBottom = 16; + public static final int Toolbar_titleMarginEnd = 14; + public static final int Toolbar_titleMarginStart = 13; + public static final int Toolbar_titleMarginTop = 15; + public static final int Toolbar_titleMargins = 12; + public static final int Toolbar_titleTextAppearance = 10; + public static final int Toolbar_titleTextColor = 23; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100cc, 0x7f0100cd }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_inflatedId = 2; + public static final int ViewStubCompat_android_layout = 1; + public static final int View_android_focusable = 1; + public static final int View_android_theme = 0; + public static final int View_paddingEnd = 3; + public static final int View_paddingStart = 2; + public static final int View_theme = 4; + } +} diff --git a/app/build/generated/source/r/debug/com/example/julian/endlessroll/R.java b/app/build/generated/source/r/debug/com/example/julian/endlessroll/R.java new file mode 100644 index 0000000..b7ccde4 --- /dev/null +++ b/app/build/generated/source/r/debug/com/example/julian/endlessroll/R.java @@ -0,0 +1,6367 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.example.julian.endlessroll; + +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 countdown=0x7f05000a; + public static final int decrease=0x7f05000b; + public static final int fade_in=0x7f05000c; + public static final int rotate=0x7f05000d; + public static final int scale_up=0x7f05000e; + public static final int shrink=0x7f05000f; + public static final int slide_in_left=0x7f050010; + public static final int slide_in_right=0x7f050011; + public static final int slide_in_top=0x7f050012; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f010063; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f010064; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarPopupTheme=0x7f01005d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f010062; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f01005f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f01005e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010058; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f01005a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTheme=0x7f010060; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f010061; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f010034; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f010065; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f010069; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f01006b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f01006d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f01006c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f010071; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f01006e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f01006f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f010070; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f01006a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f010067; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f010072; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowMenuStyle=0x7f01005c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f010036; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f010035; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogButtonGroupStyle=0x7f0100a8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alertDialogCenterButtons=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogStyle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogTheme=0x7f0100aa; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int allowStacking=0x7f010025; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowHeadLength=0x7f01002c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowShaftLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoCompleteTextViewStyle=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01000c; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundTint=0x7f0100cc; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int backgroundTintMode=0x7f0100cd; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int barLength=0x7f01002e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int borderlessButtonStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f0100ad; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f0100ae; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f0100ac; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyle=0x7f0100b0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyleSmall=0x7f0100b1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int buttonTint=0x7f010026; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int buttonTintMode=0x7f010027; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkboxStyle=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkedTextViewStyle=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeIcon=0x7f01003e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int collapseContentDescription=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapseIcon=0x7f0100c2; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int color=0x7f010028; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorAccent=0x7f0100a0; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorButtonNormal=0x7f0100a4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlActivated=0x7f0100a2; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlHighlight=0x7f0100a3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlNormal=0x7f0100a1; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimary=0x7f01009e; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimaryDark=0x7f01009f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorSwitchThumbNormal=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int commitIcon=0x7f010043; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int controlBackground=0x7f0100a6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int defaultQueryHint=0x7f01003d; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dialogPreferredPadding=0x7f010077; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dialogTheme=0x7f010076; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f010084; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f010083; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int drawableSize=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f010096; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextBackground=0x7f01008b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int editTextColor=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextStyle=0x7f0100b4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int gapBetweenBars=0x7f01002b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int goIcon=0x7f01003f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f01003b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int imageButtonStyle=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listDividerAlertDialog=0x7f010078; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f010097; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f010091; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f010093; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f010092; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f010094; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int logoDescription=0x7f0100c6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxButtonHeight=0x7f0100c1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int measureWithLargestChild=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int navigationContentDescription=0x7f0100c5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int navigationIcon=0x7f0100c4; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static final int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int overlapAnchor=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f0100ca; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelBackground=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f01009c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupWindowStyle=0x7f010089; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int preserveIconSpacing=0x7f010037; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int queryBackground=0x7f010045; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f01003c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int radioButtonStyle=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyle=0x7f0100b6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchHintIcon=0x7f010041; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchIcon=0x7f010040; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewStyle=0x7f010090; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int seekBarStyle=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f010080; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackgroundBorderless=0x7f010081; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static final int showAsAction=0x7f010033; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f010031; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showText=0x7f01004d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int singleChoiceItemLayout=0x7f010022; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spinBars=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f0100b8; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int splitTrack=0x7f01004c; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_above_anchor=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int submitBackground=0x7f010046; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextAppearance=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitleTextColor=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int suggestionRowLayout=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchMinWidth=0x7f01004a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchPadding=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchStyle=0x7f0100b9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchTextAppearance=0x7f010049; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f010075; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0100ab; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int theme=0x7f0100cb; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thickness=0x7f01002f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTextPadding=0x7f010048; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginBottom=0x7f0100c0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginEnd=0x7f0100be; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginStart=0x7f0100bd; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginTop=0x7f0100bf; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargins=0x7f0100bc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextAppearance=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleTextColor=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarNavigationButtonStyle=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarStyle=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int track=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int voiceIcon=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f01004e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f010050; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionModeOverlay=0x7f010051; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f010055; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f010053; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f010052; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f010054; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMajor=0x7f010056; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMinor=0x7f010057; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowNoTitle=0x7f01004f; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f080003; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f080001; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f080004; + public static final int abc_allow_stacked_button_bar=0x7f080000; + public static final int abc_config_actionMenuItemAllCaps=0x7f080005; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f080002; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f080006; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f080007; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f0c004a; + public static final int abc_background_cache_hint_selector_material_light=0x7f0c004b; + public static final int abc_color_highlight_material=0x7f0c004c; + public static final int abc_input_method_navigation_guard=0x7f0c0000; + public static final int abc_primary_text_disable_only_material_dark=0x7f0c004d; + public static final int abc_primary_text_disable_only_material_light=0x7f0c004e; + public static final int abc_primary_text_material_dark=0x7f0c004f; + public static final int abc_primary_text_material_light=0x7f0c0050; + public static final int abc_search_url_text=0x7f0c0051; + 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=0x7f0c0052; + public static final int abc_secondary_text_material_light=0x7f0c0053; + public static final int accent_material_dark=0x7f0c0004; + public static final int accent_material_light=0x7f0c0005; + public static final int background_floating_material_dark=0x7f0c0006; + public static final int background_floating_material_light=0x7f0c0007; + public static final int background_material_dark=0x7f0c0008; + public static final int background_material_light=0x7f0c0009; + public static final int bright_foreground_disabled_material_dark=0x7f0c000a; + public static final int bright_foreground_disabled_material_light=0x7f0c000b; + public static final int bright_foreground_inverse_material_dark=0x7f0c000c; + public static final int bright_foreground_inverse_material_light=0x7f0c000d; + public static final int bright_foreground_material_dark=0x7f0c000e; + public static final int bright_foreground_material_light=0x7f0c000f; + public static final int button_material_dark=0x7f0c0010; + public static final int button_material_light=0x7f0c0011; + public static final int colorAccent=0x7f0c0012; + public static final int colorPrimary=0x7f0c0013; + public static final int colorPrimaryDark=0x7f0c0014; + public static final int countdown1=0x7f0c0015; + public static final int countdown2=0x7f0c0016; + public static final int countdown3=0x7f0c0017; + public static final int dim_foreground_disabled_material_dark=0x7f0c0018; + public static final int dim_foreground_disabled_material_light=0x7f0c0019; + public static final int dim_foreground_material_dark=0x7f0c001a; + public static final int dim_foreground_material_light=0x7f0c001b; + public static final int foreground_material_dark=0x7f0c001c; + public static final int foreground_material_light=0x7f0c001d; + public static final int highlighted_text_material_dark=0x7f0c001e; + public static final int highlighted_text_material_light=0x7f0c001f; + public static final int hint_foreground_material_dark=0x7f0c0020; + public static final int hint_foreground_material_light=0x7f0c0021; + public static final int loose=0x7f0c0022; + public static final int material_blue_grey_800=0x7f0c0023; + public static final int material_blue_grey_900=0x7f0c0024; + public static final int material_blue_grey_950=0x7f0c0025; + public static final int material_deep_teal_200=0x7f0c0026; + public static final int material_deep_teal_500=0x7f0c0027; + public static final int material_grey_100=0x7f0c0028; + public static final int material_grey_300=0x7f0c0029; + public static final int material_grey_50=0x7f0c002a; + public static final int material_grey_600=0x7f0c002b; + public static final int material_grey_800=0x7f0c002c; + public static final int material_grey_850=0x7f0c002d; + public static final int material_grey_900=0x7f0c002e; + public static final int primary_dark_material_dark=0x7f0c002f; + public static final int primary_dark_material_light=0x7f0c0030; + public static final int primary_material_dark=0x7f0c0031; + public static final int primary_material_light=0x7f0c0032; + public static final int primary_text_default_material_dark=0x7f0c0033; + public static final int primary_text_default_material_light=0x7f0c0034; + public static final int primary_text_disabled_material_dark=0x7f0c0035; + public static final int primary_text_disabled_material_light=0x7f0c0036; + public static final int retry=0x7f0c0037; + public static final int ripple_material_dark=0x7f0c0038; + public static final int ripple_material_light=0x7f0c0039; + public static final int secondary_text_default_material_dark=0x7f0c003a; + public static final int secondary_text_default_material_light=0x7f0c003b; + public static final int secondary_text_disabled_material_dark=0x7f0c003c; + public static final int secondary_text_disabled_material_light=0x7f0c003d; + public static final int switch_thumb_disabled_material_dark=0x7f0c003e; + public static final int switch_thumb_disabled_material_light=0x7f0c003f; + public static final int switch_thumb_material_dark=0x7f0c0054; + public static final int switch_thumb_material_light=0x7f0c0055; + public static final int switch_thumb_normal_material_dark=0x7f0c0040; + public static final int switch_thumb_normal_material_light=0x7f0c0041; + public static final int toolbuttonActiveNotReady=0x7f0c0042; + public static final int toolbuttonActiveReady=0x7f0c0043; + public static final int toolbuttonInactiveNotReady=0x7f0c0044; + public static final int toolbuttonInactiveReady=0x7f0c0045; + public static final int toolbuttonLocked=0x7f0c0046; + public static final int toolslotDisabled=0x7f0c0047; + public static final int toolslotEnabled=0x7f0c0048; + public static final int win=0x7f0c0049; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f09000d; + public static final int abc_action_bar_default_height_material=0x7f090001; + public static final int abc_action_bar_default_padding_end_material=0x7f09000e; + public static final int abc_action_bar_default_padding_start_material=0x7f09000f; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f090011; + public static final int abc_action_bar_overflow_padding_end_material=0x7f090012; + public static final int abc_action_bar_overflow_padding_start_material=0x7f090013; + public static final int abc_action_bar_progress_bar_size=0x7f090002; + public static final int abc_action_bar_stacked_max_height=0x7f090014; + public static final int abc_action_bar_stacked_tab_max_width=0x7f090015; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f090016; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f090017; + public static final int abc_action_button_min_height_material=0x7f090018; + public static final int abc_action_button_min_width_material=0x7f090019; + public static final int abc_action_button_min_width_overflow_material=0x7f09001a; + public static final int abc_alert_dialog_button_bar_height=0x7f090000; + public static final int abc_button_inset_horizontal_material=0x7f09001b; + public static final int abc_button_inset_vertical_material=0x7f09001c; + public static final int abc_button_padding_horizontal_material=0x7f09001d; + public static final int abc_button_padding_vertical_material=0x7f09001e; + public static final int abc_config_prefDialogWidth=0x7f090005; + public static final int abc_control_corner_material=0x7f09001f; + public static final int abc_control_inset_material=0x7f090020; + public static final int abc_control_padding_material=0x7f090021; + public static final int abc_dialog_fixed_height_major=0x7f090006; + public static final int abc_dialog_fixed_height_minor=0x7f090007; + public static final int abc_dialog_fixed_width_major=0x7f090008; + public static final int abc_dialog_fixed_width_minor=0x7f090009; + public static final int abc_dialog_list_padding_vertical_material=0x7f090022; + public static final int abc_dialog_min_width_major=0x7f09000a; + public static final int abc_dialog_min_width_minor=0x7f09000b; + public static final int abc_dialog_padding_material=0x7f090023; + public static final int abc_dialog_padding_top_material=0x7f090024; + public static final int abc_disabled_alpha_material_dark=0x7f090025; + public static final int abc_disabled_alpha_material_light=0x7f090026; + public static final int abc_dropdownitem_icon_width=0x7f090027; + public static final int abc_dropdownitem_text_padding_left=0x7f090028; + public static final int abc_dropdownitem_text_padding_right=0x7f090029; + public static final int abc_edit_text_inset_bottom_material=0x7f09002a; + public static final int abc_edit_text_inset_horizontal_material=0x7f09002b; + public static final int abc_edit_text_inset_top_material=0x7f09002c; + public static final int abc_floating_window_z=0x7f09002d; + public static final int abc_list_item_padding_horizontal_material=0x7f09002e; + public static final int abc_panel_menu_list_width=0x7f09002f; + public static final int abc_search_view_preferred_width=0x7f090030; + public static final int abc_search_view_text_min_width=0x7f09000c; + public static final int abc_seekbar_track_background_height_material=0x7f090031; + public static final int abc_seekbar_track_progress_height_material=0x7f090032; + public static final int abc_select_dialog_padding_start_material=0x7f090033; + public static final int abc_switch_padding=0x7f090010; + public static final int abc_text_size_body_1_material=0x7f090034; + public static final int abc_text_size_body_2_material=0x7f090035; + public static final int abc_text_size_button_material=0x7f090036; + public static final int abc_text_size_caption_material=0x7f090037; + public static final int abc_text_size_display_1_material=0x7f090038; + public static final int abc_text_size_display_2_material=0x7f090039; + public static final int abc_text_size_display_3_material=0x7f09003a; + public static final int abc_text_size_display_4_material=0x7f09003b; + public static final int abc_text_size_headline_material=0x7f09003c; + public static final int abc_text_size_large_material=0x7f09003d; + public static final int abc_text_size_medium_material=0x7f09003e; + public static final int abc_text_size_menu_material=0x7f09003f; + public static final int abc_text_size_small_material=0x7f090040; + public static final int abc_text_size_subhead_material=0x7f090041; + public static final int abc_text_size_subtitle_material_toolbar=0x7f090003; + public static final int abc_text_size_title_material=0x7f090042; + public static final int abc_text_size_title_material_toolbar=0x7f090004; + public static final int disabled_alpha_material_dark=0x7f090043; + public static final int disabled_alpha_material_light=0x7f090044; + public static final int highlight_alpha_material_colored=0x7f090045; + public static final int highlight_alpha_material_dark=0x7f090046; + public static final int highlight_alpha_material_light=0x7f090047; + public static final int notification_large_icon_height=0x7f090048; + public static final int notification_large_icon_width=0x7f090049; + public static final int notification_subtext_size=0x7f09004a; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static final int abc_action_bar_item_background_material=0x7f020001; + public static final int abc_btn_borderless_material=0x7f020002; + public static final int abc_btn_check_material=0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static final int abc_btn_colored_material=0x7f020006; + public static final int abc_btn_default_mtrl_shape=0x7f020007; + public static final int abc_btn_radio_material=0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static final int abc_cab_background_internal_bg=0x7f02000f; + public static final int abc_cab_background_top_material=0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static final int abc_control_background_material=0x7f020012; + public static final int abc_dialog_material_background_dark=0x7f020013; + public static final int abc_dialog_material_background_light=0x7f020014; + public static final int abc_edit_text_material=0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static final int abc_ic_clear_mtrl_alpha=0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static final int abc_item_background_holo_dark=0x7f020022; + public static final int abc_item_background_holo_light=0x7f020023; + public static final int abc_list_divider_mtrl_alpha=0x7f020024; + public static final int abc_list_focused_holo=0x7f020025; + public static final int abc_list_longpressed_holo=0x7f020026; + public static final int abc_list_pressed_holo_dark=0x7f020027; + public static final int abc_list_pressed_holo_light=0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static final int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static final int abc_list_selector_disabled_holo_light=0x7f02002c; + public static final int abc_list_selector_holo_dark=0x7f02002d; + public static final int abc_list_selector_holo_light=0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static final int abc_popup_background_mtrl_mult=0x7f020030; + public static final int abc_ratingbar_full_material=0x7f020031; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020032; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f020033; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f020034; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f020035; + public static final int abc_scrubber_track_mtrl_alpha=0x7f020036; + public static final int abc_seekbar_thumb_material=0x7f020037; + public static final int abc_seekbar_track_material=0x7f020038; + public static final int abc_spinner_mtrl_am_alpha=0x7f020039; + public static final int abc_spinner_textfield_background_material=0x7f02003a; + public static final int abc_switch_thumb_material=0x7f02003b; + public static final int abc_switch_track_mtrl_alpha=0x7f02003c; + public static final int abc_tab_indicator_material=0x7f02003d; + public static final int abc_tab_indicator_mtrl_alpha=0x7f02003e; + public static final int abc_text_cursor_material=0x7f02003f; + public static final int abc_textfield_activated_mtrl_alpha=0x7f020040; + public static final int abc_textfield_default_mtrl_alpha=0x7f020041; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020042; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f020043; + public static final int abc_textfield_search_material=0x7f020044; + public static final int background=0x7f020045; + public static final int ball=0x7f020046; + public static final int blueparticle=0x7f020047; + public static final int bomb=0x7f020048; + public static final int bombbutton=0x7f020049; + public static final int custom_button=0x7f02004a; + public static final int emptybutton=0x7f02004b; + public static final int goal=0x7f02004c; + public static final int grasslands_preview=0x7f02004d; + public static final int levelbutton_background=0x7f02004e; + public static final int levelupbackground=0x7f02004f; + public static final int lock=0x7f020050; + public static final int lockedbutton=0x7f020051; + public static final int magnet=0x7f020052; + public static final int magnetbutton=0x7f020053; + public static final int menu_background=0x7f020054; + public static final int notification_template_icon_bg=0x7f020072; + public static final int obstacle=0x7f020055; + public static final int pausebutton=0x7f020056; + public static final int playerarrow=0x7f020057; + public static final int purple=0x7f020058; + public static final int ramp=0x7f020059; + public static final int rampbutton=0x7f02005a; + public static final int redparticle=0x7f02005b; + public static final int shortmenubackground=0x7f02005c; + public static final int sound_off=0x7f02005d; + public static final int sound_on=0x7f02005e; + public static final int sound_toggle=0x7f02005f; + public static final int splitter=0x7f020060; + public static final int spring=0x7f020061; + public static final int springbutton=0x7f020062; + public static final int star=0x7f020063; + public static final int star_icon=0x7f020064; + public static final int stars_0=0x7f020065; + public static final int stars_1=0x7f020066; + public static final int stars_2=0x7f020067; + public static final int stars_3=0x7f020068; + public static final int terrain=0x7f020069; + public static final int test=0x7f02006a; + public static final int tool_slot_background=0x7f02006b; + public static final int toolprogressbarlayers=0x7f02006c; + public static final int unlock_message_background=0x7f02006d; + public static final int unlocked=0x7f02006e; + public static final int unlockedbutton=0x7f02006f; + public static final int worldbutton_background=0x7f020070; + public static final int yellowparticle=0x7f020071; + } + public static final class id { + public static final int action0=0x7f0d0068; + public static final int action_bar=0x7f0d0041; + public static final int action_bar_activity_content=0x7f0d0000; + public static final int action_bar_container=0x7f0d0040; + public static final int action_bar_root=0x7f0d003c; + public static final int action_bar_spinner=0x7f0d0001; + public static final int action_bar_subtitle=0x7f0d0022; + public static final int action_bar_title=0x7f0d0021; + public static final int action_context_bar=0x7f0d0042; + public static final int action_divider=0x7f0d006c; + public static final int action_menu_divider=0x7f0d0002; + public static final int action_menu_presenter=0x7f0d0003; + public static final int action_mode_bar=0x7f0d003e; + public static final int action_mode_bar_stub=0x7f0d003d; + public static final int action_mode_close_button=0x7f0d0023; + public static final int activity_chooser_view_content=0x7f0d0024; + public static final int alertTitle=0x7f0d0030; + public static final int always=0x7f0d001b; + public static final int beginning=0x7f0d0018; + public static final int button3=0x7f0d007c; + public static final int buttonPanel=0x7f0d002b; + public static final int cancel_action=0x7f0d0069; + public static final int checkbox=0x7f0d0039; + public static final int chronometer=0x7f0d006f; + public static final int collapseActionView=0x7f0d001c; + public static final int contentPanel=0x7f0d0031; + public static final int custom=0x7f0d0037; + public static final int customPanel=0x7f0d0036; + public static final int decor_content_parent=0x7f0d003f; + public static final int default_activity_button=0x7f0d0027; + public static final int disableHome=0x7f0d000c; + public static final int edit_query=0x7f0d0043; + public static final int end=0x7f0d0019; + public static final int end_padder=0x7f0d0074; + public static final int expand_activities_button=0x7f0d0025; + public static final int expanded_menu=0x7f0d0038; + public static final int game_countdown=0x7f0d0057; + public static final int game_fps=0x7f0d0053; + public static final int game_levelup=0x7f0d0056; + public static final int game_message=0x7f0d0055; + public static final int game_pausebutton=0x7f0d0050; + public static final int game_playerprogress=0x7f0d0052; + public static final int game_shortmenu=0x7f0d0054; + public static final int game_toolbuttonbar=0x7f0d0051; + public static final int home=0x7f0d0004; + public static final int homeAsUp=0x7f0d000d; + public static final int horizontalScrollView=0x7f0d005c; + public static final int icon=0x7f0d0029; + public static final int ifRoom=0x7f0d001d; + public static final int image=0x7f0d0026; + public static final int imageView=0x7f0d0062; + public static final int imageView2=0x7f0d00a1; + public static final int imageView3=0x7f0d009f; + public static final int info=0x7f0d0073; + public static final int levelbutton_lock=0x7f0d005a; + public static final int levelbutton_starimage=0x7f0d0059; + public static final int levelbutton_textview=0x7f0d0058; + public static final int levels_bottomRow=0x7f0d005e; + public static final int levels_topRow=0x7f0d005d; + public static final int levels_topbar=0x7f0d005b; + public static final int levelup_level=0x7f0d0060; + public static final int levelup_mainlayout=0x7f0d005f; + public static final int levelup_text=0x7f0d0061; + public static final int levelup_unlocklist=0x7f0d0063; + public static final int line1=0x7f0d006d; + public static final int line3=0x7f0d0071; + public static final int listMode=0x7f0d0009; + public static final int list_item=0x7f0d0028; + public static final int media_actions=0x7f0d006b; + public static final int message_exitbutton=0x7f0d0066; + public static final int message_leftbutton=0x7f0d0065; + public static final int message_title=0x7f0d0064; + public static final int message_tryagainbutton=0x7f0d0067; + public static final int middle=0x7f0d001a; + public static final int multiply=0x7f0d0013; + public static final int never=0x7f0d001e; + public static final int none=0x7f0d000e; + public static final int normal=0x7f0d000a; + public static final int parentPanel=0x7f0d002d; + public static final int progress_circular=0x7f0d0005; + public static final int progress_horizontal=0x7f0d0006; + public static final int radio=0x7f0d003b; + public static final int screen=0x7f0d0014; + public static final int scrollIndicatorDown=0x7f0d0035; + public static final int scrollIndicatorUp=0x7f0d0032; + public static final int scrollView=0x7f0d0033; + public static final int search_badge=0x7f0d0045; + public static final int search_bar=0x7f0d0044; + public static final int search_button=0x7f0d0046; + public static final int search_close_btn=0x7f0d004b; + public static final int search_edit_frame=0x7f0d0047; + public static final int search_go_btn=0x7f0d004d; + public static final int search_mag_icon=0x7f0d0048; + public static final int search_plate=0x7f0d0049; + public static final int search_src_text=0x7f0d004a; + public static final int search_voice_btn=0x7f0d004e; + public static final int select_dialog_listview=0x7f0d004f; + public static final int shortcut=0x7f0d003a; + public static final int shortmenu_continue=0x7f0d0076; + public static final int shortmenu_exit=0x7f0d0078; + public static final int shortmenu_restart=0x7f0d0077; + public static final int shortmenu_topbar=0x7f0d0075; + public static final int showCustom=0x7f0d000f; + public static final int showHome=0x7f0d0010; + public static final int showTitle=0x7f0d0011; + public static final int spacer=0x7f0d002c; + public static final int split_action_bar=0x7f0d0007; + public static final int src_atop=0x7f0d0015; + public static final int src_in=0x7f0d0016; + public static final int src_over=0x7f0d0017; + public static final int startscreen_comingsoon=0x7f0d007a; + public static final int startscreen_play=0x7f0d0079; + public static final int startscreen_sound=0x7f0d007b; + public static final int status_bar_latest_event_content=0x7f0d006a; + public static final int submit_area=0x7f0d004c; + public static final int tabMode=0x7f0d000b; + public static final int text=0x7f0d0072; + public static final int text2=0x7f0d0070; + public static final int textSpacerNoButtons=0x7f0d0034; + public static final int time=0x7f0d006e; + public static final int title=0x7f0d002a; + public static final int title_template=0x7f0d002f; + public static final int toolProgressBar=0x7f0d0082; + public static final int toolProgressBarView=0x7f0d0080; + public static final int toolProgressButtonAnimation=0x7f0d0081; + public static final int toolbutton_1=0x7f0d0083; + public static final int toolbutton_2=0x7f0d0084; + public static final int toolbutton_3=0x7f0d0085; + public static final int toolbutton_4=0x7f0d0086; + public static final int toolofferslot_slot=0x7f0d007e; + public static final int toolofferslot_title=0x7f0d007d; + public static final int toolshop_price_button=0x7f0d008e; + public static final int toolshop_scrollview=0x7f0d008c; + public static final int toolshop_slot1=0x7f0d0088; + public static final int toolshop_slot2=0x7f0d0089; + public static final int toolshop_slot3=0x7f0d008a; + public static final int toolshop_slot4=0x7f0d008b; + public static final int toolshop_tool_offer_layout=0x7f0d008d; + public static final int toolshop_topbar=0x7f0d0087; + public static final int toolslot_image=0x7f0d007f; + public static final int topPanel=0x7f0d002e; + public static final int topbar_layout=0x7f0d008f; + public static final int topbar_leveldisplay=0x7f0d0091; + public static final int topbar_levellayout=0x7f0d0090; + public static final int topbar_levelprogress=0x7f0d0092; + public static final int topbar_resetButton=0x7f0d0097; + public static final int topbar_soundtoggle=0x7f0d0095; + public static final int topbar_starcount=0x7f0d0094; + public static final int topbar_starcount_decrease=0x7f0d0098; + public static final int topbar_starview=0x7f0d0093; + public static final int topbar_toolshop=0x7f0d0096; + public static final int unlockmessage_message=0x7f0d009a; + public static final int unlockmessage_toolimage=0x7f0d0099; + public static final int up=0x7f0d0008; + public static final int useLogo=0x7f0d0012; + public static final int withText=0x7f0d001f; + public static final int worldbutton_levelcount=0x7f0d009e; + public static final int worldbutton_lock=0x7f0d009d; + public static final int worldbutton_preview=0x7f0d009c; + public static final int worldbutton_starcount=0x7f0d00a0; + public static final int worldbutton_title=0x7f0d009b; + public static final int worlds_layout=0x7f0d00a3; + public static final int worlds_topbar=0x7f0d00a2; + public static final int wrap_content=0x7f0d0020; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f0b0001; + public static final int abc_config_activityShortDur=0x7f0b0002; + public static final int abc_max_action_buttons=0x7f0b0000; + public static final int cancel_button_image_alpha=0x7f0b0003; + public static final int status_bar_notification_info_maxnum=0x7f0b0004; + } + 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_button_bar_material=0x7f040009; + public static final int abc_alert_dialog_material=0x7f04000a; + public static final int abc_dialog_title_material=0x7f04000b; + public static final int abc_expanded_menu_layout=0x7f04000c; + public static final int abc_list_menu_item_checkbox=0x7f04000d; + public static final int abc_list_menu_item_icon=0x7f04000e; + public static final int abc_list_menu_item_layout=0x7f04000f; + public static final int abc_list_menu_item_radio=0x7f040010; + public static final int abc_popup_menu_item_layout=0x7f040011; + public static final int abc_screen_content_include=0x7f040012; + public static final int abc_screen_simple=0x7f040013; + public static final int abc_screen_simple_overlay_action_mode=0x7f040014; + public static final int abc_screen_toolbar=0x7f040015; + public static final int abc_search_dropdown_item_icons_2line=0x7f040016; + public static final int abc_search_view=0x7f040017; + public static final int abc_select_dialog_material=0x7f040018; + public static final int custom_button_instance=0x7f040019; + public static final int game=0x7f04001a; + public static final int levelbutton=0x7f04001b; + public static final int levels=0x7f04001c; + public static final int levelup_message=0x7f04001d; + public static final int message=0x7f04001e; + public static final int notification_media_action=0x7f04001f; + public static final int notification_media_cancel_action=0x7f040020; + public static final int notification_template_big_media=0x7f040021; + public static final int notification_template_big_media_narrow=0x7f040022; + public static final int notification_template_lines=0x7f040023; + public static final int notification_template_media=0x7f040024; + public static final int notification_template_part_chronometer=0x7f040025; + public static final int notification_template_part_time=0x7f040026; + public static final int select_dialog_item_material=0x7f040027; + public static final int select_dialog_multichoice_material=0x7f040028; + public static final int select_dialog_singlechoice_material=0x7f040029; + public static final int short_menu=0x7f04002a; + public static final int start_screen=0x7f04002b; + public static final int support_simple_spinner_dropdown_item=0x7f04002c; + public static final int test=0x7f04002d; + public static final int tool_offer_slot=0x7f04002e; + public static final int tool_slot=0x7f04002f; + public static final int toolbutton=0x7f040030; + public static final int toolbuttonbar=0x7f040031; + public static final int toolshop=0x7f040032; + public static final int topbar=0x7f040033; + public static final int unlock_message=0x7f040034; + public static final int world_button=0x7f040035; + public static final int worlds=0x7f040036; + } + public static final class mipmap { + public static final int ic_launcher=0x7f030000; + } + public static final class raw { + public static final int background=0x7f060000; + public static final int ramp=0x7f060001; + } + 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=0x7f070001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f070002; + public static final int abc_action_bar_up_description=0x7f070003; + public static final int abc_action_menu_overflow_description=0x7f070004; + public static final int abc_action_mode_done=0x7f070005; + public static final int abc_activity_chooser_view_see_all=0x7f070006; + public static final int abc_activitychooserview_choose_application=0x7f070007; + public static final int abc_capital_off=0x7f070008; + public static final int abc_capital_on=0x7f070009; + public static final int abc_search_hint=0x7f07000a; + public static final int abc_searchview_description_clear=0x7f07000b; + public static final int abc_searchview_description_query=0x7f07000c; + public static final int abc_searchview_description_search=0x7f07000d; + public static final int abc_searchview_description_submit=0x7f07000e; + public static final int abc_searchview_description_voice=0x7f07000f; + public static final int abc_shareactionprovider_share_with=0x7f070010; + public static final int abc_shareactionprovider_share_with_application=0x7f070011; + public static final int abc_toolbar_collapse_description=0x7f070012; + public static final int app_name=0x7f070014; + public static final int status_bar_notification_info_overflow=0x7f070013; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0a007d; + public static final int AlertDialog_AppCompat_Light=0x7f0a007e; + public static final int Animation_AppCompat_Dialog=0x7f0a007f; + public static final int Animation_AppCompat_DropDownUp=0x7f0a0080; + public static final int AppTheme=0x7f0a0081; + public static final int Base_AlertDialog_AppCompat=0x7f0a0082; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0a0083; + public static final int Base_Animation_AppCompat_Dialog=0x7f0a0084; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0a0085; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0a0086; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0a0087; + public static final int Base_TextAppearance_AppCompat=0x7f0a002f; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0a0030; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0a0031; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0a0019; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0a0032; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0a0033; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0a0034; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0a0035; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0a0036; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0a0037; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0a0004; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0a0038; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0a0005; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0a0039; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0a003a; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0a003b; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0a0006; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0a003c; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0a0088; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0a003d; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0a003e; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0a003f; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0a0007; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0a0040; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0a0008; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0a0041; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0a0009; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0a0042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0a0043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0a0044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0a0045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0a0046; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0a0047; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0a0048; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0a0049; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0a0079; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0a0089; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0a004a; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0a004b; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0a004c; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0a004d; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0a008a; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0a004e; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0a004f; + public static final int Base_Theme_AppCompat=0x7f0a0050; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0a008b; + public static final int Base_Theme_AppCompat_Dialog=0x7f0a000a; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0a008c; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0a008d; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0a008e; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0a0001; + public static final int Base_Theme_AppCompat_Light=0x7f0a0051; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0a008f; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0a000b; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0a0090; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0a0091; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0a0092; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0a0002; + public static final int Base_ThemeOverlay_AppCompat=0x7f0a0093; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0a0094; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0a0095; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0a0096; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0a0097; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0a000c; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0a000d; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0a0015; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0a0016; + public static final int Base_V21_Theme_AppCompat=0x7f0a0052; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0a0053; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0a0054; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0a0055; + public static final int Base_V22_Theme_AppCompat=0x7f0a0077; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0a0078; + public static final int Base_V23_Theme_AppCompat=0x7f0a007a; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0a007b; + public static final int Base_V7_Theme_AppCompat=0x7f0a0098; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0a0099; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0a009a; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0a009b; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0a009c; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0a009d; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0a009e; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0a009f; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0a00a0; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0a0056; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0a0057; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0a0058; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0a0059; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0a005a; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0a00a1; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0a00a2; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0a0017; + public static final int Base_Widget_AppCompat_Button=0x7f0a005b; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0a005c; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0a005d; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0a00a3; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0a007c; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0a005e; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0a005f; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0a00a4; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0a0060; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0a0061; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0a00a5; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0a0000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0a00a6; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0a0062; + public static final int Base_Widget_AppCompat_EditText=0x7f0a0018; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0a0063; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0a00a7; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0a00a8; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0a00a9; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0a0064; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0a0065; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0a0066; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0a0067; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0a0068; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0a0069; + public static final int Base_Widget_AppCompat_ListView=0x7f0a006a; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0a006b; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0a006c; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0a006d; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0a006e; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0a00aa; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0a000e; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0a000f; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0a006f; + public static final int Base_Widget_AppCompat_SearchView=0x7f0a00ab; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0a00ac; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0a0070; + public static final int Base_Widget_AppCompat_Spinner=0x7f0a0071; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0a0003; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0a0072; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0a00ad; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0a0073; + public static final int Platform_AppCompat=0x7f0a0010; + public static final int Platform_AppCompat_Light=0x7f0a0011; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0a0074; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0a0075; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0a0076; + public static final int Platform_V11_AppCompat=0x7f0a0012; + public static final int Platform_V11_AppCompat_Light=0x7f0a0013; + public static final int Platform_V14_AppCompat=0x7f0a001a; + public static final int Platform_V14_AppCompat_Light=0x7f0a001b; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0a0014; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0a0021; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0a0022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0a0023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0a0024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0a0025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0a0026; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0a0027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0a0028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0a0029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0a002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0a002b; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0a002c; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0a002d; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0a002e; + public static final int TextAppearance_AppCompat=0x7f0a00ae; + public static final int TextAppearance_AppCompat_Body1=0x7f0a00af; + public static final int TextAppearance_AppCompat_Body2=0x7f0a00b0; + public static final int TextAppearance_AppCompat_Button=0x7f0a00b1; + public static final int TextAppearance_AppCompat_Caption=0x7f0a00b2; + public static final int TextAppearance_AppCompat_Display1=0x7f0a00b3; + public static final int TextAppearance_AppCompat_Display2=0x7f0a00b4; + public static final int TextAppearance_AppCompat_Display3=0x7f0a00b5; + public static final int TextAppearance_AppCompat_Display4=0x7f0a00b6; + public static final int TextAppearance_AppCompat_Headline=0x7f0a00b7; + public static final int TextAppearance_AppCompat_Inverse=0x7f0a00b8; + public static final int TextAppearance_AppCompat_Large=0x7f0a00b9; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0a00ba; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0a00bb; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0a00bc; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0a00bd; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0a00be; + public static final int TextAppearance_AppCompat_Medium=0x7f0a00bf; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0a00c0; + public static final int TextAppearance_AppCompat_Menu=0x7f0a00c1; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0a00c2; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0a00c3; + public static final int TextAppearance_AppCompat_Small=0x7f0a00c4; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0a00c5; + public static final int TextAppearance_AppCompat_Subhead=0x7f0a00c6; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0a00c7; + public static final int TextAppearance_AppCompat_Title=0x7f0a00c8; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0a00c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0a00ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0a00cb; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0a00cc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0a00cd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0a00ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0a00cf; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0a00d0; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0a00d1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0a00d2; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0a00d3; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0a00d4; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0a00d5; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0a00d6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0a00d7; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0a00d8; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0a00d9; + public static final int TextAppearance_StatusBar_EventContent=0x7f0a001c; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0a001d; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0a001e; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0a001f; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0a0020; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0a00da; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0a00db; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0a00dc; + public static final int Theme_AppCompat=0x7f0a00dd; + public static final int Theme_AppCompat_CompactMenu=0x7f0a00de; + public static final int Theme_AppCompat_Dialog=0x7f0a00df; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0a00e0; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0a00e1; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0a00e2; + public static final int Theme_AppCompat_Light=0x7f0a00e3; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0a00e4; + public static final int Theme_AppCompat_Light_Dialog=0x7f0a00e5; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0a00e6; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0a00e7; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0a00e8; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0a00e9; + public static final int Theme_AppCompat_NoActionBar=0x7f0a00ea; + public static final int ThemeOverlay_AppCompat=0x7f0a00eb; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0a00ec; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0a00ed; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0a00ee; + public static final int ThemeOverlay_AppCompat_Light=0x7f0a00ef; + public static final int Widget_AppCompat_ActionBar=0x7f0a00f0; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0a00f1; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0a00f2; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0a00f3; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0a00f4; + public static final int Widget_AppCompat_ActionButton=0x7f0a00f5; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0a00f6; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0a00f7; + public static final int Widget_AppCompat_ActionMode=0x7f0a00f8; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0a00f9; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0a00fa; + public static final int Widget_AppCompat_Button=0x7f0a00fb; + public static final int Widget_AppCompat_Button_Borderless=0x7f0a00fc; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0a00fd; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0a00fe; + public static final int Widget_AppCompat_Button_Colored=0x7f0a00ff; + public static final int Widget_AppCompat_Button_Small=0x7f0a0100; + public static final int Widget_AppCompat_ButtonBar=0x7f0a0101; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0a0102; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0a0103; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0a0104; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0a0105; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0a0106; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0a0107; + public static final int Widget_AppCompat_EditText=0x7f0a0108; + public static final int Widget_AppCompat_ImageButton=0x7f0a0109; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0a010a; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0a010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0a010c; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0a010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0a010e; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0a010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0a0110; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0a0111; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0a0112; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0a0113; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0a0114; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0a0115; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0a0116; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0a0117; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0a0118; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0a0119; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0a011a; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0a011b; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0a011c; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0a011d; + public static final int Widget_AppCompat_Light_SearchView=0x7f0a011e; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0a011f; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0a0120; + public static final int Widget_AppCompat_ListView=0x7f0a0121; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0a0122; + public static final int Widget_AppCompat_ListView_Menu=0x7f0a0123; + public static final int Widget_AppCompat_PopupMenu=0x7f0a0124; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0a0125; + public static final int Widget_AppCompat_PopupWindow=0x7f0a0126; + public static final int Widget_AppCompat_ProgressBar=0x7f0a0127; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0a0128; + public static final int Widget_AppCompat_RatingBar=0x7f0a0129; + public static final int Widget_AppCompat_SearchView=0x7f0a012a; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0a012b; + public static final int Widget_AppCompat_SeekBar=0x7f0a012c; + public static final int Widget_AppCompat_Spinner=0x7f0a012d; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0a012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0a012f; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0a0130; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0a0131; + public static final int Widget_AppCompat_Toolbar=0x7f0a0132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0a0133; + public static final int customButton=0x7f0a0134; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.example.julian.endlessroll:background}
{@link #ActionBar_backgroundSplit com.example.julian.endlessroll:backgroundSplit}
{@link #ActionBar_backgroundStacked com.example.julian.endlessroll:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.example.julian.endlessroll:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.example.julian.endlessroll:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.example.julian.endlessroll:contentInsetRight}
{@link #ActionBar_contentInsetStart com.example.julian.endlessroll:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.example.julian.endlessroll:customNavigationLayout}
{@link #ActionBar_displayOptions com.example.julian.endlessroll:displayOptions}
{@link #ActionBar_divider com.example.julian.endlessroll:divider}
{@link #ActionBar_elevation com.example.julian.endlessroll:elevation}
{@link #ActionBar_height com.example.julian.endlessroll:height}
{@link #ActionBar_hideOnContentScroll com.example.julian.endlessroll:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.example.julian.endlessroll:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.example.julian.endlessroll:homeLayout}
{@link #ActionBar_icon com.example.julian.endlessroll:icon}
{@link #ActionBar_indeterminateProgressStyle com.example.julian.endlessroll:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.example.julian.endlessroll:itemPadding}
{@link #ActionBar_logo com.example.julian.endlessroll:logo}
{@link #ActionBar_navigationMode com.example.julian.endlessroll:navigationMode}
{@link #ActionBar_popupTheme com.example.julian.endlessroll:popupTheme}
{@link #ActionBar_progressBarPadding com.example.julian.endlessroll:progressBarPadding}
{@link #ActionBar_progressBarStyle com.example.julian.endlessroll:progressBarStyle}
{@link #ActionBar_subtitle com.example.julian.endlessroll:subtitle}
{@link #ActionBar_subtitleTextStyle com.example.julian.endlessroll:subtitleTextStyle}
{@link #ActionBar_title com.example.julian.endlessroll:title}
{@link #ActionBar_titleTextStyle com.example.julian.endlessroll:titleTextStyle}
+ @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, 0x7f01007c + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:background + */ + public static final int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetRight + */ + public static final int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetStart + */ + public static final int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.example.julian.endlessroll:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:divider + */ + public static final int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:elevation + */ + public static final int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:height + */ + public static final int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:icon + */ + public static final int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:logo + */ + public static final int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.example.julian.endlessroll:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:popupTheme + */ + public static final int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:title + */ + public static final int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:titleTextStyle + */ + public static final int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

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. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

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. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.example.julian.endlessroll:background}
{@link #ActionMode_backgroundSplit com.example.julian.endlessroll:backgroundSplit}
{@link #ActionMode_closeItemLayout com.example.julian.endlessroll:closeItemLayout}
{@link #ActionMode_height com.example.julian.endlessroll:height}
{@link #ActionMode_subtitleTextStyle com.example.julian.endlessroll:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.example.julian.endlessroll:titleTextStyle}
+ @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 + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:background + */ + public static final int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:closeItemLayout + */ + public static final int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:height + */ + public static final int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.julian.endlessroll:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.example.julian.endlessroll:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.example.julian.endlessroll:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.example.julian.endlessroll:listItemLayout}
{@link #AlertDialog_listLayout com.example.julian.endlessroll:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.example.julian.endlessroll:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.example.julian.endlessroll:singleChoiceItemLayout}
+ @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 + }; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:listItemLayout + */ + public static final int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:listLayout + */ + public static final int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.example.julian.endlessroll:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.example.julian.endlessroll:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a ButtonBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ButtonBarLayout_allowStacking com.example.julian.endlessroll:allowStacking}
+ @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout = { + 0x7f010025 + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#allowStacking} + attribute's value can be found in the {@link #ButtonBarLayout} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:allowStacking + */ + public static final int ButtonBarLayout_allowStacking = 0; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.example.julian.endlessroll:buttonTint}
{@link #CompoundButton_buttonTintMode com.example.julian.endlessroll:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010026, 0x7f010027 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static final int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:buttonTint + */ + public static final int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.example.julian.endlessroll:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.example.julian.endlessroll:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.example.julian.endlessroll:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.example.julian.endlessroll:barLength}
{@link #DrawerArrowToggle_color com.example.julian.endlessroll:color}
{@link #DrawerArrowToggle_drawableSize com.example.julian.endlessroll:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.example.julian.endlessroll:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.example.julian.endlessroll:spinBars}
{@link #DrawerArrowToggle_thickness com.example.julian.endlessroll:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, + 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:barLength + */ + public static final int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:color + */ + public static final int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:spinBars + */ + public static final int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:thickness + */ + public static final int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.example.julian.endlessroll:divider}
{@link #LinearLayoutCompat_dividerPadding com.example.julian.endlessroll:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.example.julian.endlessroll:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.example.julian.endlessroll:showDividers}
+ @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, 0x7f010030, 0x7f010031, + 0x7f010032 + }; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:divider + */ + public static final int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.example.julian.endlessroll:showDividers + */ + public static final int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @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 + }; + /** +

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; + /** +

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; + /** +

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; + /** +

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. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

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; + /** +

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. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @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 + }; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.example.julian.endlessroll:actionLayout}
{@link #MenuItem_actionProviderClass com.example.julian.endlessroll:actionProviderClass}
{@link #MenuItem_actionViewClass com.example.julian.endlessroll:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.example.julian.endlessroll:showAsAction}
+ @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, 0x7f010033, 0x7f010034, 0x7f010035, + 0x7f010036 + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionLayout + */ + public static final int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:actionViewClass + */ + public static final int MenuItem_actionViewClass = 15; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.example.julian.endlessroll:showAsAction + */ + public static final int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.example.julian.endlessroll:preserveIconSpacing}
+ @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, 0x7f010037 + }; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.example.julian.endlessroll:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f010038 + }; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.example.julian.endlessroll:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010039 + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.example.julian.endlessroll:closeIcon}
{@link #SearchView_commitIcon com.example.julian.endlessroll:commitIcon}
{@link #SearchView_defaultQueryHint com.example.julian.endlessroll:defaultQueryHint}
{@link #SearchView_goIcon com.example.julian.endlessroll:goIcon}
{@link #SearchView_iconifiedByDefault com.example.julian.endlessroll:iconifiedByDefault}
{@link #SearchView_layout com.example.julian.endlessroll:layout}
{@link #SearchView_queryBackground com.example.julian.endlessroll:queryBackground}
{@link #SearchView_queryHint com.example.julian.endlessroll:queryHint}
{@link #SearchView_searchHintIcon com.example.julian.endlessroll:searchHintIcon}
{@link #SearchView_searchIcon com.example.julian.endlessroll:searchIcon}
{@link #SearchView_submitBackground com.example.julian.endlessroll:submitBackground}
{@link #SearchView_suggestionRowLayout com.example.julian.endlessroll:suggestionRowLayout}
{@link #SearchView_voiceIcon com.example.julian.endlessroll:voiceIcon}
+ @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, + 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, + 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, + 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, + 0x7f010046 + }; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:closeIcon + */ + public static final int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:commitIcon + */ + public static final int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:goIcon + */ + public static final int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:layout + */ + public static final int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:queryBackground + */ + public static final int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:queryHint + */ + public static final int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:searchHintIcon + */ + public static final int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:searchIcon + */ + public static final int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:submitBackground + */ + public static final int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:voiceIcon + */ + public static final int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.example.julian.endlessroll:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static final int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:popupTheme + */ + public static final int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.example.julian.endlessroll:showText}
{@link #SwitchCompat_splitTrack com.example.julian.endlessroll:splitTrack}
{@link #SwitchCompat_switchMinWidth com.example.julian.endlessroll:switchMinWidth}
{@link #SwitchCompat_switchPadding com.example.julian.endlessroll:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.example.julian.endlessroll:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.example.julian.endlessroll:thumbTextPadding}
{@link #SwitchCompat_track com.example.julian.endlessroll:track}
+ @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, 0x7f010047, + 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, + 0x7f01004c, 0x7f01004d + }; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:showText + */ + public static final int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:splitTrack + */ + public static final int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:switchPadding + */ + public static final int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:track + */ + public static final int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.example.julian.endlessroll:textAllCaps}
+ @see #TextAppearance_android_shadowColor + @see #TextAppearance_android_shadowDx + @see #TextAppearance_android_shadowDy + @see #TextAppearance_android_shadowRadius + @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, + 0x01010161, 0x01010162, 0x01010163, 0x01010164, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#shadowColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor = 4; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDx} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx = 5; + /** +

This symbol is the offset where the {@link android.R.attr#shadowDy} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy = 6; + /** +

This symbol is the offset where the {@link android.R.attr#shadowRadius} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius = 7; + /** +

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; + /** +

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; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.example.julian.endlessroll:textAllCaps + */ + public static final int TextAppearance_textAllCaps = 8; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.example.julian.endlessroll:actionBarDivider}
{@link #Theme_actionBarItemBackground com.example.julian.endlessroll:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.example.julian.endlessroll:actionBarPopupTheme}
{@link #Theme_actionBarSize com.example.julian.endlessroll:actionBarSize}
{@link #Theme_actionBarSplitStyle com.example.julian.endlessroll:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.example.julian.endlessroll:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.example.julian.endlessroll:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.example.julian.endlessroll:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.example.julian.endlessroll:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.example.julian.endlessroll:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.example.julian.endlessroll:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.example.julian.endlessroll:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.example.julian.endlessroll:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.example.julian.endlessroll:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.example.julian.endlessroll:actionMenuTextColor}
{@link #Theme_actionModeBackground com.example.julian.endlessroll:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.example.julian.endlessroll:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.example.julian.endlessroll:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.example.julian.endlessroll:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.example.julian.endlessroll:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.example.julian.endlessroll:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.example.julian.endlessroll:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.example.julian.endlessroll:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.example.julian.endlessroll:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.example.julian.endlessroll:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.example.julian.endlessroll:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.example.julian.endlessroll:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.example.julian.endlessroll:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.example.julian.endlessroll:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.example.julian.endlessroll:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.example.julian.endlessroll:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.example.julian.endlessroll:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.example.julian.endlessroll:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.example.julian.endlessroll:alertDialogStyle}
{@link #Theme_alertDialogTheme com.example.julian.endlessroll:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.example.julian.endlessroll:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.example.julian.endlessroll:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.example.julian.endlessroll:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.example.julian.endlessroll:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.example.julian.endlessroll:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.example.julian.endlessroll:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.example.julian.endlessroll:buttonBarStyle}
{@link #Theme_buttonStyle com.example.julian.endlessroll:buttonStyle}
{@link #Theme_buttonStyleSmall com.example.julian.endlessroll:buttonStyleSmall}
{@link #Theme_checkboxStyle com.example.julian.endlessroll:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.example.julian.endlessroll:checkedTextViewStyle}
{@link #Theme_colorAccent com.example.julian.endlessroll:colorAccent}
{@link #Theme_colorButtonNormal com.example.julian.endlessroll:colorButtonNormal}
{@link #Theme_colorControlActivated com.example.julian.endlessroll:colorControlActivated}
{@link #Theme_colorControlHighlight com.example.julian.endlessroll:colorControlHighlight}
{@link #Theme_colorControlNormal com.example.julian.endlessroll:colorControlNormal}
{@link #Theme_colorPrimary com.example.julian.endlessroll:colorPrimary}
{@link #Theme_colorPrimaryDark com.example.julian.endlessroll:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.example.julian.endlessroll:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.example.julian.endlessroll:controlBackground}
{@link #Theme_dialogPreferredPadding com.example.julian.endlessroll:dialogPreferredPadding}
{@link #Theme_dialogTheme com.example.julian.endlessroll:dialogTheme}
{@link #Theme_dividerHorizontal com.example.julian.endlessroll:dividerHorizontal}
{@link #Theme_dividerVertical com.example.julian.endlessroll:dividerVertical}
{@link #Theme_dropDownListViewStyle com.example.julian.endlessroll:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.example.julian.endlessroll:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.example.julian.endlessroll:editTextBackground}
{@link #Theme_editTextColor com.example.julian.endlessroll:editTextColor}
{@link #Theme_editTextStyle com.example.julian.endlessroll:editTextStyle}
{@link #Theme_homeAsUpIndicator com.example.julian.endlessroll:homeAsUpIndicator}
{@link #Theme_imageButtonStyle com.example.julian.endlessroll:imageButtonStyle}
{@link #Theme_listChoiceBackgroundIndicator com.example.julian.endlessroll:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.example.julian.endlessroll:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.example.julian.endlessroll:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.example.julian.endlessroll:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.example.julian.endlessroll:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.example.julian.endlessroll:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.example.julian.endlessroll:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.example.julian.endlessroll:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.example.julian.endlessroll:panelBackground}
{@link #Theme_panelMenuListTheme com.example.julian.endlessroll:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.example.julian.endlessroll:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.example.julian.endlessroll:popupMenuStyle}
{@link #Theme_popupWindowStyle com.example.julian.endlessroll:popupWindowStyle}
{@link #Theme_radioButtonStyle com.example.julian.endlessroll:radioButtonStyle}
{@link #Theme_ratingBarStyle com.example.julian.endlessroll:ratingBarStyle}
{@link #Theme_searchViewStyle com.example.julian.endlessroll:searchViewStyle}
{@link #Theme_seekBarStyle com.example.julian.endlessroll:seekBarStyle}
{@link #Theme_selectableItemBackground com.example.julian.endlessroll:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.example.julian.endlessroll:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.example.julian.endlessroll:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.example.julian.endlessroll:spinnerStyle}
{@link #Theme_switchStyle com.example.julian.endlessroll:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.example.julian.endlessroll:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.example.julian.endlessroll:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.example.julian.endlessroll:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.example.julian.endlessroll:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.example.julian.endlessroll:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.example.julian.endlessroll:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.example.julian.endlessroll:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.example.julian.endlessroll:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.example.julian.endlessroll:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.example.julian.endlessroll:toolbarStyle}
{@link #Theme_windowActionBar com.example.julian.endlessroll:windowActionBar}
{@link #Theme_windowActionBarOverlay com.example.julian.endlessroll:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.example.julian.endlessroll:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.example.julian.endlessroll:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.example.julian.endlessroll:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.example.julian.endlessroll:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.example.julian.endlessroll:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.example.julian.endlessroll:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.example.julian.endlessroll:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.example.julian.endlessroll:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_imageButtonStyle + @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_seekBarStyle + @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, 0x7f01004e, 0x7f01004f, + 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, + 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, + 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, + 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, + 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, + 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, + 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, + 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, + 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, + 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, + 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, + 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, + 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, + 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, + 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, + 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, + 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, + 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, + 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, + 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, + 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, + 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, + 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, + 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, + 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, + 0x7f0100b8, 0x7f0100b9 + }; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarDivider + */ + public static final int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarItemBackground + */ + public static final int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarPopupTheme + */ + public static final int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.example.julian.endlessroll:actionBarSize + */ + public static final int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarSplitStyle + */ + public static final int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarStyle + */ + public static final int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarTabBarStyle + */ + public static final int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarTabStyle + */ + public static final int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarTabTextStyle + */ + public static final int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarTheme + */ + public static final int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionBarWidgetTheme + */ + public static final int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionButtonStyle + */ + public static final int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionMenuTextAppearance + */ + public static final int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:actionMenuTextColor + */ + public static final int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeBackground + */ + public static final int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeCloseButtonStyle + */ + public static final int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeCloseDrawable + */ + public static final int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeCopyDrawable + */ + public static final int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeCutDrawable + */ + public static final int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeFindDrawable + */ + public static final int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModePasteDrawable + */ + public static final int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModePopupWindowStyle + */ + public static final int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeSelectAllDrawable + */ + public static final int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeShareDrawable + */ + public static final int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeSplitBackground + */ + public static final int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeStyle + */ + public static final int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionModeWebSearchDrawable + */ + public static final int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionOverflowButtonStyle + */ + public static final int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:actionOverflowMenuStyle + */ + public static final int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:activityChooserViewStyle + */ + public static final int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:alertDialogButtonGroupStyle + */ + public static final int Theme_alertDialogButtonGroupStyle = 92; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:alertDialogCenterButtons + */ + public static final int Theme_alertDialogCenterButtons = 93; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:alertDialogStyle + */ + public static final int Theme_alertDialogStyle = 91; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:alertDialogTheme + */ + public static final int Theme_alertDialogTheme = 94; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:autoCompleteTextViewStyle + */ + public static final int Theme_autoCompleteTextViewStyle = 99; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:borderlessButtonStyle + */ + public static final int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonBarButtonStyle + */ + public static final int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonBarNegativeButtonStyle + */ + public static final int Theme_buttonBarNegativeButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonBarNeutralButtonStyle + */ + public static final int Theme_buttonBarNeutralButtonStyle = 98; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonBarPositiveButtonStyle + */ + public static final int Theme_buttonBarPositiveButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonBarStyle + */ + public static final int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonStyle + */ + public static final int Theme_buttonStyle = 100; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:buttonStyleSmall + */ + public static final int Theme_buttonStyleSmall = 101; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:checkboxStyle + */ + public static final int Theme_checkboxStyle = 102; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:checkedTextViewStyle + */ + public static final int Theme_checkedTextViewStyle = 103; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorAccent + */ + public static final int Theme_colorAccent = 84; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorButtonNormal + */ + public static final int Theme_colorButtonNormal = 88; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorControlActivated + */ + public static final int Theme_colorControlActivated = 86; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorControlHighlight + */ + public static final int Theme_colorControlHighlight = 87; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorControlNormal + */ + public static final int Theme_colorControlNormal = 85; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorPrimary + */ + public static final int Theme_colorPrimary = 82; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorPrimaryDark + */ + public static final int Theme_colorPrimaryDark = 83; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:colorSwitchThumbNormal + */ + public static final int Theme_colorSwitchThumbNormal = 89; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:controlBackground + */ + public static final int Theme_controlBackground = 90; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:dialogPreferredPadding + */ + public static final int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:dialogTheme + */ + public static final int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:dividerHorizontal + */ + public static final int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:dividerVertical + */ + public static final int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:dropDownListViewStyle + */ + public static final int Theme_dropDownListViewStyle = 74; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:editTextBackground + */ + public static final int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:editTextColor + */ + public static final int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:editTextStyle + */ + public static final int Theme_editTextStyle = 104; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:homeAsUpIndicator + */ + public static final int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#imageButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:imageButtonStyle + */ + public static final int Theme_imageButtonStyle = 64; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator = 81; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:listDividerAlertDialog + */ + public static final int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:listPopupWindowStyle + */ + public static final int Theme_listPopupWindowStyle = 75; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:listPreferredItemHeight + */ + public static final int Theme_listPreferredItemHeight = 69; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:listPreferredItemHeightLarge + */ + public static final int Theme_listPreferredItemHeightLarge = 71; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:listPreferredItemHeightSmall + */ + public static final int Theme_listPreferredItemHeightSmall = 70; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:listPreferredItemPaddingLeft + */ + public static final int Theme_listPreferredItemPaddingLeft = 72; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:listPreferredItemPaddingRight + */ + public static final int Theme_listPreferredItemPaddingRight = 73; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:panelBackground + */ + public static final int Theme_panelBackground = 78; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme = 80; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth = 79; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:popupMenuStyle + */ + public static final int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:popupWindowStyle + */ + public static final int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:radioButtonStyle + */ + public static final int Theme_radioButtonStyle = 105; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:ratingBarStyle + */ + public static final int Theme_ratingBarStyle = 106; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:searchViewStyle + */ + public static final int Theme_searchViewStyle = 68; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#seekBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:seekBarStyle + */ + public static final int Theme_seekBarStyle = 107; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:selectableItemBackground + */ + public static final int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:selectableItemBackgroundBorderless + */ + public static final int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:spinnerDropDownItemStyle + */ + public static final int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:spinnerStyle + */ + public static final int Theme_spinnerStyle = 108; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:switchStyle + */ + public static final int Theme_switchStyle = 109; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceLargePopupMenu + */ + public static final int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceListItem + */ + public static final int Theme_textAppearanceListItem = 76; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceListItemSmall + */ + public static final int Theme_textAppearanceListItemSmall = 77; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceSearchResultSubtitle + */ + public static final int Theme_textAppearanceSearchResultSubtitle = 66; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceSearchResultTitle + */ + public static final int Theme_textAppearanceSearchResultTitle = 65; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:textAppearanceSmallPopupMenu + */ + public static final int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:textColorAlertDialogListItem + */ + public static final int Theme_textColorAlertDialogListItem = 95; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.example.julian.endlessroll:textColorSearchUrl + */ + public static final int Theme_textColorSearchUrl = 67; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:toolbarNavigationButtonStyle + */ + public static final int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:toolbarStyle + */ + public static final int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowActionBar + */ + public static final int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowActionBarOverlay + */ + public static final int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowActionModeOverlay + */ + public static final int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowFixedHeightMajor + */ + public static final int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowFixedHeightMinor + */ + public static final int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowFixedWidthMajor + */ + public static final int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowFixedWidthMinor + */ + public static final int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowMinWidthMajor + */ + public static final int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowMinWidthMinor + */ + public static final int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:windowNoTitle + */ + public static final int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.example.julian.endlessroll:collapseContentDescription}
{@link #Toolbar_collapseIcon com.example.julian.endlessroll:collapseIcon}
{@link #Toolbar_contentInsetEnd com.example.julian.endlessroll:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.example.julian.endlessroll:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.example.julian.endlessroll:contentInsetRight}
{@link #Toolbar_contentInsetStart com.example.julian.endlessroll:contentInsetStart}
{@link #Toolbar_logo com.example.julian.endlessroll:logo}
{@link #Toolbar_logoDescription com.example.julian.endlessroll:logoDescription}
{@link #Toolbar_maxButtonHeight com.example.julian.endlessroll:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.example.julian.endlessroll:navigationContentDescription}
{@link #Toolbar_navigationIcon com.example.julian.endlessroll:navigationIcon}
{@link #Toolbar_popupTheme com.example.julian.endlessroll:popupTheme}
{@link #Toolbar_subtitle com.example.julian.endlessroll:subtitle}
{@link #Toolbar_subtitleTextAppearance com.example.julian.endlessroll:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.example.julian.endlessroll:subtitleTextColor}
{@link #Toolbar_title com.example.julian.endlessroll:title}
{@link #Toolbar_titleMarginBottom com.example.julian.endlessroll:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.example.julian.endlessroll:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.example.julian.endlessroll:titleMarginStart}
{@link #Toolbar_titleMarginTop com.example.julian.endlessroll:titleMarginTop}
{@link #Toolbar_titleMargins com.example.julian.endlessroll:titleMargins}
{@link #Toolbar_titleTextAppearance com.example.julian.endlessroll:titleTextAppearance}
{@link #Toolbar_titleTextColor com.example.julian.endlessroll:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100ba, 0x7f0100bb, + 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, + 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, + 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, + 0x7f0100c8 + }; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:collapseIcon + */ + public static final int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetRight + */ + public static final int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:contentInsetStart + */ + public static final int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:logo + */ + public static final int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:logoDescription + */ + public static final int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:navigationIcon + */ + public static final int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:popupTheme + */ + public static final int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:subtitle + */ + public static final int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:title + */ + public static final int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleMarginStart + */ + public static final int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleMarginTop + */ + public static final int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleMargins + */ + public static final int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:titleTextColor + */ + public static final int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.example.julian.endlessroll:paddingEnd}
{@link #View_paddingStart com.example.julian.endlessroll:paddingStart}
{@link #View_theme com.example.julian.endlessroll:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb + }; + /** +

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; + /** +

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; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:paddingEnd + */ + public static final int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:paddingStart + */ + public static final int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.example.julian.endlessroll:theme + */ + public static final int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.example.julian.endlessroll:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.example.julian.endlessroll:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100cc, 0x7f0100cd + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.example.julian.endlessroll:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.example.julian.endlessroll.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.example.julian.endlessroll:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

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; + /** +

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; + /** +

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/assets/debug/fontBaron.ttf b/app/build/intermediates/assets/debug/fontBaron.ttf new file mode 100644 index 0000000..89f70a6 Binary files /dev/null and b/app/build/intermediates/assets/debug/fontBaron.ttf differ diff --git a/app/build/intermediates/assets/debug/levelpack_01.xml b/app/build/intermediates/assets/debug/levelpack_01.xml new file mode 100644 index 0000000..5d000c8 --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpack_01.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/levelpacks/Grasslands.xml b/app/build/intermediates/assets/debug/levelpacks/Grasslands.xml new file mode 100644 index 0000000..a636d93 --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpacks/Grasslands.xml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/levelpacks/Testcave.xml b/app/build/intermediates/assets/debug/levelpacks/Testcave.xml new file mode 100644 index 0000000..96eca8c --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpacks/Testcave.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/levelpacks/levelpack_First Pack.xml b/app/build/intermediates/assets/debug/levelpacks/levelpack_First Pack.xml new file mode 100644 index 0000000..7bd035c --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpacks/levelpack_First Pack.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/levelpacks/levelpack_Test Pack.xml b/app/build/intermediates/assets/debug/levelpacks/levelpack_Test Pack.xml new file mode 100644 index 0000000..72d0c87 --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpacks/levelpack_Test Pack.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/levelpacks/test.xml b/app/build/intermediates/assets/debug/levelpacks/test.xml new file mode 100644 index 0000000..65e447a --- /dev/null +++ b/app/build/intermediates/assets/debug/levelpacks/test.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/particleEffects/collectStar.pe b/app/build/intermediates/assets/debug/particleEffects/collectStar.pe new file mode 100644 index 0000000..245517a --- /dev/null +++ b/app/build/intermediates/assets/debug/particleEffects/collectStar.pe @@ -0,0 +1,157 @@ +Untitled +- Delay - +active: false +- Duration - +lowMin: 300.0 +lowMax: 300.0 +- Count - +min: 0 +max: 500 +- Emission - +lowMin: 0.0 +lowMax: 0.0 +highMin: 60.0 +highMax: 60.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Life - +lowMin: 0.0 +lowMax: 0.0 +highMin: 600.0 +highMax: 600.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.66 +timeline2: 1.0 +- Life Offset - +active: false +- X Offset - +active: false +- Y Offset - +active: false +- Spawn Shape - +shape: point +- Spawn Width - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Spawn Height - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Scale - +lowMin: 15.0 +lowMax: 15.0 +highMin: 110.0 +highMax: 110.0 +relative: false +scalingCount: 3 +scaling0: 0.0 +scaling1: 0.19607843 +scaling2: 0.60784316 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.80136985 +timeline2: 1.0 +- Velocity - +active: true +lowMin: 1000.0 +lowMax: 1000.0 +highMin: -2000.0 +highMax: -2000.0 +relative: false +scalingCount: 3 +scaling0: 0.0 +scaling1: 0.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.30170777 +timeline2: 1.0 +- Angle - +active: true +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 360.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.7191781 +timeline2: 1.0 +- Rotation - +active: false +- Wind - +active: false +- Gravity - +active: false +- Tint - +colorsCount: 9 +colors0: 1.0 +colors1: 0.92941177 +colors2: 0.047058824 +colors3: 1.0 +colors4: 0.92941177 +colors5: 0.047058824 +colors6: 1.0 +colors7: 0.78039217 +colors8: 0.047058824 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.7521515 +timeline2: 1.0 +- Transparency - +lowMin: 0.0 +lowMax: 0.0 +highMin: 1.0 +highMax: 1.0 +relative: false +scalingCount: 7 +scaling0: 0.0 +scaling1: 1.0 +scaling2: 1.0 +scaling3: 1.0 +scaling4: 1.0 +scaling5: 1.0 +scaling6: 0.0 +timelineCount: 7 +timeline0: 0.0 +timeline1: 0.12068965 +timeline2: 0.28767124 +timeline3: 0.5 +timeline4: 0.7873563 +timeline5: 0.967433 +timeline6: 1.0 +- Options - +attached: false +continuous: false +aligned: false +additive: true +behind: false +premultipliedAlpha: false +- Image Path - +star.png diff --git a/app/build/intermediates/assets/debug/particleEffects/explosion.pe b/app/build/intermediates/assets/debug/particleEffects/explosion.pe new file mode 100644 index 0000000..c606a0e --- /dev/null +++ b/app/build/intermediates/assets/debug/particleEffects/explosion.pe @@ -0,0 +1,184 @@ +Untitled +- Delay - +active: false +- Duration - +lowMin: 500.0 +lowMax: 500.0 +- Count - +min: 0 +max: 1000 +- Emission - +lowMin: 0.0 +lowMax: 0.0 +highMin: 300.0 +highMax: 300.0 +relative: false +scalingCount: 4 +scaling0: 1.0 +scaling1: 0.74509805 +scaling2: 0.3137255 +scaling3: 0.0 +timelineCount: 4 +timeline0: 0.0 +timeline1: 0.5205479 +timeline2: 0.8630137 +timeline3: 1.0 +- Life - +lowMin: 0.0 +lowMax: 0.0 +highMin: 500.0 +highMax: 800.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 0.3 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.66 +timeline2: 1.0 +- Life Offset - +active: false +- X Offset - +active: false +- Y Offset - +active: false +- Spawn Shape - +shape: square +- Spawn Width - +lowMin: 200.0 +lowMax: 200.0 +highMin: 20.0 +highMax: 20.0 +relative: false +scalingCount: 2 +scaling0: 0.0 +scaling1: 0.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Spawn Height - +lowMin: 200.0 +lowMax: 200.0 +highMin: 20.0 +highMax: 20.0 +relative: false +scalingCount: 2 +scaling0: 0.0 +scaling1: 0.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Scale - +lowMin: 0.0 +lowMax: 0.0 +highMin: 27.0 +highMax: 37.0 +relative: false +scalingCount: 2 +scaling0: 1.0 +scaling1: 0.54901963 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Velocity - +active: true +lowMin: 100.0 +lowMax: 300.0 +highMin: 500.0 +highMax: 900.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 0.7647059 +scaling2: 0.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.69863015 +timeline2: 1.0 +- Angle - +active: true +lowMin: 90.0 +lowMax: 90.0 +highMin: 0.0 +highMax: 360.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.51369864 +timeline2: 1.0 +- Rotation - +active: false +- Wind - +active: true +lowMin: -50.0 +lowMax: 50.0 +highMin: -100.0 +highMax: 100.0 +relative: false +scalingCount: 2 +scaling0: 0.0 +scaling1: 1.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Gravity - +active: false +- Tint - +colorsCount: 18 +colors0: 0.07058824 +colors1: 0.67058825 +colors2: 1.0 +colors3: 1.0 +colors4: 0.7176471 +colors5: 0.07058824 +colors6: 1.0 +colors7: 0.7411765 +colors8: 0.07058824 +colors9: 1.0 +colors10: 0.12156863 +colors11: 0.07058824 +colors12: 0.9647059 +colors13: 0.0 +colors14: 0.0 +colors15: 0.39607844 +colors16: 0.047058824 +colors17: 0.02745098 +timelineCount: 6 +timeline0: 0.0 +timeline1: 0.024096385 +timeline2: 0.09638554 +timeline3: 0.59380376 +timeline4: 0.9328744 +timeline5: 1.0 +- Transparency - +lowMin: 0.0 +lowMax: 0.0 +highMin: 1.0 +highMax: 1.0 +relative: false +scalingCount: 5 +scaling0: 0.10526316 +scaling1: 1.0 +scaling2: 1.0 +scaling3: 0.14035088 +scaling4: 0.0 +timelineCount: 5 +timeline0: 0.0 +timeline1: 0.2 +timeline2: 0.5273973 +timeline3: 0.74657536 +timeline4: 1.0 +- Options - +attached: false +continuous: false +aligned: false +additive: true +behind: false +premultipliedAlpha: false +- Image Path - +particle.png diff --git a/app/build/intermediates/assets/debug/particleEffects/magnet.pe b/app/build/intermediates/assets/debug/particleEffects/magnet.pe new file mode 100644 index 0000000..93bf1e5 --- /dev/null +++ b/app/build/intermediates/assets/debug/particleEffects/magnet.pe @@ -0,0 +1,149 @@ +Untitled +- Delay - +active: false +- Duration - +lowMin: 1000.0 +lowMax: 1000.0 +- Count - +min: 0 +max: 500 +- Emission - +lowMin: 0.0 +lowMax: 0.0 +highMin: 10.0 +highMax: 10.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Life - +lowMin: 0.0 +lowMax: 0.0 +highMin: 1300.0 +highMax: 1600.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.66 +timeline2: 1.0 +- Life Offset - +active: false +- X Offset - +active: false +- Y Offset - +active: false +- Spawn Shape - +shape: point +- Spawn Width - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Spawn Height - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Scale - +lowMin: 15.0 +lowMax: 15.0 +highMin: 30.0 +highMax: 35.0 +relative: false +scalingCount: 3 +scaling0: 0.0 +scaling1: 0.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.37671232 +timeline2: 1.0 +- Velocity - +active: true +lowMin: 100.0 +lowMax: 150.0 +highMin: 370.0 +highMax: 400.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 0.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.08628652 +timeline2: 0.087286524 +- Angle - +active: true +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 360.0 +relative: false +scalingCount: 3 +scaling0: 1.0 +scaling1: 1.0 +scaling2: 1.0 +timelineCount: 3 +timeline0: 0.0 +timeline1: 0.7191781 +timeline2: 1.0 +- Rotation - +active: false +- Wind - +active: false +- Gravity - +active: false +- Tint - +colorsCount: 6 +colors0: 1.0 +colors1: 1.0 +colors2: 0.047058824 +colors3: 1.0 +colors4: 0.89411765 +colors5: 0.047058824 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Transparency - +lowMin: 0.0 +lowMax: 0.0 +highMin: 1.0 +highMax: 1.0 +relative: false +scalingCount: 5 +scaling0: 0.0 +scaling1: 0.0 +scaling2: 1.0 +scaling3: 1.0 +scaling4: 0.0 +timelineCount: 5 +timeline0: 0.0 +timeline1: 0.10344828 +timeline2: 0.3659004 +timeline3: 0.8082192 +timeline4: 1.0 +- Options - +attached: false +continuous: true +aligned: false +additive: true +behind: false +premultipliedAlpha: false +- Image Path - +particle.png diff --git a/app/build/intermediates/assets/debug/particleEffects/particle.png b/app/build/intermediates/assets/debug/particleEffects/particle.png new file mode 100644 index 0000000..4a898e4 Binary files /dev/null and b/app/build/intermediates/assets/debug/particleEffects/particle.png differ diff --git a/app/build/intermediates/assets/debug/particleEffects/star.png b/app/build/intermediates/assets/debug/particleEffects/star.png new file mode 100644 index 0000000..e341bbc Binary files /dev/null and b/app/build/intermediates/assets/debug/particleEffects/star.png differ diff --git a/app/build/intermediates/assets/debug/shader/entityFragmentShader.glsl b/app/build/intermediates/assets/debug/shader/entityFragmentShader.glsl new file mode 100644 index 0000000..6ba0360 --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/entityFragmentShader.glsl @@ -0,0 +1,29 @@ +precision mediump float; + +uniform sampler2D texture; +uniform float alpha; +uniform vec2 texAtlasSize; +uniform float texAtlasIndex; + +varying vec2 pass_TexCoords; + +vec2 getTexCoordsInAtlas(in float atlasIndex); + +void main() { + + vec2 texAtlasCoords = getTexCoordsInAtlas(texAtlasIndex); + gl_FragColor = texture2D(texture, texAtlasCoords); + gl_FragColor.a = min(gl_FragColor.a, alpha); + +} + +vec2 getTexCoordsInAtlas(in float atlasIndex){ + + vec2 texAtlasCoords = vec2(0.0, 0.0); + texAtlasCoords.x = mod(pass_TexCoords.x, 1.0) / texAtlasSize.x; + texAtlasCoords.x += mod(atlasIndex, texAtlasSize.x) / texAtlasSize.x; + texAtlasCoords.y = mod(pass_TexCoords.y, 1.0) / texAtlasSize.y; + texAtlasCoords.y += floor(atlasIndex / texAtlasSize.y) / texAtlasSize.y; + return texAtlasCoords; + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/shader/entityVertexShader.glsl b/app/build/intermediates/assets/debug/shader/entityVertexShader.glsl new file mode 100644 index 0000000..19da5d9 --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/entityVertexShader.glsl @@ -0,0 +1,15 @@ +uniform mat4 mvpMatrix; +uniform mat4 transformationMatrix; + +attribute vec4 position; +attribute vec2 texCoords; + +varying vec2 pass_TexCoords; + +void main() { + + vec4 transformatedPosition = transformationMatrix * position; + gl_Position = mvpMatrix * transformatedPosition; + pass_TexCoords = texCoords; + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/shader/particleFragmentShader.glsl b/app/build/intermediates/assets/debug/shader/particleFragmentShader.glsl new file mode 100644 index 0000000..2132ecf --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/particleFragmentShader.glsl @@ -0,0 +1,13 @@ +precision mediump float; + +uniform sampler2D texture; +uniform vec3 color; + +varying vec2 pass_TexCoords; + +void main() { + + gl_FragColor.a = texture2D(texture, pass_TexCoords).a; + gl_FragColor.rgb = color; + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/shader/simpleFragmentShader.glsl b/app/build/intermediates/assets/debug/shader/simpleFragmentShader.glsl new file mode 100644 index 0000000..a51d212 --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/simpleFragmentShader.glsl @@ -0,0 +1,11 @@ +precision mediump float; + +uniform sampler2D texture; + +varying vec2 pass_TexCoords; + +void main() { + + gl_FragColor = texture2D(texture, pass_TexCoords); + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/shader/simpleVertexShader.glsl b/app/build/intermediates/assets/debug/shader/simpleVertexShader.glsl new file mode 100644 index 0000000..7fee205 --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/simpleVertexShader.glsl @@ -0,0 +1,12 @@ +attribute vec4 position; +attribute vec2 texCoords; + +varying vec2 pass_TexCoords; + +void main() { + + gl_Position = position; + pass_TexCoords.x = texCoords.x; + pass_TexCoords.y = -texCoords.y; + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/shader/terrainVertexShader.glsl b/app/build/intermediates/assets/debug/shader/terrainVertexShader.glsl new file mode 100644 index 0000000..3c39444 --- /dev/null +++ b/app/build/intermediates/assets/debug/shader/terrainVertexShader.glsl @@ -0,0 +1,18 @@ +uniform mat4 mvpMatrix; +uniform mat4 transformationMatrix; + +attribute vec4 position; +attribute vec2 texCoords; + +varying vec2 pass_TexCoords; + +void main() { + + vec4 transformatedPosition = transformationMatrix * position; + gl_Position = mvpMatrix * transformatedPosition; + + pass_TexCoords = (transformationMatrix * vec4(texCoords, 0.0, 0.0)).xy; + pass_TexCoords *= vec2(3.0, 3.0); + pass_TexCoords.y = clamp(pass_TexCoords.y, 0.0, 1.0) + 0.01; + +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/testlevelpack.xml b/app/build/intermediates/assets/debug/testlevelpack.xml new file mode 100644 index 0000000..844f2fb --- /dev/null +++ b/app/build/intermediates/assets/debug/testlevelpack.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-af.json b/app/build/intermediates/blame/res/debug/multi/values-af.json new file mode 100644 index 0000000..262b202 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-af.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 103, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 333, + "endColumn": 107, + "endOffset": 436 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 441, + "endColumn": 122, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 564, + "endColumn": 99, + "endOffset": 659 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 105, + "endOffset": 591 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 664, + "endColumn": 105, + "endOffset": 765 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 596, + "endColumn": 84, + "endOffset": 676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 770, + "endColumn": 84, + "endOffset": 850 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 102, + "endOffset": 779 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 855, + "endColumn": 102, + "endOffset": 953 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 784, + "endColumn": 117, + "endOffset": 897 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 958, + "endColumn": 117, + "endOffset": 1071 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 75, + "endOffset": 973 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1076, + "endColumn": 75, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 978, + "endColumn": 76, + "endOffset": 1050 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 76, + "endOffset": 1224 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1055, + "endColumn": 80, + "endOffset": 1131 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 80, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1136, + "endColumn": 106, + "endOffset": 1238 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 106, + "endOffset": 1412 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1243, + "endColumn": 102, + "endOffset": 1341 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 102, + "endOffset": 1515 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 96, + "endOffset": 1438 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1520, + "endColumn": 96, + "endOffset": 1612 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 107, + "endOffset": 1546 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1617, + "endColumn": 107, + "endOffset": 1720 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 101, + "endOffset": 1648 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1725, + "endColumn": 101, + "endOffset": 1822 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1653, + "endColumn": 101, + "endOffset": 1750 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1827, + "endColumn": 101, + "endOffset": 1924 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 116, + "endOffset": 1867 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1929, + "endColumn": 116, + "endOffset": 2041 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 97, + "endOffset": 1965 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2046, + "endColumn": 97, + "endOffset": 2139 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 100, + "endOffset": 2066 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-af\\values-af.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2144, + "endColumn": 100, + "endOffset": 2240 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..0a7df72 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-am.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 101, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 157, + "endColumn": 107, + "endOffset": 260 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 331, + "endColumn": 107, + "endOffset": 434 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 122, + "endOffset": 383 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 439, + "endColumn": 122, + "endOffset": 557 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 98, + "endOffset": 482 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 562, + "endColumn": 98, + "endOffset": 656 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 105, + "endOffset": 588 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 661, + "endColumn": 105, + "endOffset": 762 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 85, + "endOffset": 674 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 767, + "endColumn": 85, + "endOffset": 848 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 679, + "endColumn": 102, + "endOffset": 777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 853, + "endColumn": 102, + "endOffset": 951 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 112, + "endOffset": 890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 956, + "endColumn": 112, + "endOffset": 1064 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 77, + "endOffset": 968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1069, + "endColumn": 77, + "endOffset": 1142 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 77, + "endOffset": 1046 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 77, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1051, + "endColumn": 78, + "endOffset": 1125 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 78, + "endOffset": 1299 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 99, + "endOffset": 1225 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1304, + "endColumn": 99, + "endOffset": 1399 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 99, + "endOffset": 1325 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1404, + "endColumn": 99, + "endOffset": 1499 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 95, + "endOffset": 1421 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1504, + "endColumn": 95, + "endOffset": 1595 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1426, + "endColumn": 102, + "endOffset": 1524 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1600, + "endColumn": 102, + "endOffset": 1698 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1529, + "endColumn": 98, + "endOffset": 1623 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1703, + "endColumn": 98, + "endOffset": 1797 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 106, + "endOffset": 1730 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1802, + "endColumn": 106, + "endOffset": 1904 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1735, + "endColumn": 115, + "endOffset": 1846 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1909, + "endColumn": 115, + "endOffset": 2020 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 95, + "endOffset": 1942 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2025, + "endColumn": 95, + "endOffset": 2116 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1947, + "endColumn": 100, + "endOffset": 2043 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-am\\values-am.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2121, + "endColumn": 100, + "endOffset": 2217 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..6d9af29 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ar.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 116, + "endOffset": 341 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 346, + "endColumn": 107, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 454, + "endColumn": 122, + "endOffset": 572 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 103, + "endOffset": 502 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 103, + "endOffset": 676 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 108, + "endOffset": 611 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 108, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 81, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 81, + "endOffset": 867 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 100, + "endOffset": 794 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 872, + "endColumn": 100, + "endOffset": 968 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 113, + "endOffset": 908 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 113, + "endOffset": 1082 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 913, + "endColumn": 78, + "endOffset": 987 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1087, + "endColumn": 78, + "endOffset": 1161 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 78, + "endOffset": 1066 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 78, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1071, + "endColumn": 78, + "endOffset": 1145 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 78, + "endOffset": 1319 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 104, + "endOffset": 1250 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 104, + "endOffset": 1424 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1255, + "endColumn": 100, + "endOffset": 1351 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1429, + "endColumn": 100, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 95, + "endOffset": 1447 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 95, + "endOffset": 1621 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 107, + "endOffset": 1555 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1626, + "endColumn": 107, + "endOffset": 1729 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 102, + "endOffset": 1658 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1734, + "endColumn": 102, + "endOffset": 1832 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 102, + "endOffset": 1761 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1837, + "endColumn": 102, + "endOffset": 1935 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 118, + "endOffset": 1880 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 118, + "endOffset": 2054 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1885, + "endColumn": 96, + "endOffset": 1977 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2059, + "endColumn": 96, + "endOffset": 2151 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1982, + "endColumn": 100, + "endOffset": 2078 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ar\\values-ar.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2156, + "endColumn": 100, + "endOffset": 2252 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-az-rAZ.json b/app/build/intermediates/blame/res/debug/multi/values-az-rAZ.json new file mode 100644 index 0000000..2d76a5a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-az-rAZ.json @@ -0,0 +1,368 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-az-rAZ\\values-az-rAZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 97, + "endOffset": 148 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 97, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 153, + "endColumn": 107, + "endOffset": 256 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 331, + "endColumn": 107, + "endOffset": 434 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 261, + "endColumn": 122, + "endOffset": 379 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 439, + "endColumn": 122, + "endOffset": 557 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 98, + "endOffset": 478 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 562, + "endColumn": 98, + "endOffset": 656 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 109, + "endOffset": 588 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 661, + "endColumn": 109, + "endOffset": 766 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 87, + "endOffset": 676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 771, + "endColumn": 87, + "endOffset": 854 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 106, + "endOffset": 783 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 859, + "endColumn": 106, + "endOffset": 961 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 113, + "endOffset": 897 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 966, + "endColumn": 113, + "endOffset": 1075 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 80, + "endOffset": 978 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1080, + "endColumn": 80, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 78, + "endOffset": 1057 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 78, + "endOffset": 1235 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1062, + "endColumn": 84, + "endOffset": 1142 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1240, + "endColumn": 84, + "endOffset": 1320 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 106, + "endOffset": 1249 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 106, + "endOffset": 1427 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 106, + "endOffset": 1356 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1432, + "endColumn": 106, + "endOffset": 1534 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1361, + "endColumn": 99, + "endOffset": 1456 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 99, + "endOffset": 1634 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1461, + "endColumn": 108, + "endOffset": 1565 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1639, + "endColumn": 108, + "endOffset": 1743 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 103, + "endOffset": 1669 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 103, + "endOffset": 1847 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1674, + "endColumn": 109, + "endOffset": 1779 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 109, + "endOffset": 1957 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 96, + "endOffset": 1876 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 96, + "endOffset": 2054 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1881, + "endColumn": 100, + "endOffset": 1977 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-az-rAZ\\values-az-rAZ.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2059, + "endColumn": 100, + "endOffset": 2155 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..08eefd1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-bg.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 114, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 110, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 344, + "endColumn": 110, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 127, + "endOffset": 404 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 127, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 409, + "endColumn": 106, + "endOffset": 511 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 583, + "endColumn": 106, + "endOffset": 685 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 104, + "endOffset": 616 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 104, + "endOffset": 790 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 85, + "endOffset": 876 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 881, + "endColumn": 104, + "endOffset": 981 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 120, + "endOffset": 1102 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 78, + "endOffset": 1007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1107, + "endColumn": 78, + "endOffset": 1181 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 77, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 77, + "endOffset": 1259 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 82, + "endOffset": 1168 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 82, + "endOffset": 1342 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1173, + "endColumn": 113, + "endOffset": 1282 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1347, + "endColumn": 113, + "endOffset": 1456 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1287, + "endColumn": 108, + "endOffset": 1391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1461, + "endColumn": 108, + "endOffset": 1565 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1396, + "endColumn": 99, + "endOffset": 1491 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 99, + "endOffset": 1665 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1496, + "endColumn": 113, + "endOffset": 1605 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1670, + "endColumn": 113, + "endOffset": 1779 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1610, + "endColumn": 105, + "endOffset": 1711 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 105, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 107, + "endOffset": 1819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 107, + "endOffset": 1993 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 122, + "endOffset": 1942 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1998, + "endColumn": 122, + "endOffset": 2116 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1947, + "endColumn": 98, + "endOffset": 2041 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2121, + "endColumn": 98, + "endOffset": 2215 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2046, + "endColumn": 100, + "endOffset": 2142 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bg\\values-bg.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2220, + "endColumn": 100, + "endOffset": 2316 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..979e5ee --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 108, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 342, + "endColumn": 107, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 450, + "endColumn": 122, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 111, + "endOffset": 502 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 111, + "endOffset": 680 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 105, + "endOffset": 608 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 685, + "endColumn": 105, + "endOffset": 786 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 93, + "endOffset": 702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 791, + "endColumn": 93, + "endOffset": 880 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 885, + "endColumn": 104, + "endOffset": 985 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 129, + "endOffset": 937 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 990, + "endColumn": 129, + "endOffset": 1115 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 77, + "endOffset": 1015 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 77, + "endOffset": 1193 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 77, + "endOffset": 1093 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 77, + "endOffset": 1271 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1098, + "endColumn": 86, + "endOffset": 1180 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1276, + "endColumn": 86, + "endOffset": 1358 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 109, + "endOffset": 1290 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 109, + "endOffset": 1468 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1295, + "endColumn": 115, + "endOffset": 1406 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1473, + "endColumn": 115, + "endOffset": 1584 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 106, + "endOffset": 1513 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1589, + "endColumn": 106, + "endOffset": 1691 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1518, + "endColumn": 109, + "endOffset": 1623 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1696, + "endColumn": 109, + "endOffset": 1801 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 105, + "endOffset": 1729 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1806, + "endColumn": 105, + "endOffset": 1907 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1734, + "endColumn": 109, + "endOffset": 1839 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1912, + "endColumn": 109, + "endOffset": 2017 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 124, + "endOffset": 1964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 124, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 104, + "endOffset": 2069 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 104, + "endOffset": 2247 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2074, + "endColumn": 100, + "endOffset": 2170 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-bn-rBD\\values-bn-rBD.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2252, + "endColumn": 100, + "endOffset": 2348 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..9109469 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ca.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 117, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 105, + "endOffset": 679 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 106, + "endOffset": 786 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 82, + "endOffset": 695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 791, + "endColumn": 82, + "endOffset": 869 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 107, + "endOffset": 803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 874, + "endColumn": 107, + "endOffset": 977 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 125, + "endOffset": 929 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 982, + "endColumn": 125, + "endOffset": 1103 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 83, + "endOffset": 1013 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1108, + "endColumn": 83, + "endOffset": 1187 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 80, + "endOffset": 1094 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 80, + "endOffset": 1268 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 82, + "endOffset": 1177 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1273, + "endColumn": 82, + "endOffset": 1351 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1182, + "endColumn": 110, + "endOffset": 1288 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 110, + "endOffset": 1462 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1293, + "endColumn": 108, + "endOffset": 1397 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 108, + "endOffset": 1571 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1402, + "endColumn": 97, + "endOffset": 1495 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 97, + "endOffset": 1669 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1500, + "endColumn": 109, + "endOffset": 1605 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1674, + "endColumn": 109, + "endOffset": 1779 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1610, + "endColumn": 103, + "endOffset": 1709 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 103, + "endOffset": 1883 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 107, + "endOffset": 1817 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 107, + "endOffset": 1991 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 122, + "endOffset": 1940 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1996, + "endColumn": 122, + "endOffset": 2114 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 98, + "endOffset": 2039 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2119, + "endColumn": 98, + "endOffset": 2213 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2044, + "endColumn": 100, + "endOffset": 2140 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ca\\values-ca.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2218, + "endColumn": 100, + "endOffset": 2314 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3817140 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-cs.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 106, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 108, + "endOffset": 266 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 108, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 123, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 123, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 101, + "endOffset": 492 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 101, + "endOffset": 666 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 108, + "endOffset": 601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 671, + "endColumn": 108, + "endOffset": 775 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 780, + "endColumn": 85, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 104, + "endOffset": 792 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 104, + "endOffset": 966 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 116, + "endOffset": 909 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 971, + "endColumn": 116, + "endOffset": 1083 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 914, + "endColumn": 80, + "endOffset": 990 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 80, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 995, + "endColumn": 80, + "endOffset": 1071 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 80, + "endOffset": 1245 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1076, + "endColumn": 83, + "endOffset": 1155 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1250, + "endColumn": 83, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 103, + "endOffset": 1259 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 103, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 108, + "endOffset": 1368 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 108, + "endOffset": 1542 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1373, + "endColumn": 98, + "endOffset": 1467 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1547, + "endColumn": 98, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 105, + "endOffset": 1573 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 105, + "endOffset": 1747 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 109, + "endOffset": 1683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 109, + "endOffset": 1857 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 106, + "endOffset": 1790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 106, + "endOffset": 1964 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1795, + "endColumn": 121, + "endOffset": 1912 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 121, + "endOffset": 2086 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1917, + "endColumn": 97, + "endOffset": 2010 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2091, + "endColumn": 97, + "endOffset": 2184 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2015, + "endColumn": 100, + "endOffset": 2111 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-cs\\values-cs.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2189, + "endColumn": 100, + "endOffset": 2285 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..7557626 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-da.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 102, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 332, + "endColumn": 107, + "endOffset": 435 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 440, + "endColumn": 122, + "endOffset": 558 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 98, + "endOffset": 483 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 563, + "endColumn": 98, + "endOffset": 657 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 111, + "endOffset": 595 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 662, + "endColumn": 111, + "endOffset": 769 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 82, + "endOffset": 678 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 774, + "endColumn": 82, + "endOffset": 852 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 683, + "endColumn": 99, + "endOffset": 778 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 857, + "endColumn": 99, + "endOffset": 952 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 112, + "endOffset": 891 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 957, + "endColumn": 112, + "endOffset": 1065 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 896, + "endColumn": 76, + "endOffset": 968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1070, + "endColumn": 76, + "endOffset": 1142 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 76, + "endOffset": 1045 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 76, + "endOffset": 1219 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1050, + "endColumn": 78, + "endOffset": 1124 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1224, + "endColumn": 78, + "endOffset": 1298 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 108, + "endOffset": 1233 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1303, + "endColumn": 108, + "endOffset": 1407 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 107, + "endOffset": 1341 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 107, + "endOffset": 1515 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 95, + "endOffset": 1437 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1520, + "endColumn": 95, + "endOffset": 1611 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 113, + "endOffset": 1551 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1616, + "endColumn": 113, + "endOffset": 1725 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 101, + "endOffset": 1653 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1730, + "endColumn": 101, + "endOffset": 1827 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1658, + "endColumn": 100, + "endOffset": 1754 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1832, + "endColumn": 100, + "endOffset": 1928 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 115, + "endOffset": 1870 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1933, + "endColumn": 115, + "endOffset": 2044 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 96, + "endOffset": 1967 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 96, + "endOffset": 2141 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 100, + "endOffset": 2068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-da\\values-da.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2146, + "endColumn": 100, + "endOffset": 2242 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..98f6c5d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-de.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 104, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 334, + "endColumn": 107, + "endOffset": 437 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 442, + "endColumn": 122, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 565, + "endColumn": 97, + "endOffset": 658 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 663, + "endColumn": 111, + "endOffset": 770 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 85, + "endOffset": 682 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 775, + "endColumn": 85, + "endOffset": 856 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 687, + "endColumn": 104, + "endOffset": 787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 861, + "endColumn": 104, + "endOffset": 961 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 114, + "endOffset": 902 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 966, + "endColumn": 114, + "endOffset": 1076 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 76, + "endOffset": 979 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 76, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 75, + "endOffset": 1055 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 75, + "endOffset": 1229 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1060, + "endColumn": 81, + "endOffset": 1137 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1234, + "endColumn": 81, + "endOffset": 1311 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1142, + "endColumn": 110, + "endOffset": 1248 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 110, + "endOffset": 1422 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 102, + "endOffset": 1351 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 102, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 98, + "endOffset": 1450 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 98, + "endOffset": 1624 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 110, + "endOffset": 1561 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 110, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1566, + "endColumn": 101, + "endOffset": 1663 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 101, + "endOffset": 1837 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 106, + "endOffset": 1770 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1842, + "endColumn": 106, + "endOffset": 1944 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 121, + "endOffset": 1892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1949, + "endColumn": 121, + "endOffset": 2066 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1897, + "endColumn": 101, + "endOffset": 1994 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2071, + "endColumn": 101, + "endOffset": 2168 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1999, + "endColumn": 100, + "endOffset": 2095 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-de\\values-de.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2173, + "endColumn": 100, + "endOffset": 2269 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..917eee1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-el.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 117, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 110, + "endOffset": 510 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 110, + "endOffset": 684 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 116, + "endOffset": 627 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 116, + "endOffset": 801 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 84, + "endOffset": 712 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 84, + "endOffset": 886 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 104, + "endOffset": 817 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 891, + "endColumn": 104, + "endOffset": 991 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 125, + "endOffset": 943 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 125, + "endOffset": 1117 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 948, + "endColumn": 87, + "endOffset": 1031 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1122, + "endColumn": 87, + "endOffset": 1205 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1036, + "endColumn": 85, + "endOffset": 1117 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 85, + "endOffset": 1291 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1122, + "endColumn": 84, + "endOffset": 1202 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1296, + "endColumn": 84, + "endOffset": 1376 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1207, + "endColumn": 110, + "endOffset": 1313 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1381, + "endColumn": 110, + "endOffset": 1487 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1318, + "endColumn": 109, + "endOffset": 1423 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1492, + "endColumn": 109, + "endOffset": 1597 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1428, + "endColumn": 101, + "endOffset": 1525 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1602, + "endColumn": 101, + "endOffset": 1699 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 110, + "endOffset": 1636 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1704, + "endColumn": 110, + "endOffset": 1810 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 108, + "endOffset": 1745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1815, + "endColumn": 108, + "endOffset": 1919 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 107, + "endOffset": 1853 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1924, + "endColumn": 107, + "endOffset": 2027 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 122, + "endOffset": 1976 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 122, + "endOffset": 2150 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1981, + "endColumn": 99, + "endOffset": 2076 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2155, + "endColumn": 99, + "endOffset": 2250 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-el\\values-el.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2255, + "endColumn": 100, + "endOffset": 2351 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-en-rAU.json b/app/build/intermediates/blame/res/debug/multi/values-en-rAU.json new file mode 100644 index 0000000..8d66510 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-en-rAU.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 103, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 99, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 107, + "endOffset": 771 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 776, + "endColumn": 83, + "endOffset": 855 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 99, + "endOffset": 955 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 960, + "endColumn": 114, + "endOffset": 1070 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 76, + "endOffset": 969 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 76, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 75, + "endOffset": 1045 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 75, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1050, + "endColumn": 81, + "endOffset": 1127 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 81, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 102, + "endOffset": 1230 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 102, + "endOffset": 1408 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 103, + "endOffset": 1334 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 103, + "endOffset": 1512 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 98, + "endOffset": 1433 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1517, + "endColumn": 98, + "endOffset": 1611 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 104, + "endOffset": 1538 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1616, + "endColumn": 104, + "endOffset": 1716 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 102, + "endOffset": 1641 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 102, + "endOffset": 1819 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 103, + "endOffset": 1745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 103, + "endOffset": 1923 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 118, + "endOffset": 1864 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 118, + "endOffset": 2042 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1869, + "endColumn": 99, + "endOffset": 1964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2047, + "endColumn": 99, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 100, + "endOffset": 2065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rAU\\values-en-rAU.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..aaa76ce --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-en-rGB.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 103, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 99, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 107, + "endOffset": 771 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 776, + "endColumn": 83, + "endOffset": 855 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 99, + "endOffset": 955 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 960, + "endColumn": 114, + "endOffset": 1070 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 76, + "endOffset": 969 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 76, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 75, + "endOffset": 1045 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 75, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1050, + "endColumn": 81, + "endOffset": 1127 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 81, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 102, + "endOffset": 1230 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 102, + "endOffset": 1408 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 103, + "endOffset": 1334 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 103, + "endOffset": 1512 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 98, + "endOffset": 1433 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1517, + "endColumn": 98, + "endOffset": 1611 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 104, + "endOffset": 1538 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1616, + "endColumn": 104, + "endOffset": 1716 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 102, + "endOffset": 1641 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 102, + "endOffset": 1819 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 103, + "endOffset": 1745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 103, + "endOffset": 1923 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 118, + "endOffset": 1864 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 118, + "endOffset": 2042 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1869, + "endColumn": 99, + "endOffset": 1964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2047, + "endColumn": 99, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 100, + "endOffset": 2065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rGB\\values-en-rGB.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..aab7d38 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-en-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 103, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 99, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 107, + "endOffset": 771 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 776, + "endColumn": 83, + "endOffset": 855 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 99, + "endOffset": 955 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 960, + "endColumn": 114, + "endOffset": 1070 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 76, + "endOffset": 969 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 76, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 75, + "endOffset": 1045 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 75, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1050, + "endColumn": 81, + "endOffset": 1127 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 81, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 102, + "endOffset": 1230 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 102, + "endOffset": 1408 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 103, + "endOffset": 1334 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 103, + "endOffset": 1512 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 98, + "endOffset": 1433 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1517, + "endColumn": 98, + "endOffset": 1611 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 104, + "endOffset": 1538 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1616, + "endColumn": 104, + "endOffset": 1716 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 102, + "endOffset": 1641 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 102, + "endOffset": 1819 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 103, + "endOffset": 1745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 103, + "endOffset": 1923 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 118, + "endOffset": 1864 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 118, + "endOffset": 2042 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1869, + "endColumn": 99, + "endOffset": 1964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2047, + "endColumn": 99, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 100, + "endOffset": 2065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-en-rIN\\values-en-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..0ea41db --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-es-rUS.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 119, + "endOffset": 348 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 353, + "endColumn": 107, + "endOffset": 456 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 461, + "endColumn": 122, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 108, + "endOffset": 510 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 108, + "endOffset": 688 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 107, + "endOffset": 618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 693, + "endColumn": 107, + "endOffset": 796 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 84, + "endOffset": 703 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 84, + "endOffset": 881 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 886, + "endColumn": 100, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 122, + "endOffset": 1105 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 83, + "endOffset": 1011 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1110, + "endColumn": 83, + "endOffset": 1189 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 80, + "endOffset": 1092 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1194, + "endColumn": 80, + "endOffset": 1270 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 81, + "endOffset": 1174 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1275, + "endColumn": 81, + "endOffset": 1352 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 111, + "endOffset": 1286 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1357, + "endColumn": 111, + "endOffset": 1464 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1291, + "endColumn": 111, + "endOffset": 1398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 111, + "endOffset": 1576 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1403, + "endColumn": 100, + "endOffset": 1499 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 100, + "endOffset": 1677 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1504, + "endColumn": 107, + "endOffset": 1607 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1682, + "endColumn": 107, + "endOffset": 1785 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1612, + "endColumn": 106, + "endOffset": 1714 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 106, + "endOffset": 1892 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 106, + "endOffset": 1821 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1897, + "endColumn": 106, + "endOffset": 1999 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 121, + "endOffset": 1943 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 121, + "endOffset": 2121 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 99, + "endOffset": 2043 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2126, + "endColumn": 99, + "endOffset": 2221 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es-rUS\\values-es-rUS.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2226, + "endColumn": 100, + "endOffset": 2322 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..92a45fa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-es.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 116, + "endOffset": 341 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 346, + "endColumn": 107, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 454, + "endColumn": 122, + "endOffset": 572 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 112, + "endOffset": 511 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 112, + "endOffset": 685 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 107, + "endOffset": 619 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 84, + "endOffset": 704 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 84, + "endOffset": 878 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 100, + "endOffset": 805 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 883, + "endColumn": 100, + "endOffset": 979 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 127, + "endOffset": 933 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 127, + "endOffset": 1107 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 938, + "endColumn": 75, + "endOffset": 1009 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 75, + "endOffset": 1183 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 75, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1188, + "endColumn": 75, + "endOffset": 1259 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 81, + "endOffset": 1167 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 81, + "endOffset": 1341 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1172, + "endColumn": 106, + "endOffset": 1274 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 106, + "endOffset": 1448 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1279, + "endColumn": 99, + "endOffset": 1374 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1453, + "endColumn": 99, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1379, + "endColumn": 98, + "endOffset": 1473 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 98, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1478, + "endColumn": 107, + "endOffset": 1581 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 107, + "endOffset": 1755 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1586, + "endColumn": 106, + "endOffset": 1688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 106, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1693, + "endColumn": 106, + "endOffset": 1795 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 106, + "endOffset": 1969 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1800, + "endColumn": 121, + "endOffset": 1917 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 121, + "endOffset": 2091 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1922, + "endColumn": 99, + "endOffset": 2017 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2096, + "endColumn": 99, + "endOffset": 2191 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 100, + "endOffset": 2118 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-es\\values-es.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 100, + "endOffset": 2292 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..92a5bbe --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-et-rEE.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 116, + "endOffset": 345 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 350, + "endColumn": 107, + "endOffset": 453 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 458, + "endColumn": 122, + "endOffset": 576 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 106, + "endOffset": 505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 581, + "endColumn": 106, + "endOffset": 683 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 110, + "endOffset": 616 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 110, + "endOffset": 794 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 85, + "endOffset": 880 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 101, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 885, + "endColumn": 101, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 116, + "endOffset": 921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 116, + "endOffset": 1099 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 79, + "endOffset": 1001 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 79, + "endOffset": 1179 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 77, + "endOffset": 1079 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1184, + "endColumn": 77, + "endOffset": 1257 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 82, + "endOffset": 1162 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 82, + "endOffset": 1340 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 110, + "endOffset": 1273 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1345, + "endColumn": 110, + "endOffset": 1451 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1278, + "endColumn": 104, + "endOffset": 1378 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1456, + "endColumn": 104, + "endOffset": 1556 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1383, + "endColumn": 98, + "endOffset": 1477 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1561, + "endColumn": 98, + "endOffset": 1655 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1482, + "endColumn": 109, + "endOffset": 1587 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1660, + "endColumn": 109, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1592, + "endColumn": 100, + "endOffset": 1688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 100, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1693, + "endColumn": 102, + "endOffset": 1791 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 102, + "endOffset": 1969 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1796, + "endColumn": 127, + "endOffset": 1919 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 127, + "endOffset": 2097 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1924, + "endColumn": 101, + "endOffset": 2021 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2102, + "endColumn": 101, + "endOffset": 2199 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2026, + "endColumn": 100, + "endOffset": 2122 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-et-rEE\\values-et-rEE.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2204, + "endColumn": 100, + "endOffset": 2300 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..52ac2a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-eu-rES.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 108, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 342, + "endColumn": 107, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 450, + "endColumn": 122, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 97, + "endOffset": 488 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 97, + "endOffset": 666 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 109, + "endOffset": 598 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 671, + "endColumn": 109, + "endOffset": 776 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 85, + "endOffset": 684 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 781, + "endColumn": 85, + "endOffset": 862 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 105, + "endOffset": 790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 867, + "endColumn": 105, + "endOffset": 968 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 123, + "endOffset": 914 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 123, + "endOffset": 1092 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 86, + "endOffset": 1001 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 86, + "endOffset": 1179 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 83, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1184, + "endColumn": 83, + "endOffset": 1263 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 81, + "endOffset": 1167 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 81, + "endOffset": 1345 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1172, + "endColumn": 108, + "endOffset": 1276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1350, + "endColumn": 108, + "endOffset": 1454 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 109, + "endOffset": 1386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1459, + "endColumn": 109, + "endOffset": 1564 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 98, + "endOffset": 1485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 98, + "endOffset": 1663 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1490, + "endColumn": 108, + "endOffset": 1594 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 108, + "endOffset": 1772 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1599, + "endColumn": 112, + "endOffset": 1707 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1777, + "endColumn": 112, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1712, + "endColumn": 110, + "endOffset": 1818 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 110, + "endOffset": 1996 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1823, + "endColumn": 136, + "endOffset": 1955 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 136, + "endOffset": 2133 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1960, + "endColumn": 98, + "endOffset": 2054 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2138, + "endColumn": 98, + "endOffset": 2232 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2059, + "endColumn": 100, + "endOffset": 2155 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-eu-rES\\values-eu-rES.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2237, + "endColumn": 100, + "endOffset": 2333 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..68a5e14 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-fa.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 109, + "endOffset": 334 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 109, + "endOffset": 270 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 339, + "endColumn": 109, + "endOffset": 444 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 125, + "endOffset": 396 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 449, + "endColumn": 125, + "endOffset": 570 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 102, + "endOffset": 499 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 575, + "endColumn": 102, + "endOffset": 673 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 110, + "endOffset": 610 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 110, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 83, + "endOffset": 694 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 83, + "endOffset": 868 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 102, + "endOffset": 797 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 873, + "endColumn": 102, + "endOffset": 971 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 114, + "endOffset": 912 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 976, + "endColumn": 114, + "endOffset": 1086 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 78, + "endOffset": 991 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 78, + "endOffset": 1165 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 77, + "endOffset": 1069 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 77, + "endOffset": 1243 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 80, + "endOffset": 1150 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1248, + "endColumn": 80, + "endOffset": 1324 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 111, + "endOffset": 1262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1329, + "endColumn": 111, + "endOffset": 1436 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1267, + "endColumn": 102, + "endOffset": 1365 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1441, + "endColumn": 102, + "endOffset": 1539 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 97, + "endOffset": 1463 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1544, + "endColumn": 97, + "endOffset": 1637 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1468, + "endColumn": 109, + "endOffset": 1573 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 109, + "endOffset": 1747 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 102, + "endOffset": 1676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 102, + "endOffset": 1850 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1681, + "endColumn": 108, + "endOffset": 1785 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 108, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 124, + "endOffset": 1910 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 124, + "endOffset": 2084 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 100, + "endOffset": 2011 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2089, + "endColumn": 100, + "endOffset": 2185 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2016, + "endColumn": 100, + "endOffset": 2112 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fa\\values-fa.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2190, + "endColumn": 100, + "endOffset": 2286 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..aab5153 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-fi.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 107, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 99, + "endOffset": 489 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 99, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 100, + "endOffset": 590 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 100, + "endOffset": 764 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 85, + "endOffset": 676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 769, + "endColumn": 85, + "endOffset": 850 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 104, + "endOffset": 781 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 855, + "endColumn": 104, + "endOffset": 955 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 117, + "endOffset": 899 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 960, + "endColumn": 117, + "endOffset": 1073 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 904, + "endColumn": 86, + "endOffset": 986 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1078, + "endColumn": 86, + "endOffset": 1160 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 991, + "endColumn": 81, + "endOffset": 1068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 81, + "endOffset": 1242 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 79, + "endOffset": 1148 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1247, + "endColumn": 79, + "endOffset": 1322 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1153, + "endColumn": 106, + "endOffset": 1255 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 106, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 102, + "endOffset": 1358 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 102, + "endOffset": 1532 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 96, + "endOffset": 1455 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 96, + "endOffset": 1629 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 105, + "endOffset": 1561 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1634, + "endColumn": 105, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1566, + "endColumn": 98, + "endOffset": 1660 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 98, + "endOffset": 1834 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 103, + "endOffset": 1764 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1839, + "endColumn": 103, + "endOffset": 1938 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1769, + "endColumn": 118, + "endOffset": 1883 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1943, + "endColumn": 118, + "endOffset": 2057 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 98, + "endOffset": 1982 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2062, + "endColumn": 98, + "endOffset": 2156 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1987, + "endColumn": 100, + "endOffset": 2083 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fi\\values-fi.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2161, + "endColumn": 100, + "endOffset": 2257 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..e62659b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 110, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 344, + "endColumn": 107, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 452, + "endColumn": 122, + "endOffset": 570 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 575, + "endColumn": 114, + "endOffset": 685 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 110, + "endOffset": 796 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 86, + "endOffset": 705 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 86, + "endOffset": 883 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 115, + "endOffset": 821 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 888, + "endColumn": 115, + "endOffset": 999 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 826, + "endColumn": 129, + "endOffset": 951 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1004, + "endColumn": 129, + "endOffset": 1129 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 956, + "endColumn": 82, + "endOffset": 1034 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1134, + "endColumn": 82, + "endOffset": 1212 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1039, + "endColumn": 79, + "endOffset": 1114 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 79, + "endOffset": 1292 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1119, + "endColumn": 95, + "endOffset": 1210 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1297, + "endColumn": 95, + "endOffset": 1388 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1215, + "endColumn": 109, + "endOffset": 1320 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1393, + "endColumn": 109, + "endOffset": 1498 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 111, + "endOffset": 1432 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1503, + "endColumn": 111, + "endOffset": 1610 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 102, + "endOffset": 1535 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1615, + "endColumn": 102, + "endOffset": 1713 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 110, + "endOffset": 1646 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1718, + "endColumn": 110, + "endOffset": 1824 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 106, + "endOffset": 1753 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1829, + "endColumn": 106, + "endOffset": 1931 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 101, + "endOffset": 1855 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1936, + "endColumn": 101, + "endOffset": 2033 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1860, + "endColumn": 121, + "endOffset": 1977 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2038, + "endColumn": 121, + "endOffset": 2155 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1982, + "endColumn": 98, + "endOffset": 2076 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2160, + "endColumn": 98, + "endOffset": 2254 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr-rCA\\values-fr-rCA.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2259, + "endColumn": 100, + "endOffset": 2355 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..eb1b8b7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-fr.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 110, + "endOffset": 335 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 340, + "endColumn": 107, + "endOffset": 443 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 448, + "endColumn": 122, + "endOffset": 566 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 571, + "endColumn": 114, + "endOffset": 681 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 110, + "endOffset": 792 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 81, + "endOffset": 700 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 81, + "endOffset": 874 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 705, + "endColumn": 105, + "endOffset": 806 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 879, + "endColumn": 105, + "endOffset": 980 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 811, + "endColumn": 129, + "endOffset": 936 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 985, + "endColumn": 129, + "endOffset": 1110 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 941, + "endColumn": 82, + "endOffset": 1019 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1115, + "endColumn": 82, + "endOffset": 1193 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 79, + "endOffset": 1099 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 79, + "endOffset": 1273 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 85, + "endOffset": 1185 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1278, + "endColumn": 85, + "endOffset": 1359 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1190, + "endColumn": 109, + "endOffset": 1295 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1364, + "endColumn": 109, + "endOffset": 1469 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1300, + "endColumn": 111, + "endOffset": 1407 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 111, + "endOffset": 1581 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 102, + "endOffset": 1510 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1586, + "endColumn": 102, + "endOffset": 1684 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 110, + "endOffset": 1621 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1689, + "endColumn": 110, + "endOffset": 1795 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1626, + "endColumn": 106, + "endOffset": 1728 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1800, + "endColumn": 106, + "endOffset": 1902 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1733, + "endColumn": 106, + "endOffset": 1835 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 106, + "endOffset": 2009 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1840, + "endColumn": 121, + "endOffset": 1957 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2014, + "endColumn": 121, + "endOffset": 2131 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 98, + "endOffset": 2056 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2136, + "endColumn": 98, + "endOffset": 2230 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2061, + "endColumn": 100, + "endOffset": 2157 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-fr\\values-fr.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2235, + "endColumn": 100, + "endOffset": 2331 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..75cdf17 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-gl-rES.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 111, + "endOffset": 340 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 345, + "endColumn": 107, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 453, + "endColumn": 122, + "endOffset": 571 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 111, + "endOffset": 505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 111, + "endOffset": 683 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 107, + "endOffset": 613 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 107, + "endOffset": 791 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 84, + "endOffset": 698 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 796, + "endColumn": 84, + "endOffset": 876 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 101, + "endOffset": 800 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 881, + "endColumn": 101, + "endOffset": 978 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 125, + "endOffset": 926 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 125, + "endOffset": 1104 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 931, + "endColumn": 83, + "endOffset": 1010 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 83, + "endOffset": 1188 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 80, + "endOffset": 1091 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1193, + "endColumn": 80, + "endOffset": 1269 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1096, + "endColumn": 81, + "endOffset": 1173 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1274, + "endColumn": 81, + "endOffset": 1351 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1178, + "endColumn": 106, + "endOffset": 1280 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 106, + "endOffset": 1458 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 108, + "endOffset": 1389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1463, + "endColumn": 108, + "endOffset": 1567 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1394, + "endColumn": 98, + "endOffset": 1488 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1572, + "endColumn": 98, + "endOffset": 1666 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 107, + "endOffset": 1596 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1671, + "endColumn": 107, + "endOffset": 1774 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1601, + "endColumn": 102, + "endOffset": 1699 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 102, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1704, + "endColumn": 106, + "endOffset": 1806 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 106, + "endOffset": 1984 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 121, + "endOffset": 1928 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1989, + "endColumn": 121, + "endOffset": 2106 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1933, + "endColumn": 99, + "endOffset": 2028 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2111, + "endColumn": 99, + "endOffset": 2206 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2033, + "endColumn": 100, + "endOffset": 2129 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gl-rES\\values-gl-rES.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2211, + "endColumn": 100, + "endOffset": 2307 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-gu-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-gu-rIN.json new file mode 100644 index 0000000..870ad32 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-gu-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-gu-rIN\\values-gu-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 108, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 342, + "endColumn": 107, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 450, + "endColumn": 122, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 103, + "endOffset": 672 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 106, + "endOffset": 601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 677, + "endColumn": 106, + "endOffset": 779 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 86, + "endOffset": 688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 784, + "endColumn": 86, + "endOffset": 866 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 693, + "endColumn": 100, + "endOffset": 789 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 871, + "endColumn": 100, + "endOffset": 967 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 122, + "endOffset": 912 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 122, + "endOffset": 1090 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 76, + "endOffset": 989 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1095, + "endColumn": 76, + "endOffset": 1167 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 994, + "endColumn": 77, + "endOffset": 1067 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1172, + "endColumn": 77, + "endOffset": 1245 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1072, + "endColumn": 79, + "endOffset": 1147 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1250, + "endColumn": 79, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 105, + "endOffset": 1253 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 105, + "endOffset": 1431 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 101, + "endOffset": 1355 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 101, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1360, + "endColumn": 96, + "endOffset": 1452 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 96, + "endOffset": 1630 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1457, + "endColumn": 108, + "endOffset": 1561 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1635, + "endColumn": 108, + "endOffset": 1739 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1566, + "endColumn": 98, + "endOffset": 1660 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 98, + "endOffset": 1838 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 109, + "endOffset": 1770 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1843, + "endColumn": 109, + "endOffset": 1948 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 120, + "endOffset": 1891 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1953, + "endColumn": 120, + "endOffset": 2069 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1896, + "endColumn": 102, + "endOffset": 1994 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2074, + "endColumn": 102, + "endOffset": 2172 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1999, + "endColumn": 100, + "endOffset": 2095 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-gu-rIN\\values-gu-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2177, + "endColumn": 100, + "endOffset": 2273 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-h320dp-v13.json b/app/build/intermediates/blame/res/debug/multi/values-h320dp-v13.json new file mode 100644 index 0000000..93b578d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-h320dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-h320dp-v13\\values-h320dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 57, + "endOffset": 108 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-h320dp\\values-h320dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 231, + "endColumn": 57, + "endOffset": 284 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3bfbff7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-h720dp\\values-h720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 232, + "endColumn": 66, + "endOffset": 294 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..919af26 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json @@ -0,0 +1,28 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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": 327 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hdpi\\values-hdpi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 235, + "endLine": 8, + "endColumn": 13, + "endOffset": 507 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..afba917 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-hi.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-hi\\values-hi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 116, + "endOffset": 341 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 346, + "endColumn": 107, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 454, + "endColumn": 122, + "endOffset": 572 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 104, + "endOffset": 503 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 104, + "endOffset": 677 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 106, + "endOffset": 610 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 106, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 84, + "endOffset": 695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 84, + "endOffset": 869 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 101, + "endOffset": 797 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 874, + "endColumn": 101, + "endOffset": 971 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 121, + "endOffset": 919 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 976, + "endColumn": 121, + "endOffset": 1093 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 924, + "endColumn": 76, + "endOffset": 996 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1098, + "endColumn": 76, + "endOffset": 1170 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 77, + "endOffset": 1074 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1175, + "endColumn": 77, + "endOffset": 1248 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1079, + "endColumn": 89, + "endOffset": 1164 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 89, + "endOffset": 1338 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 108, + "endOffset": 1273 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 108, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1278, + "endColumn": 101, + "endOffset": 1375 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 101, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1380, + "endColumn": 97, + "endOffset": 1473 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 97, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1478, + "endColumn": 109, + "endOffset": 1583 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 109, + "endOffset": 1757 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 99, + "endOffset": 1683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 99, + "endOffset": 1857 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 114, + "endOffset": 1798 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 114, + "endOffset": 1972 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1803, + "endColumn": 124, + "endOffset": 1923 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1977, + "endColumn": 124, + "endOffset": 2097 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 105, + "endOffset": 2029 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2102, + "endColumn": 105, + "endOffset": 2203 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2034, + "endColumn": 100, + "endOffset": 2130 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hi\\values-hi.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2208, + "endColumn": 100, + "endOffset": 2304 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..d772fd9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-hr.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 104, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 334, + "endColumn": 107, + "endOffset": 437 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 442, + "endColumn": 122, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 96, + "endOffset": 483 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 565, + "endColumn": 96, + "endOffset": 657 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 109, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 662, + "endColumn": 109, + "endOffset": 767 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 85, + "endOffset": 679 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 772, + "endColumn": 85, + "endOffset": 853 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 103, + "endOffset": 783 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 858, + "endColumn": 103, + "endOffset": 957 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 118, + "endOffset": 902 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 962, + "endColumn": 118, + "endOffset": 1076 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 83, + "endOffset": 986 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 83, + "endOffset": 1160 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 991, + "endColumn": 82, + "endOffset": 1069 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 82, + "endOffset": 1243 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 85, + "endOffset": 1155 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1248, + "endColumn": 85, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 103, + "endOffset": 1259 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 103, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 112, + "endOffset": 1372 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 112, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 105, + "endOffset": 1478 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 105, + "endOffset": 1652 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1483, + "endColumn": 104, + "endOffset": 1583 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 104, + "endOffset": 1757 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 112, + "endOffset": 1696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 112, + "endOffset": 1870 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 106, + "endOffset": 1803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 106, + "endOffset": 1977 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 122, + "endOffset": 1926 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1982, + "endColumn": 122, + "endOffset": 2100 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1931, + "endColumn": 96, + "endOffset": 2023 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2105, + "endColumn": 96, + "endOffset": 2197 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2028, + "endColumn": 100, + "endOffset": 2124 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hr\\values-hr.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2202, + "endColumn": 100, + "endOffset": 2298 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..60bf452 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-hu.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 107, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 104, + "endOffset": 494 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 104, + "endOffset": 668 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 114, + "endOffset": 609 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 114, + "endOffset": 783 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 83, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 83, + "endOffset": 867 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 111, + "endOffset": 805 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 872, + "endColumn": 111, + "endOffset": 979 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 129, + "endOffset": 935 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 129, + "endOffset": 1109 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 75, + "endOffset": 1011 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 75, + "endOffset": 1185 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 75, + "endOffset": 1087 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1190, + "endColumn": 75, + "endOffset": 1261 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1092, + "endColumn": 82, + "endOffset": 1170 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 82, + "endOffset": 1344 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1175, + "endColumn": 109, + "endOffset": 1280 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1349, + "endColumn": 109, + "endOffset": 1454 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 110, + "endOffset": 1391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1459, + "endColumn": 110, + "endOffset": 1565 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1396, + "endColumn": 99, + "endOffset": 1491 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 99, + "endOffset": 1665 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1496, + "endColumn": 110, + "endOffset": 1602 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1670, + "endColumn": 110, + "endOffset": 1776 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1607, + "endColumn": 107, + "endOffset": 1710 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1781, + "endColumn": 107, + "endOffset": 1884 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1715, + "endColumn": 118, + "endOffset": 1829 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1889, + "endColumn": 118, + "endOffset": 2003 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1834, + "endColumn": 133, + "endOffset": 1963 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2008, + "endColumn": 133, + "endOffset": 2137 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1968, + "endColumn": 102, + "endOffset": 2066 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2142, + "endColumn": 102, + "endOffset": 2240 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2071, + "endColumn": 100, + "endOffset": 2167 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hu\\values-hu.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2245, + "endColumn": 100, + "endOffset": 2341 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..61ea216 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 102, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 107, + "endOffset": 439 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 444, + "endColumn": 122, + "endOffset": 562 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 100, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 567, + "endColumn": 100, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 109, + "endOffset": 595 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 109, + "endOffset": 773 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 89, + "endOffset": 685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 778, + "endColumn": 89, + "endOffset": 863 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 105, + "endOffset": 791 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 868, + "endColumn": 105, + "endOffset": 969 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 796, + "endColumn": 114, + "endOffset": 906 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 114, + "endOffset": 1084 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 81, + "endOffset": 988 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1089, + "endColumn": 81, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 80, + "endOffset": 1069 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 80, + "endOffset": 1247 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 84, + "endOffset": 1154 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1252, + "endColumn": 84, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1159, + "endColumn": 106, + "endOffset": 1261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 106, + "endOffset": 1439 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 106, + "endOffset": 1368 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1444, + "endColumn": 106, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1373, + "endColumn": 98, + "endOffset": 1467 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 98, + "endOffset": 1645 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 109, + "endOffset": 1577 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1650, + "endColumn": 109, + "endOffset": 1755 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1582, + "endColumn": 106, + "endOffset": 1684 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 106, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1689, + "endColumn": 100, + "endOffset": 1785 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 100, + "endOffset": 1963 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 119, + "endOffset": 1905 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1968, + "endColumn": 119, + "endOffset": 2083 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1910, + "endColumn": 98, + "endOffset": 2004 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 98, + "endOffset": 2182 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 100, + "endOffset": 2105 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-hy-rAM\\values-hy-rAM.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2187, + "endColumn": 100, + "endOffset": 2283 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..0bef13e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-in.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 109, + "endOffset": 334 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 339, + "endColumn": 107, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 447, + "endColumn": 122, + "endOffset": 565 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 570, + "endColumn": 101, + "endOffset": 667 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 104, + "endOffset": 598 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 104, + "endOffset": 772 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 86, + "endOffset": 685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 777, + "endColumn": 86, + "endOffset": 859 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 864, + "endColumn": 103, + "endOffset": 963 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 115, + "endOffset": 905 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 968, + "endColumn": 115, + "endOffset": 1079 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 81, + "endOffset": 987 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 81, + "endOffset": 1161 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 78, + "endOffset": 1066 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 78, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1071, + "endColumn": 85, + "endOffset": 1152 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 85, + "endOffset": 1326 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1157, + "endColumn": 102, + "endOffset": 1255 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1331, + "endColumn": 102, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 108, + "endOffset": 1364 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 108, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1369, + "endColumn": 100, + "endOffset": 1465 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 100, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1470, + "endColumn": 103, + "endOffset": 1569 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 103, + "endOffset": 1743 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1574, + "endColumn": 107, + "endOffset": 1677 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 107, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1682, + "endColumn": 107, + "endOffset": 1785 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 107, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 122, + "endOffset": 1908 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 122, + "endOffset": 2082 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1913, + "endColumn": 98, + "endOffset": 2007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 98, + "endOffset": 2181 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2012, + "endColumn": 100, + "endOffset": 2108 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-in\\values-in.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2186, + "endColumn": 100, + "endOffset": 2282 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..e2d2fc0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-is-rIS.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 99, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 155, + "endColumn": 107, + "endOffset": 258 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 333, + "endColumn": 107, + "endOffset": 436 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 263, + "endColumn": 122, + "endOffset": 381 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 441, + "endColumn": 122, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 386, + "endColumn": 96, + "endOffset": 478 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 564, + "endColumn": 96, + "endOffset": 656 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 111, + "endOffset": 590 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 661, + "endColumn": 111, + "endOffset": 768 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 84, + "endOffset": 675 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 773, + "endColumn": 84, + "endOffset": 853 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 100, + "endOffset": 776 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 858, + "endColumn": 100, + "endOffset": 954 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 781, + "endColumn": 113, + "endOffset": 890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 959, + "endColumn": 113, + "endOffset": 1068 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 79, + "endOffset": 970 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 79, + "endOffset": 1148 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 79, + "endOffset": 1050 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1153, + "endColumn": 79, + "endOffset": 1228 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1055, + "endColumn": 80, + "endOffset": 1131 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1233, + "endColumn": 80, + "endOffset": 1309 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1136, + "endColumn": 109, + "endOffset": 1241 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1314, + "endColumn": 109, + "endOffset": 1419 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1246, + "endColumn": 107, + "endOffset": 1349 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1424, + "endColumn": 107, + "endOffset": 1527 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1354, + "endColumn": 97, + "endOffset": 1447 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1532, + "endColumn": 97, + "endOffset": 1625 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 108, + "endOffset": 1556 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 108, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1561, + "endColumn": 98, + "endOffset": 1655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 98, + "endOffset": 1833 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1660, + "endColumn": 102, + "endOffset": 1758 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1838, + "endColumn": 102, + "endOffset": 1936 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 117, + "endOffset": 1876 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1941, + "endColumn": 117, + "endOffset": 2054 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1881, + "endColumn": 97, + "endOffset": 1974 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2059, + "endColumn": 97, + "endOffset": 2152 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 100, + "endOffset": 2075 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-is-rIS\\values-is-rIS.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2157, + "endColumn": 100, + "endOffset": 2253 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..679832b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-it.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 108, + "endOffset": 333 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 338, + "endColumn": 107, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 446, + "endColumn": 122, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 99, + "endOffset": 490 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 99, + "endOffset": 664 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 108, + "endOffset": 599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 669, + "endColumn": 108, + "endOffset": 773 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 778, + "endColumn": 83, + "endOffset": 857 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 108, + "endOffset": 792 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 862, + "endColumn": 108, + "endOffset": 966 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 124, + "endOffset": 917 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 971, + "endColumn": 124, + "endOffset": 1091 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 922, + "endColumn": 76, + "endOffset": 994 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1096, + "endColumn": 76, + "endOffset": 1168 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 75, + "endOffset": 1070 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1173, + "endColumn": 75, + "endOffset": 1244 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 80, + "endOffset": 1151 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 80, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1156, + "endColumn": 105, + "endOffset": 1257 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 105, + "endOffset": 1431 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 107, + "endOffset": 1365 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 107, + "endOffset": 1539 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 97, + "endOffset": 1463 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1544, + "endColumn": 97, + "endOffset": 1637 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1468, + "endColumn": 103, + "endOffset": 1567 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 103, + "endOffset": 1741 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1572, + "endColumn": 104, + "endOffset": 1672 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 104, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1677, + "endColumn": 106, + "endOffset": 1779 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 106, + "endOffset": 1953 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 121, + "endOffset": 1901 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1958, + "endColumn": 121, + "endOffset": 2075 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1906, + "endColumn": 99, + "endOffset": 2001 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 99, + "endOffset": 2175 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2006, + "endColumn": 100, + "endOffset": 2102 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-it\\values-it.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2180, + "endColumn": 100, + "endOffset": 2276 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..801553c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-iw.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 103, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 109, + "endOffset": 264 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 333, + "endColumn": 109, + "endOffset": 438 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 125, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 443, + "endColumn": 125, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 98, + "endOffset": 489 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 98, + "endOffset": 663 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 107, + "endOffset": 597 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 668, + "endColumn": 107, + "endOffset": 771 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 83, + "endOffset": 681 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 776, + "endColumn": 83, + "endOffset": 855 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 99, + "endOffset": 781 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 99, + "endOffset": 955 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 113, + "endOffset": 895 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 960, + "endColumn": 113, + "endOffset": 1069 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 900, + "endColumn": 77, + "endOffset": 973 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 77, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 978, + "endColumn": 77, + "endOffset": 1051 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 77, + "endOffset": 1225 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1056, + "endColumn": 78, + "endOffset": 1130 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 78, + "endOffset": 1304 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1135, + "endColumn": 101, + "endOffset": 1232 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 101, + "endOffset": 1406 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 103, + "endOffset": 1336 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 103, + "endOffset": 1510 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 95, + "endOffset": 1432 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 95, + "endOffset": 1606 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 102, + "endOffset": 1535 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1611, + "endColumn": 102, + "endOffset": 1709 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 100, + "endOffset": 1636 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 100, + "endOffset": 1810 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 99, + "endOffset": 1736 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1815, + "endColumn": 99, + "endOffset": 1910 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 115, + "endOffset": 1852 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 115, + "endOffset": 2026 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 95, + "endOffset": 1948 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2031, + "endColumn": 95, + "endOffset": 2122 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1953, + "endColumn": 102, + "endOffset": 2051 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-iw\\values-iw.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2127, + "endColumn": 102, + "endOffset": 2225 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..8e933ba --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ja.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 96, + "endOffset": 321 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 152, + "endColumn": 106, + "endOffset": 254 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 326, + "endColumn": 106, + "endOffset": 428 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 259, + "endColumn": 120, + "endOffset": 375 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 433, + "endColumn": 120, + "endOffset": 549 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 554, + "endColumn": 92, + "endOffset": 642 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 104, + "endOffset": 573 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 647, + "endColumn": 104, + "endOffset": 747 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 81, + "endOffset": 655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 81, + "endOffset": 829 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 660, + "endColumn": 97, + "endOffset": 753 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 834, + "endColumn": 97, + "endOffset": 927 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 758, + "endColumn": 107, + "endOffset": 861 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 932, + "endColumn": 107, + "endOffset": 1035 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 76, + "endOffset": 938 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1040, + "endColumn": 76, + "endOffset": 1112 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 943, + "endColumn": 75, + "endOffset": 1014 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1117, + "endColumn": 75, + "endOffset": 1188 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 77, + "endOffset": 1092 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1193, + "endColumn": 77, + "endOffset": 1266 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 101, + "endOffset": 1194 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1271, + "endColumn": 101, + "endOffset": 1368 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1199, + "endColumn": 98, + "endOffset": 1293 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1373, + "endColumn": 98, + "endOffset": 1467 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1298, + "endColumn": 94, + "endOffset": 1388 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 94, + "endOffset": 1562 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1393, + "endColumn": 102, + "endOffset": 1491 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1567, + "endColumn": 102, + "endOffset": 1665 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1496, + "endColumn": 94, + "endOffset": 1586 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1670, + "endColumn": 94, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1591, + "endColumn": 95, + "endOffset": 1682 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 95, + "endOffset": 1856 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1687, + "endColumn": 110, + "endOffset": 1793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 110, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1798, + "endColumn": 96, + "endOffset": 1890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 96, + "endOffset": 2064 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1895, + "endColumn": 100, + "endOffset": 1991 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ja\\values-ja.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 100, + "endOffset": 2165 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..dc4654e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 108, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 342, + "endColumn": 107, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 450, + "endColumn": 122, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 103, + "endOffset": 672 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 110, + "endOffset": 605 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 677, + "endColumn": 110, + "endOffset": 783 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 87, + "endOffset": 871 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 876, + "endColumn": 104, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 112, + "endOffset": 911 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 112, + "endOffset": 1089 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 83, + "endOffset": 995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1094, + "endColumn": 83, + "endOffset": 1173 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 81, + "endOffset": 1077 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1178, + "endColumn": 81, + "endOffset": 1255 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 82, + "endOffset": 1160 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 82, + "endOffset": 1338 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 112, + "endOffset": 1273 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 112, + "endOffset": 1451 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1278, + "endColumn": 106, + "endOffset": 1380 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1456, + "endColumn": 106, + "endOffset": 1558 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1385, + "endColumn": 97, + "endOffset": 1478 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1563, + "endColumn": 97, + "endOffset": 1656 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1483, + "endColumn": 112, + "endOffset": 1591 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 112, + "endOffset": 1769 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1596, + "endColumn": 103, + "endOffset": 1695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1774, + "endColumn": 103, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1700, + "endColumn": 103, + "endOffset": 1799 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 103, + "endOffset": 1977 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1804, + "endColumn": 121, + "endOffset": 1921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1982, + "endColumn": 121, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 97, + "endOffset": 2019 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 97, + "endOffset": 2197 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 100, + "endOffset": 2120 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ka-rGE\\values-ka-rGE.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2202, + "endColumn": 100, + "endOffset": 2298 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..24676ff --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 111, + "endOffset": 340 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 345, + "endColumn": 107, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 453, + "endColumn": 122, + "endOffset": 571 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 102, + "endOffset": 496 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 102, + "endOffset": 674 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 109, + "endOffset": 606 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 679, + "endColumn": 109, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 84, + "endOffset": 691 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 84, + "endOffset": 869 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 696, + "endColumn": 105, + "endOffset": 797 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 874, + "endColumn": 105, + "endOffset": 975 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 118, + "endOffset": 916 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 980, + "endColumn": 118, + "endOffset": 1094 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 80, + "endOffset": 997 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 80, + "endOffset": 1175 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 79, + "endOffset": 1077 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1180, + "endColumn": 79, + "endOffset": 1255 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 80, + "endOffset": 1158 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 80, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 102, + "endOffset": 1261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 102, + "endOffset": 1439 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 104, + "endOffset": 1366 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1444, + "endColumn": 104, + "endOffset": 1544 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1371, + "endColumn": 97, + "endOffset": 1464 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1549, + "endColumn": 97, + "endOffset": 1642 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 106, + "endOffset": 1571 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1647, + "endColumn": 106, + "endOffset": 1749 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 108, + "endOffset": 1680 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1754, + "endColumn": 108, + "endOffset": 1858 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1685, + "endColumn": 99, + "endOffset": 1780 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1863, + "endColumn": 99, + "endOffset": 1958 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 114, + "endOffset": 1895 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1963, + "endColumn": 114, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1900, + "endColumn": 98, + "endOffset": 1994 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 98, + "endOffset": 2172 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1999, + "endColumn": 100, + "endOffset": 2095 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kk-rKZ\\values-kk-rKZ.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2177, + "endColumn": 100, + "endOffset": 2273 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..52b7e34 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-km-rKH.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 102, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 107, + "endOffset": 439 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 444, + "endColumn": 122, + "endOffset": 562 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 99, + "endOffset": 484 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 567, + "endColumn": 99, + "endOffset": 662 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 667, + "endColumn": 111, + "endOffset": 774 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 86, + "endOffset": 683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 779, + "endColumn": 86, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 103, + "endOffset": 787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 103, + "endOffset": 965 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 117, + "endOffset": 905 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 970, + "endColumn": 117, + "endOffset": 1083 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 76, + "endOffset": 982 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 76, + "endOffset": 1160 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 76, + "endOffset": 1059 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 76, + "endOffset": 1237 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1064, + "endColumn": 82, + "endOffset": 1142 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 82, + "endOffset": 1320 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 103, + "endOffset": 1246 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 103, + "endOffset": 1424 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1251, + "endColumn": 104, + "endOffset": 1351 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1429, + "endColumn": 104, + "endOffset": 1529 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 99, + "endOffset": 1451 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 99, + "endOffset": 1629 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1456, + "endColumn": 109, + "endOffset": 1561 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1634, + "endColumn": 109, + "endOffset": 1739 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1566, + "endColumn": 106, + "endOffset": 1668 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 106, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1673, + "endColumn": 107, + "endOffset": 1776 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 107, + "endOffset": 1954 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1781, + "endColumn": 122, + "endOffset": 1899 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1959, + "endColumn": 122, + "endOffset": 2077 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1904, + "endColumn": 97, + "endOffset": 1997 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2082, + "endColumn": 97, + "endOffset": 2175 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2002, + "endColumn": 100, + "endOffset": 2098 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-km-rKH\\values-km-rKH.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2180, + "endColumn": 100, + "endOffset": 2276 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..ec1ac50 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 117, + "endOffset": 346 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 351, + "endColumn": 107, + "endOffset": 454 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 459, + "endColumn": 122, + "endOffset": 577 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 111, + "endOffset": 511 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 582, + "endColumn": 111, + "endOffset": 689 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 112, + "endOffset": 624 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 694, + "endColumn": 112, + "endOffset": 802 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 87, + "endOffset": 712 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 807, + "endColumn": 87, + "endOffset": 890 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 106, + "endOffset": 819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 106, + "endOffset": 997 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 126, + "endOffset": 946 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 126, + "endOffset": 1124 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 951, + "endColumn": 76, + "endOffset": 1023 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 76, + "endOffset": 1201 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1028, + "endColumn": 76, + "endOffset": 1100 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1206, + "endColumn": 76, + "endOffset": 1278 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 81, + "endOffset": 1182 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 81, + "endOffset": 1360 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1187, + "endColumn": 115, + "endOffset": 1298 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1365, + "endColumn": 115, + "endOffset": 1476 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1303, + "endColumn": 110, + "endOffset": 1409 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1481, + "endColumn": 110, + "endOffset": 1587 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1414, + "endColumn": 98, + "endOffset": 1508 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1592, + "endColumn": 98, + "endOffset": 1686 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 112, + "endOffset": 1621 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1691, + "endColumn": 112, + "endOffset": 1799 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1626, + "endColumn": 103, + "endOffset": 1725 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1804, + "endColumn": 103, + "endOffset": 1903 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1730, + "endColumn": 113, + "endOffset": 1839 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1908, + "endColumn": 113, + "endOffset": 2017 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 125, + "endOffset": 1965 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 125, + "endOffset": 2143 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 99, + "endOffset": 2065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2148, + "endColumn": 99, + "endOffset": 2243 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2070, + "endColumn": 100, + "endOffset": 2166 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-kn-rIN\\values-kn-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2248, + "endColumn": 100, + "endOffset": 2344 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..4fe6889 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ko.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 94, + "endOffset": 319 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 107, + "endOffset": 253 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 324, + "endColumn": 107, + "endOffset": 427 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 432, + "endColumn": 122, + "endOffset": 550 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 93, + "endOffset": 470 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 555, + "endColumn": 93, + "endOffset": 644 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 475, + "endColumn": 101, + "endOffset": 572 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 649, + "endColumn": 101, + "endOffset": 746 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 81, + "endOffset": 654 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 751, + "endColumn": 81, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 659, + "endColumn": 97, + "endOffset": 752 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 833, + "endColumn": 97, + "endOffset": 926 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 757, + "endColumn": 105, + "endOffset": 858 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 931, + "endColumn": 105, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 863, + "endColumn": 78, + "endOffset": 937 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 78, + "endOffset": 1111 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 942, + "endColumn": 75, + "endOffset": 1013 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1116, + "endColumn": 75, + "endOffset": 1187 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 79, + "endOffset": 1093 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 79, + "endOffset": 1267 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1098, + "endColumn": 97, + "endOffset": 1191 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1272, + "endColumn": 97, + "endOffset": 1365 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1196, + "endColumn": 94, + "endOffset": 1286 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 94, + "endOffset": 1460 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1291, + "endColumn": 94, + "endOffset": 1381 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1465, + "endColumn": 94, + "endOffset": 1555 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1386, + "endColumn": 99, + "endOffset": 1481 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 99, + "endOffset": 1655 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1486, + "endColumn": 95, + "endOffset": 1577 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1660, + "endColumn": 95, + "endOffset": 1751 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1582, + "endColumn": 98, + "endOffset": 1676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1756, + "endColumn": 98, + "endOffset": 1850 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1681, + "endColumn": 114, + "endOffset": 1791 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 114, + "endOffset": 1965 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1796, + "endColumn": 93, + "endOffset": 1885 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 93, + "endOffset": 2059 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 100, + "endOffset": 1986 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ko\\values-ko.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2064, + "endColumn": 100, + "endOffset": 2160 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3aefa2c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 103, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 94, + "endOffset": 480 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 94, + "endOffset": 658 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 485, + "endColumn": 118, + "endOffset": 599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 663, + "endColumn": 118, + "endOffset": 777 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 83, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 106, + "endOffset": 790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 106, + "endOffset": 968 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 116, + "endOffset": 907 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 116, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 77, + "endOffset": 985 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 990, + "endColumn": 78, + "endOffset": 1064 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 78, + "endOffset": 1242 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1069, + "endColumn": 80, + "endOffset": 1145 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1247, + "endColumn": 80, + "endOffset": 1323 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 109, + "endOffset": 1255 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 109, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 106, + "endOffset": 1362 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 106, + "endOffset": 1540 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1367, + "endColumn": 97, + "endOffset": 1460 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 97, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1465, + "endColumn": 105, + "endOffset": 1566 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 105, + "endOffset": 1744 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1571, + "endColumn": 106, + "endOffset": 1673 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 106, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 100, + "endOffset": 1774 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 100, + "endOffset": 1952 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 123, + "endOffset": 1898 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1957, + "endColumn": 123, + "endOffset": 2076 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 102, + "endOffset": 2001 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 102, + "endOffset": 2179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2006, + "endColumn": 100, + "endOffset": 2102 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ky-rKG\\values-ky-rKG.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 100, + "endOffset": 2280 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..15d60e8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-land.json @@ -0,0 +1,121 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 61, + "endOffset": 286 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 466, + "endColumn": 71, + "endOffset": 533 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 69, + "endOffset": 254 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 722, + "endColumn": 69, + "endOffset": 787 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 259, + "endColumn": 63, + "endOffset": 318 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 967, + "endColumn": 63, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 323, + "endColumn": 70, + "endOffset": 389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1215, + "endColumn": 70, + "endOffset": 1281 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 67, + "endOffset": 457 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-land\\values-land.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1286, + "endColumn": 67, + "endOffset": 1349 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..0e80f51 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-large-v4.json @@ -0,0 +1,254 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 230, + "endColumn": 61, + "endOffset": 287 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 468, + "endColumn": 71, + "endOffset": 535 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 58, + "endOffset": 243 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 540, + "endColumn": 58, + "endOffset": 594 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 775, + "endColumn": 70, + "endOffset": 841 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 70, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 846, + "endColumn": 70, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 69, + "endOffset": 455 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 917, + "endColumn": 69, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 460, + "endColumn": 69, + "endOffset": 525 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 987, + "endColumn": 69, + "endOffset": 1052 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 530, + "endColumn": 67, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1057, + "endColumn": 67, + "endOffset": 1120 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 598, + "endColumn": 67, + "endOffset": 661 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1125, + "endColumn": 67, + "endOffset": 1188 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 666, + "endColumn": 63, + "endOffset": 725 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1193, + "endColumn": 63, + "endOffset": 1252 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 730, + "endColumn": 54, + "endOffset": 780 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1257, + "endColumn": 54, + "endOffset": 1307 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 785, + "endColumn": 103, + "endOffset": 884 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 889, + "endColumn": 115, + "endOffset": 1000 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-large\\values-large.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 115, + "endOffset": 1708 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ldltr-v21.json b/app/build/intermediates/blame/res/debug/multi/values-ldltr-v21.json new file mode 100644 index 0000000..b1cbdd8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ldltr-v21.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 112, + "endOffset": 163 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 240, + "endColumn": 112, + "endOffset": 348 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-ldrtl-v23.json b/app/build/intermediates/blame/res/debug/multi/values-ldrtl-v23.json new file mode 100644 index 0000000..d792329 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ldrtl-v23.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-ldrtl-v23\\values-ldrtl-v23.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 112, + "endOffset": 163 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ldrtl-v23\\values-ldrtl-v23.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 240, + "endColumn": 112, + "endOffset": 348 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..a2ca1e1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 102, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 107, + "endOffset": 439 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 444, + "endColumn": 122, + "endOffset": 562 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 96, + "endOffset": 481 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 567, + "endColumn": 96, + "endOffset": 659 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 106, + "endOffset": 588 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 664, + "endColumn": 106, + "endOffset": 766 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 84, + "endOffset": 673 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 771, + "endColumn": 84, + "endOffset": 851 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 104, + "endOffset": 778 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 856, + "endColumn": 104, + "endOffset": 956 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 111, + "endOffset": 890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 961, + "endColumn": 111, + "endOffset": 1068 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 76, + "endOffset": 967 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 76, + "endOffset": 1145 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 77, + "endOffset": 1045 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 77, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1050, + "endColumn": 79, + "endOffset": 1125 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 79, + "endOffset": 1303 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 106, + "endOffset": 1232 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 106, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 96, + "endOffset": 1329 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 96, + "endOffset": 1507 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 97, + "endOffset": 1427 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1512, + "endColumn": 97, + "endOffset": 1605 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1432, + "endColumn": 104, + "endOffset": 1532 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1610, + "endColumn": 104, + "endOffset": 1710 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 102, + "endOffset": 1635 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1715, + "endColumn": 102, + "endOffset": 1813 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1640, + "endColumn": 103, + "endOffset": 1739 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 103, + "endOffset": 1917 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 121, + "endOffset": 1861 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1922, + "endColumn": 121, + "endOffset": 2039 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 95, + "endOffset": 1957 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2044, + "endColumn": 95, + "endOffset": 2135 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 100, + "endOffset": 2058 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lo-rLA\\values-lo-rLA.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2140, + "endColumn": 100, + "endOffset": 2236 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..216d09f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-lt.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 115, + "endOffset": 340 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 345, + "endColumn": 107, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 453, + "endColumn": 122, + "endOffset": 571 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 100, + "endOffset": 498 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 100, + "endOffset": 672 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 112, + "endOffset": 611 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 677, + "endColumn": 112, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 86, + "endOffset": 698 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 86, + "endOffset": 872 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 108, + "endOffset": 807 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 877, + "endColumn": 108, + "endOffset": 981 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 120, + "endOffset": 1102 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 81, + "endOffset": 1010 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1107, + "endColumn": 81, + "endOffset": 1184 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 80, + "endOffset": 1091 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1189, + "endColumn": 80, + "endOffset": 1265 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1096, + "endColumn": 84, + "endOffset": 1176 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1270, + "endColumn": 84, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1181, + "endColumn": 108, + "endOffset": 1285 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 108, + "endOffset": 1459 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1290, + "endColumn": 108, + "endOffset": 1394 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1464, + "endColumn": 108, + "endOffset": 1568 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1399, + "endColumn": 99, + "endOffset": 1494 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1573, + "endColumn": 99, + "endOffset": 1668 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1499, + "endColumn": 109, + "endOffset": 1604 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1673, + "endColumn": 109, + "endOffset": 1778 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1609, + "endColumn": 103, + "endOffset": 1708 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1783, + "endColumn": 103, + "endOffset": 1882 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1713, + "endColumn": 112, + "endOffset": 1821 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1887, + "endColumn": 112, + "endOffset": 1995 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 129, + "endOffset": 1951 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 129, + "endOffset": 2125 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1956, + "endColumn": 100, + "endOffset": 2052 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2130, + "endColumn": 100, + "endOffset": 2226 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2057, + "endColumn": 100, + "endOffset": 2153 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lt\\values-lt.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2231, + "endColumn": 100, + "endOffset": 2327 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..54c51f0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-lv.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 119, + "endOffset": 344 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 349, + "endColumn": 107, + "endOffset": 452 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 457, + "endColumn": 122, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 107, + "endOffset": 509 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 580, + "endColumn": 107, + "endOffset": 683 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 514, + "endColumn": 108, + "endOffset": 618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 108, + "endOffset": 792 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 85, + "endOffset": 704 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 85, + "endOffset": 878 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 103, + "endOffset": 808 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 883, + "endColumn": 103, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 813, + "endColumn": 121, + "endOffset": 930 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 121, + "endOffset": 1104 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 935, + "endColumn": 81, + "endOffset": 1012 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 81, + "endOffset": 1186 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 81, + "endOffset": 1094 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1191, + "endColumn": 81, + "endOffset": 1268 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 84, + "endOffset": 1179 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1273, + "endColumn": 84, + "endOffset": 1353 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1184, + "endColumn": 108, + "endOffset": 1288 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1358, + "endColumn": 108, + "endOffset": 1462 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1293, + "endColumn": 111, + "endOffset": 1400 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 111, + "endOffset": 1574 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1405, + "endColumn": 98, + "endOffset": 1499 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1579, + "endColumn": 98, + "endOffset": 1673 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1504, + "endColumn": 110, + "endOffset": 1610 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 110, + "endOffset": 1784 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1615, + "endColumn": 108, + "endOffset": 1719 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1789, + "endColumn": 108, + "endOffset": 1893 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1724, + "endColumn": 104, + "endOffset": 1824 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1898, + "endColumn": 104, + "endOffset": 1998 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1829, + "endColumn": 118, + "endOffset": 1943 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2003, + "endColumn": 118, + "endOffset": 2117 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 98, + "endOffset": 2042 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2122, + "endColumn": 98, + "endOffset": 2216 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2047, + "endColumn": 100, + "endOffset": 2143 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-lv\\values-lv.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2221, + "endColumn": 100, + "endOffset": 2317 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..6c791fa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 107, + "endOffset": 336 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 122, + "endOffset": 281 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 341, + "endColumn": 122, + "endOffset": 459 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 286, + "endColumn": 103, + "endOffset": 385 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 464, + "endColumn": 103, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 107, + "endOffset": 671 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 85, + "endOffset": 579 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 676, + "endColumn": 85, + "endOffset": 757 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 104, + "endOffset": 684 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 762, + "endColumn": 104, + "endOffset": 862 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 118, + "endOffset": 803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 867, + "endColumn": 118, + "endOffset": 981 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 82, + "endOffset": 886 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 82, + "endOffset": 1064 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 891, + "endColumn": 81, + "endOffset": 968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1069, + "endColumn": 81, + "endOffset": 1146 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 973, + "endColumn": 86, + "endOffset": 1055 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1151, + "endColumn": 86, + "endOffset": 1233 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1060, + "endColumn": 105, + "endOffset": 1161 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 105, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 106, + "endOffset": 1268 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 106, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1273, + "endColumn": 100, + "endOffset": 1369 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 100, + "endOffset": 1547 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1374, + "endColumn": 106, + "endOffset": 1476 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 106, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1481, + "endColumn": 110, + "endOffset": 1587 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 110, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1592, + "endColumn": 103, + "endOffset": 1691 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 103, + "endOffset": 1869 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1696, + "endColumn": 97, + "endOffset": 1789 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 97, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1794, + "endColumn": 100, + "endOffset": 1890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mk-rMK\\values-mk-rMK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 100, + "endOffset": 2068 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..0f1f93d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 118, + "endOffset": 347 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endColumn": 107, + "endOffset": 455 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 460, + "endColumn": 122, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 117, + "endOffset": 518 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 583, + "endColumn": 117, + "endOffset": 696 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 523, + "endColumn": 115, + "endOffset": 634 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 115, + "endOffset": 812 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 639, + "endColumn": 92, + "endOffset": 727 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 817, + "endColumn": 92, + "endOffset": 905 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 104, + "endOffset": 832 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 104, + "endOffset": 1010 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 837, + "endColumn": 131, + "endOffset": 964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 131, + "endOffset": 1142 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 969, + "endColumn": 76, + "endOffset": 1041 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 76, + "endOffset": 1219 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1046, + "endColumn": 75, + "endOffset": 1117 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1224, + "endColumn": 75, + "endOffset": 1295 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1122, + "endColumn": 81, + "endOffset": 1199 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1300, + "endColumn": 81, + "endOffset": 1377 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 110, + "endOffset": 1310 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1382, + "endColumn": 110, + "endOffset": 1488 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 105, + "endOffset": 1416 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 105, + "endOffset": 1594 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1421, + "endColumn": 97, + "endOffset": 1514 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1599, + "endColumn": 97, + "endOffset": 1692 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1519, + "endColumn": 113, + "endOffset": 1628 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1697, + "endColumn": 113, + "endOffset": 1806 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1633, + "endColumn": 100, + "endOffset": 1729 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 100, + "endOffset": 1907 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1734, + "endColumn": 110, + "endOffset": 1840 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1912, + "endColumn": 110, + "endOffset": 2018 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1845, + "endColumn": 127, + "endOffset": 1968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 127, + "endOffset": 2146 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1973, + "endColumn": 100, + "endOffset": 2069 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2151, + "endColumn": 100, + "endOffset": 2247 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2074, + "endColumn": 100, + "endOffset": 2170 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ml-rIN\\values-ml-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2252, + "endColumn": 100, + "endOffset": 2348 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..b8dba1b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 112, + "endOffset": 341 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 168, + "endColumn": 107, + "endOffset": 271 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 346, + "endColumn": 107, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 276, + "endColumn": 122, + "endOffset": 394 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 454, + "endColumn": 122, + "endOffset": 572 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 399, + "endColumn": 99, + "endOffset": 494 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 99, + "endOffset": 672 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 112, + "endOffset": 607 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 677, + "endColumn": 112, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 86, + "endOffset": 872 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 105, + "endOffset": 800 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 877, + "endColumn": 105, + "endOffset": 978 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 111, + "endOffset": 912 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 111, + "endOffset": 1090 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 81, + "endOffset": 994 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1095, + "endColumn": 81, + "endOffset": 1172 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 81, + "endOffset": 1076 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1177, + "endColumn": 81, + "endOffset": 1254 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 81, + "endOffset": 1158 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1259, + "endColumn": 81, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 108, + "endOffset": 1267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 108, + "endOffset": 1445 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1272, + "endColumn": 103, + "endOffset": 1371 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1450, + "endColumn": 103, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1376, + "endColumn": 96, + "endOffset": 1468 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 96, + "endOffset": 1646 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1473, + "endColumn": 107, + "endOffset": 1576 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 107, + "endOffset": 1754 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 100, + "endOffset": 1677 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 100, + "endOffset": 1855 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1682, + "endColumn": 102, + "endOffset": 1780 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1860, + "endColumn": 102, + "endOffset": 1958 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 121, + "endOffset": 1902 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1963, + "endColumn": 121, + "endOffset": 2080 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 96, + "endOffset": 1999 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2085, + "endColumn": 96, + "endOffset": 2177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 100, + "endOffset": 2100 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mn-rMN\\values-mn-rMN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2182, + "endColumn": 100, + "endOffset": 2278 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..c0cbbb3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 117, + "endOffset": 346 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 351, + "endColumn": 107, + "endOffset": 454 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 459, + "endColumn": 122, + "endOffset": 577 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 582, + "endColumn": 105, + "endOffset": 683 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 106, + "endOffset": 790 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 89, + "endOffset": 702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 89, + "endOffset": 880 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 100, + "endOffset": 803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 885, + "endColumn": 100, + "endOffset": 981 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 114, + "endOffset": 918 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 114, + "endOffset": 1096 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 76, + "endOffset": 995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1101, + "endColumn": 76, + "endOffset": 1173 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 77, + "endOffset": 1073 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1178, + "endColumn": 77, + "endOffset": 1251 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1078, + "endColumn": 79, + "endOffset": 1153 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1256, + "endColumn": 79, + "endOffset": 1331 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 111, + "endOffset": 1265 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 111, + "endOffset": 1443 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1270, + "endColumn": 101, + "endOffset": 1367 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1448, + "endColumn": 101, + "endOffset": 1545 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1372, + "endColumn": 95, + "endOffset": 1463 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 95, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1468, + "endColumn": 108, + "endOffset": 1572 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 108, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1577, + "endColumn": 100, + "endOffset": 1673 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 100, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 114, + "endOffset": 1788 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 114, + "endOffset": 1966 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1793, + "endColumn": 122, + "endOffset": 1911 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1971, + "endColumn": 122, + "endOffset": 2089 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1916, + "endColumn": 104, + "endOffset": 2016 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 104, + "endOffset": 2194 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2021, + "endColumn": 100, + "endOffset": 2117 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-mr-rIN\\values-mr-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2199, + "endColumn": 100, + "endOffset": 2295 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..085b232 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 110, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 344, + "endColumn": 107, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 452, + "endColumn": 122, + "endOffset": 570 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 575, + "endColumn": 104, + "endOffset": 675 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 107, + "endOffset": 605 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 107, + "endOffset": 783 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 86, + "endOffset": 692 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 86, + "endOffset": 870 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 103, + "endOffset": 974 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 110, + "endOffset": 907 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 110, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 77, + "endOffset": 985 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 990, + "endColumn": 78, + "endOffset": 1064 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 78, + "endOffset": 1242 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1069, + "endColumn": 79, + "endOffset": 1144 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1247, + "endColumn": 79, + "endOffset": 1322 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 111, + "endOffset": 1256 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 111, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1261, + "endColumn": 108, + "endOffset": 1365 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 108, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 96, + "endOffset": 1462 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 96, + "endOffset": 1640 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 108, + "endOffset": 1571 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1645, + "endColumn": 108, + "endOffset": 1749 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 102, + "endOffset": 1674 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1754, + "endColumn": 102, + "endOffset": 1852 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1679, + "endColumn": 106, + "endOffset": 1781 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 106, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1786, + "endColumn": 121, + "endOffset": 1903 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 121, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1908, + "endColumn": 100, + "endOffset": 2004 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 100, + "endOffset": 2182 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 100, + "endOffset": 2105 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ms-rMY\\values-ms-rMY.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2187, + "endColumn": 100, + "endOffset": 2283 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..efc6c56 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-my-rMM.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 108, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 342, + "endColumn": 107, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 450, + "endColumn": 124, + "endOffset": 570 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 575, + "endColumn": 104, + "endOffset": 675 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 116, + "endOffset": 614 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 116, + "endOffset": 792 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 92, + "endOffset": 707 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 92, + "endOffset": 885 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 890, + "endColumn": 111, + "endOffset": 997 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 135, + "endOffset": 955 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 135, + "endOffset": 1133 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 960, + "endColumn": 77, + "endOffset": 1033 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 77, + "endOffset": 1211 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 78, + "endOffset": 1112 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 78, + "endOffset": 1290 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1117, + "endColumn": 85, + "endOffset": 1198 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1295, + "endColumn": 85, + "endOffset": 1376 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1203, + "endColumn": 124, + "endOffset": 1323 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1381, + "endColumn": 124, + "endOffset": 1501 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 111, + "endOffset": 1435 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 111, + "endOffset": 1613 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1440, + "endColumn": 101, + "endOffset": 1537 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1618, + "endColumn": 101, + "endOffset": 1715 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1542, + "endColumn": 125, + "endOffset": 1663 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1720, + "endColumn": 125, + "endOffset": 1841 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 110, + "endOffset": 1774 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 110, + "endOffset": 1952 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 109, + "endOffset": 1884 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1957, + "endColumn": 109, + "endOffset": 2062 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1889, + "endColumn": 122, + "endOffset": 2007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2067, + "endColumn": 122, + "endOffset": 2185 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2012, + "endColumn": 99, + "endOffset": 2107 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2190, + "endColumn": 99, + "endOffset": 2285 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2112, + "endColumn": 100, + "endOffset": 2208 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-my-rMM\\values-my-rMM.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2290, + "endColumn": 100, + "endOffset": 2386 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..fee0398 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-nb.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 107, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 108, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 108, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 446, + "endColumn": 124, + "endOffset": 566 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 94, + "endOffset": 487 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 571, + "endColumn": 94, + "endOffset": 661 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 113, + "endOffset": 601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 666, + "endColumn": 113, + "endOffset": 775 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 780, + "endColumn": 85, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 99, + "endOffset": 787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 99, + "endOffset": 961 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 112, + "endOffset": 900 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 966, + "endColumn": 112, + "endOffset": 1074 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 905, + "endColumn": 75, + "endOffset": 976 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1079, + "endColumn": 75, + "endOffset": 1150 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 75, + "endOffset": 1052 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 75, + "endOffset": 1226 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1057, + "endColumn": 79, + "endOffset": 1132 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 79, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1137, + "endColumn": 102, + "endOffset": 1235 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 102, + "endOffset": 1409 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1240, + "endColumn": 98, + "endOffset": 1334 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1414, + "endColumn": 98, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 95, + "endOffset": 1430 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 95, + "endOffset": 1604 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 103, + "endOffset": 1534 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1609, + "endColumn": 103, + "endOffset": 1708 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 97, + "endOffset": 1632 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1713, + "endColumn": 97, + "endOffset": 1806 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 100, + "endOffset": 1733 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 100, + "endOffset": 1907 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1738, + "endColumn": 115, + "endOffset": 1849 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1912, + "endColumn": 115, + "endOffset": 2023 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 96, + "endOffset": 1946 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2028, + "endColumn": 96, + "endOffset": 2120 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 100, + "endOffset": 2047 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nb\\values-nb.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 100, + "endOffset": 2221 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..71a55ad --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 104, + "endOffset": 333 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 338, + "endColumn": 107, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 446, + "endColumn": 122, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 103, + "endOffset": 668 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 107, + "endOffset": 598 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 107, + "endOffset": 776 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 90, + "endOffset": 689 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 781, + "endColumn": 90, + "endOffset": 867 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 694, + "endColumn": 106, + "endOffset": 796 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 872, + "endColumn": 106, + "endOffset": 974 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 126, + "endOffset": 923 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 126, + "endOffset": 1101 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 93, + "endOffset": 1017 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1106, + "endColumn": 93, + "endOffset": 1195 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 89, + "endOffset": 1107 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1200, + "endColumn": 89, + "endOffset": 1285 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 87, + "endOffset": 1195 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1290, + "endColumn": 87, + "endOffset": 1373 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1200, + "endColumn": 109, + "endOffset": 1305 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1378, + "endColumn": 109, + "endOffset": 1483 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 115, + "endOffset": 1421 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1488, + "endColumn": 115, + "endOffset": 1599 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1426, + "endColumn": 102, + "endOffset": 1524 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1604, + "endColumn": 102, + "endOffset": 1702 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1529, + "endColumn": 114, + "endOffset": 1639 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1707, + "endColumn": 114, + "endOffset": 1817 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 101, + "endOffset": 1741 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 101, + "endOffset": 1919 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 114, + "endOffset": 1856 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1924, + "endColumn": 114, + "endOffset": 2034 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 130, + "endOffset": 1987 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 130, + "endOffset": 2165 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1992, + "endColumn": 111, + "endOffset": 2099 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2170, + "endColumn": 111, + "endOffset": 2277 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 100, + "endOffset": 2200 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ne-rNP\\values-ne-rNP.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2282, + "endColumn": 100, + "endOffset": 2378 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..1659509 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-nl.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 117, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 104, + "endOffset": 504 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 104, + "endOffset": 678 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 106, + "endOffset": 611 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 683, + "endColumn": 106, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 85, + "endOffset": 697 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 85, + "endOffset": 871 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 107, + "endOffset": 805 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 876, + "endColumn": 107, + "endOffset": 979 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 119, + "endOffset": 925 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 119, + "endOffset": 1099 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 930, + "endColumn": 76, + "endOffset": 1002 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 76, + "endOffset": 1176 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1007, + "endColumn": 76, + "endOffset": 1079 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1181, + "endColumn": 76, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 81, + "endOffset": 1161 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 81, + "endOffset": 1335 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 110, + "endOffset": 1272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1340, + "endColumn": 110, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1277, + "endColumn": 103, + "endOffset": 1376 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 103, + "endOffset": 1550 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1381, + "endColumn": 98, + "endOffset": 1475 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1555, + "endColumn": 98, + "endOffset": 1649 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 114, + "endOffset": 1590 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 114, + "endOffset": 1764 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1595, + "endColumn": 112, + "endOffset": 1703 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1769, + "endColumn": 112, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1708, + "endColumn": 102, + "endOffset": 1806 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 102, + "endOffset": 1980 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 117, + "endOffset": 1924 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1985, + "endColumn": 117, + "endOffset": 2098 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1929, + "endColumn": 102, + "endOffset": 2027 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2103, + "endColumn": 102, + "endOffset": 2201 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 100, + "endOffset": 2128 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-nl\\values-nl.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2206, + "endColumn": 100, + "endOffset": 2302 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-pa-rIN.json b/app/build/intermediates/blame/res/debug/multi/values-pa-rIN.json new file mode 100644 index 0000000..156151d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-pa-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-pa-rIN\\values-pa-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 105, + "endOffset": 156 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 105, + "endOffset": 334 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 339, + "endColumn": 107, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 447, + "endColumn": 122, + "endOffset": 565 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 104, + "endOffset": 492 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 570, + "endColumn": 104, + "endOffset": 670 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 104, + "endOffset": 597 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 675, + "endColumn": 104, + "endOffset": 775 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 85, + "endOffset": 683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 780, + "endColumn": 85, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 99, + "endOffset": 783 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 99, + "endOffset": 961 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 112, + "endOffset": 896 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 966, + "endColumn": 112, + "endOffset": 1074 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 901, + "endColumn": 76, + "endOffset": 973 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1079, + "endColumn": 76, + "endOffset": 1151 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 978, + "endColumn": 75, + "endOffset": 1049 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1156, + "endColumn": 75, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1054, + "endColumn": 78, + "endOffset": 1128 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 78, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1133, + "endColumn": 100, + "endOffset": 1229 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 100, + "endOffset": 1407 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1234, + "endColumn": 100, + "endOffset": 1330 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 100, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 96, + "endOffset": 1427 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 96, + "endOffset": 1605 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1432, + "endColumn": 108, + "endOffset": 1536 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1610, + "endColumn": 108, + "endOffset": 1714 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 98, + "endOffset": 1635 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 98, + "endOffset": 1813 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1640, + "endColumn": 109, + "endOffset": 1745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 109, + "endOffset": 1923 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 121, + "endOffset": 1867 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 121, + "endOffset": 2045 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 99, + "endOffset": 1967 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2050, + "endColumn": 99, + "endOffset": 2145 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 100, + "endOffset": 2068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pa-rIN\\values-pa-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2150, + "endColumn": 100, + "endOffset": 2246 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..46d9555 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-pl.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 115, + "endOffset": 340 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 345, + "endColumn": 107, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 453, + "endColumn": 122, + "endOffset": 571 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 101, + "endOffset": 499 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 101, + "endOffset": 673 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 107, + "endOffset": 607 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 107, + "endOffset": 781 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 85, + "endOffset": 867 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 108, + "endOffset": 802 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 872, + "endColumn": 108, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 807, + "endColumn": 118, + "endOffset": 921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 118, + "endOffset": 1095 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 77, + "endOffset": 999 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 77, + "endOffset": 1173 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1004, + "endColumn": 76, + "endOffset": 1076 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1178, + "endColumn": 76, + "endOffset": 1250 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 81, + "endOffset": 1158 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1255, + "endColumn": 81, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 108, + "endOffset": 1267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 108, + "endOffset": 1441 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1272, + "endColumn": 108, + "endOffset": 1376 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 108, + "endOffset": 1550 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1381, + "endColumn": 98, + "endOffset": 1475 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1555, + "endColumn": 98, + "endOffset": 1649 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 108, + "endOffset": 1584 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 108, + "endOffset": 1758 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1589, + "endColumn": 110, + "endOffset": 1695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 110, + "endOffset": 1869 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1700, + "endColumn": 107, + "endOffset": 1803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 107, + "endOffset": 1977 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 122, + "endOffset": 1926 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1982, + "endColumn": 122, + "endOffset": 2100 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1931, + "endColumn": 95, + "endOffset": 2022 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2105, + "endColumn": 95, + "endOffset": 2196 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2027, + "endColumn": 100, + "endOffset": 2123 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pl\\values-pl.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2201, + "endColumn": 100, + "endOffset": 2297 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..c5541a7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-port.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-port\\values-port.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 55, + "endOffset": 280 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-pt-rBR.json b/app/build/intermediates/blame/res/debug/multi/values-pt-rBR.json new file mode 100644 index 0000000..eeae684 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-pt-rBR.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 119, + "endOffset": 348 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 353, + "endColumn": 107, + "endOffset": 456 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 461, + "endColumn": 122, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 105, + "endOffset": 685 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 106, + "endOffset": 792 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 88, + "endOffset": 881 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 886, + "endColumn": 100, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 117, + "endOffset": 922 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 117, + "endOffset": 1100 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 82, + "endOffset": 1005 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 82, + "endOffset": 1183 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1010, + "endColumn": 79, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1188, + "endColumn": 79, + "endOffset": 1263 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 86, + "endOffset": 1172 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 86, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1177, + "endColumn": 106, + "endOffset": 1279 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 106, + "endOffset": 1457 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1284, + "endColumn": 111, + "endOffset": 1391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1462, + "endColumn": 111, + "endOffset": 1569 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1396, + "endColumn": 101, + "endOffset": 1493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1574, + "endColumn": 101, + "endOffset": 1671 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1498, + "endColumn": 107, + "endOffset": 1601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 107, + "endOffset": 1779 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1606, + "endColumn": 106, + "endOffset": 1708 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 106, + "endOffset": 1886 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1713, + "endColumn": 109, + "endOffset": 1818 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1891, + "endColumn": 109, + "endOffset": 1996 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1823, + "endColumn": 124, + "endOffset": 1943 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 124, + "endOffset": 2121 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 99, + "endOffset": 2043 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2126, + "endColumn": 99, + "endOffset": 2221 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rBR\\values-pt-rBR.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2226, + "endColumn": 100, + "endOffset": 2322 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..303a3a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 119, + "endOffset": 348 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 353, + "endColumn": 107, + "endOffset": 456 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 461, + "endColumn": 122, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 105, + "endOffset": 685 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 106, + "endOffset": 792 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 88, + "endOffset": 881 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 886, + "endColumn": 100, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 123, + "endOffset": 928 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 123, + "endOffset": 1106 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 83, + "endOffset": 1012 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1111, + "endColumn": 83, + "endOffset": 1190 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 80, + "endOffset": 1093 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1195, + "endColumn": 80, + "endOffset": 1271 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1098, + "endColumn": 86, + "endOffset": 1180 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1276, + "endColumn": 86, + "endOffset": 1358 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 106, + "endOffset": 1287 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 106, + "endOffset": 1465 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1292, + "endColumn": 111, + "endOffset": 1399 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1470, + "endColumn": 111, + "endOffset": 1577 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1404, + "endColumn": 101, + "endOffset": 1501 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1582, + "endColumn": 101, + "endOffset": 1679 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 107, + "endOffset": 1609 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1684, + "endColumn": 107, + "endOffset": 1787 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1614, + "endColumn": 106, + "endOffset": 1716 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1792, + "endColumn": 106, + "endOffset": 1894 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 106, + "endOffset": 1823 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1899, + "endColumn": 106, + "endOffset": 2001 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1828, + "endColumn": 121, + "endOffset": 1945 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2006, + "endColumn": 121, + "endOffset": 2123 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1950, + "endColumn": 98, + "endOffset": 2044 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2128, + "endColumn": 98, + "endOffset": 2222 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 100, + "endOffset": 2145 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt-rPT\\values-pt-rPT.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2227, + "endColumn": 100, + "endOffset": 2323 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..c530549 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-pt.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 119, + "endOffset": 344 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 349, + "endColumn": 107, + "endOffset": 452 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 457, + "endColumn": 122, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 580, + "endColumn": 105, + "endOffset": 681 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 106, + "endOffset": 788 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 793, + "endColumn": 88, + "endOffset": 877 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 882, + "endColumn": 100, + "endOffset": 978 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 117, + "endOffset": 922 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 117, + "endOffset": 1096 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 82, + "endOffset": 1005 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1101, + "endColumn": 82, + "endOffset": 1179 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1010, + "endColumn": 79, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1184, + "endColumn": 79, + "endOffset": 1259 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 86, + "endOffset": 1172 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 86, + "endOffset": 1346 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1177, + "endColumn": 106, + "endOffset": 1279 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1351, + "endColumn": 106, + "endOffset": 1453 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1284, + "endColumn": 111, + "endOffset": 1391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1458, + "endColumn": 111, + "endOffset": 1565 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1396, + "endColumn": 101, + "endOffset": 1493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 101, + "endOffset": 1667 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1498, + "endColumn": 107, + "endOffset": 1601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1672, + "endColumn": 107, + "endOffset": 1775 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1606, + "endColumn": 106, + "endOffset": 1708 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 106, + "endOffset": 1882 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1713, + "endColumn": 109, + "endOffset": 1818 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1887, + "endColumn": 109, + "endOffset": 1992 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1823, + "endColumn": 124, + "endOffset": 1943 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1997, + "endColumn": 124, + "endOffset": 2117 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 99, + "endOffset": 2043 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2122, + "endColumn": 99, + "endOffset": 2217 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-pt\\values-pt.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2222, + "endColumn": 100, + "endOffset": 2318 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..a47c402 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ro.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 120, + "endOffset": 345 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 176, + "endColumn": 107, + "endOffset": 279 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 350, + "endColumn": 107, + "endOffset": 453 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 122, + "endOffset": 402 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 458, + "endColumn": 122, + "endOffset": 576 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 407, + "endColumn": 103, + "endOffset": 506 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 581, + "endColumn": 103, + "endOffset": 680 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 511, + "endColumn": 112, + "endOffset": 619 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 685, + "endColumn": 112, + "endOffset": 793 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 87, + "endOffset": 707 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 87, + "endOffset": 881 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 886, + "endColumn": 111, + "endOffset": 993 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 998, + "endColumn": 120, + "endOffset": 1114 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 84, + "endOffset": 1025 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1119, + "endColumn": 84, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 81, + "endOffset": 1107 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 81, + "endOffset": 1281 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 82, + "endOffset": 1190 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1286, + "endColumn": 82, + "endOffset": 1364 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1195, + "endColumn": 111, + "endOffset": 1302 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1369, + "endColumn": 111, + "endOffset": 1476 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1307, + "endColumn": 112, + "endOffset": 1415 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1481, + "endColumn": 112, + "endOffset": 1589 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1420, + "endColumn": 99, + "endOffset": 1515 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1594, + "endColumn": 99, + "endOffset": 1689 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1520, + "endColumn": 113, + "endOffset": 1629 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1694, + "endColumn": 113, + "endOffset": 1803 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1634, + "endColumn": 104, + "endOffset": 1734 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 104, + "endOffset": 1908 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 105, + "endOffset": 1840 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1913, + "endColumn": 105, + "endOffset": 2014 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1845, + "endColumn": 120, + "endOffset": 1961 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2019, + "endColumn": 120, + "endOffset": 2135 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1966, + "endColumn": 102, + "endOffset": 2064 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2140, + "endColumn": 102, + "endOffset": 2238 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 100, + "endOffset": 2165 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ro\\values-ro.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2243, + "endColumn": 100, + "endOffset": 2339 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..2aa4202 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ru.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 114, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 107, + "endOffset": 273 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 344, + "endColumn": 107, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 278, + "endColumn": 122, + "endOffset": 396 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 452, + "endColumn": 122, + "endOffset": 570 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 101, + "endOffset": 498 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 575, + "endColumn": 101, + "endOffset": 672 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 111, + "endOffset": 610 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 677, + "endColumn": 111, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 85, + "endOffset": 696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 85, + "endOffset": 870 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 104, + "endOffset": 801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 104, + "endOffset": 975 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 119, + "endOffset": 921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 980, + "endColumn": 119, + "endOffset": 1095 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 78, + "endOffset": 1000 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 78, + "endOffset": 1174 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1005, + "endColumn": 77, + "endOffset": 1078 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 77, + "endOffset": 1252 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1083, + "endColumn": 79, + "endOffset": 1158 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1257, + "endColumn": 79, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 105, + "endOffset": 1264 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 105, + "endOffset": 1438 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1269, + "endColumn": 107, + "endOffset": 1372 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 107, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 97, + "endOffset": 1470 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 97, + "endOffset": 1644 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 108, + "endOffset": 1579 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 108, + "endOffset": 1753 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1584, + "endColumn": 105, + "endOffset": 1685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 105, + "endOffset": 1859 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1690, + "endColumn": 107, + "endOffset": 1793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1864, + "endColumn": 107, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1798, + "endColumn": 135, + "endOffset": 1929 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 135, + "endOffset": 2103 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1934, + "endColumn": 99, + "endOffset": 2029 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2108, + "endColumn": 99, + "endOffset": 2203 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2034, + "endColumn": 100, + "endOffset": 2130 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ru\\values-ru.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2208, + "endColumn": 100, + "endOffset": 2304 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..a13eba6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-si-rLK.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 109, + "endOffset": 338 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 343, + "endColumn": 107, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 451, + "endColumn": 122, + "endOffset": 569 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 106, + "endOffset": 498 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 574, + "endColumn": 106, + "endOffset": 676 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 106, + "endOffset": 605 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 106, + "endOffset": 783 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 87, + "endOffset": 871 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 876, + "endColumn": 104, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 115, + "endOffset": 914 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 115, + "endOffset": 1092 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 88, + "endOffset": 1003 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 88, + "endOffset": 1181 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 86, + "endOffset": 1090 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 86, + "endOffset": 1268 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1095, + "endColumn": 83, + "endOffset": 1174 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1273, + "endColumn": 83, + "endOffset": 1352 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 108, + "endOffset": 1283 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1357, + "endColumn": 108, + "endOffset": 1461 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1288, + "endColumn": 104, + "endOffset": 1388 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1466, + "endColumn": 104, + "endOffset": 1566 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1393, + "endColumn": 97, + "endOffset": 1486 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1571, + "endColumn": 97, + "endOffset": 1664 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1491, + "endColumn": 109, + "endOffset": 1596 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1669, + "endColumn": 109, + "endOffset": 1774 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1601, + "endColumn": 98, + "endOffset": 1695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 98, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1700, + "endColumn": 105, + "endOffset": 1801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 105, + "endOffset": 1979 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1806, + "endColumn": 120, + "endOffset": 1922 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1984, + "endColumn": 120, + "endOffset": 2100 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1927, + "endColumn": 98, + "endOffset": 2021 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2105, + "endColumn": 98, + "endOffset": 2199 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2026, + "endColumn": 100, + "endOffset": 2122 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-si-rLK\\values-si-rLK.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2204, + "endColumn": 100, + "endOffset": 2300 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..4d66547 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sk.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 106, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 107, + "endOffset": 439 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 444, + "endColumn": 122, + "endOffset": 562 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 99, + "endOffset": 488 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 567, + "endColumn": 99, + "endOffset": 662 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 110, + "endOffset": 599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 667, + "endColumn": 110, + "endOffset": 773 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 778, + "endColumn": 85, + "endOffset": 859 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 864, + "endColumn": 107, + "endOffset": 967 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 117, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 77, + "endOffset": 989 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 994, + "endColumn": 77, + "endOffset": 1067 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 77, + "endOffset": 1241 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1072, + "endColumn": 83, + "endOffset": 1151 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1246, + "endColumn": 83, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1156, + "endColumn": 104, + "endOffset": 1256 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 104, + "endOffset": 1430 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1261, + "endColumn": 108, + "endOffset": 1365 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 108, + "endOffset": 1539 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 98, + "endOffset": 1464 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1544, + "endColumn": 98, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 105, + "endOffset": 1570 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 105, + "endOffset": 1744 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 110, + "endOffset": 1681 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 110, + "endOffset": 1855 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1686, + "endColumn": 108, + "endOffset": 1790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1860, + "endColumn": 108, + "endOffset": 1964 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1795, + "endColumn": 123, + "endOffset": 1914 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 123, + "endOffset": 2088 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 97, + "endOffset": 2012 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2093, + "endColumn": 97, + "endOffset": 2186 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2017, + "endColumn": 100, + "endOffset": 2113 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sk\\values-sk.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 100, + "endOffset": 2287 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..63ab99b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sl.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 106, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 336, + "endColumn": 107, + "endOffset": 439 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 444, + "endColumn": 122, + "endOffset": 562 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 106, + "endOffset": 495 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 567, + "endColumn": 106, + "endOffset": 669 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 107, + "endOffset": 603 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 674, + "endColumn": 107, + "endOffset": 777 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 608, + "endColumn": 86, + "endOffset": 690 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 86, + "endOffset": 864 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 695, + "endColumn": 102, + "endOffset": 793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 869, + "endColumn": 102, + "endOffset": 967 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 118, + "endOffset": 912 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 118, + "endOffset": 1086 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 84, + "endOffset": 997 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 84, + "endOffset": 1171 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 83, + "endOffset": 1081 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1176, + "endColumn": 83, + "endOffset": 1255 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1086, + "endColumn": 83, + "endOffset": 1165 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 83, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 107, + "endOffset": 1273 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 107, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1278, + "endColumn": 108, + "endOffset": 1382 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 108, + "endOffset": 1556 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1387, + "endColumn": 99, + "endOffset": 1482 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1561, + "endColumn": 99, + "endOffset": 1656 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 112, + "endOffset": 1595 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 112, + "endOffset": 1769 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1600, + "endColumn": 106, + "endOffset": 1702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1774, + "endColumn": 106, + "endOffset": 1876 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1707, + "endColumn": 103, + "endOffset": 1806 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1881, + "endColumn": 103, + "endOffset": 1980 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 116, + "endOffset": 1923 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1985, + "endColumn": 116, + "endOffset": 2097 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1928, + "endColumn": 96, + "endOffset": 2020 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2102, + "endColumn": 96, + "endOffset": 2194 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2025, + "endColumn": 100, + "endOffset": 2121 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sl\\values-sl.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2199, + "endColumn": 100, + "endOffset": 2295 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-sq-rAL.json b/app/build/intermediates/blame/res/debug/multi/values-sq-rAL.json new file mode 100644 index 0000000..b02a05a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sq-rAL.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-sq-rAL\\values-sq-rAL.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 113, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 99, + "endOffset": 495 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 99, + "endOffset": 673 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 111, + "endOffset": 607 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 111, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 86, + "endOffset": 872 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 109, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 877, + "endColumn": 109, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 122, + "endOffset": 1105 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 80, + "endOffset": 1008 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1110, + "endColumn": 80, + "endOffset": 1186 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 78, + "endOffset": 1087 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1191, + "endColumn": 78, + "endOffset": 1265 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1092, + "endColumn": 82, + "endOffset": 1170 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1270, + "endColumn": 82, + "endOffset": 1348 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1175, + "endColumn": 105, + "endOffset": 1276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 105, + "endOffset": 1454 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 104, + "endOffset": 1381 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1459, + "endColumn": 104, + "endOffset": 1559 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1386, + "endColumn": 97, + "endOffset": 1479 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1564, + "endColumn": 97, + "endOffset": 1657 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1484, + "endColumn": 105, + "endOffset": 1585 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1662, + "endColumn": 105, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1590, + "endColumn": 102, + "endOffset": 1688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 102, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1693, + "endColumn": 115, + "endOffset": 1804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 115, + "endOffset": 1982 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1809, + "endColumn": 130, + "endOffset": 1935 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1987, + "endColumn": 130, + "endOffset": 2113 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 98, + "endOffset": 2034 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2118, + "endColumn": 98, + "endOffset": 2212 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 100, + "endOffset": 2135 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sq-rAL\\values-sq-rAL.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2217, + "endColumn": 100, + "endOffset": 2313 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..8d88bac --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sr.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 108, + "endOffset": 333 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 338, + "endColumn": 107, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 446, + "endColumn": 122, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 102, + "endOffset": 493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 102, + "endOffset": 667 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 105, + "endOffset": 773 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 778, + "endColumn": 85, + "endOffset": 859 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 864, + "endColumn": 103, + "endOffset": 963 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 117, + "endOffset": 907 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 968, + "endColumn": 117, + "endOffset": 1081 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 80, + "endOffset": 988 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1086, + "endColumn": 80, + "endOffset": 1162 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 79, + "endOffset": 1068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 79, + "endOffset": 1242 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 87, + "endOffset": 1156 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1247, + "endColumn": 87, + "endOffset": 1330 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 104, + "endOffset": 1261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 104, + "endOffset": 1435 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 107, + "endOffset": 1369 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1440, + "endColumn": 107, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1374, + "endColumn": 100, + "endOffset": 1470 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 100, + "endOffset": 1644 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 103, + "endOffset": 1574 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 103, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1579, + "endColumn": 107, + "endOffset": 1682 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 107, + "endOffset": 1856 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1687, + "endColumn": 100, + "endOffset": 1783 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 100, + "endOffset": 1957 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1788, + "endColumn": 127, + "endOffset": 1911 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 127, + "endOffset": 2085 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1916, + "endColumn": 96, + "endOffset": 2008 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2090, + "endColumn": 96, + "endOffset": 2182 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2013, + "endColumn": 100, + "endOffset": 2109 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sr\\values-sr.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2187, + "endColumn": 100, + "endOffset": 2283 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..523b46e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sv.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 105, + "endOffset": 330 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 335, + "endColumn": 107, + "endOffset": 438 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 443, + "endColumn": 122, + "endOffset": 561 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 102, + "endOffset": 490 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 566, + "endColumn": 102, + "endOffset": 664 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 110, + "endOffset": 601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 669, + "endColumn": 110, + "endOffset": 775 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 84, + "endOffset": 686 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 780, + "endColumn": 84, + "endOffset": 860 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 691, + "endColumn": 101, + "endOffset": 788 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 865, + "endColumn": 101, + "endOffset": 962 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 793, + "endColumn": 112, + "endOffset": 901 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 967, + "endColumn": 112, + "endOffset": 1075 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 75, + "endOffset": 977 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1080, + "endColumn": 75, + "endOffset": 1151 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 982, + "endColumn": 75, + "endOffset": 1053 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1156, + "endColumn": 75, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1058, + "endColumn": 79, + "endOffset": 1133 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 79, + "endOffset": 1307 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 105, + "endOffset": 1239 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1312, + "endColumn": 105, + "endOffset": 1413 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 99, + "endOffset": 1339 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 99, + "endOffset": 1513 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 95, + "endOffset": 1435 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1518, + "endColumn": 95, + "endOffset": 1609 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1440, + "endColumn": 104, + "endOffset": 1540 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1614, + "endColumn": 104, + "endOffset": 1714 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 101, + "endOffset": 1642 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 101, + "endOffset": 1816 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1647, + "endColumn": 101, + "endOffset": 1744 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1821, + "endColumn": 101, + "endOffset": 1918 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 116, + "endOffset": 1861 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1923, + "endColumn": 116, + "endOffset": 2035 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 101, + "endOffset": 1963 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2040, + "endColumn": 101, + "endOffset": 2137 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1968, + "endColumn": 100, + "endOffset": 2064 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sv\\values-sv.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2142, + "endColumn": 100, + "endOffset": 2238 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..9eea0a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sw.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 102, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 332, + "endColumn": 107, + "endOffset": 435 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 440, + "endColumn": 122, + "endOffset": 558 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 97, + "endOffset": 482 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 563, + "endColumn": 97, + "endOffset": 656 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 107, + "endOffset": 590 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 661, + "endColumn": 107, + "endOffset": 764 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 89, + "endOffset": 680 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 769, + "endColumn": 89, + "endOffset": 854 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 685, + "endColumn": 104, + "endOffset": 785 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 859, + "endColumn": 104, + "endOffset": 959 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 116, + "endOffset": 902 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 964, + "endColumn": 116, + "endOffset": 1076 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 81, + "endOffset": 984 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 81, + "endOffset": 1158 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 989, + "endColumn": 82, + "endOffset": 1067 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 82, + "endOffset": 1241 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1072, + "endColumn": 81, + "endOffset": 1149 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1246, + "endColumn": 81, + "endOffset": 1323 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1154, + "endColumn": 100, + "endOffset": 1250 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 100, + "endOffset": 1424 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1255, + "endColumn": 108, + "endOffset": 1359 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1429, + "endColumn": 108, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1364, + "endColumn": 98, + "endOffset": 1458 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 98, + "endOffset": 1632 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1463, + "endColumn": 106, + "endOffset": 1565 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 106, + "endOffset": 1739 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 108, + "endOffset": 1674 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 108, + "endOffset": 1848 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1679, + "endColumn": 104, + "endOffset": 1779 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 104, + "endOffset": 1953 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 118, + "endOffset": 1898 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1958, + "endColumn": 118, + "endOffset": 2072 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 96, + "endOffset": 1995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2077, + "endColumn": 96, + "endOffset": 2169 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 100, + "endOffset": 2096 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw\\values-sw.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2174, + "endColumn": 100, + "endOffset": 2270 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..e2f39b2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 68, + "endOffset": 297 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 124, + "endColumn": 69, + "endOffset": 189 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 302, + "endColumn": 69, + "endOffset": 367 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 194, + "endColumn": 73, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 372, + "endColumn": 73, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 268, + "endColumn": 75, + "endOffset": 339 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 446, + "endColumn": 75, + "endOffset": 517 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 344, + "endColumn": 58, + "endOffset": 398 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 700, + "endColumn": 58, + "endOffset": 754 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 403, + "endColumn": 70, + "endOffset": 469 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 937, + "endColumn": 70, + "endOffset": 1003 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endColumn": 67, + "endOffset": 537 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 67, + "endOffset": 1071 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 542, + "endColumn": 54, + "endOffset": 592 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-sw600dp\\values-sw600dp.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1076, + "endColumn": 54, + "endOffset": 1126 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..7a137a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 113, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 104, + "endOffset": 500 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 104, + "endOffset": 678 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 114, + "endOffset": 615 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 683, + "endColumn": 114, + "endOffset": 793 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 88, + "endOffset": 704 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 88, + "endOffset": 882 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 106, + "endOffset": 811 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 887, + "endColumn": 106, + "endOffset": 989 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 816, + "endColumn": 125, + "endOffset": 937 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 994, + "endColumn": 125, + "endOffset": 1115 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 80, + "endOffset": 1018 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 80, + "endOffset": 1196 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 79, + "endOffset": 1098 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1201, + "endColumn": 79, + "endOffset": 1276 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 81, + "endOffset": 1180 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 81, + "endOffset": 1358 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 101, + "endOffset": 1282 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 101, + "endOffset": 1460 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1287, + "endColumn": 103, + "endOffset": 1386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1465, + "endColumn": 103, + "endOffset": 1564 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 96, + "endOffset": 1483 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 96, + "endOffset": 1661 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1488, + "endColumn": 109, + "endOffset": 1593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1666, + "endColumn": 109, + "endOffset": 1771 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1598, + "endColumn": 101, + "endOffset": 1695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 101, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1700, + "endColumn": 106, + "endOffset": 1802 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 106, + "endOffset": 1980 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 118, + "endOffset": 1921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1985, + "endColumn": 118, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 99, + "endOffset": 2021 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 99, + "endOffset": 2199 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2026, + "endColumn": 100, + "endOffset": 2122 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ta-rIN\\values-ta-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2204, + "endColumn": 100, + "endOffset": 2300 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..662a853 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-te-rIN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 113, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 107, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 455, + "endColumn": 122, + "endOffset": 573 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 108, + "endOffset": 504 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 108, + "endOffset": 682 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 110, + "endOffset": 615 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 687, + "endColumn": 110, + "endOffset": 793 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 89, + "endOffset": 705 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 89, + "endOffset": 883 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 104, + "endOffset": 810 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 888, + "endColumn": 104, + "endOffset": 988 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 815, + "endColumn": 124, + "endOffset": 935 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 124, + "endOffset": 1113 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 81, + "endOffset": 1017 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1118, + "endColumn": 81, + "endOffset": 1195 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 81, + "endOffset": 1099 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1200, + "endColumn": 81, + "endOffset": 1277 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 84, + "endOffset": 1184 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1282, + "endColumn": 84, + "endOffset": 1362 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1189, + "endColumn": 112, + "endOffset": 1297 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1367, + "endColumn": 112, + "endOffset": 1475 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 107, + "endOffset": 1405 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 107, + "endOffset": 1583 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1410, + "endColumn": 99, + "endOffset": 1505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 99, + "endOffset": 1683 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1510, + "endColumn": 110, + "endOffset": 1616 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 110, + "endOffset": 1794 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1621, + "endColumn": 101, + "endOffset": 1718 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 101, + "endOffset": 1896 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1723, + "endColumn": 116, + "endOffset": 1835 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1901, + "endColumn": 116, + "endOffset": 2013 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1840, + "endColumn": 126, + "endOffset": 1962 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 126, + "endOffset": 2140 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1967, + "endColumn": 100, + "endOffset": 2063 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2145, + "endColumn": 100, + "endOffset": 2241 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2068, + "endColumn": 100, + "endOffset": 2164 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-te-rIN\\values-te-rIN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2246, + "endColumn": 100, + "endOffset": 2342 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..63d852a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-th.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 104, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 334, + "endColumn": 107, + "endOffset": 437 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 442, + "endColumn": 122, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 565, + "endColumn": 97, + "endOffset": 658 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 107, + "endOffset": 592 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 663, + "endColumn": 107, + "endOffset": 766 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 597, + "endColumn": 88, + "endOffset": 681 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 771, + "endColumn": 88, + "endOffset": 855 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 101, + "endOffset": 783 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 101, + "endOffset": 957 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 109, + "endOffset": 893 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 962, + "endColumn": 109, + "endOffset": 1067 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 898, + "endColumn": 76, + "endOffset": 970 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1072, + "endColumn": 76, + "endOffset": 1144 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 77, + "endOffset": 1048 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 77, + "endOffset": 1222 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1053, + "endColumn": 80, + "endOffset": 1129 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 80, + "endOffset": 1303 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1134, + "endColumn": 107, + "endOffset": 1237 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 107, + "endOffset": 1411 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 103, + "endOffset": 1341 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 103, + "endOffset": 1515 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 97, + "endOffset": 1439 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1520, + "endColumn": 97, + "endOffset": 1613 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1444, + "endColumn": 107, + "endOffset": 1547 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1618, + "endColumn": 107, + "endOffset": 1721 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 104, + "endOffset": 1652 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1726, + "endColumn": 104, + "endOffset": 1826 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 100, + "endOffset": 1753 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1831, + "endColumn": 100, + "endOffset": 1927 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 115, + "endOffset": 1869 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1932, + "endColumn": 115, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 94, + "endOffset": 1964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 94, + "endOffset": 2138 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 100, + "endOffset": 2065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-th\\values-th.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2143, + "endColumn": 100, + "endOffset": 2239 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..fd9d42a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-tl.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 118, + "endOffset": 343 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 348, + "endColumn": 107, + "endOffset": 451 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 456, + "endColumn": 122, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 107, + "endOffset": 508 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 579, + "endColumn": 107, + "endOffset": 682 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 513, + "endColumn": 116, + "endOffset": 625 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 687, + "endColumn": 116, + "endOffset": 799 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 630, + "endColumn": 87, + "endOffset": 713 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 804, + "endColumn": 87, + "endOffset": 887 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 105, + "endOffset": 819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 892, + "endColumn": 105, + "endOffset": 993 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 998, + "endColumn": 120, + "endOffset": 1114 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 78, + "endOffset": 1019 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1119, + "endColumn": 78, + "endOffset": 1193 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 77, + "endOffset": 1097 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 77, + "endOffset": 1271 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1102, + "endColumn": 83, + "endOffset": 1181 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1276, + "endColumn": 83, + "endOffset": 1355 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 108, + "endOffset": 1290 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1360, + "endColumn": 108, + "endOffset": 1464 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1295, + "endColumn": 110, + "endOffset": 1401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 110, + "endOffset": 1575 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1406, + "endColumn": 100, + "endOffset": 1502 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1580, + "endColumn": 100, + "endOffset": 1676 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1507, + "endColumn": 109, + "endOffset": 1612 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1681, + "endColumn": 109, + "endOffset": 1786 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1617, + "endColumn": 116, + "endOffset": 1729 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1791, + "endColumn": 116, + "endOffset": 1903 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1734, + "endColumn": 107, + "endOffset": 1837 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1908, + "endColumn": 107, + "endOffset": 2011 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1842, + "endColumn": 122, + "endOffset": 1960 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2016, + "endColumn": 122, + "endOffset": 2134 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1965, + "endColumn": 101, + "endOffset": 2062 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2139, + "endColumn": 101, + "endOffset": 2236 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2067, + "endColumn": 100, + "endOffset": 2163 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tl\\values-tl.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2241, + "endColumn": 100, + "endOffset": 2337 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..193ac9b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-tr.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 104, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 334, + "endColumn": 107, + "endOffset": 437 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 442, + "endColumn": 122, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 98, + "endOffset": 485 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 565, + "endColumn": 98, + "endOffset": 659 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 111, + "endOffset": 597 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 664, + "endColumn": 111, + "endOffset": 771 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 89, + "endOffset": 687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 776, + "endColumn": 89, + "endOffset": 861 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 105, + "endOffset": 793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 105, + "endOffset": 967 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 119, + "endOffset": 913 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 119, + "endOffset": 1087 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 78, + "endOffset": 992 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1092, + "endColumn": 78, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 75, + "endOffset": 1068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 75, + "endOffset": 1242 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 78, + "endOffset": 1147 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1247, + "endColumn": 78, + "endOffset": 1321 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 106, + "endOffset": 1254 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 106, + "endOffset": 1428 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1259, + "endColumn": 104, + "endOffset": 1359 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1433, + "endColumn": 104, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1364, + "endColumn": 95, + "endOffset": 1455 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 95, + "endOffset": 1629 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 106, + "endOffset": 1562 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1634, + "endColumn": 106, + "endOffset": 1736 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1567, + "endColumn": 101, + "endOffset": 1664 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 101, + "endOffset": 1838 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1669, + "endColumn": 107, + "endOffset": 1772 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1843, + "endColumn": 107, + "endOffset": 1946 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1777, + "endColumn": 118, + "endOffset": 1891 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 118, + "endOffset": 2065 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1896, + "endColumn": 97, + "endOffset": 1989 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2070, + "endColumn": 97, + "endOffset": 2163 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1994, + "endColumn": 100, + "endOffset": 2090 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-tr\\values-tr.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2168, + "endColumn": 100, + "endOffset": 2264 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..a333848 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-uk.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 109, + "endOffset": 334 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 339, + "endColumn": 107, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 447, + "endColumn": 122, + "endOffset": 565 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 570, + "endColumn": 101, + "endOffset": 667 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 105, + "endOffset": 773 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 778, + "endColumn": 85, + "endOffset": 859 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 864, + "endColumn": 107, + "endOffset": 967 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 972, + "endColumn": 117, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 78, + "endOffset": 990 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 78, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 995, + "endColumn": 79, + "endOffset": 1070 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 79, + "endOffset": 1244 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 80, + "endOffset": 1151 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 80, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1156, + "endColumn": 105, + "endOffset": 1257 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 105, + "endOffset": 1431 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 106, + "endOffset": 1364 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 106, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1369, + "endColumn": 97, + "endOffset": 1462 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 97, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 107, + "endOffset": 1570 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 107, + "endOffset": 1744 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 105, + "endOffset": 1676 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 105, + "endOffset": 1850 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1681, + "endColumn": 108, + "endOffset": 1785 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 108, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 123, + "endOffset": 1909 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 123, + "endOffset": 2083 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1914, + "endColumn": 99, + "endOffset": 2009 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 99, + "endOffset": 2183 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2014, + "endColumn": 100, + "endOffset": 2110 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uk\\values-uk.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2188, + "endColumn": 100, + "endOffset": 2284 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..7b6176c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 109, + "endOffset": 338 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 343, + "endColumn": 107, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 451, + "endColumn": 122, + "endOffset": 569 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 105, + "endOffset": 497 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 574, + "endColumn": 105, + "endOffset": 675 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 108, + "endOffset": 606 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 108, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 85, + "endOffset": 692 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 85, + "endOffset": 870 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 103, + "endOffset": 974 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 119, + "endOffset": 916 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 119, + "endOffset": 1094 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 75, + "endOffset": 992 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 75, + "endOffset": 1170 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 75, + "endOffset": 1068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1175, + "endColumn": 75, + "endOffset": 1246 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1073, + "endColumn": 84, + "endOffset": 1153 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1251, + "endColumn": 84, + "endOffset": 1331 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 107, + "endOffset": 1261 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 107, + "endOffset": 1439 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 108, + "endOffset": 1370 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1444, + "endColumn": 108, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1375, + "endColumn": 101, + "endOffset": 1472 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 101, + "endOffset": 1650 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1477, + "endColumn": 110, + "endOffset": 1583 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1655, + "endColumn": 110, + "endOffset": 1761 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 99, + "endOffset": 1683 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 99, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 107, + "endOffset": 1791 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 107, + "endOffset": 1969 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1796, + "endColumn": 128, + "endOffset": 1920 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 128, + "endOffset": 2098 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1925, + "endColumn": 97, + "endOffset": 2018 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2103, + "endColumn": 97, + "endOffset": 2196 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 102, + "endOffset": 2121 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-ur-rPK\\values-ur-rPK.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2201, + "endColumn": 102, + "endOffset": 2299 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..ef0e64c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json @@ -0,0 +1,368 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 104, + "endOffset": 333 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 338, + "endColumn": 107, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 446, + "endColumn": 122, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 569, + "endColumn": 103, + "endOffset": 668 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 116, + "endOffset": 607 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 116, + "endOffset": 785 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 85, + "endOffset": 871 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 110, + "endOffset": 804 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 876, + "endColumn": 110, + "endOffset": 982 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 115, + "endOffset": 920 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 115, + "endOffset": 1098 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 79, + "endOffset": 1000 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 79, + "endOffset": 1178 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1005, + "endColumn": 78, + "endOffset": 1079 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1183, + "endColumn": 78, + "endOffset": 1257 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 83, + "endOffset": 1163 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 83, + "endOffset": 1341 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 108, + "endOffset": 1272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 108, + "endOffset": 1450 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1277, + "endColumn": 106, + "endOffset": 1379 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 106, + "endOffset": 1557 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1384, + "endColumn": 100, + "endOffset": 1480 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1562, + "endColumn": 100, + "endOffset": 1658 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 107, + "endOffset": 1588 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 107, + "endOffset": 1766 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1593, + "endColumn": 104, + "endOffset": 1693 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1771, + "endColumn": 104, + "endOffset": 1871 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1698, + "endColumn": 104, + "endOffset": 1798 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1876, + "endColumn": 104, + "endOffset": 1976 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1803, + "endColumn": 98, + "endOffset": 1897 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1981, + "endColumn": 98, + "endOffset": 2075 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1902, + "endColumn": 100, + "endOffset": 1998 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-uz-rUZ\\values-uz-rUZ.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 100, + "endOffset": 2176 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..ad04c6f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v11.json @@ -0,0 +1,354 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 239, + "endLine": 9, + "endColumn": 12, + "endOffset": 653 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endLine": 13, + "endColumn": 12, + "endOffset": 894 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 658, + "endLine": 15, + "endColumn": 12, + "endOffset": 1078 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 899, + "endLine": 19, + "endColumn": 12, + "endOffset": 1322 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1083, + "endLine": 21, + "endColumn": 12, + "endOffset": 1506 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1327, + "endLine": 25, + "endColumn": 12, + "endOffset": 1748 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1511, + "endLine": 27, + "endColumn": 12, + "endOffset": 1932 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1753, + "endLine": 31, + "endColumn": 12, + "endOffset": 2175 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1937, + "endLine": 33, + "endColumn": 12, + "endOffset": 2359 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2180, + "endLine": 37, + "endColumn": 12, + "endOffset": 2600 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2364, + "endLine": 39, + "endColumn": 12, + "endOffset": 2784 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2605, + "endColumn": 88, + "endOffset": 2689 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 2968, + "endColumn": 88, + "endOffset": 3052 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2694, + "endColumn": 100, + "endOffset": 2790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3057, + "endColumn": 100, + "endOffset": 3153 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2795, + "endLine": 44, + "endColumn": 12, + "endOffset": 3198 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3158, + "endLine": 48, + "endColumn": 12, + "endOffset": 3561 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3203, + "endLine": 49, + "endColumn": 12, + "endOffset": 3618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3566, + "endLine": 53, + "endColumn": 12, + "endOffset": 3981 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3623, + "endLine": 51, + "endColumn": 12, + "endOffset": 3725 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4165, + "endLine": 57, + "endColumn": 12, + "endOffset": 4267 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3730, + "endLine": 53, + "endColumn": 12, + "endOffset": 3854 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4272, + "endLine": 59, + "endColumn": 12, + "endOffset": 4396 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3859, + "endColumn": 70, + "endOffset": 3925 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4580, + "endColumn": 70, + "endOffset": 4646 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3930, + "endColumn": 82, + "endOffset": 4008 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4651, + "endColumn": 82, + "endOffset": 4729 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4013, + "endLine": 106, + "endColumn": 12, + "endOffset": 7716 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4734, + "endLine": 114, + "endColumn": 12, + "endOffset": 8437 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 7721, + "endLine": 158, + "endColumn": 12, + "endOffset": 11564 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 8442, + "endLine": 166, + "endColumn": 12, + "endOffset": 12285 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 11569, + "endColumn": 90, + "endOffset": 11655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v11\\values-v11.xml", + "position": { + "startLine": 169, + "startColumn": 4, + "startOffset": 12469, + "endColumn": 90, + "endOffset": 12555 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..15f23bb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v12.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-v12\\values-v12.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 4, + "endColumn": 12, + "endOffset": 274 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v12\\values-v12.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 234, + "endLine": 6, + "endColumn": 12, + "endOffset": 453 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 279, + "endLine": 7, + "endColumn": 12, + "endOffset": 474 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v12\\values-v12.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 458, + "endLine": 9, + "endColumn": 12, + "endOffset": 653 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 479, + "endColumn": 118, + "endOffset": 593 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v12\\values-v12.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 658, + "endColumn": 118, + "endOffset": 772 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 598, + "endColumn": 94, + "endOffset": 688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v12\\values-v12.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 777, + "endColumn": 94, + "endOffset": 867 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3af74af --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v14.json @@ -0,0 +1,205 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 239, + "endLine": 8, + "endColumn": 12, + "endOffset": 510 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 331, + "endColumn": 70, + "endOffset": 397 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 694, + "endColumn": 70, + "endOffset": 760 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 402, + "endColumn": 82, + "endOffset": 480 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 765, + "endColumn": 82, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 485, + "endLine": 14, + "endColumn": 12, + "endOffset": 890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 848, + "endLine": 18, + "endColumn": 12, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 895, + "endLine": 20, + "endColumn": 12, + "endOffset": 1312 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1258, + "endLine": 24, + "endColumn": 12, + "endOffset": 1675 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 119, + "endOffset": 1432 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 119, + "endOffset": 1969 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 62, + "endOffset": 1495 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 62, + "endOffset": 2032 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1500, + "endLine": 25, + "endColumn": 12, + "endOffset": 1649 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2037, + "endLine": 31, + "endColumn": 12, + "endOffset": 2186 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 62, + "endOffset": 1712 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 62, + "endOffset": 2249 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1717, + "endColumn": 131, + "endOffset": 1844 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v14\\values-v14.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2254, + "endColumn": 131, + "endOffset": 2381 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..682a2a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v17.json @@ -0,0 +1,301 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endLine": 6, + "endColumn": 12, + "endOffset": 401 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 228, + "endLine": 8, + "endColumn": 12, + "endOffset": 451 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 406, + "endLine": 10, + "endColumn": 12, + "endOffset": 629 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 456, + "endLine": 11, + "endColumn": 12, + "endOffset": 609 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 634, + "endLine": 13, + "endColumn": 12, + "endOffset": 787 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 614, + "endLine": 14, + "endColumn": 12, + "endOffset": 759 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 792, + "endLine": 16, + "endColumn": 12, + "endOffset": 937 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 764, + "endLine": 17, + "endColumn": 12, + "endOffset": 931 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 942, + "endLine": 19, + "endColumn": 12, + "endOffset": 1109 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 936, + "endLine": 21, + "endColumn": 12, + "endOffset": 1159 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1114, + "endLine": 23, + "endColumn": 12, + "endOffset": 1337 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1164, + "endLine": 25, + "endColumn": 12, + "endOffset": 1401 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1342, + "endLine": 27, + "endColumn": 12, + "endOffset": 1579 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1406, + "endLine": 28, + "endColumn": 12, + "endOffset": 1572 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1584, + "endLine": 30, + "endColumn": 12, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 1577, + "endLine": 31, + "endColumn": 12, + "endOffset": 1746 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 31, + "startColumn": 4, + "startOffset": 1755, + "endLine": 33, + "endColumn": 12, + "endOffset": 1924 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 1751, + "endLine": 34, + "endColumn": 12, + "endOffset": 1915 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 1929, + "endLine": 36, + "endColumn": 12, + "endOffset": 2093 + } + } + }, + { + "to": { + "startLine": 35, + "startColumn": 4, + "startOffset": 1920, + "endLine": 38, + "endColumn": 12, + "endOffset": 2188 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2098, + "endLine": 40, + "endColumn": 12, + "endOffset": 2366 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2193, + "endLine": 41, + "endColumn": 12, + "endOffset": 2388 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2371, + "endLine": 43, + "endColumn": 12, + "endOffset": 2566 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 2393, + "endLine": 45, + "endColumn": 12, + "endOffset": 2592 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 2571, + "endLine": 47, + "endColumn": 12, + "endOffset": 2770 + } + } + }, + { + "to": { + "startLine": 46, + "startColumn": 4, + "startOffset": 2597, + "endLine": 49, + "endColumn": 12, + "endOffset": 2921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v17\\values-v17.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 2775, + "endLine": 51, + "endColumn": 12, + "endOffset": 3099 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..e83b386 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v18.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v18\\values-v18.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 48, + "endOffset": 273 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..6adb9d0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v21.json @@ -0,0 +1,1702 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-v21\\values-v21.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 239, + "endColumn": 90, + "endOffset": 325 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 102, + "endOffset": 244 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 330, + "endColumn": 102, + "endOffset": 428 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 249, + "endColumn": 102, + "endOffset": 347 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 433, + "endColumn": 102, + "endOffset": 531 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endColumn": 104, + "endOffset": 452 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 536, + "endColumn": 104, + "endOffset": 636 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 457, + "endColumn": 106, + "endOffset": 559 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 641, + "endColumn": 106, + "endOffset": 743 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 564, + "endColumn": 108, + "endOffset": 668 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 748, + "endColumn": 108, + "endOffset": 852 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 108, + "endOffset": 777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 857, + "endColumn": 108, + "endOffset": 961 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 108, + "endOffset": 886 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 966, + "endColumn": 108, + "endOffset": 1070 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 891, + "endColumn": 108, + "endOffset": 995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1075, + "endColumn": 108, + "endOffset": 1179 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 108, + "endOffset": 1104 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1184, + "endColumn": 108, + "endOffset": 1288 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 106, + "endOffset": 1211 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1293, + "endColumn": 106, + "endOffset": 1395 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 102, + "endOffset": 1314 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1400, + "endColumn": 102, + "endOffset": 1498 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1319, + "endColumn": 118, + "endOffset": 1433 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1503, + "endColumn": 118, + "endOffset": 1617 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endLine": 16, + "endColumn": 12, + "endOffset": 1588 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1801, + "endLine": 20, + "endColumn": 12, + "endOffset": 1951 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1593, + "endLine": 18, + "endColumn": 12, + "endOffset": 1743 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1956, + "endLine": 22, + "endColumn": 12, + "endOffset": 2106 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 104, + "endOffset": 1848 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2295, + "endColumn": 104, + "endOffset": 2395 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 120, + "endOffset": 1969 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2400, + "endColumn": 120, + "endOffset": 2516 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 100, + "endOffset": 2070 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2521, + "endColumn": 100, + "endOffset": 2617 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2075, + "endLine": 23, + "endColumn": 12, + "endOffset": 2217 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2801, + "endLine": 31, + "endColumn": 12, + "endOffset": 2943 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2222, + "endLine": 25, + "endColumn": 12, + "endOffset": 2358 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2948, + "endLine": 33, + "endColumn": 12, + "endOffset": 3084 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2363, + "endColumn": 102, + "endOffset": 2461 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3273, + "endColumn": 102, + "endOffset": 3371 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2466, + "endColumn": 118, + "endOffset": 2580 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 3376, + "endColumn": 118, + "endOffset": 3490 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 2585, + "endColumn": 106, + "endOffset": 2687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3495, + "endColumn": 106, + "endOffset": 3597 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2692, + "endColumn": 102, + "endOffset": 2790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3602, + "endColumn": 102, + "endOffset": 3700 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2795, + "endLine": 31, + "endColumn": 12, + "endOffset": 2937 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3884, + "endLine": 43, + "endColumn": 12, + "endOffset": 4026 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2942, + "endLine": 33, + "endColumn": 12, + "endOffset": 3092 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 4031, + "endLine": 45, + "endColumn": 12, + "endOffset": 4181 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 3097, + "endLine": 35, + "endColumn": 12, + "endOffset": 3263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 4186, + "endLine": 47, + "endColumn": 12, + "endOffset": 4352 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3268, + "endLine": 37, + "endColumn": 12, + "endOffset": 3412 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 4357, + "endLine": 49, + "endColumn": 12, + "endOffset": 4501 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3417, + "endLine": 39, + "endColumn": 12, + "endOffset": 3577 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4506, + "endLine": 51, + "endColumn": 12, + "endOffset": 4666 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 3582, + "endLine": 41, + "endColumn": 12, + "endOffset": 3734 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 4671, + "endLine": 53, + "endColumn": 12, + "endOffset": 4823 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3739, + "endLine": 43, + "endColumn": 12, + "endOffset": 3885 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 4828, + "endLine": 55, + "endColumn": 12, + "endOffset": 4974 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3890, + "endColumn": 118, + "endOffset": 4004 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5163, + "endColumn": 118, + "endOffset": 5277 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 4009, + "endLine": 46, + "endColumn": 12, + "endOffset": 4153 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 5461, + "endLine": 62, + "endColumn": 12, + "endOffset": 5605 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 4158, + "endLine": 48, + "endColumn": 12, + "endOffset": 4302 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 5610, + "endLine": 64, + "endColumn": 12, + "endOffset": 5754 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 4307, + "endColumn": 111, + "endOffset": 4414 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 5943, + "endColumn": 111, + "endOffset": 6050 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4419, + "endColumn": 146, + "endOffset": 4561 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 6234, + "endColumn": 146, + "endOffset": 6376 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 4566, + "endLine": 52, + "endColumn": 12, + "endOffset": 4714 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 6381, + "endLine": 72, + "endColumn": 12, + "endOffset": 6529 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 4719, + "endLine": 54, + "endColumn": 12, + "endOffset": 4861 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 6534, + "endLine": 74, + "endColumn": 12, + "endOffset": 6676 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4866, + "endColumn": 74, + "endOffset": 4936 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 6860, + "endColumn": 74, + "endOffset": 6930 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4941, + "endColumn": 88, + "endOffset": 5025 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 6935, + "endColumn": 88, + "endOffset": 7019 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 5030, + "endColumn": 86, + "endOffset": 5112 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 7024, + "endColumn": 86, + "endOffset": 7106 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5117, + "endColumn": 100, + "endOffset": 5213 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 7111, + "endColumn": 100, + "endOffset": 7207 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 5218, + "endLine": 102, + "endColumn": 12, + "endOffset": 8281 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 7212, + "endLine": 124, + "endColumn": 12, + "endOffset": 10275 + } + } + }, + { + "to": { + "startLine": 103, + "startColumn": 4, + "startOffset": 8286, + "endLine": 105, + "endColumn": 12, + "endOffset": 8467 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 125, + "startColumn": 4, + "startOffset": 10280, + "endLine": 127, + "endColumn": 12, + "endOffset": 10461 + } + } + }, + { + "to": { + "startLine": 106, + "startColumn": 4, + "startOffset": 8472, + "endLine": 149, + "endColumn": 12, + "endOffset": 11547 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 128, + "startColumn": 4, + "startOffset": 10466, + "endLine": 171, + "endColumn": 12, + "endOffset": 13541 + } + } + }, + { + "to": { + "startLine": 150, + "startColumn": 4, + "startOffset": 11552, + "endLine": 152, + "endColumn": 12, + "endOffset": 11745 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 172, + "startColumn": 4, + "startOffset": 13546, + "endLine": 174, + "endColumn": 12, + "endOffset": 13739 + } + } + }, + { + "to": { + "startLine": 153, + "startColumn": 4, + "startOffset": 11750, + "endLine": 154, + "endColumn": 12, + "endOffset": 11868 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 177, + "startColumn": 4, + "startOffset": 13923, + "endLine": 178, + "endColumn": 12, + "endOffset": 14041 + } + } + }, + { + "to": { + "startLine": 155, + "startColumn": 4, + "startOffset": 11873, + "endLine": 156, + "endColumn": 12, + "endOffset": 11991 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 179, + "startColumn": 4, + "startOffset": 14046, + "endLine": 180, + "endColumn": 12, + "endOffset": 14164 + } + } + }, + { + "to": { + "startLine": 157, + "startColumn": 4, + "startOffset": 11996, + "endLine": 158, + "endColumn": 12, + "endOffset": 12104 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 181, + "startColumn": 4, + "startOffset": 14169, + "endLine": 182, + "endColumn": 12, + "endOffset": 14277 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 12109, + "endLine": 161, + "endColumn": 12, + "endOffset": 12287 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 183, + "startColumn": 4, + "startOffset": 14282, + "endLine": 185, + "endColumn": 12, + "endOffset": 14460 + } + } + }, + { + "to": { + "startLine": 162, + "startColumn": 4, + "startOffset": 12292, + "endLine": 163, + "endColumn": 12, + "endOffset": 12418 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 186, + "startColumn": 4, + "startOffset": 14465, + "endLine": 187, + "endColumn": 12, + "endOffset": 14591 + } + } + }, + { + "to": { + "startLine": 164, + "startColumn": 4, + "startOffset": 12423, + "endLine": 166, + "endColumn": 12, + "endOffset": 12619 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 188, + "startColumn": 4, + "startOffset": 14596, + "endLine": 190, + "endColumn": 12, + "endOffset": 14792 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 12624, + "endColumn": 88, + "endOffset": 12708 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 14797, + "endColumn": 88, + "endOffset": 14881 + } + } + }, + { + "to": { + "startLine": 168, + "startColumn": 4, + "startOffset": 12713, + "endColumn": 110, + "endOffset": 12819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 192, + "startColumn": 4, + "startOffset": 14886, + "endColumn": 110, + "endOffset": 14992 + } + } + }, + { + "to": { + "startLine": 169, + "startColumn": 4, + "startOffset": 12824, + "endColumn": 126, + "endOffset": 12946 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 193, + "startColumn": 4, + "startOffset": 14997, + "endColumn": 126, + "endOffset": 15119 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 12951, + "endColumn": 100, + "endOffset": 13047 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 15124, + "endColumn": 100, + "endOffset": 15220 + } + } + }, + { + "to": { + "startLine": 171, + "startColumn": 4, + "startOffset": 13052, + "endColumn": 94, + "endOffset": 13142 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 195, + "startColumn": 4, + "startOffset": 15225, + "endColumn": 94, + "endOffset": 15315 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 13147, + "endColumn": 122, + "endOffset": 13265 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 15320, + "endColumn": 122, + "endOffset": 15438 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 13270, + "endColumn": 128, + "endOffset": 13394 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 15443, + "endColumn": 128, + "endOffset": 15567 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 13399, + "endColumn": 116, + "endOffset": 13511 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 198, + "startColumn": 4, + "startOffset": 15572, + "endColumn": 116, + "endOffset": 15684 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 13516, + "endLine": 177, + "endColumn": 12, + "endOffset": 13688 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 199, + "startColumn": 4, + "startOffset": 15689, + "endLine": 201, + "endColumn": 12, + "endOffset": 15861 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 13693, + "endColumn": 98, + "endOffset": 13787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 15866, + "endColumn": 98, + "endOffset": 15960 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 13792, + "endLine": 180, + "endColumn": 12, + "endOffset": 13922 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 15965, + "endLine": 204, + "endColumn": 12, + "endOffset": 16095 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 13927, + "endLine": 182, + "endColumn": 12, + "endOffset": 14065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 205, + "startColumn": 4, + "startOffset": 16100, + "endLine": 206, + "endColumn": 12, + "endOffset": 16238 + } + } + }, + { + "to": { + "startLine": 183, + "startColumn": 4, + "startOffset": 14070, + "endLine": 184, + "endColumn": 12, + "endOffset": 14200 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 207, + "startColumn": 4, + "startOffset": 16243, + "endLine": 208, + "endColumn": 12, + "endOffset": 16373 + } + } + }, + { + "to": { + "startLine": 185, + "startColumn": 4, + "startOffset": 14205, + "endLine": 186, + "endColumn": 12, + "endOffset": 14319 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 209, + "startColumn": 4, + "startOffset": 16378, + "endLine": 210, + "endColumn": 12, + "endOffset": 16492 + } + } + }, + { + "to": { + "startLine": 187, + "startColumn": 4, + "startOffset": 14324, + "endLine": 190, + "endColumn": 12, + "endOffset": 14520 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 211, + "startColumn": 4, + "startOffset": 16497, + "endLine": 214, + "endColumn": 12, + "endOffset": 16693 + } + } + }, + { + "to": { + "startLine": 191, + "startColumn": 4, + "startOffset": 14525, + "endLine": 192, + "endColumn": 12, + "endOffset": 14639 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 215, + "startColumn": 4, + "startOffset": 16698, + "endLine": 216, + "endColumn": 12, + "endOffset": 16812 + } + } + }, + { + "to": { + "startLine": 193, + "startColumn": 4, + "startOffset": 14644, + "endColumn": 92, + "endOffset": 14732 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 217, + "startColumn": 4, + "startOffset": 16817, + "endColumn": 92, + "endOffset": 16905 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 14737, + "endColumn": 110, + "endOffset": 14843 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 218, + "startColumn": 4, + "startOffset": 16910, + "endColumn": 110, + "endOffset": 17016 + } + } + }, + { + "to": { + "startLine": 195, + "startColumn": 4, + "startOffset": 14848, + "endColumn": 55, + "endOffset": 14899 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 219, + "startColumn": 4, + "startOffset": 17021, + "endColumn": 55, + "endOffset": 17072 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 14904, + "endLine": 197, + "endColumn": 12, + "endOffset": 15006 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 220, + "startColumn": 4, + "startOffset": 17077, + "endLine": 221, + "endColumn": 12, + "endOffset": 17179 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 15011, + "endLine": 201, + "endColumn": 12, + "endOffset": 15201 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 17184, + "endLine": 225, + "endColumn": 12, + "endOffset": 17374 + } + } + }, + { + "to": { + "startLine": 202, + "startColumn": 4, + "startOffset": 15206, + "endLine": 203, + "endColumn": 12, + "endOffset": 15312 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 226, + "startColumn": 4, + "startOffset": 17379, + "endLine": 227, + "endColumn": 12, + "endOffset": 17485 + } + } + }, + { + "to": { + "startLine": 204, + "startColumn": 4, + "startOffset": 15317, + "endLine": 205, + "endColumn": 12, + "endOffset": 15445 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 228, + "startColumn": 4, + "startOffset": 17490, + "endLine": 229, + "endColumn": 12, + "endOffset": 17618 + } + } + }, + { + "to": { + "startLine": 206, + "startColumn": 4, + "startOffset": 15450, + "endColumn": 94, + "endOffset": 15540 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 230, + "startColumn": 4, + "startOffset": 17623, + "endColumn": 94, + "endOffset": 17713 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 15545, + "endColumn": 90, + "endOffset": 15631 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 231, + "startColumn": 4, + "startOffset": 17718, + "endColumn": 90, + "endOffset": 17804 + } + } + }, + { + "to": { + "startLine": 208, + "startColumn": 4, + "startOffset": 15636, + "endColumn": 90, + "endOffset": 15722 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 232, + "startColumn": 4, + "startOffset": 17809, + "endColumn": 90, + "endOffset": 17895 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 15727, + "endColumn": 116, + "endOffset": 15839 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 17900, + "endColumn": 116, + "endOffset": 18012 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 15844, + "endLine": 211, + "endColumn": 12, + "endOffset": 15978 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 18017, + "endLine": 235, + "endColumn": 12, + "endOffset": 18151 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 15983, + "endLine": 218, + "endColumn": 12, + "endOffset": 16331 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 238, + "startColumn": 4, + "startOffset": 18335, + "endLine": 244, + "endColumn": 12, + "endOffset": 18683 + } + } + }, + { + "to": { + "startLine": 219, + "startColumn": 4, + "startOffset": 16336, + "endLine": 225, + "endColumn": 12, + "endOffset": 16696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 245, + "startColumn": 4, + "startOffset": 18688, + "endLine": 251, + "endColumn": 12, + "endOffset": 19048 + } + } + }, + { + "to": { + "startLine": 226, + "startColumn": 4, + "startOffset": 16701, + "endLine": 235, + "endColumn": 12, + "endOffset": 17376 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 252, + "startColumn": 4, + "startOffset": 19053, + "endLine": 261, + "endColumn": 12, + "endOffset": 19728 + } + } + }, + { + "to": { + "startLine": 236, + "startColumn": 4, + "startOffset": 17381, + "endColumn": 56, + "endOffset": 17433 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 262, + "startColumn": 4, + "startOffset": 19733, + "endColumn": 56, + "endOffset": 19785 + } + } + }, + { + "to": { + "startLine": 237, + "startColumn": 4, + "startOffset": 17438, + "endColumn": 57, + "endOffset": 17491 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v21\\values-v21.xml", + "position": { + "startLine": 263, + "startColumn": 4, + "startOffset": 19790, + "endColumn": 57, + "endOffset": 19843 + } + } + } + ] + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi/values-v22.json b/app/build/intermediates/blame/res/debug/multi/values-v22.json new file mode 100644 index 0000000..e1752b0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v22.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-v22\\values-v22.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 74, + "endOffset": 125 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v22\\values-v22.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 234, + "endColumn": 74, + "endOffset": 304 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 130, + "endColumn": 86, + "endOffset": 212 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v22\\values-v22.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 309, + "endColumn": 86, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 217, + "endLine": 6, + "endColumn": 12, + "endOffset": 393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v22\\values-v22.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 396, + "endLine": 8, + "endColumn": 12, + "endOffset": 572 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endLine": 9, + "endColumn": 12, + "endOffset": 586 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v22\\values-v22.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 577, + "endLine": 11, + "endColumn": 12, + "endOffset": 765 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..4034640 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-v23.json @@ -0,0 +1,125 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\values-v23\\values-v23.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 134, + "endOffset": 185 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 239, + "endColumn": 134, + "endOffset": 369 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 190, + "endColumn": 74, + "endOffset": 260 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 553, + "endColumn": 74, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 86, + "endOffset": 347 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 628, + "endColumn": 86, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endLine": 13, + "endColumn": 12, + "endOffset": 905 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 715, + "endLine": 17, + "endColumn": 12, + "endOffset": 1268 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 910, + "endLine": 22, + "endColumn": 12, + "endOffset": 1475 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1273, + "endLine": 26, + "endColumn": 12, + "endOffset": 1838 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 104, + "endOffset": 1580 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-v23\\values-v23.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 104, + "endOffset": 2122 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..32c82bc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-vi.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 113, + "endOffset": 338 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 343, + "endColumn": 107, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 451, + "endColumn": 122, + "endOffset": 569 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 574, + "endColumn": 107, + "endOffset": 677 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 108, + "endOffset": 612 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 108, + "endOffset": 786 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 83, + "endOffset": 696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 791, + "endColumn": 83, + "endOffset": 870 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 102, + "endOffset": 799 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 102, + "endOffset": 973 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 804, + "endColumn": 118, + "endOffset": 918 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 978, + "endColumn": 118, + "endOffset": 1092 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 76, + "endOffset": 995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 76, + "endOffset": 1169 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 76, + "endOffset": 1072 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1174, + "endColumn": 76, + "endOffset": 1246 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1077, + "endColumn": 83, + "endOffset": 1156 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1251, + "endColumn": 83, + "endOffset": 1330 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 103, + "endOffset": 1260 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 103, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1265, + "endColumn": 108, + "endOffset": 1369 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 108, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1374, + "endColumn": 100, + "endOffset": 1470 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 100, + "endOffset": 1644 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 104, + "endOffset": 1575 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 104, + "endOffset": 1749 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1580, + "endColumn": 113, + "endOffset": 1689 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1754, + "endColumn": 113, + "endOffset": 1863 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1694, + "endColumn": 104, + "endOffset": 1794 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 104, + "endOffset": 1968 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 119, + "endOffset": 1914 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1973, + "endColumn": 119, + "endOffset": 2088 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 98, + "endOffset": 2013 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2093, + "endColumn": 98, + "endOffset": 2187 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 100, + "endOffset": 2114 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-vi\\values-vi.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2192, + "endColumn": 100, + "endOffset": 2288 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..db6cbbf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w360dp\\values-w360dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 232, + "endColumn": 54, + "endOffset": 282 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..ae8c904 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w480dp\\values-w480dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 231, + "endColumn": 61, + "endOffset": 288 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w480dp\\values-w480dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 470, + "endColumn": 71, + "endOffset": 537 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..022701b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w500dp\\values-w500dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 232, + "endColumn": 54, + "endOffset": 282 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..4d6422b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w600dp\\values-w600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 232, + "endColumn": 63, + "endOffset": 291 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 119, + "endColumn": 54, + "endOffset": 169 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w600dp\\values-w600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 296, + "endColumn": 54, + "endOffset": 346 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3016a88 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-w720dp\\values-w720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 231, + "endColumn": 76, + "endOffset": 303 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..3570277 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge-land\\values-xlarge-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 237, + "endColumn": 63, + "endOffset": 296 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..25ff8cb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json @@ -0,0 +1,178 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 231, + "endColumn": 76, + "endOffset": 303 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 132, + "endColumn": 70, + "endOffset": 198 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 485, + "endColumn": 70, + "endOffset": 551 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 203, + "endColumn": 70, + "endOffset": 269 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 556, + "endColumn": 70, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 274, + "endColumn": 69, + "endOffset": 339 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 627, + "endColumn": 69, + "endOffset": 692 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 344, + "endColumn": 69, + "endOffset": 409 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 697, + "endColumn": 69, + "endOffset": 762 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 414, + "endColumn": 67, + "endOffset": 477 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 767, + "endColumn": 67, + "endOffset": 830 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 482, + "endColumn": 67, + "endOffset": 545 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 835, + "endColumn": 67, + "endOffset": 898 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 550, + "endColumn": 63, + "endOffset": 609 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 903, + "endColumn": 63, + "endOffset": 962 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 614, + "endColumn": 54, + "endOffset": 664 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-xlarge\\values-xlarge.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 967, + "endColumn": 54, + "endOffset": 1017 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..910ae6d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 95, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 151, + "endColumn": 106, + "endOffset": 253 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 329, + "endColumn": 106, + "endOffset": 431 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 436, + "endColumn": 122, + "endOffset": 554 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 94, + "endOffset": 471 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 559, + "endColumn": 94, + "endOffset": 649 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 476, + "endColumn": 99, + "endOffset": 571 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 654, + "endColumn": 99, + "endOffset": 749 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 81, + "endOffset": 653 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 754, + "endColumn": 81, + "endOffset": 831 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 658, + "endColumn": 96, + "endOffset": 750 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 836, + "endColumn": 96, + "endOffset": 928 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 755, + "endColumn": 105, + "endOffset": 856 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 933, + "endColumn": 105, + "endOffset": 1034 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 861, + "endColumn": 75, + "endOffset": 932 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1039, + "endColumn": 75, + "endOffset": 1110 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 937, + "endColumn": 75, + "endOffset": 1008 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1115, + "endColumn": 75, + "endOffset": 1186 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 77, + "endOffset": 1086 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1191, + "endColumn": 77, + "endOffset": 1264 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 95, + "endOffset": 1182 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1269, + "endColumn": 95, + "endOffset": 1360 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1187, + "endColumn": 95, + "endOffset": 1278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1365, + "endColumn": 95, + "endOffset": 1456 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 94, + "endOffset": 1373 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1461, + "endColumn": 94, + "endOffset": 1551 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1378, + "endColumn": 96, + "endOffset": 1470 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 96, + "endOffset": 1648 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 94, + "endOffset": 1565 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1653, + "endColumn": 94, + "endOffset": 1743 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 97, + "endOffset": 1663 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 97, + "endOffset": 1841 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 111, + "endOffset": 1775 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 111, + "endOffset": 1953 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 93, + "endOffset": 1869 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1958, + "endColumn": 93, + "endOffset": 2047 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 100, + "endOffset": 1970 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rCN\\values-zh-rCN.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2052, + "endColumn": 100, + "endOffset": 2148 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..cc2fea2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 94, + "endOffset": 323 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 328, + "endColumn": 106, + "endOffset": 430 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 435, + "endColumn": 122, + "endOffset": 553 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 558, + "endColumn": 92, + "endOffset": 646 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 651, + "endColumn": 99, + "endOffset": 746 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 751, + "endColumn": 81, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 833, + "endColumn": 96, + "endOffset": 925 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 930, + "endColumn": 107, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 75, + "endOffset": 931 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 75, + "endOffset": 1109 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 936, + "endColumn": 75, + "endOffset": 1007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 75, + "endOffset": 1185 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 77, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1190, + "endColumn": 77, + "endOffset": 1263 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 95, + "endOffset": 1181 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 95, + "endOffset": 1359 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 95, + "endOffset": 1277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1364, + "endColumn": 95, + "endOffset": 1455 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1282, + "endColumn": 94, + "endOffset": 1372 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 94, + "endOffset": 1550 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 96, + "endOffset": 1469 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1555, + "endColumn": 96, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 94, + "endOffset": 1564 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 94, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 97, + "endOffset": 1662 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 97, + "endOffset": 1840 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1667, + "endColumn": 112, + "endOffset": 1775 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1845, + "endColumn": 112, + "endOffset": 1953 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 93, + "endOffset": 1869 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1958, + "endColumn": 93, + "endOffset": 2047 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 101, + "endOffset": 1971 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rHK\\values-zh-rHK.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2052, + "endColumn": 101, + "endOffset": 2149 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..d902d5a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 233, + "endColumn": 94, + "endOffset": 323 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 328, + "endColumn": 106, + "endOffset": 430 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 435, + "endColumn": 122, + "endOffset": 553 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 558, + "endColumn": 92, + "endOffset": 646 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 651, + "endColumn": 99, + "endOffset": 746 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 751, + "endColumn": 81, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 833, + "endColumn": 96, + "endOffset": 925 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 930, + "endColumn": 107, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 75, + "endOffset": 931 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 75, + "endOffset": 1109 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 936, + "endColumn": 75, + "endOffset": 1007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 75, + "endOffset": 1185 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 77, + "endOffset": 1085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1190, + "endColumn": 77, + "endOffset": 1263 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 95, + "endOffset": 1181 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 95, + "endOffset": 1359 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 95, + "endOffset": 1277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1364, + "endColumn": 95, + "endOffset": 1455 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1282, + "endColumn": 94, + "endOffset": 1372 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 94, + "endOffset": 1550 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 96, + "endOffset": 1469 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1555, + "endColumn": 96, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 94, + "endOffset": 1564 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 94, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 99, + "endOffset": 1664 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 99, + "endOffset": 1842 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1669, + "endColumn": 112, + "endOffset": 1777 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1847, + "endColumn": 112, + "endOffset": 1955 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1782, + "endColumn": 93, + "endOffset": 1871 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1960, + "endColumn": 93, + "endOffset": 2049 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1876, + "endColumn": 100, + "endOffset": 1972 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zh-rTW\\values-zh-rTW.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2054, + "endColumn": 100, + "endOffset": 2150 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..87cdfbe --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values-zu.json @@ -0,0 +1,387 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 229, + "endColumn": 107, + "endOffset": 332 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 337, + "endColumn": 107, + "endOffset": 440 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 445, + "endColumn": 122, + "endOffset": 563 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 106, + "endOffset": 496 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 106, + "endOffset": 670 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 113, + "endOffset": 610 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 675, + "endColumn": 113, + "endOffset": 784 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 87, + "endOffset": 698 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 789, + "endColumn": 87, + "endOffset": 872 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 102, + "endOffset": 801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 877, + "endColumn": 102, + "endOffset": 975 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 126, + "endOffset": 928 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 980, + "endColumn": 126, + "endOffset": 1102 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 79, + "endOffset": 1008 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1107, + "endColumn": 79, + "endOffset": 1182 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 79, + "endOffset": 1088 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1187, + "endColumn": 79, + "endOffset": 1262 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1093, + "endColumn": 85, + "endOffset": 1174 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1267, + "endColumn": 85, + "endOffset": 1348 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 103, + "endOffset": 1278 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 103, + "endOffset": 1452 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 105, + "endOffset": 1384 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1457, + "endColumn": 105, + "endOffset": 1558 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1389, + "endColumn": 97, + "endOffset": 1482 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1563, + "endColumn": 97, + "endOffset": 1656 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 106, + "endOffset": 1589 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 106, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1594, + "endColumn": 105, + "endOffset": 1695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 105, + "endOffset": 1869 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1700, + "endColumn": 105, + "endOffset": 1801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1874, + "endColumn": 105, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1806, + "endColumn": 119, + "endOffset": 1921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 119, + "endOffset": 2095 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 95, + "endOffset": 2017 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2100, + "endColumn": 95, + "endOffset": 2191 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 100, + "endOffset": 2118 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values-zu\\values-zu.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 100, + "endOffset": 2292 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..2c3ae85 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi/values.json @@ -0,0 +1,9671 @@ +[ + { + "outputFile": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 224, + "endColumn": 54, + "endOffset": 274 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 110, + "endColumn": 44, + "endOffset": 150 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 279, + "endColumn": 44, + "endOffset": 319 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 155, + "endColumn": 48, + "endOffset": 199 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 324, + "endColumn": 48, + "endOffset": 368 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 204, + "endColumn": 40, + "endOffset": 240 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 373, + "endColumn": 40, + "endOffset": 409 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 245, + "endColumn": 54, + "endOffset": 295 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 583, + "endColumn": 54, + "endOffset": 633 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 300, + "endColumn": 62, + "endOffset": 358 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 638, + "endColumn": 62, + "endOffset": 696 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 363, + "endColumn": 75, + "endOffset": 434 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 701, + "endColumn": 75, + "endOffset": 772 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 439, + "endColumn": 58, + "endOffset": 493 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 777, + "endColumn": 58, + "endOffset": 831 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 498, + "endColumn": 61, + "endOffset": 555 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 61, + "endOffset": 1063 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 560, + "endColumn": 72, + "endOffset": 628 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1068, + "endColumn": 72, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 633, + "endColumn": 67, + "endOffset": 696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 67, + "endOffset": 1204 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 701, + "endColumn": 77, + "endOffset": 774 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1378, + "endColumn": 77, + "endOffset": 1451 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 779, + "endColumn": 80, + "endOffset": 855 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1626, + "endColumn": 80, + "endOffset": 1702 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 860, + "endColumn": 60, + "endOffset": 916 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1707, + "endColumn": 60, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 921, + "endColumn": 74, + "endOffset": 991 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 74, + "endOffset": 1838 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 996, + "endColumn": 75, + "endOffset": 1067 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1843, + "endColumn": 75, + "endOffset": 1914 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1072, + "endColumn": 76, + "endOffset": 1144 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2098, + "endColumn": 76, + "endOffset": 2170 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 77, + "endOffset": 1222 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2175, + "endColumn": 77, + "endOffset": 2248 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 84, + "endOffset": 1307 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2253, + "endColumn": 84, + "endOffset": 2333 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1312, + "endColumn": 81, + "endOffset": 1389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2338, + "endColumn": 81, + "endOffset": 2415 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1394, + "endColumn": 75, + "endOffset": 1465 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2420, + "endColumn": 75, + "endOffset": 2491 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1470, + "endColumn": 75, + "endOffset": 1541 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2496, + "endColumn": 75, + "endOffset": 2567 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1546, + "endColumn": 76, + "endOffset": 1618 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2572, + "endColumn": 76, + "endOffset": 2644 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1623, + "endColumn": 77, + "endOffset": 1696 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2649, + "endColumn": 77, + "endOffset": 2722 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 105, + "endOffset": 1802 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2727, + "endColumn": 105, + "endOffset": 2828 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 105, + "endOffset": 1908 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2833, + "endColumn": 105, + "endOffset": 2934 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1913, + "endColumn": 78, + "endOffset": 1987 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2939, + "endColumn": 78, + "endOffset": 3013 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 1992, + "endColumn": 79, + "endOffset": 2067 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 3018, + "endColumn": 79, + "endOffset": 3093 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2072, + "endColumn": 56, + "endOffset": 2124 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3098, + "endColumn": 56, + "endOffset": 3150 + } + } + }, + { + "to": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2129, + "endColumn": 57, + "endOffset": 2182 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3155, + "endColumn": 57, + "endOffset": 3208 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2187, + "endColumn": 45, + "endOffset": 2228 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 157, + "endColumn": 45, + "endOffset": 198 + } + } + }, + { + "to": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2233, + "endColumn": 46, + "endOffset": 2275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 57, + "endColumn": 46, + "endOffset": 99 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2280, + "endColumn": 50, + "endOffset": 2326 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 105, + "endColumn": 50, + "endOffset": 151 + } + } + }, + { + "to": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2331, + "endColumn": 46, + "endOffset": 2373 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 826, + "endColumn": 46, + "endOffset": 868 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2378, + "endColumn": 46, + "endOffset": 2420 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 778, + "endColumn": 46, + "endOffset": 820 + } + } + }, + { + "to": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2425, + "endColumn": 46, + "endOffset": 2467 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 730, + "endColumn": 46, + "endOffset": 772 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2472, + "endColumn": 73, + "endOffset": 2541 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3213, + "endColumn": 73, + "endOffset": 3282 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2546, + "endColumn": 74, + "endOffset": 2616 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3287, + "endColumn": 74, + "endOffset": 3357 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2621, + "endColumn": 64, + "endOffset": 2681 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3362, + "endColumn": 64, + "endOffset": 3422 + } + } + }, + { + "to": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2686, + "endColumn": 65, + "endOffset": 2747 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3427, + "endColumn": 65, + "endOffset": 3488 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 2752, + "endColumn": 71, + "endOffset": 2819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3493, + "endColumn": 71, + "endOffset": 3560 + } + } + }, + { + "to": { + "startLine": 43, + "startColumn": 4, + "startOffset": 2824, + "endColumn": 72, + "endOffset": 2892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3565, + "endColumn": 72, + "endOffset": 3633 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 2897, + "endColumn": 66, + "endOffset": 2959 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3638, + "endColumn": 66, + "endOffset": 3700 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 2964, + "endColumn": 67, + "endOffset": 3027 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 51, + "startColumn": 4, + "startOffset": 3705, + "endColumn": 67, + "endOffset": 3768 + } + } + }, + { + "to": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3032, + "endColumn": 103, + "endOffset": 3131 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3773, + "endColumn": 103, + "endOffset": 3872 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3136, + "endColumn": 105, + "endOffset": 3237 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 53, + "startColumn": 4, + "startOffset": 3877, + "endColumn": 105, + "endOffset": 3978 + } + } + }, + { + "to": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3242, + "endColumn": 39, + "endOffset": 3277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 243, + "endColumn": 39, + "endOffset": 278 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3282, + "endColumn": 58, + "endOffset": 3336 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3983, + "endColumn": 58, + "endOffset": 4037 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3341, + "endColumn": 58, + "endOffset": 3395 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4042, + "endColumn": 58, + "endOffset": 4096 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 3400, + "endColumn": 58, + "endOffset": 3454 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4101, + "endColumn": 58, + "endOffset": 4155 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3459, + "endColumn": 58, + "endOffset": 3513 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 57, + "startColumn": 4, + "startOffset": 4160, + "endColumn": 58, + "endOffset": 4214 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 3518, + "endColumn": 58, + "endOffset": 3572 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4219, + "endColumn": 58, + "endOffset": 4273 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3577, + "endColumn": 53, + "endOffset": 3626 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 59, + "startColumn": 4, + "startOffset": 4278, + "endColumn": 53, + "endOffset": 4327 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3631, + "endColumn": 53, + "endOffset": 3680 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 60, + "startColumn": 4, + "startOffset": 4332, + "endColumn": 53, + "endOffset": 4381 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 3685, + "endColumn": 52, + "endOffset": 3733 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 4386, + "endColumn": 52, + "endOffset": 4434 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 3738, + "endColumn": 53, + "endOffset": 3787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4439, + "endColumn": 53, + "endOffset": 4488 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 3792, + "endColumn": 53, + "endOffset": 3841 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4493, + "endColumn": 53, + "endOffset": 4542 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 3846, + "endColumn": 53, + "endOffset": 3895 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4547, + "endColumn": 53, + "endOffset": 4596 + } + } + }, + { + "to": { + "startLine": 60, + "startColumn": 4, + "startOffset": 3900, + "endColumn": 53, + "endOffset": 3949 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4601, + "endColumn": 53, + "endOffset": 4650 + } + } + }, + { + "to": { + "startLine": 61, + "startColumn": 4, + "startOffset": 3954, + "endColumn": 73, + "endOffset": 4023 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4655, + "endColumn": 73, + "endOffset": 4724 + } + } + }, + { + "to": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4028, + "endColumn": 78, + "endOffset": 4102 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 4729, + "endColumn": 78, + "endOffset": 4803 + } + } + }, + { + "to": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4107, + "endColumn": 72, + "endOffset": 4175 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 68, + "startColumn": 4, + "startOffset": 4808, + "endColumn": 72, + "endOffset": 4876 + } + } + }, + { + "to": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4180, + "endColumn": 73, + "endOffset": 4249 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 69, + "startColumn": 4, + "startOffset": 4881, + "endColumn": 73, + "endOffset": 4950 + } + } + }, + { + "to": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4254, + "endColumn": 70, + "endOffset": 4320 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 4955, + "endColumn": 70, + "endOffset": 5021 + } + } + }, + { + "to": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4325, + "endColumn": 71, + "endOffset": 4392 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 5026, + "endColumn": 71, + "endOffset": 5093 + } + } + }, + { + "to": { + "startLine": 67, + "startColumn": 4, + "startOffset": 4397, + "endColumn": 71, + "endOffset": 4464 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 72, + "startColumn": 4, + "startOffset": 5098, + "endColumn": 71, + "endOffset": 5165 + } + } + }, + { + "to": { + "startLine": 68, + "startColumn": 4, + "startOffset": 4469, + "endColumn": 72, + "endOffset": 4537 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 5170, + "endColumn": 72, + "endOffset": 5238 + } + } + }, + { + "to": { + "startLine": 69, + "startColumn": 4, + "startOffset": 4542, + "endColumn": 39, + "endOffset": 4577 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 284, + "endColumn": 39, + "endOffset": 319 + } + } + }, + { + "to": { + "startLine": 70, + "startColumn": 4, + "startOffset": 4582, + "endColumn": 56, + "endOffset": 4634 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 74, + "startColumn": 4, + "startOffset": 5243, + "endColumn": 56, + "endOffset": 5295 + } + } + }, + { + "to": { + "startLine": 71, + "startColumn": 4, + "startOffset": 4639, + "endColumn": 57, + "endOffset": 4692 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 75, + "startColumn": 4, + "startOffset": 5300, + "endColumn": 57, + "endOffset": 5353 + } + } + }, + { + "to": { + "startLine": 72, + "startColumn": 4, + "startOffset": 4697, + "endColumn": 72, + "endOffset": 4765 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 76, + "startColumn": 4, + "startOffset": 5358, + "endColumn": 72, + "endOffset": 5426 + } + } + }, + { + "to": { + "startLine": 73, + "startColumn": 4, + "startOffset": 4770, + "endColumn": 73, + "endOffset": 4839 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 5431, + "endColumn": 73, + "endOffset": 5500 + } + } + }, + { + "to": { + "startLine": 74, + "startColumn": 4, + "startOffset": 4844, + "endColumn": 73, + "endOffset": 4913 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 5505, + "endColumn": 73, + "endOffset": 5574 + } + } + }, + { + "to": { + "startLine": 75, + "startColumn": 4, + "startOffset": 4918, + "endColumn": 74, + "endOffset": 4988 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 5579, + "endColumn": 74, + "endOffset": 5649 + } + } + }, + { + "to": { + "startLine": 76, + "startColumn": 4, + "startOffset": 4993, + "endColumn": 71, + "endOffset": 5060 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 5654, + "endColumn": 71, + "endOffset": 5721 + } + } + }, + { + "to": { + "startLine": 77, + "startColumn": 4, + "startOffset": 5065, + "endColumn": 72, + "endOffset": 5133 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 5726, + "endColumn": 72, + "endOffset": 5794 + } + } + }, + { + "to": { + "startLine": 78, + "startColumn": 4, + "startOffset": 5138, + "endColumn": 69, + "endOffset": 5203 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 82, + "startColumn": 4, + "startOffset": 5799, + "endColumn": 69, + "endOffset": 5864 + } + } + }, + { + "to": { + "startLine": 79, + "startColumn": 4, + "startOffset": 5208, + "endColumn": 70, + "endOffset": 5274 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 83, + "startColumn": 4, + "startOffset": 5869, + "endColumn": 70, + "endOffset": 5935 + } + } + }, + { + "to": { + "startLine": 80, + "startColumn": 4, + "startOffset": 5279, + "endColumn": 60, + "endOffset": 5335 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 450, + "endColumn": 60, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 81, + "startColumn": 4, + "startOffset": 5340, + "endColumn": 57, + "endOffset": 5393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 512, + "endColumn": 57, + "endOffset": 565 + } + } + }, + { + "to": { + "startLine": 82, + "startColumn": 4, + "startOffset": 5398, + "endColumn": 62, + "endOffset": 5456 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 325, + "endColumn": 62, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 83, + "startColumn": 4, + "startOffset": 5461, + "endColumn": 59, + "endOffset": 5516 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 389, + "endColumn": 59, + "endOffset": 444 + } + } + }, + { + "to": { + "startLine": 84, + "startColumn": 4, + "startOffset": 5521, + "endColumn": 52, + "endOffset": 5569 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 571, + "endColumn": 52, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 85, + "startColumn": 4, + "startOffset": 5574, + "endColumn": 50, + "endOffset": 5620 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 625, + "endColumn": 50, + "endOffset": 671 + } + } + }, + { + "to": { + "startLine": 86, + "startColumn": 4, + "startOffset": 5625, + "endColumn": 51, + "endOffset": 5672 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 677, + "endColumn": 51, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 87, + "startColumn": 4, + "startOffset": 5677, + "endColumn": 37, + "endOffset": 5710 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\colors.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 204, + "endColumn": 37, + "endOffset": 237 + } + } + }, + { + "to": { + "startLine": 116, + "startColumn": 4, + "startOffset": 21762, + "endColumn": 68, + "endOffset": 21826 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 114, + "startColumn": 4, + "startOffset": 22166, + "endColumn": 68, + "endOffset": 22230 + } + } + }, + { + "to": { + "startLine": 117, + "startColumn": 4, + "startOffset": 21831, + "endColumn": 69, + "endOffset": 21896 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 22235, + "endColumn": 69, + "endOffset": 22300 + } + } + }, + { + "to": { + "startLine": 118, + "startColumn": 4, + "startOffset": 21901, + "endColumn": 73, + "endOffset": 21970 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 116, + "startColumn": 4, + "startOffset": 22305, + "endColumn": 73, + "endOffset": 22374 + } + } + }, + { + "to": { + "startLine": 119, + "startColumn": 4, + "startOffset": 21975, + "endColumn": 75, + "endOffset": 22046 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 117, + "startColumn": 4, + "startOffset": 22379, + "endColumn": 75, + "endOffset": 22450 + } + } + }, + { + "to": { + "startLine": 120, + "startColumn": 4, + "startOffset": 22051, + "endColumn": 76, + "endOffset": 22123 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 118, + "startColumn": 4, + "startOffset": 22455, + "endColumn": 76, + "endOffset": 22527 + } + } + }, + { + "to": { + "startLine": 121, + "startColumn": 4, + "startOffset": 22128, + "endColumn": 75, + "endOffset": 22199 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 119, + "startColumn": 4, + "startOffset": 22532, + "endColumn": 75, + "endOffset": 22603 + } + } + }, + { + "to": { + "startLine": 122, + "startColumn": 4, + "startOffset": 22204, + "endColumn": 76, + "endOffset": 22276 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 120, + "startColumn": 4, + "startOffset": 22608, + "endColumn": 76, + "endOffset": 22680 + } + } + }, + { + "to": { + "startLine": 123, + "startColumn": 4, + "startOffset": 22281, + "endColumn": 63, + "endOffset": 22340 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 123, + "startColumn": 4, + "startOffset": 22855, + "endColumn": 63, + "endOffset": 22914 + } + } + }, + { + "to": { + "startLine": 124, + "startColumn": 4, + "startOffset": 22345, + "endColumn": 64, + "endOffset": 22405 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 124, + "startColumn": 4, + "startOffset": 22919, + "endColumn": 64, + "endOffset": 22979 + } + } + }, + { + "to": { + "startLine": 125, + "startColumn": 4, + "startOffset": 22410, + "endColumn": 68, + "endOffset": 22474 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 125, + "startColumn": 4, + "startOffset": 22984, + "endColumn": 68, + "endOffset": 23048 + } + } + }, + { + "to": { + "startLine": 126, + "startColumn": 4, + "startOffset": 22479, + "endColumn": 76, + "endOffset": 22551 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 128, + "startColumn": 4, + "startOffset": 23232, + "endColumn": 76, + "endOffset": 23304 + } + } + }, + { + "to": { + "startLine": 127, + "startColumn": 4, + "startOffset": 22556, + "endColumn": 74, + "endOffset": 22626 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 129, + "startColumn": 4, + "startOffset": 23309, + "endColumn": 74, + "endOffset": 23379 + } + } + }, + { + "to": { + "startLine": 128, + "startColumn": 4, + "startOffset": 22631, + "endColumn": 68, + "endOffset": 22695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 130, + "startColumn": 4, + "startOffset": 23384, + "endColumn": 68, + "endOffset": 23448 + } + } + }, + { + "to": { + "startLine": 129, + "startColumn": 4, + "startOffset": 22700, + "endColumn": 67, + "endOffset": 22763 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 131, + "startColumn": 4, + "startOffset": 23453, + "endColumn": 67, + "endOffset": 23516 + } + } + }, + { + "to": { + "startLine": 130, + "startColumn": 4, + "startOffset": 22768, + "endColumn": 76, + "endOffset": 22840 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 132, + "startColumn": 4, + "startOffset": 23521, + "endColumn": 76, + "endOffset": 23593 + } + } + }, + { + "to": { + "startLine": 131, + "startColumn": 4, + "startOffset": 22845, + "endColumn": 65, + "endOffset": 22906 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 135, + "startColumn": 4, + "startOffset": 23768, + "endColumn": 65, + "endOffset": 23829 + } + } + }, + { + "to": { + "startLine": 132, + "startColumn": 4, + "startOffset": 22911, + "endColumn": 96, + "endOffset": 23003 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 136, + "startColumn": 4, + "startOffset": 23834, + "endColumn": 96, + "endOffset": 23926 + } + } + }, + { + "to": { + "startLine": 133, + "startColumn": 4, + "startOffset": 23008, + "endColumn": 64, + "endOffset": 23068 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 137, + "startColumn": 4, + "startOffset": 23931, + "endColumn": 64, + "endOffset": 23991 + } + } + }, + { + "to": { + "startLine": 134, + "startColumn": 4, + "startOffset": 23073, + "endColumn": 68, + "endOffset": 23137 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 138, + "startColumn": 4, + "startOffset": 23996, + "endColumn": 68, + "endOffset": 24060 + } + } + }, + { + "to": { + "startLine": 135, + "startColumn": 4, + "startOffset": 23142, + "endColumn": 98, + "endOffset": 23236 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 139, + "startColumn": 4, + "startOffset": 24065, + "endColumn": 98, + "endOffset": 24159 + } + } + }, + { + "to": { + "startLine": 136, + "startColumn": 4, + "startOffset": 23241, + "endColumn": 58, + "endOffset": 23295 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 142, + "startColumn": 4, + "startOffset": 24334, + "endColumn": 58, + "endOffset": 24388 + } + } + }, + { + "to": { + "startLine": 137, + "startColumn": 4, + "startOffset": 23300, + "endColumn": 57, + "endOffset": 23353 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 145, + "startColumn": 4, + "startOffset": 24563, + "endColumn": 57, + "endOffset": 24616 + } + } + }, + { + "to": { + "startLine": 138, + "startColumn": 4, + "startOffset": 23358, + "endColumn": 56, + "endOffset": 23410 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 146, + "startColumn": 4, + "startOffset": 24621, + "endColumn": 56, + "endOffset": 24673 + } + } + }, + { + "to": { + "startLine": 139, + "startColumn": 4, + "startOffset": 23415, + "endColumn": 58, + "endOffset": 23469 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 147, + "startColumn": 4, + "startOffset": 24678, + "endColumn": 58, + "endOffset": 24732 + } + } + }, + { + "to": { + "startLine": 140, + "startColumn": 4, + "startOffset": 23474, + "endColumn": 70, + "endOffset": 23540 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 148, + "startColumn": 4, + "startOffset": 24737, + "endColumn": 70, + "endOffset": 24803 + } + } + }, + { + "to": { + "startLine": 141, + "startColumn": 4, + "startOffset": 23545, + "endColumn": 71, + "endOffset": 23612 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 149, + "startColumn": 4, + "startOffset": 24808, + "endColumn": 71, + "endOffset": 24875 + } + } + }, + { + "to": { + "startLine": 142, + "startColumn": 4, + "startOffset": 23617, + "endColumn": 71, + "endOffset": 23684 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 150, + "startColumn": 4, + "startOffset": 24880, + "endColumn": 71, + "endOffset": 24947 + } + } + }, + { + "to": { + "startLine": 143, + "startColumn": 4, + "startOffset": 23689, + "endColumn": 71, + "endOffset": 23756 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 151, + "startColumn": 4, + "startOffset": 24952, + "endColumn": 71, + "endOffset": 25019 + } + } + }, + { + "to": { + "startLine": 144, + "startColumn": 4, + "startOffset": 23761, + "endColumn": 71, + "endOffset": 23828 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 152, + "startColumn": 4, + "startOffset": 25024, + "endColumn": 71, + "endOffset": 25091 + } + } + }, + { + "to": { + "startLine": 145, + "startColumn": 4, + "startOffset": 23833, + "endColumn": 67, + "endOffset": 23896 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 153, + "startColumn": 4, + "startOffset": 25096, + "endColumn": 67, + "endOffset": 25159 + } + } + }, + { + "to": { + "startLine": 146, + "startColumn": 4, + "startOffset": 23901, + "endColumn": 67, + "endOffset": 23964 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 154, + "startColumn": 4, + "startOffset": 25164, + "endColumn": 67, + "endOffset": 25227 + } + } + }, + { + "to": { + "startLine": 147, + "startColumn": 4, + "startOffset": 23969, + "endColumn": 58, + "endOffset": 24023 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 155, + "startColumn": 4, + "startOffset": 25232, + "endColumn": 58, + "endOffset": 25286 + } + } + }, + { + "to": { + "startLine": 148, + "startColumn": 4, + "startOffset": 24028, + "endColumn": 62, + "endOffset": 24086 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 156, + "startColumn": 4, + "startOffset": 25291, + "endColumn": 62, + "endOffset": 25349 + } + } + }, + { + "to": { + "startLine": 149, + "startColumn": 4, + "startOffset": 24091, + "endColumn": 89, + "endOffset": 24176 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 159, + "startColumn": 4, + "startOffset": 25533, + "endColumn": 89, + "endOffset": 25618 + } + } + }, + { + "to": { + "startLine": 150, + "startColumn": 4, + "startOffset": 24181, + "endColumn": 90, + "endOffset": 24267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 160, + "startColumn": 4, + "startOffset": 25623, + "endColumn": 90, + "endOffset": 25709 + } + } + }, + { + "to": { + "startLine": 151, + "startColumn": 4, + "startOffset": 24272, + "endColumn": 59, + "endOffset": 24327 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 163, + "startColumn": 4, + "startOffset": 25884, + "endColumn": 59, + "endOffset": 25939 + } + } + }, + { + "to": { + "startLine": 152, + "startColumn": 4, + "startOffset": 24332, + "endColumn": 65, + "endOffset": 24393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 164, + "startColumn": 4, + "startOffset": 25944, + "endColumn": 65, + "endOffset": 26005 + } + } + }, + { + "to": { + "startLine": 153, + "startColumn": 4, + "startOffset": 24398, + "endColumn": 66, + "endOffset": 24460 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 165, + "startColumn": 4, + "startOffset": 26010, + "endColumn": 66, + "endOffset": 26072 + } + } + }, + { + "to": { + "startLine": 154, + "startColumn": 4, + "startOffset": 24465, + "endColumn": 65, + "endOffset": 24526 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 166, + "startColumn": 4, + "startOffset": 26077, + "endColumn": 65, + "endOffset": 26138 + } + } + }, + { + "to": { + "startLine": 155, + "startColumn": 4, + "startOffset": 24531, + "endColumn": 69, + "endOffset": 24596 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 167, + "startColumn": 4, + "startOffset": 26143, + "endColumn": 69, + "endOffset": 26208 + } + } + }, + { + "to": { + "startLine": 156, + "startColumn": 4, + "startOffset": 24601, + "endColumn": 63, + "endOffset": 24660 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 168, + "startColumn": 4, + "startOffset": 26213, + "endColumn": 63, + "endOffset": 26272 + } + } + }, + { + "to": { + "startLine": 157, + "startColumn": 4, + "startOffset": 24665, + "endColumn": 52, + "endOffset": 24713 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 171, + "startColumn": 4, + "startOffset": 26456, + "endColumn": 52, + "endOffset": 26504 + } + } + }, + { + "to": { + "startLine": 158, + "startColumn": 4, + "startOffset": 24718, + "endColumn": 112, + "endOffset": 24826 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 172, + "startColumn": 4, + "startOffset": 26509, + "endColumn": 112, + "endOffset": 26617 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 24831, + "endColumn": 57, + "endOffset": 24884 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 175, + "startColumn": 4, + "startOffset": 26792, + "endColumn": 57, + "endOffset": 26845 + } + } + }, + { + "to": { + "startLine": 160, + "startColumn": 4, + "startOffset": 24889, + "endColumn": 64, + "endOffset": 24949 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 176, + "startColumn": 4, + "startOffset": 26850, + "endColumn": 64, + "endOffset": 26910 + } + } + }, + { + "to": { + "startLine": 161, + "startColumn": 4, + "startOffset": 24954, + "endColumn": 63, + "endOffset": 25013 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 177, + "startColumn": 4, + "startOffset": 26915, + "endColumn": 63, + "endOffset": 26974 + } + } + }, + { + "to": { + "startLine": 162, + "startColumn": 4, + "startOffset": 25018, + "endColumn": 74, + "endOffset": 25088 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 180, + "startColumn": 4, + "startOffset": 27158, + "endColumn": 74, + "endOffset": 27228 + } + } + }, + { + "to": { + "startLine": 163, + "startColumn": 4, + "startOffset": 25093, + "endColumn": 72, + "endOffset": 25161 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 181, + "startColumn": 4, + "startOffset": 27233, + "endColumn": 72, + "endOffset": 27301 + } + } + }, + { + "to": { + "startLine": 164, + "startColumn": 4, + "startOffset": 25166, + "endColumn": 71, + "endOffset": 25233 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 184, + "startColumn": 4, + "startOffset": 27476, + "endColumn": 71, + "endOffset": 27543 + } + } + }, + { + "to": { + "startLine": 165, + "startColumn": 4, + "startOffset": 25238, + "endColumn": 48, + "endOffset": 25282 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 185, + "startColumn": 4, + "startOffset": 27548, + "endColumn": 48, + "endOffset": 27592 + } + } + }, + { + "to": { + "startLine": 166, + "startColumn": 4, + "startOffset": 25287, + "endColumn": 60, + "endOffset": 25343 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 188, + "startColumn": 4, + "startOffset": 27776, + "endColumn": 60, + "endOffset": 27832 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 25348, + "endColumn": 60, + "endOffset": 25404 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 189, + "startColumn": 4, + "startOffset": 27837, + "endColumn": 60, + "endOffset": 27893 + } + } + }, + { + "to": { + "startLine": 168, + "startColumn": 4, + "startOffset": 25409, + "endColumn": 60, + "endOffset": 25465 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 190, + "startColumn": 4, + "startOffset": 27898, + "endColumn": 60, + "endOffset": 27954 + } + } + }, + { + "to": { + "startLine": 169, + "startColumn": 4, + "startOffset": 25470, + "endColumn": 61, + "endOffset": 25527 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 27959, + "endColumn": 61, + "endOffset": 28016 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 25532, + "endColumn": 63, + "endOffset": 25591 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 192, + "startColumn": 4, + "startOffset": 28021, + "endColumn": 63, + "endOffset": 28080 + } + } + }, + { + "to": { + "startLine": 171, + "startColumn": 4, + "startOffset": 25596, + "endColumn": 63, + "endOffset": 25655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 193, + "startColumn": 4, + "startOffset": 28085, + "endColumn": 63, + "endOffset": 28144 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 25660, + "endColumn": 63, + "endOffset": 25719 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 28149, + "endColumn": 63, + "endOffset": 28208 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 25724, + "endColumn": 64, + "endOffset": 25784 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 195, + "startColumn": 4, + "startOffset": 28213, + "endColumn": 64, + "endOffset": 28273 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 25789, + "endColumn": 62, + "endOffset": 25847 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 28278, + "endColumn": 62, + "endOffset": 28336 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 25852, + "endColumn": 59, + "endOffset": 25907 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 28341, + "endColumn": 59, + "endOffset": 28396 + } + } + }, + { + "to": { + "startLine": 176, + "startColumn": 4, + "startOffset": 25912, + "endColumn": 60, + "endOffset": 25968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 198, + "startColumn": 4, + "startOffset": 28401, + "endColumn": 60, + "endOffset": 28457 + } + } + }, + { + "to": { + "startLine": 177, + "startColumn": 4, + "startOffset": 25973, + "endColumn": 58, + "endOffset": 26027 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 199, + "startColumn": 4, + "startOffset": 28462, + "endColumn": 58, + "endOffset": 28516 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 26032, + "endColumn": 59, + "endOffset": 26087 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 200, + "startColumn": 4, + "startOffset": 28521, + "endColumn": 59, + "endOffset": 28576 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 26092, + "endColumn": 61, + "endOffset": 26149 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 201, + "startColumn": 4, + "startOffset": 28581, + "endColumn": 61, + "endOffset": 28638 + } + } + }, + { + "to": { + "startLine": 180, + "startColumn": 4, + "startOffset": 26154, + "endColumn": 70, + "endOffset": 26220 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 28643, + "endColumn": 70, + "endOffset": 28709 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 26225, + "endColumn": 59, + "endOffset": 26280 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 28714, + "endColumn": 59, + "endOffset": 28769 + } + } + }, + { + "to": { + "startLine": 182, + "startColumn": 4, + "startOffset": 26285, + "endColumn": 67, + "endOffset": 26348 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 204, + "startColumn": 4, + "startOffset": 28774, + "endColumn": 67, + "endOffset": 28837 + } + } + }, + { + "to": { + "startLine": 183, + "startColumn": 4, + "startOffset": 26353, + "endColumn": 85, + "endOffset": 26434 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 207, + "startColumn": 4, + "startOffset": 29021, + "endColumn": 85, + "endOffset": 29102 + } + } + }, + { + "to": { + "startLine": 184, + "startColumn": 4, + "startOffset": 26439, + "endColumn": 86, + "endOffset": 26521 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 208, + "startColumn": 4, + "startOffset": 29107, + "endColumn": 86, + "endOffset": 29189 + } + } + }, + { + "to": { + "startLine": 185, + "startColumn": 4, + "startOffset": 26526, + "endColumn": 89, + "endOffset": 26611 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 209, + "startColumn": 4, + "startOffset": 29194, + "endColumn": 89, + "endOffset": 29279 + } + } + }, + { + "to": { + "startLine": 186, + "startColumn": 4, + "startOffset": 26616, + "endColumn": 86, + "endOffset": 26698 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 210, + "startColumn": 4, + "startOffset": 29284, + "endColumn": 86, + "endOffset": 29366 + } + } + }, + { + "to": { + "startLine": 187, + "startColumn": 4, + "startOffset": 26703, + "endColumn": 87, + "endOffset": 26786 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 211, + "startColumn": 4, + "startOffset": 29371, + "endColumn": 87, + "endOffset": 29454 + } + } + }, + { + "to": { + "startLine": 188, + "startColumn": 4, + "startOffset": 26791, + "endColumn": 61, + "endOffset": 26848 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 214, + "startColumn": 4, + "startOffset": 29629, + "endColumn": 61, + "endOffset": 29686 + } + } + }, + { + "to": { + "startLine": 189, + "startColumn": 4, + "startOffset": 26853, + "endColumn": 60, + "endOffset": 26909 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 215, + "startColumn": 4, + "startOffset": 29691, + "endColumn": 60, + "endOffset": 29747 + } + } + }, + { + "to": { + "startLine": 190, + "startColumn": 4, + "startOffset": 26914, + "endColumn": 56, + "endOffset": 26966 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 216, + "startColumn": 4, + "startOffset": 29752, + "endColumn": 56, + "endOffset": 29804 + } + } + }, + { + "to": { + "startLine": 191, + "startColumn": 4, + "startOffset": 26971, + "endColumn": 71, + "endOffset": 27038 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 219, + "startColumn": 4, + "startOffset": 29979, + "endColumn": 71, + "endOffset": 30046 + } + } + }, + { + "to": { + "startLine": 192, + "startColumn": 4, + "startOffset": 27043, + "endColumn": 56, + "endOffset": 27095 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 30218, + "endColumn": 56, + "endOffset": 30270 + } + } + }, + { + "to": { + "startLine": 193, + "startColumn": 4, + "startOffset": 27100, + "endColumn": 47, + "endOffset": 27143 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 223, + "startColumn": 4, + "startOffset": 30275, + "endColumn": 47, + "endOffset": 30318 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 27148, + "endColumn": 48, + "endOffset": 27192 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 224, + "startColumn": 4, + "startOffset": 30323, + "endColumn": 48, + "endOffset": 30367 + } + } + }, + { + "to": { + "startLine": 195, + "startColumn": 4, + "startOffset": 27197, + "endColumn": 50, + "endOffset": 27243 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 225, + "startColumn": 4, + "startOffset": 30372, + "endColumn": 50, + "endOffset": 30418 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 27248, + "endColumn": 33, + "endOffset": 27277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 226, + "startColumn": 4, + "startOffset": 30423, + "endColumn": 33, + "endOffset": 30452 + } + } + }, + { + "to": { + "startLine": 197, + "startColumn": 4, + "startOffset": 27282, + "endColumn": 46, + "endOffset": 27324 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 227, + "startColumn": 4, + "startOffset": 30457, + "endColumn": 46, + "endOffset": 30499 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 27329, + "endColumn": 48, + "endOffset": 27373 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 228, + "startColumn": 4, + "startOffset": 30504, + "endColumn": 48, + "endOffset": 30548 + } + } + }, + { + "to": { + "startLine": 199, + "startColumn": 4, + "startOffset": 27378, + "endColumn": 45, + "endOffset": 27419 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 229, + "startColumn": 4, + "startOffset": 30553, + "endColumn": 45, + "endOffset": 30594 + } + } + }, + { + "to": { + "startLine": 200, + "startColumn": 4, + "startOffset": 27424, + "endColumn": 31, + "endOffset": 27451 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 230, + "startColumn": 4, + "startOffset": 30599, + "endColumn": 31, + "endOffset": 30626 + } + } + }, + { + "to": { + "startLine": 201, + "startColumn": 4, + "startOffset": 27456, + "endColumn": 63, + "endOffset": 27515 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 30801, + "endColumn": 63, + "endOffset": 30860 + } + } + }, + { + "to": { + "startLine": 202, + "startColumn": 4, + "startOffset": 27520, + "endColumn": 61, + "endOffset": 27577 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 30865, + "endColumn": 61, + "endOffset": 30922 + } + } + }, + { + "to": { + "startLine": 203, + "startColumn": 4, + "startOffset": 27582, + "endColumn": 54, + "endOffset": 27632 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 237, + "startColumn": 4, + "startOffset": 31097, + "endColumn": 54, + "endOffset": 31147 + } + } + }, + { + "to": { + "startLine": 204, + "startColumn": 4, + "startOffset": 27637, + "endColumn": 59, + "endOffset": 27692 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 240, + "startColumn": 4, + "startOffset": 31322, + "endColumn": 59, + "endOffset": 31377 + } + } + }, + { + "to": { + "startLine": 205, + "startColumn": 4, + "startOffset": 27697, + "endColumn": 69, + "endOffset": 27762 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 241, + "startColumn": 4, + "startOffset": 31382, + "endColumn": 69, + "endOffset": 31447 + } + } + }, + { + "to": { + "startLine": 206, + "startColumn": 4, + "startOffset": 27767, + "endColumn": 73, + "endOffset": 27836 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 244, + "startColumn": 4, + "startOffset": 31623, + "endColumn": 73, + "endOffset": 31692 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 27841, + "endColumn": 77, + "endOffset": 27914 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 245, + "startColumn": 4, + "startOffset": 31697, + "endColumn": 77, + "endOffset": 31770 + } + } + }, + { + "to": { + "startLine": 208, + "startColumn": 4, + "startOffset": 27919, + "endColumn": 92, + "endOffset": 28007 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 246, + "startColumn": 4, + "startOffset": 31775, + "endColumn": 92, + "endOffset": 31863 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 28012, + "endColumn": 69, + "endOffset": 28077 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 247, + "startColumn": 4, + "startOffset": 31868, + "endColumn": 69, + "endOffset": 31933 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 28082, + "endColumn": 77, + "endOffset": 28155 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 248, + "startColumn": 4, + "startOffset": 31938, + "endColumn": 77, + "endOffset": 32011 + } + } + }, + { + "to": { + "startLine": 211, + "startColumn": 4, + "startOffset": 28160, + "endColumn": 53, + "endOffset": 28209 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 249, + "startColumn": 4, + "startOffset": 32016, + "endColumn": 53, + "endOffset": 32065 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 28214, + "endColumn": 69, + "endOffset": 28279 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 250, + "startColumn": 4, + "startOffset": 32070, + "endColumn": 69, + "endOffset": 32135 + } + } + }, + { + "to": { + "startLine": 213, + "startColumn": 4, + "startOffset": 28284, + "endColumn": 84, + "endOffset": 28364 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 251, + "startColumn": 4, + "startOffset": 32140, + "endColumn": 84, + "endOffset": 32220 + } + } + }, + { + "to": { + "startLine": 214, + "startColumn": 4, + "startOffset": 28369, + "endColumn": 47, + "endOffset": 28412 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 252, + "startColumn": 4, + "startOffset": 32225, + "endColumn": 47, + "endOffset": 32268 + } + } + }, + { + "to": { + "startLine": 215, + "startColumn": 4, + "startOffset": 28417, + "endColumn": 45, + "endOffset": 28458 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 253, + "startColumn": 4, + "startOffset": 32273, + "endColumn": 45, + "endOffset": 32314 + } + } + }, + { + "to": { + "startLine": 216, + "startColumn": 4, + "startOffset": 28463, + "endColumn": 51, + "endOffset": 28510 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 254, + "startColumn": 4, + "startOffset": 32319, + "endColumn": 51, + "endOffset": 32366 + } + } + }, + { + "to": { + "startLine": 217, + "startColumn": 4, + "startOffset": 28515, + "endColumn": 72, + "endOffset": 28583 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 255, + "startColumn": 4, + "startOffset": 32371, + "endColumn": 72, + "endOffset": 32439 + } + } + }, + { + "to": { + "startLine": 218, + "startColumn": 4, + "startOffset": 28588, + "endColumn": 73, + "endOffset": 28657 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 256, + "startColumn": 4, + "startOffset": 32444, + "endColumn": 73, + "endOffset": 32513 + } + } + }, + { + "to": { + "startLine": 219, + "startColumn": 4, + "startOffset": 28662, + "endColumn": 68, + "endOffset": 28726 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 257, + "startColumn": 4, + "startOffset": 32518, + "endColumn": 68, + "endOffset": 32582 + } + } + }, + { + "to": { + "startLine": 220, + "startColumn": 4, + "startOffset": 28731, + "endColumn": 74, + "endOffset": 28801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 258, + "startColumn": 4, + "startOffset": 32587, + "endColumn": 74, + "endOffset": 32657 + } + } + }, + { + "to": { + "startLine": 221, + "startColumn": 4, + "startOffset": 28806, + "endColumn": 73, + "endOffset": 28875 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 259, + "startColumn": 4, + "startOffset": 32662, + "endColumn": 73, + "endOffset": 32731 + } + } + }, + { + "to": { + "startLine": 222, + "startColumn": 4, + "startOffset": 28880, + "endColumn": 73, + "endOffset": 28949 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 260, + "startColumn": 4, + "startOffset": 32736, + "endColumn": 73, + "endOffset": 32805 + } + } + }, + { + "to": { + "startLine": 223, + "startColumn": 4, + "startOffset": 28954, + "endColumn": 88, + "endOffset": 29038 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 261, + "startColumn": 4, + "startOffset": 32810, + "endColumn": 88, + "endOffset": 32894 + } + } + }, + { + "to": { + "startLine": 224, + "startColumn": 4, + "startOffset": 29043, + "endColumn": 69, + "endOffset": 29108 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 262, + "startColumn": 4, + "startOffset": 32899, + "endColumn": 69, + "endOffset": 32964 + } + } + }, + { + "to": { + "startLine": 225, + "startColumn": 4, + "startOffset": 29113, + "endColumn": 48, + "endOffset": 29157 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\strings.xml", + "position": { + "startLine": 1, + "startColumn": 4, + "startOffset": 17, + "endColumn": 48, + "endOffset": 61 + } + } + }, + { + "to": { + "startLine": 226, + "startColumn": 4, + "startOffset": 29162, + "endColumn": 70, + "endOffset": 29228 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 263, + "startColumn": 4, + "startOffset": 32969, + "endColumn": 70, + "endOffset": 33035 + } + } + }, + { + "to": { + "startLine": 227, + "startColumn": 4, + "startOffset": 29233, + "endColumn": 77, + "endOffset": 29306 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 266, + "startColumn": 4, + "startOffset": 33210, + "endColumn": 77, + "endOffset": 33283 + } + } + }, + { + "to": { + "startLine": 228, + "startColumn": 4, + "startOffset": 29311, + "endColumn": 89, + "endOffset": 29396 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 267, + "startColumn": 4, + "startOffset": 33288, + "endColumn": 89, + "endOffset": 33373 + } + } + }, + { + "to": { + "startLine": 229, + "startColumn": 4, + "startOffset": 29401, + "endColumn": 87, + "endOffset": 29484 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 268, + "startColumn": 4, + "startOffset": 33378, + "endColumn": 87, + "endOffset": 33461 + } + } + }, + { + "to": { + "startLine": 230, + "startColumn": 4, + "startOffset": 29489, + "endColumn": 95, + "endOffset": 29580 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 269, + "startColumn": 4, + "startOffset": 33466, + "endColumn": 95, + "endOffset": 33557 + } + } + }, + { + "to": { + "startLine": 231, + "startColumn": 4, + "startOffset": 29585, + "endLine": 236, + "endColumn": 12, + "endOffset": 29899 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\styles.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 57, + "endLine": 8, + "endColumn": 12, + "endOffset": 376 + } + } + }, + { + "to": { + "startLine": 237, + "startColumn": 4, + "startOffset": 29904, + "endLine": 243, + "endColumn": 12, + "endOffset": 30400 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 272, + "startColumn": 4, + "startOffset": 33737, + "endLine": 278, + "endColumn": 12, + "endOffset": 34233 + } + } + }, + { + "to": { + "startLine": 244, + "startColumn": 4, + "startOffset": 30405, + "endColumn": 88, + "endOffset": 30489 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 279, + "startColumn": 4, + "startOffset": 34238, + "endColumn": 88, + "endOffset": 34322 + } + } + }, + { + "to": { + "startLine": 245, + "startColumn": 4, + "startOffset": 30494, + "endLine": 248, + "endColumn": 12, + "endOffset": 30736 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 280, + "startColumn": 4, + "startOffset": 34327, + "endLine": 283, + "endColumn": 12, + "endOffset": 34569 + } + } + }, + { + "to": { + "startLine": 249, + "startColumn": 4, + "startOffset": 30741, + "endLine": 252, + "endColumn": 12, + "endOffset": 31017 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 284, + "startColumn": 4, + "startOffset": 34574, + "endLine": 287, + "endColumn": 12, + "endOffset": 34850 + } + } + }, + { + "to": { + "startLine": 253, + "startColumn": 4, + "startOffset": 31022, + "endLine": 257, + "endColumn": 12, + "endOffset": 31302 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 288, + "startColumn": 4, + "startOffset": 34855, + "endLine": 292, + "endColumn": 12, + "endOffset": 35135 + } + } + }, + { + "to": { + "startLine": 258, + "startColumn": 4, + "startOffset": 31307, + "endLine": 263, + "endColumn": 12, + "endOffset": 31695 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 293, + "startColumn": 4, + "startOffset": 35140, + "endLine": 298, + "endColumn": 12, + "endOffset": 35528 + } + } + }, + { + "to": { + "startLine": 264, + "startColumn": 4, + "startOffset": 31700, + "endLine": 270, + "endColumn": 12, + "endOffset": 32172 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 301, + "startColumn": 4, + "startOffset": 35713, + "endLine": 307, + "endColumn": 12, + "endOffset": 36185 + } + } + }, + { + "to": { + "startLine": 271, + "startColumn": 4, + "startOffset": 32177, + "endLine": 274, + "endColumn": 12, + "endOffset": 32394 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 308, + "startColumn": 4, + "startOffset": 36190, + "endLine": 311, + "endColumn": 12, + "endOffset": 36407 + } + } + }, + { + "to": { + "startLine": 275, + "startColumn": 4, + "startOffset": 32399, + "endLine": 278, + "endColumn": 12, + "endOffset": 32616 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 312, + "startColumn": 4, + "startOffset": 36412, + "endLine": 315, + "endColumn": 12, + "endOffset": 36629 + } + } + }, + { + "to": { + "startLine": 279, + "startColumn": 4, + "startOffset": 32621, + "endLine": 283, + "endColumn": 12, + "endOffset": 32884 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 316, + "startColumn": 4, + "startOffset": 36634, + "endLine": 320, + "endColumn": 12, + "endOffset": 36897 + } + } + }, + { + "to": { + "startLine": 284, + "startColumn": 4, + "startOffset": 32889, + "endLine": 287, + "endColumn": 12, + "endOffset": 33111 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 321, + "startColumn": 4, + "startOffset": 36902, + "endLine": 324, + "endColumn": 12, + "endOffset": 37124 + } + } + }, + { + "to": { + "startLine": 288, + "startColumn": 4, + "startOffset": 33116, + "endLine": 291, + "endColumn": 12, + "endOffset": 33341 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 325, + "startColumn": 4, + "startOffset": 37129, + "endLine": 328, + "endColumn": 12, + "endOffset": 37354 + } + } + }, + { + "to": { + "startLine": 292, + "startColumn": 4, + "startOffset": 33346, + "endLine": 295, + "endColumn": 12, + "endOffset": 33571 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 329, + "startColumn": 4, + "startOffset": 37359, + "endLine": 332, + "endColumn": 12, + "endOffset": 37584 + } + } + }, + { + "to": { + "startLine": 296, + "startColumn": 4, + "startOffset": 33576, + "endLine": 299, + "endColumn": 12, + "endOffset": 33801 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 333, + "startColumn": 4, + "startOffset": 37589, + "endLine": 336, + "endColumn": 12, + "endOffset": 37814 + } + } + }, + { + "to": { + "startLine": 300, + "startColumn": 4, + "startOffset": 33806, + "endLine": 303, + "endColumn": 12, + "endOffset": 34031 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 337, + "startColumn": 4, + "startOffset": 37819, + "endLine": 340, + "endColumn": 12, + "endOffset": 38044 + } + } + }, + { + "to": { + "startLine": 304, + "startColumn": 4, + "startOffset": 34036, + "endLine": 307, + "endColumn": 12, + "endOffset": 34258 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 341, + "startColumn": 4, + "startOffset": 38049, + "endLine": 344, + "endColumn": 12, + "endOffset": 38271 + } + } + }, + { + "to": { + "startLine": 308, + "startColumn": 4, + "startOffset": 34263, + "endLine": 311, + "endColumn": 12, + "endOffset": 34497 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 345, + "startColumn": 4, + "startOffset": 38276, + "endLine": 348, + "endColumn": 12, + "endOffset": 38510 + } + } + }, + { + "to": { + "startLine": 312, + "startColumn": 4, + "startOffset": 34502, + "endLine": 315, + "endColumn": 12, + "endOffset": 34723 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 349, + "startColumn": 4, + "startOffset": 38515, + "endLine": 352, + "endColumn": 12, + "endOffset": 38736 + } + } + }, + { + "to": { + "startLine": 316, + "startColumn": 4, + "startOffset": 34728, + "endLine": 319, + "endColumn": 12, + "endOffset": 34968 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 353, + "startColumn": 4, + "startOffset": 38741, + "endLine": 356, + "endColumn": 12, + "endOffset": 38981 + } + } + }, + { + "to": { + "startLine": 320, + "startColumn": 4, + "startOffset": 34973, + "endLine": 321, + "endColumn": 12, + "endOffset": 35098 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 359, + "startColumn": 4, + "startOffset": 39161, + "endLine": 360, + "endColumn": 12, + "endOffset": 39286 + } + } + }, + { + "to": { + "startLine": 322, + "startColumn": 4, + "startOffset": 35103, + "endLine": 323, + "endColumn": 12, + "endOffset": 35228 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 361, + "startColumn": 4, + "startOffset": 39291, + "endLine": 362, + "endColumn": 12, + "endOffset": 39416 + } + } + }, + { + "to": { + "startLine": 324, + "startColumn": 4, + "startOffset": 35233, + "endLine": 327, + "endColumn": 12, + "endOffset": 35458 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 365, + "startColumn": 4, + "startOffset": 39601, + "endLine": 368, + "endColumn": 12, + "endOffset": 39826 + } + } + }, + { + "to": { + "startLine": 328, + "startColumn": 4, + "startOffset": 35463, + "endLine": 331, + "endColumn": 12, + "endOffset": 35706 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 369, + "startColumn": 4, + "startOffset": 39831, + "endLine": 372, + "endColumn": 12, + "endOffset": 40074 + } + } + }, + { + "to": { + "startLine": 332, + "startColumn": 4, + "startOffset": 35711, + "endLine": 335, + "endColumn": 12, + "endOffset": 35925 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 373, + "startColumn": 4, + "startOffset": 40079, + "endLine": 376, + "endColumn": 12, + "endOffset": 40293 + } + } + }, + { + "to": { + "startLine": 336, + "startColumn": 4, + "startOffset": 35930, + "endLine": 340, + "endColumn": 12, + "endOffset": 36208 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 379, + "startColumn": 4, + "startOffset": 40473, + "endLine": 383, + "endColumn": 12, + "endOffset": 40751 + } + } + }, + { + "to": { + "startLine": 341, + "startColumn": 4, + "startOffset": 36213, + "endLine": 344, + "endColumn": 12, + "endOffset": 36416 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 384, + "startColumn": 4, + "startOffset": 40756, + "endLine": 387, + "endColumn": 12, + "endOffset": 40959 + } + } + }, + { + "to": { + "startLine": 345, + "startColumn": 4, + "startOffset": 36421, + "endLine": 347, + "endColumn": 12, + "endOffset": 36547 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 388, + "startColumn": 4, + "startOffset": 40964, + "endLine": 390, + "endColumn": 12, + "endOffset": 41090 + } + } + }, + { + "to": { + "startLine": 348, + "startColumn": 4, + "startOffset": 36552, + "endLine": 351, + "endColumn": 12, + "endOffset": 36774 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 393, + "startColumn": 4, + "startOffset": 41275, + "endLine": 396, + "endColumn": 12, + "endOffset": 41497 + } + } + }, + { + "to": { + "startLine": 352, + "startColumn": 4, + "startOffset": 36779, + "endLine": 355, + "endColumn": 12, + "endOffset": 37020 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 397, + "startColumn": 4, + "startOffset": 41502, + "endLine": 400, + "endColumn": 12, + "endOffset": 41743 + } + } + }, + { + "to": { + "startLine": 356, + "startColumn": 4, + "startOffset": 37025, + "endLine": 359, + "endColumn": 12, + "endOffset": 37245 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 401, + "startColumn": 4, + "startOffset": 41748, + "endLine": 404, + "endColumn": 12, + "endOffset": 41968 + } + } + }, + { + "to": { + "startLine": 360, + "startColumn": 4, + "startOffset": 37250, + "endLine": 363, + "endColumn": 12, + "endOffset": 37492 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 405, + "startColumn": 4, + "startOffset": 41973, + "endLine": 408, + "endColumn": 12, + "endOffset": 42215 + } + } + }, + { + "to": { + "startLine": 364, + "startColumn": 4, + "startOffset": 37497, + "endLine": 367, + "endColumn": 12, + "endOffset": 37713 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 409, + "startColumn": 4, + "startOffset": 42220, + "endLine": 412, + "endColumn": 12, + "endOffset": 42436 + } + } + }, + { + "to": { + "startLine": 368, + "startColumn": 4, + "startOffset": 37718, + "endLine": 371, + "endColumn": 12, + "endOffset": 37958 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 413, + "startColumn": 4, + "startOffset": 42441, + "endLine": 416, + "endColumn": 12, + "endOffset": 42681 + } + } + }, + { + "to": { + "startLine": 372, + "startColumn": 4, + "startOffset": 37963, + "endLine": 375, + "endColumn": 12, + "endOffset": 38232 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 419, + "startColumn": 4, + "startOffset": 42861, + "endLine": 422, + "endColumn": 12, + "endOffset": 43130 + } + } + }, + { + "to": { + "startLine": 376, + "startColumn": 4, + "startOffset": 38237, + "endLine": 379, + "endColumn": 12, + "endOffset": 38533 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 423, + "startColumn": 4, + "startOffset": 43135, + "endLine": 426, + "endColumn": 12, + "endOffset": 43431 + } + } + }, + { + "to": { + "startLine": 380, + "startColumn": 4, + "startOffset": 38538, + "endLine": 383, + "endColumn": 12, + "endOffset": 38857 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 427, + "startColumn": 4, + "startOffset": 43436, + "endLine": 430, + "endColumn": 12, + "endOffset": 43755 + } + } + }, + { + "to": { + "startLine": 384, + "startColumn": 4, + "startOffset": 38862, + "endLine": 387, + "endColumn": 12, + "endOffset": 39148 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 431, + "startColumn": 4, + "startOffset": 43760, + "endLine": 434, + "endColumn": 12, + "endOffset": 44046 + } + } + }, + { + "to": { + "startLine": 388, + "startColumn": 4, + "startOffset": 39153, + "endLine": 391, + "endColumn": 12, + "endOffset": 39462 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 435, + "startColumn": 4, + "startOffset": 44051, + "endLine": 438, + "endColumn": 12, + "endOffset": 44360 + } + } + }, + { + "to": { + "startLine": 392, + "startColumn": 4, + "startOffset": 39467, + "endColumn": 136, + "endOffset": 39599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 439, + "startColumn": 4, + "startOffset": 44365, + "endColumn": 136, + "endOffset": 44497 + } + } + }, + { + "to": { + "startLine": 393, + "startColumn": 4, + "startOffset": 39604, + "endColumn": 130, + "endOffset": 39730 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 440, + "startColumn": 4, + "startOffset": 44502, + "endColumn": 130, + "endOffset": 44628 + } + } + }, + { + "to": { + "startLine": 394, + "startColumn": 4, + "startOffset": 39735, + "endColumn": 104, + "endOffset": 39835 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 443, + "startColumn": 4, + "startOffset": 44813, + "endColumn": 104, + "endOffset": 44913 + } + } + }, + { + "to": { + "startLine": 395, + "startColumn": 4, + "startOffset": 39840, + "endLine": 397, + "endColumn": 12, + "endOffset": 40039 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 444, + "startColumn": 4, + "startOffset": 44918, + "endLine": 446, + "endColumn": 12, + "endOffset": 45117 + } + } + }, + { + "to": { + "startLine": 398, + "startColumn": 4, + "startOffset": 40044, + "endLine": 400, + "endColumn": 12, + "endOffset": 40247 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 449, + "startColumn": 4, + "startOffset": 45297, + "endLine": 451, + "endColumn": 12, + "endOffset": 45500 + } + } + }, + { + "to": { + "startLine": 401, + "startColumn": 4, + "startOffset": 40252, + "endLine": 402, + "endColumn": 12, + "endOffset": 40371 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 452, + "startColumn": 4, + "startOffset": 45505, + "endLine": 453, + "endColumn": 12, + "endOffset": 45624 + } + } + }, + { + "to": { + "startLine": 403, + "startColumn": 4, + "startOffset": 40376, + "endLine": 404, + "endColumn": 12, + "endOffset": 40495 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 454, + "startColumn": 4, + "startOffset": 45629, + "endLine": 455, + "endColumn": 12, + "endOffset": 45748 + } + } + }, + { + "to": { + "startLine": 405, + "startColumn": 4, + "startOffset": 40500, + "endColumn": 104, + "endOffset": 40600 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 456, + "startColumn": 4, + "startOffset": 45753, + "endColumn": 104, + "endOffset": 45853 + } + } + }, + { + "to": { + "startLine": 406, + "startColumn": 4, + "startOffset": 40605, + "endColumn": 116, + "endOffset": 40717 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 457, + "startColumn": 4, + "startOffset": 45858, + "endColumn": 116, + "endOffset": 45970 + } + } + }, + { + "to": { + "startLine": 407, + "startColumn": 4, + "startOffset": 40722, + "endLine": 409, + "endColumn": 12, + "endOffset": 40931 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 458, + "startColumn": 4, + "startOffset": 45975, + "endLine": 460, + "endColumn": 12, + "endOffset": 46184 + } + } + }, + { + "to": { + "startLine": 410, + "startColumn": 4, + "startOffset": 40936, + "endLine": 411, + "endColumn": 12, + "endOffset": 41077 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 461, + "startColumn": 4, + "startOffset": 46189, + "endLine": 462, + "endColumn": 12, + "endOffset": 46330 + } + } + }, + { + "to": { + "startLine": 412, + "startColumn": 4, + "startOffset": 41082, + "endLine": 413, + "endColumn": 12, + "endOffset": 41217 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 463, + "startColumn": 4, + "startOffset": 46335, + "endLine": 464, + "endColumn": 12, + "endOffset": 46470 + } + } + }, + { + "to": { + "startLine": 414, + "startColumn": 4, + "startOffset": 41222, + "endLine": 415, + "endColumn": 12, + "endOffset": 41303 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 467, + "startColumn": 4, + "startOffset": 46650, + "endLine": 468, + "endColumn": 12, + "endOffset": 46731 + } + } + }, + { + "to": { + "startLine": 416, + "startColumn": 4, + "startOffset": 41308, + "endLine": 420, + "endColumn": 12, + "endOffset": 41651 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 469, + "startColumn": 4, + "startOffset": 46736, + "endLine": 473, + "endColumn": 12, + "endOffset": 47079 + } + } + }, + { + "to": { + "startLine": 421, + "startColumn": 4, + "startOffset": 41656, + "endColumn": 87, + "endOffset": 41739 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 474, + "startColumn": 4, + "startOffset": 47084, + "endColumn": 87, + "endOffset": 47167 + } + } + }, + { + "to": { + "startLine": 422, + "startColumn": 4, + "startOffset": 41744, + "endLine": 425, + "endColumn": 12, + "endOffset": 41969 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 475, + "startColumn": 4, + "startOffset": 47172, + "endLine": 478, + "endColumn": 12, + "endOffset": 47397 + } + } + }, + { + "to": { + "startLine": 426, + "startColumn": 4, + "startOffset": 41974, + "endLine": 431, + "endColumn": 12, + "endOffset": 42387 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 479, + "startColumn": 4, + "startOffset": 47402, + "endLine": 484, + "endColumn": 12, + "endOffset": 47815 + } + } + }, + { + "to": { + "startLine": 432, + "startColumn": 4, + "startOffset": 42392, + "endLine": 435, + "endColumn": 12, + "endOffset": 42620 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 485, + "startColumn": 4, + "startOffset": 47820, + "endLine": 488, + "endColumn": 12, + "endOffset": 48048 + } + } + }, + { + "to": { + "startLine": 436, + "startColumn": 4, + "startOffset": 42625, + "endColumn": 81, + "endOffset": 42702 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 489, + "startColumn": 4, + "startOffset": 48053, + "endColumn": 81, + "endOffset": 48130 + } + } + }, + { + "to": { + "startLine": 437, + "startColumn": 4, + "startOffset": 42707, + "endLine": 438, + "endColumn": 12, + "endOffset": 42800 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 490, + "startColumn": 4, + "startOffset": 48135, + "endLine": 491, + "endColumn": 12, + "endOffset": 48228 + } + } + }, + { + "to": { + "startLine": 439, + "startColumn": 4, + "startOffset": 42805, + "endLine": 449, + "endColumn": 12, + "endOffset": 43417 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 492, + "startColumn": 4, + "startOffset": 48233, + "endLine": 502, + "endColumn": 12, + "endOffset": 48845 + } + } + }, + { + "to": { + "startLine": 450, + "startColumn": 4, + "startOffset": 43422, + "endColumn": 99, + "endOffset": 43517 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 503, + "startColumn": 4, + "startOffset": 48850, + "endColumn": 99, + "endOffset": 48945 + } + } + }, + { + "to": { + "startLine": 451, + "startColumn": 4, + "startOffset": 43522, + "endLine": 454, + "endColumn": 12, + "endOffset": 43753 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 504, + "startColumn": 4, + "startOffset": 48950, + "endLine": 507, + "endColumn": 12, + "endOffset": 49181 + } + } + }, + { + "to": { + "startLine": 455, + "startColumn": 4, + "startOffset": 43758, + "endLine": 460, + "endColumn": 12, + "endOffset": 44177 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 508, + "startColumn": 4, + "startOffset": 49186, + "endLine": 513, + "endColumn": 12, + "endOffset": 49605 + } + } + }, + { + "to": { + "startLine": 461, + "startColumn": 4, + "startOffset": 44182, + "endLine": 464, + "endColumn": 12, + "endOffset": 44416 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 514, + "startColumn": 4, + "startOffset": 49610, + "endLine": 517, + "endColumn": 12, + "endOffset": 49844 + } + } + }, + { + "to": { + "startLine": 465, + "startColumn": 4, + "startOffset": 44421, + "endColumn": 93, + "endOffset": 44510 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 518, + "startColumn": 4, + "startOffset": 49849, + "endColumn": 93, + "endOffset": 49938 + } + } + }, + { + "to": { + "startLine": 466, + "startColumn": 4, + "startOffset": 44515, + "endColumn": 88, + "endOffset": 44599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 519, + "startColumn": 4, + "startOffset": 49943, + "endColumn": 88, + "endOffset": 50027 + } + } + }, + { + "to": { + "startLine": 467, + "startColumn": 4, + "startOffset": 44604, + "endLine": 470, + "endColumn": 12, + "endOffset": 44836 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 520, + "startColumn": 4, + "startOffset": 50032, + "endLine": 523, + "endColumn": 12, + "endOffset": 50264 + } + } + }, + { + "to": { + "startLine": 471, + "startColumn": 4, + "startOffset": 44841, + "endLine": 496, + "endColumn": 12, + "endOffset": 46787 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 524, + "startColumn": 4, + "startOffset": 50269, + "endLine": 549, + "endColumn": 12, + "endOffset": 52215 + } + } + }, + { + "to": { + "startLine": 497, + "startColumn": 4, + "startOffset": 46792, + "endLine": 500, + "endColumn": 12, + "endOffset": 47029 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 550, + "startColumn": 4, + "startOffset": 52220, + "endLine": 553, + "endColumn": 12, + "endOffset": 52457 + } + } + }, + { + "to": { + "startLine": 501, + "startColumn": 4, + "startOffset": 47034, + "endLine": 527, + "endColumn": 12, + "endOffset": 49111 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 554, + "startColumn": 4, + "startOffset": 52462, + "endLine": 580, + "endColumn": 12, + "endOffset": 54539 + } + } + }, + { + "to": { + "startLine": 528, + "startColumn": 4, + "startOffset": 49116, + "endLine": 680, + "endColumn": 12, + "endOffset": 58793 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 581, + "startColumn": 4, + "startOffset": 54544, + "endLine": 733, + "endColumn": 12, + "endOffset": 64221 + } + } + }, + { + "to": { + "startLine": 681, + "startColumn": 4, + "startOffset": 58798, + "endLine": 702, + "endColumn": 12, + "endOffset": 60060 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 734, + "startColumn": 4, + "startOffset": 64226, + "endLine": 755, + "endColumn": 12, + "endOffset": 65488 + } + } + }, + { + "to": { + "startLine": 703, + "startColumn": 4, + "startOffset": 60065, + "endLine": 855, + "endColumn": 12, + "endOffset": 69852 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 756, + "startColumn": 4, + "startOffset": 65493, + "endLine": 908, + "endColumn": 12, + "endOffset": 75280 + } + } + }, + { + "to": { + "startLine": 856, + "startColumn": 4, + "startOffset": 69857, + "endLine": 877, + "endColumn": 12, + "endOffset": 71133 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 909, + "startColumn": 4, + "startOffset": 75285, + "endLine": 930, + "endColumn": 12, + "endOffset": 76561 + } + } + }, + { + "to": { + "startLine": 878, + "startColumn": 4, + "startOffset": 71138, + "endLine": 884, + "endColumn": 12, + "endOffset": 71669 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 933, + "startColumn": 4, + "startOffset": 76741, + "endLine": 939, + "endColumn": 12, + "endOffset": 77272 + } + } + }, + { + "to": { + "startLine": 885, + "startColumn": 4, + "startOffset": 71674, + "endLine": 889, + "endColumn": 12, + "endOffset": 71999 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 940, + "startColumn": 4, + "startOffset": 77277, + "endLine": 944, + "endColumn": 12, + "endOffset": 77602 + } + } + }, + { + "to": { + "startLine": 890, + "startColumn": 4, + "startOffset": 72004, + "endLine": 910, + "endColumn": 12, + "endOffset": 73122 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 945, + "startColumn": 4, + "startOffset": 77607, + "endLine": 965, + "endColumn": 12, + "endOffset": 78725 + } + } + }, + { + "to": { + "startLine": 911, + "startColumn": 4, + "startOffset": 73127, + "endLine": 915, + "endColumn": 12, + "endOffset": 73378 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 966, + "startColumn": 4, + "startOffset": 78730, + "endLine": 970, + "endColumn": 12, + "endOffset": 78981 + } + } + }, + { + "to": { + "startLine": 916, + "startColumn": 4, + "startOffset": 73383, + "endLine": 920, + "endColumn": 12, + "endOffset": 73614 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 971, + "startColumn": 4, + "startOffset": 78986, + "endLine": 975, + "endColumn": 12, + "endOffset": 79217 + } + } + }, + { + "to": { + "startLine": 921, + "startColumn": 4, + "startOffset": 73619, + "endLine": 930, + "endColumn": 12, + "endOffset": 74161 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 976, + "startColumn": 4, + "startOffset": 79222, + "endLine": 985, + "endColumn": 12, + "endOffset": 79764 + } + } + }, + { + "to": { + "startLine": 931, + "startColumn": 4, + "startOffset": 74166, + "endLine": 939, + "endColumn": 12, + "endOffset": 74655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 986, + "startColumn": 4, + "startOffset": 79769, + "endLine": 994, + "endColumn": 12, + "endOffset": 80258 + } + } + }, + { + "to": { + "startLine": 940, + "startColumn": 4, + "startOffset": 74660, + "endLine": 948, + "endColumn": 12, + "endOffset": 75260 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 995, + "startColumn": 4, + "startOffset": 80263, + "endLine": 1003, + "endColumn": 12, + "endOffset": 80863 + } + } + }, + { + "to": { + "startLine": 949, + "startColumn": 4, + "startOffset": 75265, + "endLine": 951, + "endColumn": 12, + "endOffset": 75408 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1004, + "startColumn": 4, + "startOffset": 80868, + "endLine": 1006, + "endColumn": 12, + "endOffset": 81011 + } + } + }, + { + "to": { + "startLine": 952, + "startColumn": 4, + "startOffset": 75413, + "endLine": 958, + "endColumn": 12, + "endOffset": 75996 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1007, + "startColumn": 4, + "startOffset": 81016, + "endLine": 1013, + "endColumn": 12, + "endOffset": 81599 + } + } + }, + { + "to": { + "startLine": 959, + "startColumn": 4, + "startOffset": 76001, + "endLine": 966, + "endColumn": 12, + "endOffset": 76560 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1014, + "startColumn": 4, + "startOffset": 81604, + "endLine": 1021, + "endColumn": 12, + "endOffset": 82163 + } + } + }, + { + "to": { + "startLine": 967, + "startColumn": 4, + "startOffset": 76565, + "endLine": 973, + "endColumn": 12, + "endOffset": 76935 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1022, + "startColumn": 4, + "startOffset": 82168, + "endLine": 1028, + "endColumn": 12, + "endOffset": 82538 + } + } + }, + { + "to": { + "startLine": 974, + "startColumn": 4, + "startOffset": 76940, + "endColumn": 117, + "endOffset": 77053 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1029, + "startColumn": 4, + "startOffset": 82543, + "endColumn": 117, + "endOffset": 82656 + } + } + }, + { + "to": { + "startLine": 975, + "startColumn": 4, + "startOffset": 77058, + "endLine": 983, + "endColumn": 12, + "endOffset": 77591 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1030, + "startColumn": 4, + "startOffset": 82661, + "endLine": 1038, + "endColumn": 12, + "endOffset": 83194 + } + } + }, + { + "to": { + "startLine": 984, + "startColumn": 4, + "startOffset": 77596, + "endLine": 986, + "endColumn": 12, + "endOffset": 77748 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1039, + "startColumn": 4, + "startOffset": 83199, + "endLine": 1041, + "endColumn": 12, + "endOffset": 83351 + } + } + }, + { + "to": { + "startLine": 987, + "startColumn": 4, + "startOffset": 77753, + "endLine": 989, + "endColumn": 12, + "endOffset": 77892 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1042, + "startColumn": 4, + "startOffset": 83356, + "endLine": 1044, + "endColumn": 12, + "endOffset": 83495 + } + } + }, + { + "to": { + "startLine": 990, + "startColumn": 4, + "startOffset": 77897, + "endLine": 994, + "endColumn": 12, + "endOffset": 78212 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1045, + "startColumn": 4, + "startOffset": 83500, + "endLine": 1049, + "endColumn": 12, + "endOffset": 83815 + } + } + }, + { + "to": { + "startLine": 995, + "startColumn": 4, + "startOffset": 78217, + "endLine": 998, + "endColumn": 12, + "endOffset": 78468 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1050, + "startColumn": 4, + "startOffset": 83820, + "endLine": 1053, + "endColumn": 12, + "endOffset": 84071 + } + } + }, + { + "to": { + "startLine": 999, + "startColumn": 4, + "startOffset": 78473, + "endLine": 1002, + "endColumn": 12, + "endOffset": 78638 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1054, + "startColumn": 4, + "startOffset": 84076, + "endLine": 1057, + "endColumn": 12, + "endOffset": 84241 + } + } + }, + { + "to": { + "startLine": 1003, + "startColumn": 4, + "startOffset": 78643, + "endLine": 1005, + "endColumn": 12, + "endOffset": 78779 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1058, + "startColumn": 4, + "startOffset": 84246, + "endLine": 1060, + "endColumn": 12, + "endOffset": 84382 + } + } + }, + { + "to": { + "startLine": 1006, + "startColumn": 4, + "startOffset": 78784, + "endColumn": 63, + "endOffset": 78843 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1061, + "startColumn": 4, + "startOffset": 84387, + "endColumn": 63, + "endOffset": 84446 + } + } + }, + { + "to": { + "startLine": 1007, + "startColumn": 4, + "startOffset": 78848, + "endLine": 1010, + "endColumn": 12, + "endOffset": 79125 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1062, + "startColumn": 4, + "startOffset": 84451, + "endLine": 1065, + "endColumn": 12, + "endOffset": 84728 + } + } + }, + { + "to": { + "startLine": 1011, + "startColumn": 4, + "startOffset": 79130, + "endLine": 1014, + "endColumn": 12, + "endOffset": 79411 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1066, + "startColumn": 4, + "startOffset": 84733, + "endLine": 1069, + "endColumn": 12, + "endOffset": 85014 + } + } + }, + { + "to": { + "startLine": 1015, + "startColumn": 4, + "startOffset": 79416, + "endLine": 1024, + "endColumn": 12, + "endOffset": 80087 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1070, + "startColumn": 4, + "startOffset": 85019, + "endLine": 1079, + "endColumn": 12, + "endOffset": 85690 + } + } + }, + { + "to": { + "startLine": 1025, + "startColumn": 4, + "startOffset": 80092, + "endLine": 1029, + "endColumn": 12, + "endOffset": 80351 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1080, + "startColumn": 4, + "startOffset": 85695, + "endLine": 1084, + "endColumn": 12, + "endOffset": 85954 + } + } + }, + { + "to": { + "startLine": 1030, + "startColumn": 4, + "startOffset": 80356, + "endLine": 1036, + "endColumn": 12, + "endOffset": 80689 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1085, + "startColumn": 4, + "startOffset": 85959, + "endLine": 1091, + "endColumn": 12, + "endOffset": 86292 + } + } + }, + { + "to": { + "startLine": 1037, + "startColumn": 4, + "startOffset": 80694, + "endLine": 1042, + "endColumn": 12, + "endOffset": 81042 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1092, + "startColumn": 4, + "startOffset": 86297, + "endLine": 1097, + "endColumn": 12, + "endOffset": 86645 + } + } + }, + { + "to": { + "startLine": 1043, + "startColumn": 4, + "startOffset": 81047, + "endColumn": 93, + "endOffset": 81136 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1098, + "startColumn": 4, + "startOffset": 86650, + "endColumn": 93, + "endOffset": 86739 + } + } + }, + { + "to": { + "startLine": 1044, + "startColumn": 4, + "startOffset": 81141, + "endLine": 1046, + "endColumn": 12, + "endOffset": 81322 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1099, + "startColumn": 4, + "startOffset": 86744, + "endLine": 1101, + "endColumn": 12, + "endOffset": 86925 + } + } + }, + { + "to": { + "startLine": 1047, + "startColumn": 4, + "startOffset": 81327, + "endLine": 1050, + "endColumn": 12, + "endOffset": 81628 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1102, + "startColumn": 4, + "startOffset": 86930, + "endLine": 1105, + "endColumn": 12, + "endOffset": 87231 + } + } + }, + { + "to": { + "startLine": 1051, + "startColumn": 4, + "startOffset": 81633, + "endLine": 1055, + "endColumn": 12, + "endOffset": 81890 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1106, + "startColumn": 4, + "startOffset": 87236, + "endLine": 1110, + "endColumn": 12, + "endOffset": 87493 + } + } + }, + { + "to": { + "startLine": 1056, + "startColumn": 4, + "startOffset": 81895, + "endLine": 1057, + "endColumn": 12, + "endOffset": 82015 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1111, + "startColumn": 4, + "startOffset": 87498, + "endLine": 1112, + "endColumn": 12, + "endOffset": 87618 + } + } + }, + { + "to": { + "startLine": 1058, + "startColumn": 4, + "startOffset": 82020, + "endLine": 1059, + "endColumn": 12, + "endOffset": 82142 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1113, + "startColumn": 4, + "startOffset": 87623, + "endLine": 1114, + "endColumn": 12, + "endOffset": 87745 + } + } + }, + { + "to": { + "startLine": 1060, + "startColumn": 4, + "startOffset": 82147, + "endLine": 1062, + "endColumn": 12, + "endOffset": 82381 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1115, + "startColumn": 4, + "startOffset": 87750, + "endLine": 1117, + "endColumn": 12, + "endOffset": 87984 + } + } + }, + { + "to": { + "startLine": 1063, + "startColumn": 4, + "startOffset": 82386, + "endLine": 1065, + "endColumn": 12, + "endOffset": 82592 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1118, + "startColumn": 4, + "startOffset": 87989, + "endLine": 1120, + "endColumn": 12, + "endOffset": 88195 + } + } + }, + { + "to": { + "startLine": 1066, + "startColumn": 4, + "startOffset": 82597, + "endLine": 1067, + "endColumn": 12, + "endOffset": 82711 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1121, + "startColumn": 4, + "startOffset": 88200, + "endLine": 1122, + "endColumn": 12, + "endOffset": 88314 + } + } + }, + { + "to": { + "startLine": 1068, + "startColumn": 4, + "startOffset": 82716, + "endLine": 1071, + "endColumn": 12, + "endOffset": 82904 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1123, + "startColumn": 4, + "startOffset": 88319, + "endLine": 1126, + "endColumn": 12, + "endOffset": 88507 + } + } + }, + { + "to": { + "startLine": 1072, + "startColumn": 4, + "startOffset": 82909, + "endLine": 1078, + "endColumn": 12, + "endOffset": 83359 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1127, + "startColumn": 4, + "startOffset": 88512, + "endLine": 1133, + "endColumn": 12, + "endOffset": 88962 + } + } + }, + { + "to": { + "startLine": 1079, + "startColumn": 4, + "startOffset": 83364, + "endLine": 1081, + "endColumn": 12, + "endOffset": 83540 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1134, + "startColumn": 4, + "startOffset": 88967, + "endLine": 1136, + "endColumn": 12, + "endOffset": 89143 + } + } + }, + { + "to": { + "startLine": 1082, + "startColumn": 4, + "startOffset": 83545, + "endLine": 1084, + "endColumn": 12, + "endOffset": 83662 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1137, + "startColumn": 4, + "startOffset": 89148, + "endLine": 1139, + "endColumn": 12, + "endOffset": 89265 + } + } + }, + { + "to": { + "startLine": 1085, + "startColumn": 4, + "startOffset": 83667, + "endLine": 1088, + "endColumn": 12, + "endOffset": 83921 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1140, + "startColumn": 4, + "startOffset": 89270, + "endLine": 1143, + "endColumn": 12, + "endOffset": 89524 + } + } + }, + { + "to": { + "startLine": 1089, + "startColumn": 4, + "startOffset": 83926, + "endLine": 1090, + "endColumn": 12, + "endOffset": 84034 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1144, + "startColumn": 4, + "startOffset": 89529, + "endLine": 1145, + "endColumn": 12, + "endOffset": 89637 + } + } + }, + { + "to": { + "startLine": 1091, + "startColumn": 4, + "startOffset": 84039, + "endLine": 1094, + "endColumn": 12, + "endOffset": 84221 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1146, + "startColumn": 4, + "startOffset": 89642, + "endLine": 1149, + "endColumn": 12, + "endOffset": 89824 + } + } + }, + { + "to": { + "startLine": 1095, + "startColumn": 4, + "startOffset": 84226, + "endLine": 1096, + "endColumn": 12, + "endOffset": 84323 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1150, + "startColumn": 4, + "startOffset": 89829, + "endLine": 1151, + "endColumn": 12, + "endOffset": 89926 + } + } + }, + { + "to": { + "startLine": 1097, + "startColumn": 4, + "startOffset": 84328, + "endLine": 1102, + "endColumn": 12, + "endOffset": 84767 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1152, + "startColumn": 4, + "startOffset": 89931, + "endLine": 1157, + "endColumn": 12, + "endOffset": 90370 + } + } + }, + { + "to": { + "startLine": 1103, + "startColumn": 4, + "startOffset": 84772, + "endLine": 1104, + "endColumn": 12, + "endOffset": 84891 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1158, + "startColumn": 4, + "startOffset": 90375, + "endLine": 1159, + "endColumn": 12, + "endOffset": 90494 + } + } + }, + { + "to": { + "startLine": 1105, + "startColumn": 4, + "startOffset": 84896, + "endLine": 1108, + "endColumn": 12, + "endOffset": 85176 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1160, + "startColumn": 4, + "startOffset": 90499, + "endLine": 1163, + "endColumn": 12, + "endOffset": 90779 + } + } + }, + { + "to": { + "startLine": 1109, + "startColumn": 4, + "startOffset": 85181, + "endLine": 1120, + "endColumn": 12, + "endOffset": 86063 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1164, + "startColumn": 4, + "startOffset": 90784, + "endLine": 1175, + "endColumn": 12, + "endOffset": 91666 + } + } + }, + { + "to": { + "startLine": 1121, + "startColumn": 4, + "startOffset": 86068, + "endLine": 1126, + "endColumn": 12, + "endOffset": 86357 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1176, + "startColumn": 4, + "startOffset": 91671, + "endLine": 1181, + "endColumn": 12, + "endOffset": 91960 + } + } + }, + { + "to": { + "startLine": 1127, + "startColumn": 4, + "startOffset": 86362, + "endLine": 1135, + "endColumn": 12, + "endOffset": 86927 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1182, + "startColumn": 4, + "startOffset": 91965, + "endLine": 1190, + "endColumn": 12, + "endOffset": 92530 + } + } + }, + { + "to": { + "startLine": 1136, + "startColumn": 4, + "startOffset": 86932, + "endLine": 1146, + "endColumn": 12, + "endOffset": 87659 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1191, + "startColumn": 4, + "startOffset": 92535, + "endLine": 1201, + "endColumn": 12, + "endOffset": 93262 + } + } + }, + { + "to": { + "startLine": 1147, + "startColumn": 4, + "startOffset": 87664, + "endLine": 1149, + "endColumn": 12, + "endOffset": 87831 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1202, + "startColumn": 4, + "startOffset": 93267, + "endLine": 1204, + "endColumn": 12, + "endOffset": 93434 + } + } + }, + { + "to": { + "startLine": 1150, + "startColumn": 4, + "startOffset": 87836, + "endLine": 1154, + "endColumn": 12, + "endOffset": 88167 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1205, + "startColumn": 4, + "startOffset": 93439, + "endLine": 1209, + "endColumn": 12, + "endOffset": 93770 + } + } + }, + { + "to": { + "startLine": 1155, + "startColumn": 4, + "startOffset": 88172, + "endLine": 1166, + "endColumn": 12, + "endOffset": 89034 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1210, + "startColumn": 4, + "startOffset": 93775, + "endLine": 1221, + "endColumn": 12, + "endOffset": 94637 + } + } + }, + { + "to": { + "startLine": 1167, + "startColumn": 4, + "startOffset": 89039, + "endLine": 1171, + "endColumn": 12, + "endOffset": 89312 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1222, + "startColumn": 4, + "startOffset": 94642, + "endLine": 1226, + "endColumn": 12, + "endOffset": 94915 + } + } + }, + { + "to": { + "startLine": 1172, + "startColumn": 4, + "startOffset": 89317, + "endLine": 1209, + "endColumn": 12, + "endOffset": 92174 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1229, + "startColumn": 4, + "startOffset": 95095, + "endLine": 1266, + "endColumn": 12, + "endOffset": 97952 + } + } + }, + { + "to": { + "startLine": 1210, + "startColumn": 4, + "startOffset": 92179, + "endLine": 1248, + "endColumn": 12, + "endOffset": 95176 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1267, + "startColumn": 4, + "startOffset": 97957, + "endLine": 1305, + "endColumn": 12, + "endOffset": 100954 + } + } + }, + { + "to": { + "startLine": 1249, + "startColumn": 4, + "startOffset": 95181, + "endColumn": 61, + "endOffset": 95238 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1306, + "startColumn": 4, + "startOffset": 100959, + "endColumn": 61, + "endOffset": 101016 + } + } + }, + { + "to": { + "startLine": 1250, + "startColumn": 4, + "startOffset": 95243, + "endLine": 1259, + "endColumn": 12, + "endOffset": 95868 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1307, + "startColumn": 4, + "startOffset": 101021, + "endLine": 1316, + "endColumn": 12, + "endOffset": 101646 + } + } + }, + { + "to": { + "startLine": 1260, + "startColumn": 4, + "startOffset": 95873, + "endLine": 1268, + "endColumn": 12, + "endOffset": 96482 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1317, + "startColumn": 4, + "startOffset": 101651, + "endLine": 1325, + "endColumn": 12, + "endOffset": 102260 + } + } + }, + { + "to": { + "startLine": 1269, + "startColumn": 4, + "startOffset": 96487, + "endColumn": 85, + "endOffset": 96568 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1328, + "startColumn": 4, + "startOffset": 102440, + "endColumn": 85, + "endOffset": 102521 + } + } + }, + { + "to": { + "startLine": 1270, + "startColumn": 4, + "startOffset": 96573, + "endLine": 1271, + "endColumn": 12, + "endOffset": 96681 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1331, + "startColumn": 4, + "startOffset": 102700, + "endLine": 1332, + "endColumn": 12, + "endOffset": 102808 + } + } + }, + { + "to": { + "startLine": 1272, + "startColumn": 4, + "startOffset": 96686, + "endLine": 1275, + "endColumn": 12, + "endOffset": 96910 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1333, + "startColumn": 4, + "startOffset": 102813, + "endLine": 1336, + "endColumn": 12, + "endOffset": 103037 + } + } + }, + { + "to": { + "startLine": 1276, + "startColumn": 4, + "startOffset": 96915, + "endLine": 1278, + "endColumn": 12, + "endOffset": 97070 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1337, + "startColumn": 4, + "startOffset": 103042, + "endLine": 1339, + "endColumn": 12, + "endOffset": 103197 + } + } + }, + { + "to": { + "startLine": 1279, + "startColumn": 4, + "startOffset": 97075, + "endLine": 1281, + "endColumn": 12, + "endOffset": 97222 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1340, + "startColumn": 4, + "startOffset": 103202, + "endLine": 1342, + "endColumn": 12, + "endOffset": 103349 + } + } + }, + { + "to": { + "startLine": 1282, + "startColumn": 4, + "startOffset": 97227, + "endLine": 1284, + "endColumn": 12, + "endOffset": 97393 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1343, + "startColumn": 4, + "startOffset": 103354, + "endLine": 1345, + "endColumn": 12, + "endOffset": 103520 + } + } + }, + { + "to": { + "startLine": 1285, + "startColumn": 4, + "startOffset": 97398, + "endLine": 1287, + "endColumn": 12, + "endOffset": 97560 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 103525, + "endLine": 1348, + "endColumn": 12, + "endOffset": 103687 + } + } + }, + { + "to": { + "startLine": 1288, + "startColumn": 4, + "startOffset": 97565, + "endLine": 1291, + "endColumn": 12, + "endOffset": 97803 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1349, + "startColumn": 4, + "startOffset": 103692, + "endLine": 1352, + "endColumn": 12, + "endOffset": 103930 + } + } + }, + { + "to": { + "startLine": 1292, + "startColumn": 4, + "startOffset": 97808, + "endLine": 1294, + "endColumn": 12, + "endOffset": 97973 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1353, + "startColumn": 4, + "startOffset": 103935, + "endLine": 1355, + "endColumn": 12, + "endOffset": 104100 + } + } + }, + { + "to": { + "startLine": 1295, + "startColumn": 4, + "startOffset": 97978, + "endLine": 1297, + "endColumn": 12, + "endOffset": 98146 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 104105, + "endLine": 1358, + "endColumn": 12, + "endOffset": 104273 + } + } + }, + { + "to": { + "startLine": 1298, + "startColumn": 4, + "startOffset": 98151, + "endLine": 1300, + "endColumn": 12, + "endOffset": 98317 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 104278, + "endLine": 1361, + "endColumn": 12, + "endOffset": 104444 + } + } + }, + { + "to": { + "startLine": 1301, + "startColumn": 4, + "startOffset": 98322, + "endLine": 1304, + "endColumn": 12, + "endOffset": 98591 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1362, + "startColumn": 4, + "startOffset": 104449, + "endLine": 1365, + "endColumn": 12, + "endOffset": 104718 + } + } + }, + { + "to": { + "startLine": 1305, + "startColumn": 4, + "startOffset": 98596, + "endLine": 1307, + "endColumn": 12, + "endOffset": 98790 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 104723, + "endLine": 1368, + "endColumn": 12, + "endOffset": 104917 + } + } + }, + { + "to": { + "startLine": 1308, + "startColumn": 4, + "startOffset": 98795, + "endLine": 1311, + "endColumn": 12, + "endOffset": 98995 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1369, + "startColumn": 4, + "startOffset": 104922, + "endLine": 1372, + "endColumn": 12, + "endOffset": 105122 + } + } + }, + { + "to": { + "startLine": 1312, + "startColumn": 4, + "startOffset": 99000, + "endLine": 1315, + "endColumn": 12, + "endOffset": 99325 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1373, + "startColumn": 4, + "startOffset": 105127, + "endLine": 1376, + "endColumn": 12, + "endOffset": 105452 + } + } + }, + { + "to": { + "startLine": 1316, + "startColumn": 4, + "startOffset": 99330, + "endColumn": 83, + "endOffset": 99409 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 105627, + "endColumn": 83, + "endOffset": 105706 + } + } + }, + { + "to": { + "startLine": 1317, + "startColumn": 4, + "startOffset": 99414, + "endColumn": 95, + "endOffset": 99505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1380, + "startColumn": 4, + "startOffset": 105711, + "endColumn": 95, + "endOffset": 105802 + } + } + }, + { + "to": { + "startLine": 1318, + "startColumn": 4, + "startOffset": 99510, + "endColumn": 95, + "endOffset": 99601 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1381, + "startColumn": 4, + "startOffset": 105807, + "endColumn": 95, + "endOffset": 105898 + } + } + }, + { + "to": { + "startLine": 1319, + "startColumn": 4, + "startOffset": 99606, + "endColumn": 97, + "endOffset": 99699 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1382, + "startColumn": 4, + "startOffset": 105903, + "endColumn": 97, + "endOffset": 105996 + } + } + }, + { + "to": { + "startLine": 1320, + "startColumn": 4, + "startOffset": 99704, + "endColumn": 99, + "endOffset": 99799 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1383, + "startColumn": 4, + "startOffset": 106001, + "endColumn": 99, + "endOffset": 106096 + } + } + }, + { + "to": { + "startLine": 1321, + "startColumn": 4, + "startOffset": 99804, + "endColumn": 101, + "endOffset": 99901 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1384, + "startColumn": 4, + "startOffset": 106101, + "endColumn": 101, + "endOffset": 106198 + } + } + }, + { + "to": { + "startLine": 1322, + "startColumn": 4, + "startOffset": 99906, + "endColumn": 101, + "endOffset": 100003 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1385, + "startColumn": 4, + "startOffset": 106203, + "endColumn": 101, + "endOffset": 106300 + } + } + }, + { + "to": { + "startLine": 1323, + "startColumn": 4, + "startOffset": 100008, + "endColumn": 101, + "endOffset": 100105 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1386, + "startColumn": 4, + "startOffset": 106305, + "endColumn": 101, + "endOffset": 106402 + } + } + }, + { + "to": { + "startLine": 1324, + "startColumn": 4, + "startOffset": 100110, + "endColumn": 101, + "endOffset": 100207 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 106407, + "endColumn": 101, + "endOffset": 106504 + } + } + }, + { + "to": { + "startLine": 1325, + "startColumn": 4, + "startOffset": 100212, + "endColumn": 101, + "endOffset": 100309 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1388, + "startColumn": 4, + "startOffset": 106509, + "endColumn": 101, + "endOffset": 106606 + } + } + }, + { + "to": { + "startLine": 1326, + "startColumn": 4, + "startOffset": 100314, + "endColumn": 99, + "endOffset": 100409 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1389, + "startColumn": 4, + "startOffset": 106611, + "endColumn": 99, + "endOffset": 106706 + } + } + }, + { + "to": { + "startLine": 1327, + "startColumn": 4, + "startOffset": 100414, + "endColumn": 95, + "endOffset": 100505 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 106711, + "endColumn": 95, + "endOffset": 106802 + } + } + }, + { + "to": { + "startLine": 1328, + "startColumn": 4, + "startOffset": 100510, + "endColumn": 111, + "endOffset": 100617 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1391, + "startColumn": 4, + "startOffset": 106807, + "endColumn": 111, + "endOffset": 106914 + } + } + }, + { + "to": { + "startLine": 1329, + "startColumn": 4, + "startOffset": 100622, + "endColumn": 128, + "endOffset": 100746 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1392, + "startColumn": 4, + "startOffset": 106919, + "endColumn": 128, + "endOffset": 107043 + } + } + }, + { + "to": { + "startLine": 1330, + "startColumn": 4, + "startOffset": 100751, + "endColumn": 122, + "endOffset": 100869 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1393, + "startColumn": 4, + "startOffset": 107048, + "endColumn": 122, + "endOffset": 107166 + } + } + }, + { + "to": { + "startLine": 1331, + "startColumn": 4, + "startOffset": 100874, + "endLine": 1332, + "endColumn": 12, + "endOffset": 101023 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1394, + "startColumn": 4, + "startOffset": 107171, + "endLine": 1395, + "endColumn": 12, + "endOffset": 107320 + } + } + }, + { + "to": { + "startLine": 1333, + "startColumn": 4, + "startOffset": 101028, + "endLine": 1334, + "endColumn": 12, + "endOffset": 101177 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1396, + "startColumn": 4, + "startOffset": 107325, + "endLine": 1397, + "endColumn": 12, + "endOffset": 107474 + } + } + }, + { + "to": { + "startLine": 1335, + "startColumn": 4, + "startOffset": 101182, + "endColumn": 97, + "endOffset": 101275 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1398, + "startColumn": 4, + "startOffset": 107479, + "endColumn": 97, + "endOffset": 107572 + } + } + }, + { + "to": { + "startLine": 1336, + "startColumn": 4, + "startOffset": 101280, + "endColumn": 113, + "endOffset": 101389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1399, + "startColumn": 4, + "startOffset": 107577, + "endColumn": 113, + "endOffset": 107686 + } + } + }, + { + "to": { + "startLine": 1337, + "startColumn": 4, + "startOffset": 101394, + "endColumn": 93, + "endOffset": 101483 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1400, + "startColumn": 4, + "startOffset": 107691, + "endColumn": 93, + "endOffset": 107780 + } + } + }, + { + "to": { + "startLine": 1338, + "startColumn": 4, + "startOffset": 101488, + "endLine": 1339, + "endColumn": 12, + "endOffset": 101623 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 107785, + "endLine": 1402, + "endColumn": 12, + "endOffset": 107920 + } + } + }, + { + "to": { + "startLine": 1340, + "startColumn": 4, + "startOffset": 101628, + "endLine": 1341, + "endColumn": 12, + "endOffset": 101757 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1403, + "startColumn": 4, + "startOffset": 107925, + "endLine": 1404, + "endColumn": 12, + "endOffset": 108054 + } + } + }, + { + "to": { + "startLine": 1342, + "startColumn": 4, + "startOffset": 101762, + "endColumn": 95, + "endOffset": 101853 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 108059, + "endColumn": 95, + "endOffset": 108150 + } + } + }, + { + "to": { + "startLine": 1343, + "startColumn": 4, + "startOffset": 101858, + "endColumn": 111, + "endOffset": 101965 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1406, + "startColumn": 4, + "startOffset": 108155, + "endColumn": 111, + "endOffset": 108262 + } + } + }, + { + "to": { + "startLine": 1344, + "startColumn": 4, + "startOffset": 101970, + "endColumn": 99, + "endOffset": 102065 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 108267, + "endColumn": 99, + "endOffset": 108362 + } + } + }, + { + "to": { + "startLine": 1345, + "startColumn": 4, + "startOffset": 102070, + "endColumn": 115, + "endOffset": 102181 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1408, + "startColumn": 4, + "startOffset": 108367, + "endColumn": 115, + "endOffset": 108478 + } + } + }, + { + "to": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 102186, + "endColumn": 95, + "endOffset": 102277 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 108483, + "endColumn": 95, + "endOffset": 108574 + } + } + }, + { + "to": { + "startLine": 1347, + "startColumn": 4, + "startOffset": 102282, + "endColumn": 111, + "endOffset": 102389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1410, + "startColumn": 4, + "startOffset": 108579, + "endColumn": 111, + "endOffset": 108686 + } + } + }, + { + "to": { + "startLine": 1348, + "startColumn": 4, + "startOffset": 102394, + "endLine": 1349, + "endColumn": 12, + "endOffset": 102529 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1411, + "startColumn": 4, + "startOffset": 108691, + "endLine": 1412, + "endColumn": 12, + "endOffset": 108826 + } + } + }, + { + "to": { + "startLine": 1350, + "startColumn": 4, + "startOffset": 102534, + "endColumn": 135, + "endOffset": 102665 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1413, + "startColumn": 4, + "startOffset": 108831, + "endColumn": 135, + "endOffset": 108962 + } + } + }, + { + "to": { + "startLine": 1351, + "startColumn": 4, + "startOffset": 102670, + "endLine": 1352, + "endColumn": 12, + "endOffset": 102829 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 108967, + "endLine": 1415, + "endColumn": 12, + "endOffset": 109126 + } + } + }, + { + "to": { + "startLine": 1353, + "startColumn": 4, + "startOffset": 102834, + "endColumn": 129, + "endOffset": 102959 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 109131, + "endColumn": 129, + "endOffset": 109256 + } + } + }, + { + "to": { + "startLine": 1354, + "startColumn": 4, + "startOffset": 102964, + "endLine": 1355, + "endColumn": 12, + "endOffset": 103117 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1417, + "startColumn": 4, + "startOffset": 109261, + "endLine": 1418, + "endColumn": 12, + "endOffset": 109414 + } + } + }, + { + "to": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 103122, + "endLine": 1357, + "endColumn": 12, + "endOffset": 103267 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1419, + "startColumn": 4, + "startOffset": 109419, + "endLine": 1420, + "endColumn": 12, + "endOffset": 109564 + } + } + }, + { + "to": { + "startLine": 1358, + "startColumn": 4, + "startOffset": 103272, + "endColumn": 140, + "endOffset": 103408 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 109569, + "endColumn": 140, + "endOffset": 109705 + } + } + }, + { + "to": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 103413, + "endLine": 1360, + "endColumn": 12, + "endOffset": 103552 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 109710, + "endLine": 1423, + "endColumn": 12, + "endOffset": 109849 + } + } + }, + { + "to": { + "startLine": 1361, + "startColumn": 4, + "startOffset": 103557, + "endColumn": 134, + "endOffset": 103687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1424, + "startColumn": 4, + "startOffset": 109854, + "endColumn": 134, + "endOffset": 109984 + } + } + }, + { + "to": { + "startLine": 1362, + "startColumn": 4, + "startOffset": 103692, + "endColumn": 111, + "endOffset": 103799 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 109989, + "endColumn": 111, + "endOffset": 110096 + } + } + }, + { + "to": { + "startLine": 1363, + "startColumn": 4, + "startOffset": 103804, + "endColumn": 127, + "endOffset": 103927 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1426, + "startColumn": 4, + "startOffset": 110101, + "endColumn": 127, + "endOffset": 110224 + } + } + }, + { + "to": { + "startLine": 1364, + "startColumn": 4, + "startOffset": 103932, + "endLine": 1365, + "endColumn": 12, + "endOffset": 104063 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 110229, + "endLine": 1428, + "endColumn": 12, + "endOffset": 110360 + } + } + }, + { + "to": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 104068, + "endLine": 1367, + "endColumn": 12, + "endOffset": 104205 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1429, + "startColumn": 4, + "startOffset": 110365, + "endLine": 1430, + "endColumn": 12, + "endOffset": 110502 + } + } + }, + { + "to": { + "startLine": 1368, + "startColumn": 4, + "startOffset": 104210, + "endLine": 1369, + "endColumn": 12, + "endOffset": 104347 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 110507, + "endLine": 1432, + "endColumn": 12, + "endOffset": 110644 + } + } + }, + { + "to": { + "startLine": 1370, + "startColumn": 4, + "startOffset": 104352, + "endColumn": 111, + "endOffset": 104459 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1433, + "startColumn": 4, + "startOffset": 110649, + "endColumn": 111, + "endOffset": 110756 + } + } + }, + { + "to": { + "startLine": 1371, + "startColumn": 4, + "startOffset": 104464, + "endColumn": 139, + "endOffset": 104599 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1434, + "startColumn": 4, + "startOffset": 110761, + "endColumn": 139, + "endOffset": 110896 + } + } + }, + { + "to": { + "startLine": 1372, + "startColumn": 4, + "startOffset": 104604, + "endColumn": 67, + "endOffset": 104667 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 110901, + "endColumn": 67, + "endOffset": 110964 + } + } + }, + { + "to": { + "startLine": 1373, + "startColumn": 4, + "startOffset": 104672, + "endColumn": 72, + "endOffset": 104740 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 110969, + "endColumn": 72, + "endOffset": 111037 + } + } + }, + { + "to": { + "startLine": 1374, + "startColumn": 4, + "startOffset": 104745, + "endColumn": 73, + "endOffset": 104814 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1437, + "startColumn": 4, + "startOffset": 111042, + "endColumn": 73, + "endOffset": 111111 + } + } + }, + { + "to": { + "startLine": 1375, + "startColumn": 4, + "startOffset": 104819, + "endColumn": 72, + "endOffset": 104887 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 111116, + "endColumn": 72, + "endOffset": 111184 + } + } + }, + { + "to": { + "startLine": 1376, + "startColumn": 4, + "startOffset": 104892, + "endColumn": 73, + "endOffset": 104961 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1439, + "startColumn": 4, + "startOffset": 111189, + "endColumn": 73, + "endOffset": 111258 + } + } + }, + { + "to": { + "startLine": 1377, + "startColumn": 4, + "startOffset": 104966, + "endLine": 1378, + "endColumn": 12, + "endOffset": 105107 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1440, + "startColumn": 4, + "startOffset": 111263, + "endLine": 1441, + "endColumn": 12, + "endOffset": 111404 + } + } + }, + { + "to": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 105112, + "endLine": 1380, + "endColumn": 12, + "endOffset": 105251 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1442, + "startColumn": 4, + "startOffset": 111409, + "endLine": 1443, + "endColumn": 12, + "endOffset": 111548 + } + } + }, + { + "to": { + "startLine": 1381, + "startColumn": 4, + "startOffset": 105256, + "endLine": 1382, + "endColumn": 12, + "endOffset": 105389 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 111553, + "endLine": 1445, + "endColumn": 12, + "endOffset": 111686 + } + } + }, + { + "to": { + "startLine": 1383, + "startColumn": 4, + "startOffset": 105394, + "endColumn": 65, + "endOffset": 105455 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 111861, + "endColumn": 65, + "endOffset": 111922 + } + } + }, + { + "to": { + "startLine": 1384, + "startColumn": 4, + "startOffset": 105460, + "endColumn": 89, + "endOffset": 105545 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1449, + "startColumn": 4, + "startOffset": 111927, + "endColumn": 89, + "endOffset": 112012 + } + } + }, + { + "to": { + "startLine": 1385, + "startColumn": 4, + "startOffset": 105550, + "endColumn": 79, + "endOffset": 105625 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 112017, + "endColumn": 79, + "endOffset": 112092 + } + } + }, + { + "to": { + "startLine": 1386, + "startColumn": 4, + "startOffset": 105630, + "endColumn": 91, + "endOffset": 105717 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1451, + "startColumn": 4, + "startOffset": 112097, + "endColumn": 91, + "endOffset": 112184 + } + } + }, + { + "to": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 105722, + "endColumn": 97, + "endOffset": 105815 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1452, + "startColumn": 4, + "startOffset": 112189, + "endColumn": 97, + "endOffset": 112282 + } + } + }, + { + "to": { + "startLine": 1388, + "startColumn": 4, + "startOffset": 105820, + "endLine": 1389, + "endColumn": 12, + "endOffset": 105925 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 112287, + "endLine": 1454, + "endColumn": 12, + "endOffset": 112392 + } + } + }, + { + "to": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 105930, + "endColumn": 77, + "endOffset": 106003 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1455, + "startColumn": 4, + "startOffset": 112397, + "endColumn": 77, + "endOffset": 112470 + } + } + }, + { + "to": { + "startLine": 1391, + "startColumn": 4, + "startOffset": 106008, + "endColumn": 105, + "endOffset": 106109 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1456, + "startColumn": 4, + "startOffset": 112475, + "endColumn": 105, + "endOffset": 112576 + } + } + }, + { + "to": { + "startLine": 1392, + "startColumn": 4, + "startOffset": 106114, + "endColumn": 91, + "endOffset": 106201 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1457, + "startColumn": 4, + "startOffset": 112581, + "endColumn": 91, + "endOffset": 112668 + } + } + }, + { + "to": { + "startLine": 1393, + "startColumn": 4, + "startOffset": 106206, + "endColumn": 103, + "endOffset": 106305 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1458, + "startColumn": 4, + "startOffset": 112673, + "endColumn": 103, + "endOffset": 112772 + } + } + }, + { + "to": { + "startLine": 1394, + "startColumn": 4, + "startOffset": 106310, + "endColumn": 109, + "endOffset": 106415 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1459, + "startColumn": 4, + "startOffset": 112777, + "endColumn": 109, + "endOffset": 112882 + } + } + }, + { + "to": { + "startLine": 1395, + "startColumn": 4, + "startOffset": 106420, + "endLine": 1396, + "endColumn": 12, + "endOffset": 106537 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1460, + "startColumn": 4, + "startOffset": 112887, + "endLine": 1461, + "endColumn": 12, + "endOffset": 113004 + } + } + }, + { + "to": { + "startLine": 1397, + "startColumn": 4, + "startOffset": 106542, + "endLine": 1400, + "endColumn": 12, + "endOffset": 106700 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 113009, + "endLine": 1465, + "endColumn": 12, + "endOffset": 113167 + } + } + }, + { + "to": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 106705, + "endLine": 1404, + "endColumn": 12, + "endOffset": 106857 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 113172, + "endLine": 1469, + "endColumn": 12, + "endOffset": 113324 + } + } + }, + { + "to": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 106862, + "endColumn": 79, + "endOffset": 106937 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 113329, + "endColumn": 79, + "endOffset": 113404 + } + } + }, + { + "to": { + "startLine": 1406, + "startColumn": 4, + "startOffset": 106942, + "endColumn": 99, + "endOffset": 107037 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1471, + "startColumn": 4, + "startOffset": 113409, + "endColumn": 99, + "endOffset": 113504 + } + } + }, + { + "to": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 107042, + "endColumn": 89, + "endOffset": 107127 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 113509, + "endColumn": 89, + "endOffset": 113594 + } + } + }, + { + "to": { + "startLine": 1408, + "startColumn": 4, + "startOffset": 107132, + "endColumn": 109, + "endOffset": 107237 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1473, + "startColumn": 4, + "startOffset": 113599, + "endColumn": 109, + "endOffset": 113704 + } + } + }, + { + "to": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 107242, + "endColumn": 91, + "endOffset": 107329 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1474, + "startColumn": 4, + "startOffset": 113709, + "endColumn": 91, + "endOffset": 113796 + } + } + }, + { + "to": { + "startLine": 1410, + "startColumn": 4, + "startOffset": 107334, + "endLine": 1411, + "endColumn": 12, + "endOffset": 107429 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1477, + "startColumn": 4, + "startOffset": 113971, + "endLine": 1478, + "endColumn": 12, + "endOffset": 114066 + } + } + }, + { + "to": { + "startLine": 1412, + "startColumn": 4, + "startOffset": 107434, + "endLine": 1413, + "endColumn": 12, + "endOffset": 107541 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1479, + "startColumn": 4, + "startOffset": 114071, + "endLine": 1480, + "endColumn": 12, + "endOffset": 114178 + } + } + }, + { + "to": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 107546, + "endLine": 1415, + "endColumn": 12, + "endOffset": 107655 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1481, + "startColumn": 4, + "startOffset": 114183, + "endLine": 1482, + "endColumn": 12, + "endOffset": 114292 + } + } + }, + { + "to": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 107660, + "endLine": 1417, + "endColumn": 12, + "endOffset": 107771 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1483, + "startColumn": 4, + "startOffset": 114297, + "endLine": 1484, + "endColumn": 12, + "endOffset": 114408 + } + } + }, + { + "to": { + "startLine": 1418, + "startColumn": 4, + "startOffset": 107776, + "endLine": 1419, + "endColumn": 12, + "endOffset": 107887 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1485, + "startColumn": 4, + "startOffset": 114413, + "endLine": 1486, + "endColumn": 12, + "endOffset": 114524 + } + } + }, + { + "to": { + "startLine": 1420, + "startColumn": 4, + "startOffset": 107892, + "endColumn": 93, + "endOffset": 107981 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1487, + "startColumn": 4, + "startOffset": 114529, + "endColumn": 93, + "endOffset": 114618 + } + } + }, + { + "to": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 107986, + "endColumn": 113, + "endOffset": 108095 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1488, + "startColumn": 4, + "startOffset": 114623, + "endColumn": 113, + "endOffset": 114732 + } + } + }, + { + "to": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 108100, + "endColumn": 111, + "endOffset": 108207 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1489, + "startColumn": 4, + "startOffset": 114737, + "endColumn": 111, + "endOffset": 114844 + } + } + }, + { + "to": { + "startLine": 1423, + "startColumn": 4, + "startOffset": 108212, + "endLine": 1424, + "endColumn": 12, + "endOffset": 108309 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1490, + "startColumn": 4, + "startOffset": 114849, + "endLine": 1491, + "endColumn": 12, + "endOffset": 114946 + } + } + }, + { + "to": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 108314, + "endLine": 1426, + "endColumn": 12, + "endOffset": 108429 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1492, + "startColumn": 4, + "startOffset": 114951, + "endLine": 1493, + "endColumn": 12, + "endOffset": 115066 + } + } + }, + { + "to": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 108434, + "endLine": 1428, + "endColumn": 12, + "endOffset": 108551 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1494, + "startColumn": 4, + "startOffset": 115071, + "endLine": 1495, + "endColumn": 12, + "endOffset": 115188 + } + } + }, + { + "to": { + "startLine": 1429, + "startColumn": 4, + "startOffset": 108556, + "endColumn": 81, + "endOffset": 108633 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1496, + "startColumn": 4, + "startOffset": 115193, + "endColumn": 81, + "endOffset": 115270 + } + } + }, + { + "to": { + "startLine": 1430, + "startColumn": 4, + "startOffset": 108638, + "endColumn": 103, + "endOffset": 108737 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1497, + "startColumn": 4, + "startOffset": 115275, + "endColumn": 103, + "endOffset": 115374 + } + } + }, + { + "to": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 108742, + "endColumn": 119, + "endOffset": 108857 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1498, + "startColumn": 4, + "startOffset": 115379, + "endColumn": 119, + "endOffset": 115494 + } + } + }, + { + "to": { + "startLine": 1432, + "startColumn": 4, + "startOffset": 108862, + "endColumn": 125, + "endOffset": 108983 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1499, + "startColumn": 4, + "startOffset": 115499, + "endColumn": 125, + "endOffset": 115620 + } + } + }, + { + "to": { + "startLine": 1433, + "startColumn": 4, + "startOffset": 108988, + "endColumn": 97, + "endOffset": 109081 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1500, + "startColumn": 4, + "startOffset": 115625, + "endColumn": 97, + "endOffset": 115718 + } + } + }, + { + "to": { + "startLine": 1434, + "startColumn": 4, + "startOffset": 109086, + "endColumn": 93, + "endOffset": 109175 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1501, + "startColumn": 4, + "startOffset": 115723, + "endColumn": 93, + "endOffset": 115812 + } + } + }, + { + "to": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 109180, + "endColumn": 87, + "endOffset": 109263 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1502, + "startColumn": 4, + "startOffset": 115817, + "endColumn": 87, + "endOffset": 115900 + } + } + }, + { + "to": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 109268, + "endColumn": 111, + "endOffset": 109375 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1503, + "startColumn": 4, + "startOffset": 115905, + "endColumn": 111, + "endOffset": 116012 + } + } + }, + { + "to": { + "startLine": 1437, + "startColumn": 4, + "startOffset": 109380, + "endColumn": 115, + "endOffset": 109491 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1504, + "startColumn": 4, + "startOffset": 116017, + "endColumn": 115, + "endOffset": 116128 + } + } + }, + { + "to": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 109496, + "endColumn": 121, + "endOffset": 109613 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1505, + "startColumn": 4, + "startOffset": 116133, + "endColumn": 121, + "endOffset": 116250 + } + } + }, + { + "to": { + "startLine": 1439, + "startColumn": 4, + "startOffset": 109618, + "endColumn": 111, + "endOffset": 109725 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1506, + "startColumn": 4, + "startOffset": 116255, + "endColumn": 111, + "endOffset": 116362 + } + } + }, + { + "to": { + "startLine": 1440, + "startColumn": 4, + "startOffset": 109730, + "endLine": 1442, + "endColumn": 12, + "endOffset": 109900 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1507, + "startColumn": 4, + "startOffset": 116367, + "endLine": 1509, + "endColumn": 12, + "endOffset": 116537 + } + } + }, + { + "to": { + "startLine": 1443, + "startColumn": 4, + "startOffset": 109905, + "endColumn": 115, + "endOffset": 110016 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1510, + "startColumn": 4, + "startOffset": 116542, + "endColumn": 115, + "endOffset": 116653 + } + } + }, + { + "to": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 110021, + "endColumn": 85, + "endOffset": 110102 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1511, + "startColumn": 4, + "startOffset": 116658, + "endColumn": 85, + "endOffset": 116739 + } + } + }, + { + "to": { + "startLine": 1445, + "startColumn": 4, + "startOffset": 110107, + "endColumn": 91, + "endOffset": 110194 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1512, + "startColumn": 4, + "startOffset": 116744, + "endColumn": 91, + "endOffset": 116831 + } + } + }, + { + "to": { + "startLine": 1446, + "startColumn": 4, + "startOffset": 110199, + "endLine": 1447, + "endColumn": 12, + "endOffset": 110306 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1513, + "startColumn": 4, + "startOffset": 116836, + "endLine": 1514, + "endColumn": 12, + "endOffset": 116943 + } + } + }, + { + "to": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 110311, + "endLine": 1449, + "endColumn": 12, + "endOffset": 110430 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1515, + "startColumn": 4, + "startOffset": 116948, + "endLine": 1516, + "endColumn": 12, + "endOffset": 117067 + } + } + }, + { + "to": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 110435, + "endColumn": 66, + "endOffset": 110497 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1517, + "startColumn": 4, + "startOffset": 117072, + "endColumn": 66, + "endOffset": 117134 + } + } + }, + { + "to": { + "startLine": 1451, + "startColumn": 4, + "startOffset": 110502, + "endLine": 1452, + "endColumn": 12, + "endOffset": 110623 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1518, + "startColumn": 4, + "startOffset": 117139, + "endLine": 1519, + "endColumn": 12, + "endOffset": 117260 + } + } + }, + { + "to": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 110628, + "endColumn": 67, + "endOffset": 110691 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1520, + "startColumn": 4, + "startOffset": 117265, + "endColumn": 67, + "endOffset": 117328 + } + } + }, + { + "to": { + "startLine": 1454, + "startColumn": 4, + "startOffset": 110696, + "endLine": 1455, + "endColumn": 12, + "endOffset": 110819 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1521, + "startColumn": 4, + "startOffset": 117333, + "endLine": 1522, + "endColumn": 12, + "endOffset": 117456 + } + } + }, + { + "to": { + "startLine": 1456, + "startColumn": 4, + "startOffset": 110824, + "endLine": 1457, + "endColumn": 12, + "endOffset": 110963 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1523, + "startColumn": 4, + "startOffset": 117461, + "endLine": 1524, + "endColumn": 12, + "endOffset": 117600 + } + } + }, + { + "to": { + "startLine": 1458, + "startColumn": 4, + "startOffset": 110968, + "endLine": 1459, + "endColumn": 12, + "endOffset": 111091 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1525, + "startColumn": 4, + "startOffset": 117605, + "endLine": 1526, + "endColumn": 12, + "endOffset": 117728 + } + } + }, + { + "to": { + "startLine": 1460, + "startColumn": 4, + "startOffset": 111096, + "endColumn": 68, + "endOffset": 111160 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1527, + "startColumn": 4, + "startOffset": 117733, + "endColumn": 68, + "endOffset": 117797 + } + } + }, + { + "to": { + "startLine": 1461, + "startColumn": 4, + "startOffset": 111165, + "endColumn": 94, + "endOffset": 111255 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1528, + "startColumn": 4, + "startOffset": 117802, + "endColumn": 94, + "endOffset": 117892 + } + } + }, + { + "to": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 111260, + "endColumn": 114, + "endOffset": 111370 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1529, + "startColumn": 4, + "startOffset": 117897, + "endColumn": 114, + "endOffset": 118007 + } + } + }, + { + "to": { + "startLine": 1463, + "startColumn": 4, + "startOffset": 111375, + "endColumn": 112, + "endOffset": 111483 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1530, + "startColumn": 4, + "startOffset": 118012, + "endColumn": 112, + "endOffset": 118120 + } + } + }, + { + "to": { + "startLine": 1464, + "startColumn": 4, + "startOffset": 111488, + "endColumn": 98, + "endOffset": 111582 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1531, + "startColumn": 4, + "startOffset": 118125, + "endColumn": 98, + "endOffset": 118219 + } + } + }, + { + "to": { + "startLine": 1465, + "startColumn": 4, + "startOffset": 111587, + "endColumn": 108, + "endOffset": 111691 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1532, + "startColumn": 4, + "startOffset": 118224, + "endColumn": 108, + "endOffset": 118328 + } + } + }, + { + "to": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 111696, + "endColumn": 110, + "endOffset": 111802 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1533, + "startColumn": 4, + "startOffset": 118333, + "endColumn": 110, + "endOffset": 118439 + } + } + }, + { + "to": { + "startLine": 1467, + "startColumn": 4, + "startOffset": 111807, + "endColumn": 110, + "endOffset": 111913 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1534, + "startColumn": 4, + "startOffset": 118444, + "endColumn": 110, + "endOffset": 118550 + } + } + }, + { + "to": { + "startLine": 1468, + "startColumn": 4, + "startOffset": 111918, + "endColumn": 100, + "endOffset": 112014 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1535, + "startColumn": 4, + "startOffset": 118555, + "endColumn": 100, + "endOffset": 118651 + } + } + }, + { + "to": { + "startLine": 1469, + "startColumn": 4, + "startOffset": 112019, + "endColumn": 104, + "endOffset": 112119 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1536, + "startColumn": 4, + "startOffset": 118656, + "endColumn": 104, + "endOffset": 118756 + } + } + }, + { + "to": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 112124, + "endLine": 1471, + "endColumn": 12, + "endOffset": 112231 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1537, + "startColumn": 4, + "startOffset": 118761, + "endLine": 1538, + "endColumn": 12, + "endOffset": 118868 + } + } + }, + { + "to": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 112236, + "endLine": 1473, + "endColumn": 12, + "endOffset": 112361 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1539, + "startColumn": 4, + "startOffset": 118873, + "endLine": 1540, + "endColumn": 12, + "endOffset": 118998 + } + } + }, + { + "to": { + "startLine": 1474, + "startColumn": 4, + "startOffset": 112366, + "endColumn": 90, + "endOffset": 112452 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1541, + "startColumn": 4, + "startOffset": 119003, + "endColumn": 90, + "endOffset": 119089 + } + } + }, + { + "to": { + "startLine": 1475, + "startColumn": 4, + "startOffset": 112457, + "endColumn": 122, + "endOffset": 112575 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1542, + "startColumn": 4, + "startOffset": 119094, + "endColumn": 122, + "endOffset": 119212 + } + } + }, + { + "to": { + "startLine": 1476, + "startColumn": 4, + "startOffset": 112580, + "endLine": 1477, + "endColumn": 12, + "endOffset": 112687 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1543, + "startColumn": 4, + "startOffset": 119217, + "endLine": 1544, + "endColumn": 12, + "endOffset": 119324 + } + } + }, + { + "to": { + "startLine": 1478, + "startColumn": 4, + "startOffset": 112692, + "endColumn": 85, + "endOffset": 112773 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1545, + "startColumn": 4, + "startOffset": 119329, + "endColumn": 85, + "endOffset": 119410 + } + } + }, + { + "to": { + "startLine": 1479, + "startColumn": 4, + "startOffset": 112778, + "endColumn": 103, + "endOffset": 112877 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1546, + "startColumn": 4, + "startOffset": 119415, + "endColumn": 103, + "endOffset": 119514 + } + } + }, + { + "to": { + "startLine": 1480, + "startColumn": 4, + "startOffset": 112882, + "endLine": 1481, + "endColumn": 12, + "endOffset": 112985 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1547, + "startColumn": 4, + "startOffset": 119519, + "endLine": 1548, + "endColumn": 12, + "endOffset": 119622 + } + } + }, + { + "to": { + "startLine": 1482, + "startColumn": 4, + "startOffset": 112990, + "endLine": 1483, + "endColumn": 12, + "endOffset": 113085 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1549, + "startColumn": 4, + "startOffset": 119627, + "endLine": 1550, + "endColumn": 12, + "endOffset": 119722 + } + } + }, + { + "to": { + "startLine": 1484, + "startColumn": 4, + "startOffset": 113090, + "endLine": 1485, + "endColumn": 12, + "endOffset": 113203 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1551, + "startColumn": 4, + "startOffset": 119727, + "endLine": 1552, + "endColumn": 12, + "endOffset": 119840 + } + } + }, + { + "to": { + "startLine": 1486, + "startColumn": 4, + "startOffset": 113208, + "endLine": 1487, + "endColumn": 12, + "endOffset": 113307 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1553, + "startColumn": 4, + "startOffset": 119845, + "endLine": 1554, + "endColumn": 12, + "endOffset": 119944 + } + } + }, + { + "to": { + "startLine": 1488, + "startColumn": 4, + "startOffset": 113312, + "endLine": 1489, + "endColumn": 12, + "endOffset": 113411 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1555, + "startColumn": 4, + "startOffset": 119949, + "endLine": 1556, + "endColumn": 12, + "endOffset": 120048 + } + } + }, + { + "to": { + "startLine": 1490, + "startColumn": 4, + "startOffset": 113416, + "endLine": 1491, + "endColumn": 12, + "endOffset": 113537 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1557, + "startColumn": 4, + "startOffset": 120053, + "endLine": 1558, + "endColumn": 12, + "endOffset": 120174 + } + } + }, + { + "to": { + "startLine": 1492, + "startColumn": 4, + "startOffset": 113542, + "endColumn": 87, + "endOffset": 113625 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1559, + "startColumn": 4, + "startOffset": 120179, + "endColumn": 87, + "endOffset": 120262 + } + } + }, + { + "to": { + "startLine": 1493, + "startColumn": 4, + "startOffset": 113630, + "endColumn": 89, + "endOffset": 113715 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1560, + "startColumn": 4, + "startOffset": 120267, + "endColumn": 89, + "endOffset": 120352 + } + } + }, + { + "to": { + "startLine": 1494, + "startColumn": 4, + "startOffset": 113720, + "endColumn": 109, + "endOffset": 113825 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1561, + "startColumn": 4, + "startOffset": 120357, + "endColumn": 109, + "endOffset": 120462 + } + } + }, + { + "to": { + "startLine": 1495, + "startColumn": 4, + "startOffset": 113830, + "endColumn": 83, + "endOffset": 113909 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1562, + "startColumn": 4, + "startOffset": 120467, + "endColumn": 83, + "endOffset": 120546 + } + } + }, + { + "to": { + "startLine": 1496, + "startColumn": 4, + "startOffset": 113914, + "endColumn": 83, + "endOffset": 113993 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1563, + "startColumn": 4, + "startOffset": 120551, + "endColumn": 83, + "endOffset": 120630 + } + } + }, + { + "to": { + "startLine": 1497, + "startColumn": 4, + "startOffset": 113998, + "endColumn": 53, + "endOffset": 114047 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1564, + "startColumn": 4, + "startOffset": 120635, + "endColumn": 53, + "endOffset": 120684 + } + } + }, + { + "to": { + "startLine": 1498, + "startColumn": 4, + "startOffset": 114052, + "endColumn": 63, + "endOffset": 114111 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1565, + "startColumn": 4, + "startOffset": 120689, + "endColumn": 63, + "endOffset": 120748 + } + } + }, + { + "to": { + "startLine": 1499, + "startColumn": 4, + "startOffset": 114116, + "endColumn": 105, + "endOffset": 114217 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1566, + "startColumn": 4, + "startOffset": 120753, + "endColumn": 105, + "endOffset": 120854 + } + } + }, + { + "to": { + "startLine": 1500, + "startColumn": 4, + "startOffset": 114222, + "endColumn": 109, + "endOffset": 114327 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1567, + "startColumn": 4, + "startOffset": 120859, + "endColumn": 109, + "endOffset": 120964 + } + } + }, + { + "to": { + "startLine": 1501, + "startColumn": 4, + "startOffset": 114332, + "endColumn": 83, + "endOffset": 114411 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1568, + "startColumn": 4, + "startOffset": 120969, + "endColumn": 83, + "endOffset": 121048 + } + } + }, + { + "to": { + "startLine": 1502, + "startColumn": 4, + "startOffset": 114416, + "endColumn": 119, + "endOffset": 114531 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\values\\values.xml", + "position": { + "startLine": 1569, + "startColumn": 4, + "startOffset": 121053, + "endColumn": 119, + "endOffset": 121168 + } + } + }, + { + "to": { + "startLine": 1503, + "startColumn": 4, + "startOffset": 114536, + "endLine": 1511, + "endColumn": 12, + "endOffset": 114965 + }, + "from": { + "file": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\values\\styles.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 384, + "endLine": 18, + "endColumn": 12, + "endOffset": 821 + } + } + } + ] + } +] \ 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 new file mode 100644 index 0000000..e1a60fd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/anim.json @@ -0,0 +1,78 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_in.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_fade_in.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\slide_in_left.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\slide_in_left.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\slide_in_top.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\slide_in_top.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_exit.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_popup_exit.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\slide_in_right.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\slide_in_right.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\scale_up.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\scale_up.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\decrease.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\decrease.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_fade_out.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_fade_out.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\rotate.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\rotate.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\countdown.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\countdown.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_popup_enter.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_popup_enter.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_grow_fade_in_from_bottom.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\shrink.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\shrink.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_top.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_slide_in_top.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_bottom.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_slide_in_bottom.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\fade_in.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\fade_in.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_shrink_fade_out_from_bottom.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_top.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_slide_out_top.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_out_bottom.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\anim\\abc_slide_out_bottom.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 new file mode 100644 index 0000000..bd6b14e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/color-v11.json @@ -0,0 +1,10 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color-v11\\abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color-v11\\abc_background_cache_hint_selector_material_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\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-v23.json b/app/build/intermediates/blame/res/debug/single/color-v23.json new file mode 100644 index 0000000..f1be708 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/color-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color-v23\\abc_color_highlight_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color-v23\\abc_color_highlight_material.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 new file mode 100644 index 0000000..1380563 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/color.json @@ -0,0 +1,38 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_search_url_text.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_search_url_text.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_primary_text_material_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_secondary_text_material_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_secondary_text_material_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_secondary_text_material_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\switch_thumb_material_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_disable_only_material_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\abc_primary_text_material_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\color\\abc_primary_text_material_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\color\\switch_thumb_material_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\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 new file mode 100644 index 0000000..5efa1c1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json @@ -0,0 +1,178 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\star_icon.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable-hdpi\\star_icon.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_ic_clear_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_list_focused_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-hdpi\\abc_popup_background_mtrl_mult.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 new file mode 100644 index 0000000..1345150 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-hdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-hdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-hdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-hdpi\\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-mdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json new file mode 100644 index 0000000..5a435d0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-mdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-mdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-mdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-mdpi\\abc_ic_ab_back_mtrl_am_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 new file mode 100644 index 0000000..782a506 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xhdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\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 new file mode 100644 index 0000000..03684f8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxhdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxhdpi\\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-xxxhdpi-v17.json b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json new file mode 100644 index 0000000..3b1ad9b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxxhdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-ldrtl-xxxhdpi\\abc_ic_menu_cut_mtrl_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 new file mode 100644 index 0000000..454a5cd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json @@ -0,0 +1,178 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\star_icon.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable-mdpi\\star_icon.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_clear_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_focused_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-mdpi\\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-v21.json b/app/build/intermediates/blame/res/debug/single/drawable-v21.json new file mode 100644 index 0000000..7bbf949 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-v21.json @@ -0,0 +1,10 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_btn_colored_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-v21\\abc_btn_colored_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21\\abc_action_bar_item_background_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-v21\\abc_action_bar_item_background_material.xml" + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/drawable-v23.json b/app/build/intermediates/blame/res/debug/single/drawable-v23.json new file mode 100644 index 0000000..fbd9c24 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23\\abc_control_background_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-v23\\abc_control_background_material.xml" + } +] \ 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 new file mode 100644 index 0000000..6b5a04d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json @@ -0,0 +1,178 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_clear_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\star_icon.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable-xhdpi\\star_icon.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xhdpi\\abc_menu_hardkey_panel_mtrl_mult.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 new file mode 100644 index 0000000..aa69b0e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json @@ -0,0 +1,178 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\star_icon.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable-xxhdpi\\star_icon.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_scrubber_primary_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_scrubber_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_scrubber_control_off_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_focused_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_go_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_clear_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_btn_rating_star_on_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_longpressed_holo.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_list_pressed_holo_light.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxhdpi\\abc_ic_ab_back_mtrl_am_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 new file mode 100644 index 0000000..96ccfea --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json @@ -0,0 +1,86 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_scrubber_control_to_pressed_mtrl_005.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_clear_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_ab_back_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_scrubber_control_to_pressed_mtrl_000.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_ic_voice_search_api_mtrl_alpha.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable-xxxhdpi\\abc_btn_switch_to_on_mtrl_00001.9.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 new file mode 100644 index 0000000..bc80320 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/drawable.json @@ -0,0 +1,274 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\unlockedbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\unlockedbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_internal_bg.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_cab_background_internal_bg.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\shortmenubackground.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\shortmenubackground.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\background.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\background.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\emptybutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\emptybutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\worldbutton_background.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\worldbutton_background.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\ramp.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\ramp.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_dialog_material_background_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_tab_indicator_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_tab_indicator_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_borderless_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_btn_borderless_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\playerarrow.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\playerarrow.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\springbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\springbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_list_selector_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_seekbar_thumb_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_seekbar_thumb_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_check_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_btn_check_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\sound_on.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\sound_on.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\magnetbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\magnetbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\yellowparticle.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\yellowparticle.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\spring.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\spring.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_textfield_search_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_textfield_search_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_spinner_textfield_background_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_spinner_textfield_background_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\obstacle.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\obstacle.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\custom_button.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\custom_button.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\toolprogressbarlayers.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\toolprogressbarlayers.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\purple.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\purple.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\grasslands_preview.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\grasslands_preview.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\lockedbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\lockedbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\goal.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\goal.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\stars_2.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\stars_2.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_colored_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_btn_colored_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\bombbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\bombbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_dialog_material_background_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_dialog_material_background_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\unlocked.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\unlocked.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\sound_toggle.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\sound_toggle.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\stars_1.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\stars_1.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\ball.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\ball.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\unlock_message_background.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\unlock_message_background.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\sound_off.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\sound_off.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\tool_slot_background.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\tool_slot_background.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_default_mtrl_shape.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\star.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\star.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\magnet.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\magnet.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\menu_background.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\menu_background.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\terrain.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\terrain.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_edit_text_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_edit_text_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\blueparticle.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\blueparticle.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_item_background_holo_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\test.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\test.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\levelupbackground.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\levelupbackground.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_ratingbar_full_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_ratingbar_full_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\splitter.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\splitter.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\bomb.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\bomb.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_cab_background_top_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_cab_background_top_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_text_cursor_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_text_cursor_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\lock.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\lock.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\stars_3.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\stars_3.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_background_transition_holo_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\stars_0.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\stars_0.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_list_selector_holo_light.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_list_selector_holo_light.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_switch_thumb_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_switch_thumb_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\pausebutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\pausebutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\redparticle.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\redparticle.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\levelbutton_background.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\levelbutton_background.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_seekbar_track_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_seekbar_track_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_item_background_holo_dark.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_item_background_holo_dark.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\rampbutton.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\drawable\\rampbutton.png" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\drawable\\abc_btn_radio_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\drawable\\abc_btn_radio_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 new file mode 100644 index 0000000..93c411c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/layout.json @@ -0,0 +1,222 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\levels.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\levels.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\toolshop.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\toolshop.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple_overlay_action_mode.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\worlds.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\worlds.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_simple.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_screen_simple.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\tool_slot.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\tool_slot.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\support_simple_spinner_dropdown_item.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_bar.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_mode_bar.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_menu_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\game.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\game.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\custom_button_instance.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\custom_button_instance.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\toolbuttonbar.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\toolbuttonbar.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_dropdown_item_icons_2line.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_up_container.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_bar_up_container.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_search_view.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_search_view.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view_list_item.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_lines.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_lines.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_title_item.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_bar_title_item.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\test.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\test.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_radio.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_list_menu_item_radio.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_popup_menu_item_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_popup_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\levelup_message.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\levelup_message.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_media.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_media.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_expanded_menu_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_expanded_menu_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\unlock_message.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\unlock_message.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\tool_offer_slot.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\tool_offer_slot.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_multichoice_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\select_dialog_multichoice_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_activity_chooser_view.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_activity_chooser_view.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\message.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\message.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media_narrow.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_big_media_narrow.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_mode_close_item_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_mode_close_item_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_action.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_media_action.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_checkbox.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_list_menu_item_checkbox.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_select_dialog_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_select_dialog_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_item_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\select_dialog_item_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\toolbutton.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\toolbutton.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_big_media.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_big_media.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_chronometer.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_part_chronometer.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_alert_dialog_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_alert_dialog_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_media_cancel_action.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_media_cancel_action.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_list_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_list_menu_item_icon.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_list_menu_item_icon.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\notification_template_part_time.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\notification_template_part_time.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\start_screen.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\start_screen.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\short_menu.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\short_menu.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\world_button.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\world_button.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\levelbutton.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\levelbutton.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_dialog_title_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_dialog_title_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_bar_view_list_nav_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_content_include.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_screen_content_include.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_alert_dialog_button_bar_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_alert_dialog_button_bar_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_action_menu_item_layout.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_action_menu_item_layout.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\topbar.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\layout\\topbar.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\select_dialog_singlechoice_material.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\select_dialog_singlechoice_material.xml" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\layout\\abc_screen_toolbar.xml", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\exploded-aar\\com.android.support\\appcompat-v7\\23.1.1\\res\\layout\\abc_screen_toolbar.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 new file mode 100644 index 0000000..17717ca --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi-v4\\ic_launcher.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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 new file mode 100644 index 0000000..89af26b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi-v4\\ic_launcher.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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 new file mode 100644 index 0000000..f6be9e4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi-v4\\ic_launcher.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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 new file mode 100644 index 0000000..b5ad93b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi-v4\\ic_launcher.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\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 new file mode 100644 index 0000000..ffabc28 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json @@ -0,0 +1,6 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.png", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/raw.json b/app/build/intermediates/blame/res/debug/single/raw.json new file mode 100644 index 0000000..5b1d232 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/raw.json @@ -0,0 +1,10 @@ +[ + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\raw\\ramp.wav", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\raw\\ramp.wav" + }, + { + "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\raw\\background.ogg", + "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\raw\\background.ogg" + } +] \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/R.txt b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/R.txt new file mode 100644 index 0000000..dc52062 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/R.txt @@ -0,0 +1,1221 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int attr actionBarDivider 0x7f010063 +int attr actionBarItemBackground 0x7f010064 +int attr actionBarPopupTheme 0x7f01005d +int attr actionBarSize 0x7f010062 +int attr actionBarSplitStyle 0x7f01005f +int attr actionBarStyle 0x7f01005e +int attr actionBarTabBarStyle 0x7f010059 +int attr actionBarTabStyle 0x7f010058 +int attr actionBarTabTextStyle 0x7f01005a +int attr actionBarTheme 0x7f010060 +int attr actionBarWidgetTheme 0x7f010061 +int attr actionButtonStyle 0x7f01007d +int attr actionDropDownStyle 0x7f010079 +int attr actionLayout 0x7f010034 +int attr actionMenuTextAppearance 0x7f010065 +int attr actionMenuTextColor 0x7f010066 +int attr actionModeBackground 0x7f010069 +int attr actionModeCloseButtonStyle 0x7f010068 +int attr actionModeCloseDrawable 0x7f01006b +int attr actionModeCopyDrawable 0x7f01006d +int attr actionModeCutDrawable 0x7f01006c +int attr actionModeFindDrawable 0x7f010071 +int attr actionModePasteDrawable 0x7f01006e +int attr actionModePopupWindowStyle 0x7f010073 +int attr actionModeSelectAllDrawable 0x7f01006f +int attr actionModeShareDrawable 0x7f010070 +int attr actionModeSplitBackground 0x7f01006a +int attr actionModeStyle 0x7f010067 +int attr actionModeWebSearchDrawable 0x7f010072 +int attr actionOverflowButtonStyle 0x7f01005b +int attr actionOverflowMenuStyle 0x7f01005c +int attr actionProviderClass 0x7f010036 +int attr actionViewClass 0x7f010035 +int attr activityChooserViewStyle 0x7f010085 +int attr alertDialogButtonGroupStyle 0x7f0100a8 +int attr alertDialogCenterButtons 0x7f0100a9 +int attr alertDialogStyle 0x7f0100a7 +int attr alertDialogTheme 0x7f0100aa +int attr allowStacking 0x7f010025 +int attr arrowHeadLength 0x7f01002c +int attr arrowShaftLength 0x7f01002d +int attr autoCompleteTextViewStyle 0x7f0100af +int attr background 0x7f01000c +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100cc +int attr backgroundTintMode 0x7f0100cd +int attr barLength 0x7f01002e +int attr borderlessButtonStyle 0x7f010082 +int attr buttonBarButtonStyle 0x7f01007f +int attr buttonBarNegativeButtonStyle 0x7f0100ad +int attr buttonBarNeutralButtonStyle 0x7f0100ae +int attr buttonBarPositiveButtonStyle 0x7f0100ac +int attr buttonBarStyle 0x7f01007e +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100b0 +int attr buttonStyleSmall 0x7f0100b1 +int attr buttonTint 0x7f010026 +int attr buttonTintMode 0x7f010027 +int attr checkboxStyle 0x7f0100b2 +int attr checkedTextViewStyle 0x7f0100b3 +int attr closeIcon 0x7f01003e +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100c3 +int attr collapseIcon 0x7f0100c2 +int attr color 0x7f010028 +int attr colorAccent 0x7f0100a0 +int attr colorButtonNormal 0x7f0100a4 +int attr colorControlActivated 0x7f0100a2 +int attr colorControlHighlight 0x7f0100a3 +int attr colorControlNormal 0x7f0100a1 +int attr colorPrimary 0x7f01009e +int attr colorPrimaryDark 0x7f01009f +int attr colorSwitchThumbNormal 0x7f0100a5 +int attr commitIcon 0x7f010043 +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100a6 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f01003d +int attr dialogPreferredPadding 0x7f010077 +int attr dialogTheme 0x7f010076 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f010084 +int attr dividerPadding 0x7f010032 +int attr dividerVertical 0x7f010083 +int attr drawableSize 0x7f01002a +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f010096 +int attr dropdownListPreferredItemHeight 0x7f01007a +int attr editTextBackground 0x7f01008b +int attr editTextColor 0x7f01008a +int attr editTextStyle 0x7f0100b4 +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr gapBetweenBars 0x7f01002b +int attr goIcon 0x7f01003f +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f01007c +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f01003b +int attr imageButtonStyle 0x7f01008c +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f01003a +int attr listChoiceBackgroundIndicator 0x7f01009d +int attr listDividerAlertDialog 0x7f010078 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f010097 +int attr listPreferredItemHeight 0x7f010091 +int attr listPreferredItemHeightLarge 0x7f010093 +int attr listPreferredItemHeightSmall 0x7f010092 +int attr listPreferredItemPaddingLeft 0x7f010094 +int attr listPreferredItemPaddingRight 0x7f010095 +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100c6 +int attr maxButtonHeight 0x7f0100c1 +int attr measureWithLargestChild 0x7f010030 +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100c5 +int attr navigationIcon 0x7f0100c4 +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f010038 +int attr paddingEnd 0x7f0100ca +int attr paddingStart 0x7f0100c9 +int attr panelBackground 0x7f01009a +int attr panelMenuListTheme 0x7f01009c +int attr panelMenuListWidth 0x7f01009b +int attr popupMenuStyle 0x7f010088 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f010089 +int attr preserveIconSpacing 0x7f010037 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010045 +int attr queryHint 0x7f01003c +int attr radioButtonStyle 0x7f0100b5 +int attr ratingBarStyle 0x7f0100b6 +int attr searchHintIcon 0x7f010041 +int attr searchIcon 0x7f010040 +int attr searchViewStyle 0x7f010090 +int attr seekBarStyle 0x7f0100b7 +int attr selectableItemBackground 0x7f010080 +int attr selectableItemBackgroundBorderless 0x7f010081 +int attr showAsAction 0x7f010033 +int attr showDividers 0x7f010031 +int attr showText 0x7f01004d +int attr singleChoiceItemLayout 0x7f010022 +int attr spinBars 0x7f010029 +int attr spinnerDropDownItemStyle 0x7f01007b +int attr spinnerStyle 0x7f0100b8 +int attr splitTrack 0x7f01004c +int attr state_above_anchor 0x7f010039 +int attr submitBackground 0x7f010046 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100bb +int attr subtitleTextColor 0x7f0100c8 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f010044 +int attr switchMinWidth 0x7f01004a +int attr switchPadding 0x7f01004b +int attr switchStyle 0x7f0100b9 +int attr switchTextAppearance 0x7f010049 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f010074 +int attr textAppearanceListItem 0x7f010098 +int attr textAppearanceListItemSmall 0x7f010099 +int attr textAppearanceSearchResultSubtitle 0x7f01008e +int attr textAppearanceSearchResultTitle 0x7f01008d +int attr textAppearanceSmallPopupMenu 0x7f010075 +int attr textColorAlertDialogListItem 0x7f0100ab +int attr textColorSearchUrl 0x7f01008f +int attr theme 0x7f0100cb +int attr thickness 0x7f01002f +int attr thumbTextPadding 0x7f010048 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100c0 +int attr titleMarginEnd 0x7f0100be +int attr titleMarginStart 0x7f0100bd +int attr titleMarginTop 0x7f0100bf +int attr titleMargins 0x7f0100bc +int attr titleTextAppearance 0x7f0100ba +int attr titleTextColor 0x7f0100c7 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f010087 +int attr toolbarStyle 0x7f010086 +int attr track 0x7f010047 +int attr voiceIcon 0x7f010042 +int attr windowActionBar 0x7f01004e +int attr windowActionBarOverlay 0x7f010050 +int attr windowActionModeOverlay 0x7f010051 +int attr windowFixedHeightMajor 0x7f010055 +int attr windowFixedHeightMinor 0x7f010053 +int attr windowFixedWidthMajor 0x7f010052 +int attr windowFixedWidthMinor 0x7f010054 +int attr windowMinWidthMajor 0x7f010056 +int attr windowMinWidthMinor 0x7f010057 +int attr windowNoTitle 0x7f01004f +int bool abc_action_bar_embed_tabs 0x7f060003 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f060001 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f060004 +int bool abc_allow_stacked_button_bar 0x7f060000 +int bool abc_config_actionMenuItemAllCaps 0x7f060005 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060002 +int bool abc_config_closeDialogWhenTouchOutside 0x7f060006 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060007 +int color abc_background_cache_hint_selector_material_dark 0x7f0a003a +int color abc_background_cache_hint_selector_material_light 0x7f0a003b +int color abc_color_highlight_material 0x7f0a003c +int color abc_input_method_navigation_guard 0x7f0a0000 +int color abc_primary_text_disable_only_material_dark 0x7f0a003d +int color abc_primary_text_disable_only_material_light 0x7f0a003e +int color abc_primary_text_material_dark 0x7f0a003f +int color abc_primary_text_material_light 0x7f0a0040 +int color abc_search_url_text 0x7f0a0041 +int color abc_search_url_text_normal 0x7f0a0001 +int color abc_search_url_text_pressed 0x7f0a0002 +int color abc_search_url_text_selected 0x7f0a0003 +int color abc_secondary_text_material_dark 0x7f0a0042 +int color abc_secondary_text_material_light 0x7f0a0043 +int color accent_material_dark 0x7f0a0004 +int color accent_material_light 0x7f0a0005 +int color background_floating_material_dark 0x7f0a0006 +int color background_floating_material_light 0x7f0a0007 +int color background_material_dark 0x7f0a0008 +int color background_material_light 0x7f0a0009 +int color bright_foreground_disabled_material_dark 0x7f0a000a +int color bright_foreground_disabled_material_light 0x7f0a000b +int color bright_foreground_inverse_material_dark 0x7f0a000c +int color bright_foreground_inverse_material_light 0x7f0a000d +int color bright_foreground_material_dark 0x7f0a000e +int color bright_foreground_material_light 0x7f0a000f +int color button_material_dark 0x7f0a0010 +int color button_material_light 0x7f0a0011 +int color dim_foreground_disabled_material_dark 0x7f0a0012 +int color dim_foreground_disabled_material_light 0x7f0a0013 +int color dim_foreground_material_dark 0x7f0a0014 +int color dim_foreground_material_light 0x7f0a0015 +int color foreground_material_dark 0x7f0a0016 +int color foreground_material_light 0x7f0a0017 +int color highlighted_text_material_dark 0x7f0a0018 +int color highlighted_text_material_light 0x7f0a0019 +int color hint_foreground_material_dark 0x7f0a001a +int color hint_foreground_material_light 0x7f0a001b +int color material_blue_grey_800 0x7f0a001c +int color material_blue_grey_900 0x7f0a001d +int color material_blue_grey_950 0x7f0a001e +int color material_deep_teal_200 0x7f0a001f +int color material_deep_teal_500 0x7f0a0020 +int color material_grey_100 0x7f0a0021 +int color material_grey_300 0x7f0a0022 +int color material_grey_50 0x7f0a0023 +int color material_grey_600 0x7f0a0024 +int color material_grey_800 0x7f0a0025 +int color material_grey_850 0x7f0a0026 +int color material_grey_900 0x7f0a0027 +int color primary_dark_material_dark 0x7f0a0028 +int color primary_dark_material_light 0x7f0a0029 +int color primary_material_dark 0x7f0a002a +int color primary_material_light 0x7f0a002b +int color primary_text_default_material_dark 0x7f0a002c +int color primary_text_default_material_light 0x7f0a002d +int color primary_text_disabled_material_dark 0x7f0a002e +int color primary_text_disabled_material_light 0x7f0a002f +int color ripple_material_dark 0x7f0a0030 +int color ripple_material_light 0x7f0a0031 +int color secondary_text_default_material_dark 0x7f0a0032 +int color secondary_text_default_material_light 0x7f0a0033 +int color secondary_text_disabled_material_dark 0x7f0a0034 +int color secondary_text_disabled_material_light 0x7f0a0035 +int color switch_thumb_disabled_material_dark 0x7f0a0036 +int color switch_thumb_disabled_material_light 0x7f0a0037 +int color switch_thumb_material_dark 0x7f0a0044 +int color switch_thumb_material_light 0x7f0a0045 +int color switch_thumb_normal_material_dark 0x7f0a0038 +int color switch_thumb_normal_material_light 0x7f0a0039 +int dimen abc_action_bar_content_inset_material 0x7f07000d +int dimen abc_action_bar_default_height_material 0x7f070001 +int dimen abc_action_bar_default_padding_end_material 0x7f07000e +int dimen abc_action_bar_default_padding_start_material 0x7f07000f +int dimen abc_action_bar_icon_vertical_padding_material 0x7f070011 +int dimen abc_action_bar_overflow_padding_end_material 0x7f070012 +int dimen abc_action_bar_overflow_padding_start_material 0x7f070013 +int dimen abc_action_bar_progress_bar_size 0x7f070002 +int dimen abc_action_bar_stacked_max_height 0x7f070014 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070015 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070016 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f070017 +int dimen abc_action_button_min_height_material 0x7f070018 +int dimen abc_action_button_min_width_material 0x7f070019 +int dimen abc_action_button_min_width_overflow_material 0x7f07001a +int dimen abc_alert_dialog_button_bar_height 0x7f070000 +int dimen abc_button_inset_horizontal_material 0x7f07001b +int dimen abc_button_inset_vertical_material 0x7f07001c +int dimen abc_button_padding_horizontal_material 0x7f07001d +int dimen abc_button_padding_vertical_material 0x7f07001e +int dimen abc_config_prefDialogWidth 0x7f070005 +int dimen abc_control_corner_material 0x7f07001f +int dimen abc_control_inset_material 0x7f070020 +int dimen abc_control_padding_material 0x7f070021 +int dimen abc_dialog_fixed_height_major 0x7f070006 +int dimen abc_dialog_fixed_height_minor 0x7f070007 +int dimen abc_dialog_fixed_width_major 0x7f070008 +int dimen abc_dialog_fixed_width_minor 0x7f070009 +int dimen abc_dialog_list_padding_vertical_material 0x7f070022 +int dimen abc_dialog_min_width_major 0x7f07000a +int dimen abc_dialog_min_width_minor 0x7f07000b +int dimen abc_dialog_padding_material 0x7f070023 +int dimen abc_dialog_padding_top_material 0x7f070024 +int dimen abc_disabled_alpha_material_dark 0x7f070025 +int dimen abc_disabled_alpha_material_light 0x7f070026 +int dimen abc_dropdownitem_icon_width 0x7f070027 +int dimen abc_dropdownitem_text_padding_left 0x7f070028 +int dimen abc_dropdownitem_text_padding_right 0x7f070029 +int dimen abc_edit_text_inset_bottom_material 0x7f07002a +int dimen abc_edit_text_inset_horizontal_material 0x7f07002b +int dimen abc_edit_text_inset_top_material 0x7f07002c +int dimen abc_floating_window_z 0x7f07002d +int dimen abc_list_item_padding_horizontal_material 0x7f07002e +int dimen abc_panel_menu_list_width 0x7f07002f +int dimen abc_search_view_preferred_width 0x7f070030 +int dimen abc_search_view_text_min_width 0x7f07000c +int dimen abc_seekbar_track_background_height_material 0x7f070031 +int dimen abc_seekbar_track_progress_height_material 0x7f070032 +int dimen abc_select_dialog_padding_start_material 0x7f070033 +int dimen abc_switch_padding 0x7f070010 +int dimen abc_text_size_body_1_material 0x7f070034 +int dimen abc_text_size_body_2_material 0x7f070035 +int dimen abc_text_size_button_material 0x7f070036 +int dimen abc_text_size_caption_material 0x7f070037 +int dimen abc_text_size_display_1_material 0x7f070038 +int dimen abc_text_size_display_2_material 0x7f070039 +int dimen abc_text_size_display_3_material 0x7f07003a +int dimen abc_text_size_display_4_material 0x7f07003b +int dimen abc_text_size_headline_material 0x7f07003c +int dimen abc_text_size_large_material 0x7f07003d +int dimen abc_text_size_medium_material 0x7f07003e +int dimen abc_text_size_menu_material 0x7f07003f +int dimen abc_text_size_small_material 0x7f070040 +int dimen abc_text_size_subhead_material 0x7f070041 +int dimen abc_text_size_subtitle_material_toolbar 0x7f070003 +int dimen abc_text_size_title_material 0x7f070042 +int dimen abc_text_size_title_material_toolbar 0x7f070004 +int dimen disabled_alpha_material_dark 0x7f070043 +int dimen disabled_alpha_material_light 0x7f070044 +int dimen highlight_alpha_material_colored 0x7f070045 +int dimen highlight_alpha_material_dark 0x7f070046 +int dimen highlight_alpha_material_light 0x7f070047 +int dimen notification_large_icon_height 0x7f070048 +int dimen notification_large_icon_width 0x7f070049 +int dimen notification_subtext_size 0x7f07004a +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f020032 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f020033 +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f020034 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f020035 +int drawable abc_scrubber_track_mtrl_alpha 0x7f020036 +int drawable abc_seekbar_thumb_material 0x7f020037 +int drawable abc_seekbar_track_material 0x7f020038 +int drawable abc_spinner_mtrl_am_alpha 0x7f020039 +int drawable abc_spinner_textfield_background_material 0x7f02003a +int drawable abc_switch_thumb_material 0x7f02003b +int drawable abc_switch_track_mtrl_alpha 0x7f02003c +int drawable abc_tab_indicator_material 0x7f02003d +int drawable abc_tab_indicator_mtrl_alpha 0x7f02003e +int drawable abc_text_cursor_material 0x7f02003f +int drawable abc_textfield_activated_mtrl_alpha 0x7f020040 +int drawable abc_textfield_default_mtrl_alpha 0x7f020041 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020042 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f020043 +int drawable abc_textfield_search_material 0x7f020044 +int drawable notification_template_icon_bg 0x7f020045 +int id action0 0x7f0b0050 +int id action_bar 0x7f0b0041 +int id action_bar_activity_content 0x7f0b0000 +int id action_bar_container 0x7f0b0040 +int id action_bar_root 0x7f0b003c +int id action_bar_spinner 0x7f0b0001 +int id action_bar_subtitle 0x7f0b0022 +int id action_bar_title 0x7f0b0021 +int id action_context_bar 0x7f0b0042 +int id action_divider 0x7f0b0054 +int id action_menu_divider 0x7f0b0002 +int id action_menu_presenter 0x7f0b0003 +int id action_mode_bar 0x7f0b003e +int id action_mode_bar_stub 0x7f0b003d +int id action_mode_close_button 0x7f0b0023 +int id activity_chooser_view_content 0x7f0b0024 +int id alertTitle 0x7f0b0030 +int id always 0x7f0b001b +int id beginning 0x7f0b0018 +int id buttonPanel 0x7f0b002b +int id cancel_action 0x7f0b0051 +int id checkbox 0x7f0b0039 +int id chronometer 0x7f0b0057 +int id collapseActionView 0x7f0b001c +int id contentPanel 0x7f0b0031 +int id custom 0x7f0b0037 +int id customPanel 0x7f0b0036 +int id decor_content_parent 0x7f0b003f +int id default_activity_button 0x7f0b0027 +int id disableHome 0x7f0b000c +int id edit_query 0x7f0b0043 +int id end 0x7f0b0019 +int id end_padder 0x7f0b005c +int id expand_activities_button 0x7f0b0025 +int id expanded_menu 0x7f0b0038 +int id home 0x7f0b0004 +int id homeAsUp 0x7f0b000d +int id icon 0x7f0b0029 +int id ifRoom 0x7f0b001d +int id image 0x7f0b0026 +int id info 0x7f0b005b +int id line1 0x7f0b0055 +int id line3 0x7f0b0059 +int id listMode 0x7f0b0009 +int id list_item 0x7f0b0028 +int id media_actions 0x7f0b0053 +int id middle 0x7f0b001a +int id multiply 0x7f0b0013 +int id never 0x7f0b001e +int id none 0x7f0b000e +int id normal 0x7f0b000a +int id parentPanel 0x7f0b002d +int id progress_circular 0x7f0b0005 +int id progress_horizontal 0x7f0b0006 +int id radio 0x7f0b003b +int id screen 0x7f0b0014 +int id scrollIndicatorDown 0x7f0b0035 +int id scrollIndicatorUp 0x7f0b0032 +int id scrollView 0x7f0b0033 +int id search_badge 0x7f0b0045 +int id search_bar 0x7f0b0044 +int id search_button 0x7f0b0046 +int id search_close_btn 0x7f0b004b +int id search_edit_frame 0x7f0b0047 +int id search_go_btn 0x7f0b004d +int id search_mag_icon 0x7f0b0048 +int id search_plate 0x7f0b0049 +int id search_src_text 0x7f0b004a +int id search_voice_btn 0x7f0b004e +int id select_dialog_listview 0x7f0b004f +int id shortcut 0x7f0b003a +int id showCustom 0x7f0b000f +int id showHome 0x7f0b0010 +int id showTitle 0x7f0b0011 +int id spacer 0x7f0b002c +int id split_action_bar 0x7f0b0007 +int id src_atop 0x7f0b0015 +int id src_in 0x7f0b0016 +int id src_over 0x7f0b0017 +int id status_bar_latest_event_content 0x7f0b0052 +int id submit_area 0x7f0b004c +int id tabMode 0x7f0b000b +int id text 0x7f0b005a +int id text2 0x7f0b0058 +int id textSpacerNoButtons 0x7f0b0034 +int id time 0x7f0b0056 +int id title 0x7f0b002a +int id title_template 0x7f0b002f +int id topPanel 0x7f0b002e +int id up 0x7f0b0008 +int id useLogo 0x7f0b0012 +int id withText 0x7f0b001f +int id wrap_content 0x7f0b0020 +int integer abc_config_activityDefaultDur 0x7f090001 +int integer abc_config_activityShortDur 0x7f090002 +int integer abc_max_action_buttons 0x7f090000 +int integer cancel_button_image_alpha 0x7f090003 +int integer status_bar_notification_info_maxnum 0x7f090004 +int layout abc_action_bar_title_item 0x7f030000 +int layout abc_action_bar_up_container 0x7f030001 +int layout abc_action_bar_view_list_nav_layout 0x7f030002 +int layout abc_action_menu_item_layout 0x7f030003 +int layout abc_action_menu_layout 0x7f030004 +int layout abc_action_mode_bar 0x7f030005 +int layout abc_action_mode_close_item_material 0x7f030006 +int layout abc_activity_chooser_view 0x7f030007 +int layout abc_activity_chooser_view_list_item 0x7f030008 +int layout abc_alert_dialog_button_bar_material 0x7f030009 +int layout abc_alert_dialog_material 0x7f03000a +int layout abc_dialog_title_material 0x7f03000b +int layout abc_expanded_menu_layout 0x7f03000c +int layout abc_list_menu_item_checkbox 0x7f03000d +int layout abc_list_menu_item_icon 0x7f03000e +int layout abc_list_menu_item_layout 0x7f03000f +int layout abc_list_menu_item_radio 0x7f030010 +int layout abc_popup_menu_item_layout 0x7f030011 +int layout abc_screen_content_include 0x7f030012 +int layout abc_screen_simple 0x7f030013 +int layout abc_screen_simple_overlay_action_mode 0x7f030014 +int layout abc_screen_toolbar 0x7f030015 +int layout abc_search_dropdown_item_icons_2line 0x7f030016 +int layout abc_search_view 0x7f030017 +int layout abc_select_dialog_material 0x7f030018 +int layout notification_media_action 0x7f030019 +int layout notification_media_cancel_action 0x7f03001a +int layout notification_template_big_media 0x7f03001b +int layout notification_template_big_media_narrow 0x7f03001c +int layout notification_template_lines 0x7f03001d +int layout notification_template_media 0x7f03001e +int layout notification_template_part_chronometer 0x7f03001f +int layout notification_template_part_time 0x7f030020 +int layout select_dialog_item_material 0x7f030021 +int layout select_dialog_multichoice_material 0x7f030022 +int layout select_dialog_singlechoice_material 0x7f030023 +int layout support_simple_spinner_dropdown_item 0x7f030024 +int string abc_action_bar_home_description 0x7f050000 +int string abc_action_bar_home_description_format 0x7f050001 +int string abc_action_bar_home_subtitle_description_format 0x7f050002 +int string abc_action_bar_up_description 0x7f050003 +int string abc_action_menu_overflow_description 0x7f050004 +int string abc_action_mode_done 0x7f050005 +int string abc_activity_chooser_view_see_all 0x7f050006 +int string abc_activitychooserview_choose_application 0x7f050007 +int string abc_capital_off 0x7f050008 +int string abc_capital_on 0x7f050009 +int string abc_search_hint 0x7f05000a +int string abc_searchview_description_clear 0x7f05000b +int string abc_searchview_description_query 0x7f05000c +int string abc_searchview_description_search 0x7f05000d +int string abc_searchview_description_submit 0x7f05000e +int string abc_searchview_description_voice 0x7f05000f +int string abc_shareactionprovider_share_with 0x7f050010 +int string abc_shareactionprovider_share_with_application 0x7f050011 +int string abc_toolbar_collapse_description 0x7f050012 +int string status_bar_notification_info_overflow 0x7f050013 +int style AlertDialog_AppCompat 0x7f08007d +int style AlertDialog_AppCompat_Light 0x7f08007e +int style Animation_AppCompat_Dialog 0x7f08007f +int style Animation_AppCompat_DropDownUp 0x7f080080 +int style Base_AlertDialog_AppCompat 0x7f080081 +int style Base_AlertDialog_AppCompat_Light 0x7f080082 +int style Base_Animation_AppCompat_Dialog 0x7f080083 +int style Base_Animation_AppCompat_DropDownUp 0x7f080084 +int style Base_DialogWindowTitle_AppCompat 0x7f080085 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f080086 +int style Base_TextAppearance_AppCompat 0x7f08002f +int style Base_TextAppearance_AppCompat_Body1 0x7f080030 +int style Base_TextAppearance_AppCompat_Body2 0x7f080031 +int style Base_TextAppearance_AppCompat_Button 0x7f080019 +int style Base_TextAppearance_AppCompat_Caption 0x7f080032 +int style Base_TextAppearance_AppCompat_Display1 0x7f080033 +int style Base_TextAppearance_AppCompat_Display2 0x7f080034 +int style Base_TextAppearance_AppCompat_Display3 0x7f080035 +int style Base_TextAppearance_AppCompat_Display4 0x7f080036 +int style Base_TextAppearance_AppCompat_Headline 0x7f080037 +int style Base_TextAppearance_AppCompat_Inverse 0x7f080004 +int style Base_TextAppearance_AppCompat_Large 0x7f080038 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080005 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080039 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f08003a +int style Base_TextAppearance_AppCompat_Medium 0x7f08003b +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080006 +int style Base_TextAppearance_AppCompat_Menu 0x7f08003c +int style Base_TextAppearance_AppCompat_SearchResult 0x7f080087 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003d +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003e +int style Base_TextAppearance_AppCompat_Small 0x7f08003f +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080007 +int style Base_TextAppearance_AppCompat_Subhead 0x7f080040 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080008 +int style Base_TextAppearance_AppCompat_Title 0x7f080041 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080009 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080044 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080045 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080046 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080047 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080048 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080049 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080079 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080088 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f08004a +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f08004b +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004c +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004d +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080089 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004e +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004f +int style Base_Theme_AppCompat 0x7f080050 +int style Base_Theme_AppCompat_CompactMenu 0x7f08008a +int style Base_Theme_AppCompat_Dialog 0x7f08000a +int style Base_Theme_AppCompat_Dialog_Alert 0x7f08008b +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008c +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008d +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001 +int style Base_Theme_AppCompat_Light 0x7f080051 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008e +int style Base_Theme_AppCompat_Light_Dialog 0x7f08000b +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008f +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f080090 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f080091 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002 +int style Base_ThemeOverlay_AppCompat 0x7f080092 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080093 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f080094 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080095 +int style Base_ThemeOverlay_AppCompat_Light 0x7f080096 +int style Base_V11_Theme_AppCompat_Dialog 0x7f08000c +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000d +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080015 +int style Base_V12_Widget_AppCompat_EditText 0x7f080016 +int style Base_V21_Theme_AppCompat 0x7f080052 +int style Base_V21_Theme_AppCompat_Dialog 0x7f080053 +int style Base_V21_Theme_AppCompat_Light 0x7f080054 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080055 +int style Base_V22_Theme_AppCompat 0x7f080077 +int style Base_V22_Theme_AppCompat_Light 0x7f080078 +int style Base_V23_Theme_AppCompat 0x7f08007a +int style Base_V23_Theme_AppCompat_Light 0x7f08007b +int style Base_V7_Theme_AppCompat 0x7f080097 +int style Base_V7_Theme_AppCompat_Dialog 0x7f080098 +int style Base_V7_Theme_AppCompat_Light 0x7f080099 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f08009a +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f08009b +int style Base_V7_Widget_AppCompat_EditText 0x7f08009c +int style Base_Widget_AppCompat_ActionBar 0x7f08009d +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009e +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009f +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080056 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080057 +int style Base_Widget_AppCompat_ActionButton 0x7f080058 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080059 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f08005a +int style Base_Widget_AppCompat_ActionMode 0x7f0800a0 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0800a1 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080017 +int style Base_Widget_AppCompat_Button 0x7f08005b +int style Base_Widget_AppCompat_Button_Borderless 0x7f08005c +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005d +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a2 +int style Base_Widget_AppCompat_Button_Colored 0x7f08007c +int style Base_Widget_AppCompat_Button_Small 0x7f08005e +int style Base_Widget_AppCompat_ButtonBar 0x7f08005f +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a3 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f080060 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f080061 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a4 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a5 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080062 +int style Base_Widget_AppCompat_EditText 0x7f080018 +int style Base_Widget_AppCompat_ImageButton 0x7f080063 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a6 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a7 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a8 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080064 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080065 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080066 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080067 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080068 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f080069 +int style Base_Widget_AppCompat_ListView 0x7f08006a +int style Base_Widget_AppCompat_ListView_DropDown 0x7f08006b +int style Base_Widget_AppCompat_ListView_Menu 0x7f08006c +int style Base_Widget_AppCompat_PopupMenu 0x7f08006d +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006e +int style Base_Widget_AppCompat_PopupWindow 0x7f0800a9 +int style Base_Widget_AppCompat_ProgressBar 0x7f08000e +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000f +int style Base_Widget_AppCompat_RatingBar 0x7f08006f +int style Base_Widget_AppCompat_SearchView 0x7f0800aa +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800ab +int style Base_Widget_AppCompat_SeekBar 0x7f080070 +int style Base_Widget_AppCompat_Spinner 0x7f080071 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f080003 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f080072 +int style Base_Widget_AppCompat_Toolbar 0x7f0800ac +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080073 +int style Platform_AppCompat 0x7f080010 +int style Platform_AppCompat_Light 0x7f080011 +int style Platform_ThemeOverlay_AppCompat 0x7f080074 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080075 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f080076 +int style Platform_V11_AppCompat 0x7f080012 +int style Platform_V11_AppCompat_Light 0x7f080013 +int style Platform_V14_AppCompat 0x7f08001a +int style Platform_V14_AppCompat_Light 0x7f08001b +int style Platform_Widget_AppCompat_Spinner 0x7f080014 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080021 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f08002d +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f08002e +int style TextAppearance_AppCompat 0x7f0800ad +int style TextAppearance_AppCompat_Body1 0x7f0800ae +int style TextAppearance_AppCompat_Body2 0x7f0800af +int style TextAppearance_AppCompat_Button 0x7f0800b0 +int style TextAppearance_AppCompat_Caption 0x7f0800b1 +int style TextAppearance_AppCompat_Display1 0x7f0800b2 +int style TextAppearance_AppCompat_Display2 0x7f0800b3 +int style TextAppearance_AppCompat_Display3 0x7f0800b4 +int style TextAppearance_AppCompat_Display4 0x7f0800b5 +int style TextAppearance_AppCompat_Headline 0x7f0800b6 +int style TextAppearance_AppCompat_Inverse 0x7f0800b7 +int style TextAppearance_AppCompat_Large 0x7f0800b8 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b9 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800ba +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800bb +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800bc +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bd +int style TextAppearance_AppCompat_Medium 0x7f0800be +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bf +int style TextAppearance_AppCompat_Menu 0x7f0800c0 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800c1 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c2 +int style TextAppearance_AppCompat_Small 0x7f0800c3 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c4 +int style TextAppearance_AppCompat_Subhead 0x7f0800c5 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c6 +int style TextAppearance_AppCompat_Title 0x7f0800c7 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800ca +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800cb +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800cc +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cd +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800ce +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cf +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800d0 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800d1 +int style TextAppearance_AppCompat_Widget_Button 0x7f0800d2 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d3 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d4 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d5 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d6 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d7 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d8 +int style TextAppearance_StatusBar_EventContent 0x7f08001c +int style TextAppearance_StatusBar_EventContent_Info 0x7f08001d +int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001e +int style TextAppearance_StatusBar_EventContent_Time 0x7f08001f +int style TextAppearance_StatusBar_EventContent_Title 0x7f080020 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d9 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800da +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800db +int style Theme_AppCompat 0x7f0800dc +int style Theme_AppCompat_CompactMenu 0x7f0800dd +int style Theme_AppCompat_Dialog 0x7f0800de +int style Theme_AppCompat_Dialog_Alert 0x7f0800df +int style Theme_AppCompat_Dialog_MinWidth 0x7f0800e0 +int style Theme_AppCompat_DialogWhenLarge 0x7f0800e1 +int style Theme_AppCompat_Light 0x7f0800e2 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e3 +int style Theme_AppCompat_Light_Dialog 0x7f0800e4 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e5 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e6 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e7 +int style Theme_AppCompat_Light_NoActionBar 0x7f0800e8 +int style Theme_AppCompat_NoActionBar 0x7f0800e9 +int style ThemeOverlay_AppCompat 0x7f0800ea +int style ThemeOverlay_AppCompat_ActionBar 0x7f0800eb +int style ThemeOverlay_AppCompat_Dark 0x7f0800ec +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800ed +int style ThemeOverlay_AppCompat_Light 0x7f0800ee +int style Widget_AppCompat_ActionBar 0x7f0800ef +int style Widget_AppCompat_ActionBar_Solid 0x7f0800f0 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f1 +int style Widget_AppCompat_ActionBar_TabText 0x7f0800f2 +int style Widget_AppCompat_ActionBar_TabView 0x7f0800f3 +int style Widget_AppCompat_ActionButton 0x7f0800f4 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f5 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f6 +int style Widget_AppCompat_ActionMode 0x7f0800f7 +int style Widget_AppCompat_ActivityChooserView 0x7f0800f8 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0800f9 +int style Widget_AppCompat_Button 0x7f0800fa +int style Widget_AppCompat_Button_Borderless 0x7f0800fb +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800fc +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800fd +int style Widget_AppCompat_Button_Colored 0x7f0800fe +int style Widget_AppCompat_Button_Small 0x7f0800ff +int style Widget_AppCompat_ButtonBar 0x7f080100 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080101 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080102 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080103 +int style Widget_AppCompat_CompoundButton_Switch 0x7f080104 +int style Widget_AppCompat_DrawerArrowToggle 0x7f080105 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f080106 +int style Widget_AppCompat_EditText 0x7f080107 +int style Widget_AppCompat_ImageButton 0x7f080108 +int style Widget_AppCompat_Light_ActionBar 0x7f080109 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010a +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010b +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010c +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010d +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f08010e +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f08010f +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080110 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080111 +int style Widget_AppCompat_Light_ActionButton 0x7f080112 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080113 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080114 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080115 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f080116 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080117 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f080118 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f080119 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011a +int style Widget_AppCompat_Light_PopupMenu 0x7f08011b +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011c +int style Widget_AppCompat_Light_SearchView 0x7f08011d +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f08011e +int style Widget_AppCompat_ListPopupWindow 0x7f08011f +int style Widget_AppCompat_ListView 0x7f080120 +int style Widget_AppCompat_ListView_DropDown 0x7f080121 +int style Widget_AppCompat_ListView_Menu 0x7f080122 +int style Widget_AppCompat_PopupMenu 0x7f080123 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f080124 +int style Widget_AppCompat_PopupWindow 0x7f080125 +int style Widget_AppCompat_ProgressBar 0x7f080126 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080127 +int style Widget_AppCompat_RatingBar 0x7f080128 +int style Widget_AppCompat_SearchView 0x7f080129 +int style Widget_AppCompat_SearchView_ActionBar 0x7f08012a +int style Widget_AppCompat_SeekBar 0x7f08012b +int style Widget_AppCompat_Spinner 0x7f08012c +int style Widget_AppCompat_Spinner_DropDown 0x7f08012d +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012e +int style Widget_AppCompat_Spinner_Underlined 0x7f08012f +int style Widget_AppCompat_TextView_SpinnerItem 0x7f080130 +int style Widget_AppCompat_Toolbar 0x7f080131 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080132 +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, 0x7f01007c } +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 AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable ButtonBarLayout { 0x7f010025 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CompoundButton { 0x01010107, 0x7f010026, 0x7f010027 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f } +int styleable DrawerArrowToggle_arrowHeadLength 4 +int styleable DrawerArrowToggle_arrowShaftLength 5 +int styleable DrawerArrowToggle_barLength 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010030, 0x7f010031, 0x7f010032 } +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, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036 } +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, 0x7f010037 } +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 PopupWindow { 0x01010176, 0x7f010038 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010039 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 } +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 Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d } +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 TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 } +int styleable TextAppearance_android_shadowColor 4 +int styleable TextAppearance_android_shadowDx 5 +int styleable TextAppearance_android_shadowDy 6 +int styleable TextAppearance_android_shadowRadius 7 +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 8 +int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9 } +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 92 +int styleable Theme_alertDialogCenterButtons 93 +int styleable Theme_alertDialogStyle 91 +int styleable Theme_alertDialogTheme 94 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 99 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 97 +int styleable Theme_buttonBarNeutralButtonStyle 98 +int styleable Theme_buttonBarPositiveButtonStyle 96 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 100 +int styleable Theme_buttonStyleSmall 101 +int styleable Theme_checkboxStyle 102 +int styleable Theme_checkedTextViewStyle 103 +int styleable Theme_colorAccent 84 +int styleable Theme_colorButtonNormal 88 +int styleable Theme_colorControlActivated 86 +int styleable Theme_colorControlHighlight 87 +int styleable Theme_colorControlNormal 85 +int styleable Theme_colorPrimary 82 +int styleable Theme_colorPrimaryDark 83 +int styleable Theme_colorSwitchThumbNormal 89 +int styleable Theme_controlBackground 90 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 74 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 104 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_imageButtonStyle 64 +int styleable Theme_listChoiceBackgroundIndicator 81 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 75 +int styleable Theme_listPreferredItemHeight 69 +int styleable Theme_listPreferredItemHeightLarge 71 +int styleable Theme_listPreferredItemHeightSmall 70 +int styleable Theme_listPreferredItemPaddingLeft 72 +int styleable Theme_listPreferredItemPaddingRight 73 +int styleable Theme_panelBackground 78 +int styleable Theme_panelMenuListTheme 80 +int styleable Theme_panelMenuListWidth 79 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 105 +int styleable Theme_ratingBarStyle 106 +int styleable Theme_searchViewStyle 68 +int styleable Theme_seekBarStyle 107 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 108 +int styleable Theme_switchStyle 109 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 76 +int styleable Theme_textAppearanceListItemSmall 77 +int styleable Theme_textAppearanceSearchResultSubtitle 66 +int styleable Theme_textAppearanceSearchResultTitle 65 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 95 +int styleable Theme_textColorSearchUrl 67 +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, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_collapseContentDescription 19 +int styleable Toolbar_collapseIcon 18 +int styleable Toolbar_contentInsetEnd 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 5 +int styleable Toolbar_logo 4 +int styleable Toolbar_logoDescription 22 +int styleable Toolbar_maxButtonHeight 17 +int styleable Toolbar_navigationContentDescription 21 +int styleable Toolbar_navigationIcon 20 +int styleable Toolbar_popupTheme 9 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 11 +int styleable Toolbar_subtitleTextColor 24 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMarginBottom 16 +int styleable Toolbar_titleMarginEnd 14 +int styleable Toolbar_titleMarginStart 13 +int styleable Toolbar_titleMarginTop 15 +int styleable Toolbar_titleMargins 12 +int styleable Toolbar_titleTextAppearance 10 +int styleable Toolbar_titleTextColor 23 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100cc, 0x7f0100cd } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/aapt/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/aapt/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/annotations.zip new file mode 100644 index 0000000..15e7bc7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/annotations.zip differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars/classes.jar new file mode 100644 index 0000000..7b678e7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/jars/classes.jar differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/public.txt b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/public.txt new file mode 100644 index 0000000..533e8dc --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/public.txt @@ -0,0 +1,308 @@ +style TextAppearance.AppCompat +style TextAppearance.AppCompat.Body1 +style TextAppearance.AppCompat.Body2 +style TextAppearance.AppCompat.Button +style TextAppearance.AppCompat.Caption +style TextAppearance.AppCompat.Display1 +style TextAppearance.AppCompat.Display2 +style TextAppearance.AppCompat.Display3 +style TextAppearance.AppCompat.Display4 +style TextAppearance.AppCompat.Headline +style TextAppearance.AppCompat.Inverse +style TextAppearance.AppCompat.Large +style TextAppearance.AppCompat.Large.Inverse +style TextAppearance.AppCompat.Light.SearchResult.Subtitle +style TextAppearance.AppCompat.Light.SearchResult.Title +style TextAppearance.AppCompat.Light.Widget.PopupMenu.Large +style TextAppearance.AppCompat.Light.Widget.PopupMenu.Small +style TextAppearance.AppCompat.Medium +style TextAppearance.AppCompat.Medium.Inverse +style TextAppearance.AppCompat.Menu +style TextAppearance.AppCompat.SearchResult.Subtitle +style TextAppearance.AppCompat.SearchResult.Title +style TextAppearance.AppCompat.Small +style TextAppearance.AppCompat.Small.Inverse +style TextAppearance.AppCompat.Subhead +style TextAppearance.AppCompat.Subhead.Inverse +style TextAppearance.AppCompat.Title +style TextAppearance.AppCompat.Title.Inverse +style TextAppearance.AppCompat.Widget.ActionBar.Menu +style TextAppearance.AppCompat.Widget.ActionBar.Subtitle +style TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse +style TextAppearance.AppCompat.Widget.ActionBar.Title +style TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse +style TextAppearance.AppCompat.Widget.ActionMode.Subtitle +style TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse +style TextAppearance.AppCompat.Widget.ActionMode.Title +style TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse +style TextAppearance.AppCompat.Widget.Button +style TextAppearance.AppCompat.Widget.Button.Inverse +style TextAppearance.AppCompat.Widget.DropDownItem +style TextAppearance.AppCompat.Widget.PopupMenu.Large +style TextAppearance.AppCompat.Widget.PopupMenu.Small +style TextAppearance.AppCompat.Widget.Switch +style TextAppearance.AppCompat.Widget.TextView.SpinnerItem +style Theme.AppCompat +style Theme.AppCompat.Dialog +style Theme.AppCompat.Dialog.Alert +style Theme.AppCompat.Dialog.MinWidth +style Theme.AppCompat.DialogWhenLarge +style Theme.AppCompat.Light +style Theme.AppCompat.Light.DarkActionBar +style Theme.AppCompat.Light.Dialog +style Theme.AppCompat.Light.Dialog.Alert +style Theme.AppCompat.Light.Dialog.MinWidth +style Theme.AppCompat.Light.DialogWhenLarge +style Theme.AppCompat.Light.NoActionBar +style Theme.AppCompat.NoActionBar +style ThemeOverlay.AppCompat +style ThemeOverlay.AppCompat.ActionBar +style ThemeOverlay.AppCompat.Dark +style ThemeOverlay.AppCompat.Dark.ActionBar +style ThemeOverlay.AppCompat.Light +style Widget.AppCompat.ActionBar +style Widget.AppCompat.ActionBar.Solid +style Widget.AppCompat.ActionBar.TabBar +style Widget.AppCompat.ActionBar.TabText +style Widget.AppCompat.ActionBar.TabView +style Widget.AppCompat.ActionButton +style Widget.AppCompat.ActionButton.CloseMode +style Widget.AppCompat.ActionButton.Overflow +style Widget.AppCompat.ActionMode +style Widget.AppCompat.AutoCompleteTextView +style Widget.AppCompat.Button +style Widget.AppCompat.Button.Borderless +style Widget.AppCompat.Button.Borderless.Colored +style Widget.AppCompat.Button.ButtonBar.AlertDialog +style Widget.AppCompat.Button.Colored +style Widget.AppCompat.Button.Small +style Widget.AppCompat.ButtonBar +style Widget.AppCompat.ButtonBar.AlertDialog +style Widget.AppCompat.CompoundButton.CheckBox +style Widget.AppCompat.CompoundButton.RadioButton +style Widget.AppCompat.CompoundButton.Switch +style Widget.AppCompat.DrawerArrowToggle +style Widget.AppCompat.DropDownItem.Spinner +style Widget.AppCompat.EditText +style Widget.AppCompat.ImageButton +style Widget.AppCompat.Light.ActionBar +style Widget.AppCompat.Light.ActionBar.Solid +style Widget.AppCompat.Light.ActionBar.Solid.Inverse +style Widget.AppCompat.Light.ActionBar.TabBar +style Widget.AppCompat.Light.ActionBar.TabBar.Inverse +style Widget.AppCompat.Light.ActionBar.TabText +style Widget.AppCompat.Light.ActionBar.TabText.Inverse +style Widget.AppCompat.Light.ActionBar.TabView +style Widget.AppCompat.Light.ActionBar.TabView.Inverse +style Widget.AppCompat.Light.ActionButton +style Widget.AppCompat.Light.ActionButton.CloseMode +style Widget.AppCompat.Light.ActionButton.Overflow +style Widget.AppCompat.Light.ActionMode.Inverse +style Widget.AppCompat.Light.AutoCompleteTextView +style Widget.AppCompat.Light.DropDownItem.Spinner +style Widget.AppCompat.Light.ListPopupWindow +style Widget.AppCompat.Light.ListView.DropDown +style Widget.AppCompat.Light.PopupMenu +style Widget.AppCompat.Light.PopupMenu.Overflow +style Widget.AppCompat.Light.SearchView +style Widget.AppCompat.Light.Spinner.DropDown.ActionBar +style Widget.AppCompat.ListPopupWindow +style Widget.AppCompat.ListView +style Widget.AppCompat.ListView.DropDown +style Widget.AppCompat.ListView.Menu +style Widget.AppCompat.PopupMenu +style Widget.AppCompat.PopupMenu.Overflow +style Widget.AppCompat.PopupWindow +style Widget.AppCompat.ProgressBar +style Widget.AppCompat.ProgressBar.Horizontal +style Widget.AppCompat.RatingBar +style Widget.AppCompat.SearchView +style Widget.AppCompat.SearchView.ActionBar +style Widget.AppCompat.SeekBar +style Widget.AppCompat.Spinner +style Widget.AppCompat.Spinner.DropDown +style Widget.AppCompat.Spinner.DropDown.ActionBar +style Widget.AppCompat.Spinner.Underlined +style Widget.AppCompat.TextView.SpinnerItem +style Widget.AppCompat.Toolbar +style Widget.AppCompat.Toolbar.Button.Navigation +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr alertDialogStyle +attr alertDialogTheme +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr borderlessButtonStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr color +attr colorAccent +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr contentInsetEnd +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr customNavigationLayout +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableSize +attr drawerArrowStyle +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr gapBetweenBars +attr goIcon +attr height +attr hideOnContentScroll +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr isLightTheme +attr itemPadding +attr layout +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr measureWithLargestChild +attr middleBarArrowSize +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr overlapAnchor +attr paddingEnd +attr paddingStart +attr panelBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +layout support_simple_spinner_dropdown_item +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSmall +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr theme +attr thickness +attr thumbTextPadding +attr title +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr track +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowNoTitle diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_in.xml new file mode 100644 index 0000000..62a06d3 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_out.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_out.xml new file mode 100644 index 0000000..a4ab6aa --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_grow_fade_in_from_bottom.xml new file mode 100644 index 0000000..6941d0b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_grow_fade_in_from_bottom.xml @@ -0,0 +1,30 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_enter.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_enter.xml new file mode 100644 index 0000000..490c976 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_enter.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_exit.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_exit.xml new file mode 100644 index 0000000..713355c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_popup_exit.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml new file mode 100644 index 0000000..6a47a5e --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000..a0f5f98 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_bottom.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_top.xml new file mode 100644 index 0000000..26b5eab --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000..d222f1f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_top.xml new file mode 100644 index 0000000..56ffd1a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..00b3dbe --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..7748146 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v23/abc_color_highlight_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v23/abc_color_highlight_material.xml new file mode 100644 index 0000000..cffdbe4 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color-v23/abc_color_highlight_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..6210a09 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..21039eb --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_dark.xml new file mode 100644 index 0000000..a4d9c37 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_light.xml new file mode 100644 index 0000000..bb5ce2f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_disable_only_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_dark.xml new file mode 100644 index 0000000..8c9779b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_light.xml new file mode 100644 index 0000000..4dc65b3 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_primary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_search_url_text.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_search_url_text.xml new file mode 100644 index 0000000..3a5e9fd --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_search_url_text.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_dark.xml new file mode 100644 index 0000000..3447887 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_light.xml new file mode 100644 index 0000000..6f14398 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/abc_secondary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_dark.xml new file mode 100644 index 0000000..4179a27 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_light.xml new file mode 100644 index 0000000..e832306 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/color/switch_thumb_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000..4d9f861 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000..9911008 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000..69ff9dd Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000..9218981 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000..a588576 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000..b184dbc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000..6549c52 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..88f1767 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..d5e1a00 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000..2264398 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..f61e8e3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000..0fd1556 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000..65ccd8f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000..b9ff1db Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..70eb073 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..e78bcaf Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000..9a87820 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000..8610c50 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000..2d971a9 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000..ee40812 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000..b9baa0c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000..a87d2cd Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000..1e571f5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..c09ec90 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..62fbd2c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..2f6ef91 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..863ce95 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..b6d4677 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..e01c739 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000..2cf413c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000..9d8451a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 0000000..4efe298 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 0000000..543dec3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 0000000..9930b3a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 0000000..4cfb1a7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 0000000..32ddf7a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..9de0263 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..6ad9b1d Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000..4b0b10a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..5b13bc1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000..0078bf6 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..a74ab26 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000..6282df4 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..2e1062f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..a262b0c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..9ed43ca Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..4cd8a27 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..e300b7c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..05b1e11 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..aa7b323 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..d02a5da Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..a188f2f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..e95ba94 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..87bf8d3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..b097e48 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..de37158 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..ac86165 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..8b2adf6 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..0b89504 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..7dc6934 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..884cd12 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..90fe333 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..930630d Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000..fa0ed8f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000..7a9fcbc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000..3b052e5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000..96a8693 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000..827d634 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000..0908475 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000..a5a437f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..d890a62 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..0620439 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000..038e000 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..8043d4c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000..e80681a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000..9603e76 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000..44c1423 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..80c0695 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..3966d6a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000..017e45e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000..ec0cff4 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000..966938b Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000..d05f969 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000..451818c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000..a216da1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000..1e571f5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..addb54a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..5fcd5b2 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..251b989 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..01efec0 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..f1d1b61 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..10851f6 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000..fe0ec49 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000..5f55cd5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 0000000..10df639 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 0000000..f83b1ef Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 0000000..e9efb20 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 0000000..a4ab0a1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 0000000..db9e172 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..ed75cb8 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..00c81fc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000..12b0a79 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..3ffa251 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000..0eb61f1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..0c766f3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000..4f66d7a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_action_bar_item_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_action_bar_item_background_material.xml new file mode 100644 index 0000000..ec1f793 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_action_bar_item_background_material.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_btn_colored_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_btn_colored_material.xml new file mode 100644 index 0000000..af5b3d3 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v21/abc_btn_colored_material.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v23/abc_control_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v23/abc_control_background_material.xml new file mode 100644 index 0000000..a24c900 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-v23/abc_control_background_material.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000..6284eaa Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000..4902520 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000..59a683a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000..03bf49c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000..342323b Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000..c0333f9 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000..2f29c39 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..a854864 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..726b1dc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000..600178a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..c465e82 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000..76e07f0 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000..1015e1f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000..b3fa6bc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..c8a6d25 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..3c5e683 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000..f87733a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000..9aabc43 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000..c039c8e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000..b57ee19 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000..76f2696 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000..d0385ba Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000..1e571f5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..67c25ae Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..17c34a1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..988548a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..15fcf6a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..65275b3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..5b58e76 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000..09d1022 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000..b5dd854 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 0000000..138f643 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 0000000..cd41d74 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 0000000..8d67525 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 0000000..2b4734d Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 0000000..805cb29 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..bcf6b7f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..f0752d2 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000..2242d2f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..8ff3a83 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000..e7e693a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..819171a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000..4def8c8 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000..4eae28f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000..accf80e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000..8c82ec3 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000..8fc0a9b Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000..92b712e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000..78bbeba Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000..c4ba8e6 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..f026a41 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..c8b9f68 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000..f6d2f32 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..39178bf Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000..f54f4f9 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000..65cf0c1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000..d041623 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..9dff893 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..a1f8c33 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000..28a3bbf Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000..29a4e52 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000..162ab98 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000..a1866ba Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000..d967ae7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000..5baef9f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000..987b2bc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..8b050e8 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..00e370a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..719c7b5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..75bd580 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..9cc3666 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..224a081 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000..f7f306d Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000..ee4bfe7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 0000000..5268745 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 0000000..adffc14 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 0000000..f3d16d5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 0000000..6a82af5 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 0000000..c3791fc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..6940b60 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..c74b3fc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000..eeb74c8 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..4d3d3a4 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000..c5acb84 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000..30328ae Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000..d4f3650 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000..4dc870e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000..4e18de2 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000..5fa3266 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000..c11cb2e Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..6fd5bfe Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..99e68cc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..16b0f1d Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000..7b2a480 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..fe93d87 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000..4b2d05a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000..16e9e14 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000..129d30f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000..fa6ab02 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000..77318c7 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000..098c25a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000..76c4eeb Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 0000000..e5a43bb Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 0000000..eeb37c1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000..6b8bc0a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..85c81c1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000..929be19 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_borderless_material.xml new file mode 100644 index 0000000..8f63c5b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_borderless_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_check_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_check_material.xml new file mode 100644 index 0000000..4b92ef1 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_check_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_colored_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_colored_material.xml new file mode 100644 index 0000000..96c3050 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_colored_material.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_default_mtrl_shape.xml new file mode 100644 index 0000000..2ed389d --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_default_mtrl_shape.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_radio_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_radio_material.xml new file mode 100644 index 0000000..469cd20 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_btn_radio_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_internal_bg.xml new file mode 100644 index 0000000..c33caa3 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_internal_bg.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_top_material.xml new file mode 100644 index 0000000..ebccaf9 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_cab_background_top_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_dark.xml new file mode 100644 index 0000000..f4be33c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_light.xml new file mode 100644 index 0000000..72e053c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_dialog_material_background_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_edit_text_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_edit_text_material.xml new file mode 100644 index 0000000..561e386 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_edit_text_material.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000..289e07a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000..bfb2328 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000..b4b47da --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000..516b78b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000..50bd19f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000..11badbd --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_ratingbar_full_material.xml new file mode 100644 index 0000000..608a14a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_ratingbar_full_material.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_thumb_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_thumb_material.xml new file mode 100644 index 0000000..2627437 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_thumb_material.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_track_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_track_material.xml new file mode 100644 index 0000000..0065617 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_seekbar_track_material.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_spinner_textfield_background_material.xml new file mode 100644 index 0000000..570fea9 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_spinner_textfield_background_material.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_switch_thumb_material.xml new file mode 100644 index 0000000..750fe72 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_switch_thumb_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_tab_indicator_material.xml new file mode 100644 index 0000000..faa54a7 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_tab_indicator_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_text_cursor_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_text_cursor_material.xml new file mode 100644 index 0000000..bcd2392 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_text_cursor_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_textfield_search_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_textfield_search_material.xml new file mode 100644 index 0000000..9b8d4d6 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/drawable/abc_textfield_search_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_title_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000..0906453 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_title_item.xml @@ -0,0 +1,35 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_up_container.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_up_container.xml new file mode 100644 index 0000000..417f668 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_up_container.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000..9f68729 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000..18feef9 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000..ddbd730 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_menu_layout.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_bar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000..eef2a4d --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_bar.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_close_item_material.xml new file mode 100644 index 0000000..38023b7 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_action_mode_close_item_material.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000..6e64721 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000..7a8fd97 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_button_bar_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_button_bar_material.xml new file mode 100644 index 0000000..b9e10cf --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_button_bar_material.xml @@ -0,0 +1,60 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/game.xml b/app/build/intermediates/res/merged/debug/layout/game.xml new file mode 100644 index 0000000..982eb3d --- /dev/null +++ b/app/build/intermediates/res/merged/debug/layout/game.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/levelbutton.xml b/app/build/intermediates/res/merged/debug/layout/levelbutton.xml new file mode 100644 index 0000000..1028d50 --- /dev/null +++ b/app/build/intermediates/res/merged/debug/layout/levelbutton.xml @@ -0,0 +1,33 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/levels.xml b/app/build/intermediates/res/merged/debug/layout/levels.xml new file mode 100644 index 0000000..647d1e4 --- /dev/null +++ b/app/build/intermediates/res/merged/debug/layout/levels.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/levelup_message.xml b/app/build/intermediates/res/merged/debug/layout/levelup_message.xml new file mode 100644 index 0000000..e50b9e2 --- /dev/null +++ b/app/build/intermediates/res/merged/debug/layout/levelup_message.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/res/merged/debug/layout/message.xml b/app/build/intermediates/res/merged/debug/layout/message.xml new file mode 100644 index 0000000..493255f --- /dev/null +++ b/app/build/intermediates/res/merged/debug/layout/message.xml @@ -0,0 +1,44 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/game.xml b/app/src/main/res/layout/game.xml new file mode 100644 index 0000000..982eb3d --- /dev/null +++ b/app/src/main/res/layout/game.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/levelbutton.xml b/app/src/main/res/layout/levelbutton.xml new file mode 100644 index 0000000..1028d50 --- /dev/null +++ b/app/src/main/res/layout/levelbutton.xml @@ -0,0 +1,33 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/levels.xml b/app/src/main/res/layout/levels.xml new file mode 100644 index 0000000..647d1e4 --- /dev/null +++ b/app/src/main/res/layout/levels.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/levelup_message.xml b/app/src/main/res/layout/levelup_message.xml new file mode 100644 index 0000000..e50b9e2 --- /dev/null +++ b/app/src/main/res/layout/levelup_message.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/message.xml b/app/src/main/res/layout/message.xml new file mode 100644 index 0000000..493255f --- /dev/null +++ b/app/src/main/res/layout/message.xml @@ -0,0 +1,44 @@ + + + + + +