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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateDebugSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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.
+
+
+
+
+Constant Value Description
+wrap_content
0
+
+ */
+ 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.
+
+
+
+
+Constant Value Description
+src_over
3
+src_in
5
+src_atop
9
+multiply
14
+screen
15
+
+ */
+ 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.
+
+
+
+
+Constant Value Description
+src_over
3
+src_in
5
+src_atop
9
+multiply
14
+screen
15
+
+ */
+ 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.
+
+
+
+
+Constant Value Description
+none
0
+useLogo
0x1
+showHome
0x2
+homeAsUp
0x4
+showTitle
0x8
+showCustom
0x10
+disableHome
0x20
+
+ */
+ 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.
+
+
+
+
+Constant Value Description
+normal
0
+listMode
1
+tabMode
2
+
+ */
+ 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.
+
+
+
+
+Constant Value Description
+never
0
+ifRoom
1
+always
2
+withText
4
+collapseActionView
8
+
+ */
+ public static final int showAsAction=0x7f010033;
+ /** Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+Constant Value Description
+none
0
+beginning
1
+middle
2
+end
4
+
+ */
+ 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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+none
0
+useLogo
0x1
+showHome
0x2
+homeAsUp
0x4
+showTitle
0x8
+showCustom
0x10
+disableHome
0x20
+
+ @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.
+
+
+
+
+Constant Value Description
+normal
0
+listMode
1
+tabMode
2
+
+ @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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+src_over
3
+src_in
5
+src_atop
9
+multiply
14
+screen
15
+
+ @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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+none
0
+beginning
1
+middle
2
+end
4
+
+ @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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+never
0
+ifRoom
1
+always
2
+withText
4
+collapseActionView
8
+
+ @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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+wrap_content
0
+
+ @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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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:
+
+
+
+ Attribute Description
+ {@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.
+
+
+
+
+Constant Value Description
+src_over
3
+src_in
5
+src_atop
9
+multiply
14
+screen
15
+
+ @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:
+
+
+
+ Attribute Description
+ {@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/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..b580408
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_dialog_title_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..52b5a3d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_expanded_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..86064ca
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_expanded_menu_layout.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/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..be8bd01
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_checkbox.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/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..f479d15
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_icon.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/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..f6d6896
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_list_menu_item_radio.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..547d8a7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_list_menu_item_radio.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_popup_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..9086bfb
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_screen_content_include.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..030a7e5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_content_include.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/layout/abc_screen_simple.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..17ca3ff
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_simple.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_screen_simple_overlay_action_mode.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..c2a3901
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ 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_screen_toolbar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..93ceb11
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_search_dropdown_item_icons_2line.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..03f26a0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_search_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..12a86e4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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_select_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..2016fb9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/abc_select_dialog_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/layout/notification_media_action.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_media_action.xml
new file mode 100644
index 0000000..bd991fc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_media_action.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/notification_media_cancel_action.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..8bb7065
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_media_cancel_action.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/layout/notification_template_big_media.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..6a7f7e2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_big_media_narrow.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..0227567
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_lines.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_lines.xml
new file mode 100644
index 0000000..363bf5f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_media.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_media.xml
new file mode 100644
index 0000000..060dbb0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_part_chronometer.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..0a01124
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_part_chronometer.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/layout/notification_template_part_time.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..2dbdb6b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/notification_template_part_time.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/layout/select_dialog_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..8d2116d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..4f20ba4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..3a0f626
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..aa63acd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/layout/support_simple_spinner_dropdown_item.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/values-af/values-af.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-af/values-af.xml
new file mode 100644
index 0000000..a1aa78c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-af/values-af.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "AF"
+ "AAN"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-am/values-am.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-am/values-am.xml
new file mode 100644
index 0000000..596be4c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-am/values-am.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ጠፍቷል"
+ "በርቷል"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ar/values-ar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..a74314f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ar/values-ar.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "إيقاف"
+ "تشغيل"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-az-rAZ/values-az-rAZ.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..a243400
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "DEAKTİV"
+ "AKTİV"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bg/values-bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..65573fa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bg/values-bg.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "ИЗКЛ."
+ "ВКЛ."
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bn-rBD/values-bn-rBD.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..2752881
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "বন্ধ"
+ "চালু"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ca/values-ca.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..945029d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ca/values-ca.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "DESACTIVAT"
+ "ACTIVAT"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-cs/values-cs.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..7d57dfa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-cs/values-cs.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "VYPNUTO"
+ "ZAPNUTO"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-da/values-da.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-da/values-da.xml
new file mode 100644
index 0000000..a0983ce
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-da/values-da.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "FRA"
+ "TIL"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-de/values-de.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-de/values-de.xml
new file mode 100644
index 0000000..17ddbfc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-de/values-de.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Aus"
+ "An"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-el/values-el.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-el/values-el.xml
new file mode 100644
index 0000000..5ab4650
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-el/values-el.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "ΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rAU/values-en-rAU.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..1551158
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..7f07e79
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..96ea893
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..48fdcec
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es/values-es.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es/values-es.xml
new file mode 100644
index 0000000..711cf21
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-es/values-es.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "NO"
+ "SÍ"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-et-rEE/values-et-rEE.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..ab28b65
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "VÄLJAS"
+ "SEES"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-eu-rES/values-eu-rES.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..f3a6060
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "DESAKTIBATUTA"
+ "AKTIBATUTA"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fa/values-fa.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..a460baf
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fa/values-fa.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "تمام"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "خاموش"
+ "روشن"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fi/values-fi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..f07e2d7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fi/values-fi.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "POIS KÄYTÖSTÄ"
+ "KÄYTÖSSÄ"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..2c83347
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "DÉSACTIVÉ"
+ "ACTIVÉ"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr/values-fr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..8b2c81f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-fr/values-fr.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "DÉSACTIVÉ"
+ "ACTIVÉ"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gl-rES/values-gl-rES.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..0b0c3a0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gu-rIN/values-gu-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..73cc38f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "બંધ"
+ "ચાલુ"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h320dp/values-h320dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h320dp/values-h320dp.xml
new file mode 100644
index 0000000..9af3cd4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h320dp/values-h320dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h720dp/values-h720dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h720dp/values-h720dp.xml
new file mode 100644
index 0000000..a6a48e6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-h720dp/values-h720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hdpi/values-hdpi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hdpi/values-hdpi.xml
new file mode 100644
index 0000000..e4cb864
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hdpi/values-hdpi.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hi/values-hi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..dcd1f13
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hi/values-hi.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "बंद"
+ "चालू"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hr/values-hr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..9f4b437
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hr/values-hr.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hu/values-hu.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..0b6aaf9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hu/values-hu.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "KI"
+ "BE"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hy-rAM/values-hy-rAM.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..f0f924d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "ԱՆՋԱՏՎԱԾ"
+ "ՄԻԱՑՎԱԾ"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-in/values-in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-in/values-in.xml
new file mode 100644
index 0000000..9dfbb73
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-in/values-in.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "NONAKTIF"
+ "AKTIF"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-is-rIS/values-is-rIS.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..3ff92dd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "SLÖKKT"
+ "KVEIKT"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-it/values-it.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-it/values-it.xml
new file mode 100644
index 0000000..52ea0a2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-it/values-it.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "OFF"
+ "ON"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-iw/values-iw.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..578999c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-iw/values-iw.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "כבוי"
+ "פועל"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ja/values-ja.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..c6ca7fc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ja/values-ja.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "OFF"
+ "ON"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ka-rGE/values-ka-rGE.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..8bbb60e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "გამორთულია"
+ "ჩართულია"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kk-rKZ/values-kk-rKZ.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..43f90d6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "ӨШІРУЛІ"
+ "ҚОСУЛЫ"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-km-rKH/values-km-rKH.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..c710d05
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "បិទ"
+ "បើក"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kn-rIN/values-kn-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..822a836
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಆಫ್"
+ "ಆನ್"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ko/values-ko.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..47ce7d6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ko/values-ko.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "사용 안함"
+ "사용"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ky-rKG/values-ky-rKG.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..cb0acd7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "ӨЧҮК"
+ "КҮЙҮК"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-land/values-land.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-land/values-land.xml
new file mode 100644
index 0000000..049bf2a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-land/values-land.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-large/values-large.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-large/values-large.xml
new file mode 100644
index 0000000..494d6e1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-large/values-large.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ true
+
+
+ true
+ 440dp
+
+
+ - 60%
+ - 90%
+ - 60%
+ - 90%
+ - 55%
+ - 80%
+ 192dip
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldltr-v21/values-ldltr-v21.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 0000000..94966b7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldrtl-v23/values-ldrtl-v23.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldrtl-v23/values-ldrtl-v23.xml
new file mode 100644
index 0000000..d154387
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ldrtl-v23/values-ldrtl-v23.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lo-rLA/values-lo-rLA.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..5f59edc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ປິດ"
+ "ເປີດ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lt/values-lt.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..81f0414
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lt/values-lt.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "IŠJUNGTI"
+ "ĮJUNGTI"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lv/values-lv.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..fb64576
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-lv/values-lv.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "IZSLĒGTS"
+ "IESLĒGTS"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mk-rMK/values-mk-rMK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..397bb5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,23 @@
+
+
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "ИСКЛУЧЕНО"
+ "ВКЛУЧЕНО"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ml-rIN/values-ml-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..c12ec2c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mn-rMN/values-mn-rMN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..33787d2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mr-rIN/values-mr-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..e524276
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "बंद"
+ "चालू"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ms-rMY/values-ms-rMY.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..254ee5e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "MATI"
+ "HIDUP"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-my-rMM/values-my-rMM.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..5cdf768
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ပိတ်"
+ "ဖွင့်"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nb/values-nb.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..53f0c27
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nb/values-nb.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "AV"
+ "PÅ"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ne-rNP/values-ne-rNP.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..3a6b1db
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "निष्क्रिय पार्नुहोस्"
+ "सक्रिय गर्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nl/values-nl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..a70fb73
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-nl/values-nl.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "UIT"
+ "AAN"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pa-rIN/values-pa-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..a3a94cc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਬੰਦ"
+ "ਤੇ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pl/values-pl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..ac798e1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pl/values-pl.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "WYŁ."
+ "WŁ."
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-port/values-port.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-port/values-port.xml
new file mode 100644
index 0000000..0da5fdb
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-port/values-port.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rBR/values-pt-rBR.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..948f401
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "DESATIVAR"
+ "ATIVAR"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rPT/values-pt-rPT.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..1577c96
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "DESATIVADO"
+ "ATIVADO"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt/values-pt.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..87cba1a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-pt/values-pt.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "DESATIVAR"
+ "ATIVAR"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ro/values-ro.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..c7d6d76
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ro/values-ro.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "DEZACTIVAȚI"
+ "ACTIVAȚI"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+ "˃999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ru/values-ru.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..36853fc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ru/values-ru.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "ОТКЛ."
+ "ВКЛ."
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-si-rLK/values-si-rLK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..f2b844e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "ක්රියාවිරහිතයි"
+ "ක්රියාත්මකයි"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sk/values-sk.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..53cf60b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sk/values-sk.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "VYP."
+ "ZAP."
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sl/values-sl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..c145faf
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sl/values-sl.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "IZKLOPLJENO"
+ "VKLOPLJENO"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sq-rAL/values-sq-rAL.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..6435809
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "JOAKTIV"
+ "AKTIV"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sr/values-sr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..f9e2e52
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sr/values-sr.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "ИСКЉУЧИ"
+ "УКЉУЧИ"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sv/values-sv.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..5b6ed25
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sv/values-sv.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "AV"
+ "PÅ"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw/values-sw.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..c0cbb1e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw/values-sw.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "IMEZIMWA"
+ "IMEWASHWA"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw600dp/values-sw600dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw600dp/values-sw600dp.xml
new file mode 100644
index 0000000..feacb42
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-sw600dp/values-sw600dp.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ta-rIN/values-ta-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..b92b2c6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "முடக்கு"
+ "இயக்கு"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-te-rIN/values-te-rIN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..1da8af4
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ఆఫ్ చేయి"
+ "ఆన్ చేయి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-th/values-th.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-th/values-th.xml
new file mode 100644
index 0000000..3e6eb76
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-th/values-th.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tl/values-tl.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..b792a7f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tl/values-tl.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-OFF"
+ "I-ON"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tr/values-tr.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..bb2cb72
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-tr/values-tr.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "KAPAT"
+ "AÇ"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uk/values-uk.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..b095ae6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uk/values-uk.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "ВИМК."
+ "УВІМК."
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ur-rPK/values-ur-rPK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..48bc68f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "آف"
+ "آن"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uz-rUZ/values-uz-rUZ.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..e780894
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "O‘CHIQ"
+ "YONIQ"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Qidirish"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v11/values-v11.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v11/values-v11.xml
new file mode 100644
index 0000000..7d90af5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v11/values-v11.xml
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v12/values-v12.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v12/values-v12.xml
new file mode 100644
index 0000000..615cb04
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v12/values-v12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v14/values-v14.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v14/values-v14.xml
new file mode 100644
index 0000000..8394466
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v14/values-v14.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/values-v17/values-v17.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v17/values-v17.xml
new file mode 100644
index 0000000..edd739f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v17/values-v17.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v18/values-v18.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v18/values-v18.xml
new file mode 100644
index 0000000..2941d8d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v18/values-v18.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v21/values-v21.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..a507cd9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v21/values-v21.xml
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v22/values-v22.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v22/values-v22.xml
new file mode 100644
index 0000000..31f45f0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v22/values-v22.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v23/values-v23.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v23/values-v23.xml
new file mode 100644
index 0000000..ba5599a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-v23/values-v23.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/values-vi/values-vi.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..e44f53e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-vi/values-vi.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "TẮT"
+ "BẬT"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w360dp/values-w360dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w360dp/values-w360dp.xml
new file mode 100644
index 0000000..bf9ea8e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w360dp/values-w360dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w480dp/values-w480dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w480dp/values-w480dp.xml
new file mode 100644
index 0000000..931f587
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w480dp/values-w480dp.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w500dp/values-w500dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w500dp/values-w500dp.xml
new file mode 100644
index 0000000..2c36d72
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w500dp/values-w500dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w600dp/values-w600dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w600dp/values-w600dp.xml
new file mode 100644
index 0000000..18951b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w600dp/values-w600dp.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w720dp/values-w720dp.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w720dp/values-w720dp.xml
new file mode 100644
index 0000000..bae39f3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-w720dp/values-w720dp.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge-land/values-xlarge-land.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge-land/values-xlarge-land.xml
new file mode 100644
index 0000000..90aca73
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge-land/values-xlarge-land.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge/values-xlarge.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge/values-xlarge.xml
new file mode 100644
index 0000000..98b5228
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-xlarge/values-xlarge.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ false
+
+
+ - 60%
+ - 90%
+ - 50%
+ - 70%
+ - 45%
+ - 72%
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rCN/values-zh-rCN.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..1aaeba8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "关闭"
+ "开启"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rHK/values-zh-rHK.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..ae295a3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+ "999 +"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rTW/values-zh-rTW.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..04677a2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zu/values-zu.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..803a59d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values-zu/values-zu.xml
@@ -0,0 +1,25 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "VALIWE"
+ "VULIWE"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values/values.xml
new file mode 100644
index 0000000..e07ec26
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1/res/values/values.xml
@@ -0,0 +1,1571 @@
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ false
+
+
+ true
+ false
+ true
+
+
+ false
+
+
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+
+
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+
+
+ - 0.30
+ - 0.26
+
+
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+
+
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+
+
+ 296dp
+ 320dip
+ 160dip
+
+
+ 2dp
+ 2dp
+
+
+ 20dp
+ 3dp
+
+
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ - 0.30
+ - 0.26
+ - 0.26
+ - 0.20
+ - 0.12
+
+
+ 64dp
+ 64dp
+ 12dp
+
+
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+
+
+ 2
+
+
+ 127
+ 999
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/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/support-v4/23.1.1/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/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/support-v4/23.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaMetadataCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/RatingCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/RatingCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable RatingCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
@@ -0,0 +1,20 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable MediaSessionCompat.Token;
+parcelable MediaSessionCompat.QueueItem;
+parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable ParcelableVolumeInfo;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable PlaybackStateCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/os/ResultReceiver.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/os/ResultReceiver.aidl
new file mode 100644
index 0000000..81c81f6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/aidl/android/support/v4/os/ResultReceiver.aidl
@@ -0,0 +1,19 @@
+/*
+** Copyright 2015, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.os;
+
+parcelable ResultReceiver;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/annotations.zip
new file mode 100644
index 0000000..3461e00
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/classes.jar
new file mode 100644
index 0000000..653cb76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/libs/internal_impl-23.1.1.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/libs/internal_impl-23.1.1.jar
new file mode 100644
index 0000000..014b23e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1/jars/libs/internal_impl-23.1.1.jar differ
diff --git a/app/build/intermediates/incremental/compileDebugAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAidl/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/compileDebugAidl/dependency.store differ
diff --git a/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store differ
diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml
new file mode 100644
index 0000000..424af1d
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml
new file mode 100644
index 0000000..cc2d172
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml
new file mode 100644
index 0000000..84e96bb
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
new file mode 100644
index 0000000..9a795f8
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml
new file mode 100644
index 0000000..5004f3b
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml
@@ -0,0 +1,1364 @@
+
+20dp 14sp true 56dp @android:color/black 8dp #ff263238 2dp 16dp See all 8dp #8a000000 Share with %s 48dp #1f000000 Choose an app 999 #36ffffff #fff5f5f5 #6680cbc4 - 320dp
#ff5a595b false @dimen/abc_control_padding_material true @android:color/black #80ffffff false @android:color/white 10dp Done #ffffffff #ffe0e0e0 0dp 4dp 2 8dip Search #ff616161 #39000000 64dp @android:color/white 7dp 64dp - 0.26
#66009688 #de000000 12sp @color/material_deep_teal_200 48dp #ff80cbc4 36dp Submit query 320dip 14sp @color/bright_foreground_disabled_material_light - 0.20
@color/material_grey_50 48dp 2dp 20dp @android:color/black 56sp 14sp - 95%
- 100%
16sp 999+ Collapse #ffd6d7d7 -3dp %1$s, %2$s, %3$s 8dip #fffafafa - 0.30
4dp #7fa87f - 0.12
@color/material_grey_850 5dp @android:color/black false #33ffffff 296dp @color/bright_foreground_material_light #24000000 #80bebebe 180dp 10dp @android:color/white 127 14sp @dimen/abc_action_bar_content_inset_material 40dp @color/material_grey_900 @android:color/black @color/material_grey_100 22sp - 320dp
34sp 16sp 24sp 12dp Search query #ff009688 #3333B5E5 2dp 6dp Navigate up 3dp - 0.26
#80323232 #ffbdbdbd More options OFF 220 320dp 20sp 150 24dp #4Dffffff @color/bright_foreground_material_dark 32dip Navigate home - 0.30
112sp 16dp - 0.26
16dp #ff323232 160dip #fff1f1f1 #ff303030 0dp #b3ffffff #ff757575 4dp #ff21272b 16dp Share with @color/material_deep_teal_500 %1$s, %2$s 45sp @android:color/black #ffbebebe @color/material_grey_600 #ff212121 Voice search false #80000000 18sp 18dp @color/material_grey_800 48dp - 65%
Clear query true #ffbdbdbd #ff424242 @dimen/abc_control_inset_material #ff37474f ON 6dp - 80%
true Search… @color/bright_foreground_disabled_material_dark "Soeknavraag" "Sien alles" "%1$s, %2$s" "Deel met" "Kies \'n program" "AF" "Soek …" "Soek" "999+" "Stemsoektog" "Deel met %s" "Navigeer tuis" "%1$s, %2$s, %3$s" "Nog opsies" "Vou in" "Vee navraag uit" "Klaar" "AAN" "Dien navraag in" "Navigeer op" "መጠይቅ ያስረክቡ" "የድምፅ ፍለጋ" "ከሚከተለው ጋር ያጋሩ" "ፈልግ…" "ወደ መነሻ ይዳስሱ" "በርቷል" "መተግበሪያ ይምረጡ" "መጠይቅ አጽዳ" "ተጨማሪ አማራጮች" "የፍለጋ ጥያቄ" "%1$s፣ %2$s" "ወደ ላይ ይዳስሱ" "ከ%s ጋር ያጋሩ" "ተከናውኗል" "999+" "ጠፍቷል" "%1$s፣ %2$s፣ %3$s" "ፍለጋ" "ሰብስብ" "ሁሉንም ይመልከቱ" "محو طلب البحث" "خيارات إضافية" "إيقاف" "تشغيل" "تصغير" "التنقل إلى أعلى" "تم" "إرسال طلب البحث" "طلب البحث" "%1$s، %2$s، %3$s" "اختيار تطبيق" "بحث…" "التنقل إلى الشاشة الرئيسية" "+999" "مشاركة مع %s" "البحث الصوتي" "بحث" "%1$s، %2$s" "مشاركة مع" "عرض الكل" "%1$s, %2$s" "Bununla paylaşın" "999+" "Sorğunu təmizlə" "Axtarış" "Yuxarı get" "Hamısına baxın" "Axtarış sorğusu" "Tətbiq seçin" "Səsli axtarış" "Evə get" "%1$s, %2$s, %3$s" "Axtarış..." "Daha çox seçim" "Hazırdır" "DEAKTİV" "Dağıt" "Sorğunu göndərin" "AKTİV" "Търсене" "„%1$s“ – %2$s" "Търсете…" "Още опции" "Заявка за търсене" "ИЗКЛ." "999+" "Изчистване на заявката" "Готово" "Споделяне със: %s" "Изпращане на заявката" "„%1$s“, „%2$s“ – %3$s" "Изберете приложение" "Гласово търсене" "Придвижване нагоре" "ВКЛ." "Придвижване към „Начало“" "Вижте всички" "Споделяне със:" "Свиване" "সঙ্কুচিত করুন" "হোম এ নেভিগেট করুন" "বন্ধ" "চালু" "৯৯৯+" "একটি অ্যাপ্লিকেশান চয়ন করুন" "অনুসন্ধান..." "উপরের দিকে নেভিগেট করুন" "ক্যোয়ারী সাফ করুন" "এর সাথে ভাগ করুন" "ক্যোয়ারী জমা দিন" "%s এর সাথে ভাগ করুন" "%1$s, %2$s" "ক্যোয়ারী অনুসন্ধান করুন" "আরো বিকল্প" "%1$s, %2$s, %3$s" "সবগুলো দেখুন" "সম্পন্ন হয়েছে" "অনুসন্ধান করুন" "ভয়েস অনুসন্ধান" "Selecciona una aplicació" "Replega" "Esborra la consulta" "Cerca..." "Envia la consulta" "%1$s, %2$s" "Navega cap a dalt" "%1$s, %2$s, %3$s" "Comparteix amb" "Navega a la pàgina d\'inici" "Mostra\'ls tots" "Comparteix amb %s" "Consulta de cerca" "Cerca" "Fet" "Cerca per veu" "+999" "DESACTIVAT" "Més opcions" "ACTIVAT" "%1$s, %2$s – %3$s" "Vyhledat…" "Sdílet pomocí %s" "Hledat" "Zobrazit vše" "Hlasové vyhledávání" "Přejít na plochu" "ZAPNUTO" "Odeslat dotaz" "Sdílet pomocí" "Hotovo" "Sbalit" "Více možností" "VYPNUTO" "%1$s – %2$s" "Smazat dotaz" "Přejít nahoru" "Vyhledávací dotaz" "Vybrat aplikaci" "999+" "Vælg en app" "%1$s, %2$s" "Indsend forespørgslen" "FRA" "TIL" "Ryd forespørgslen" "Søgeforespørgsel" "Naviger hjem" "Søg…" "%1$s, %2$s, %3$s" "Se alle" "999+" "Søg" "Del med" "Naviger op" "Skjul" "Luk" "Del med %s" "Flere muligheder" "Talesøgning" "Sprachsuche" "%1$s: %2$s" "An" "Weitere Optionen" "Minimieren" "Suchanfrage löschen" "Suchanfrage" "Alle ansehen" "Fertig" "Zur Startseite" "Suchen…" "Freigeben für" "Suchen" "Freigeben für %s" "Nach oben" "Aus" "999+" "App auswählen" "Suchanfrage senden" "%1$s, %2$s: %3$s" "Φωνητική αναζήτηση" "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" "Κοινή χρήση με %s" "%1$s, %2$s, %3$s" "%1$s, %2$s" "Υποβολή ερωτήματος" "Αναζήτηση…" "Κοινή χρήση με" "999+" "Επιλέξτε κάποια εφαρμογή" "ΕΝΕΡΓΟΠΟΙΗΣΗ" "Διαγραφή ερωτήματος" "Πλοήγηση προς τα επάνω" "Σύμπτυξη" "Περισσότερες επιλογές" "Τέλος" "Πλοήγηση στην αρχική σελίδα" "Ερώτημα αναζήτησης" "Προβολή όλων" "Αναζήτηση" "Submit query" "Voice search" "%1$s, %2$s" "More options" "ON" "Search…" "%1$s, %2$s, %3$s" "Search query" "Share with %s" "OFF" "Collapse" "See all" "Choose an app" "999+" "Done" "Share with" "Search" "Clear query" "Navigate home" "Navigate up" "%1$s, %2$s, %3$s" "Voice search" "OFF" "Submit query" "See all" "Clear query" "Navigate home" "ON" "Done" "More options" "Search" "999+" "%1$s, %2$s" "Search…" "Search query" "Collapse" "Navigate up" "Share with" "Choose an app" "Share with %s" "%1$s, %2$s" "Navigate home" "ON" "Done" "See all" "Voice search" "Search" "Choose an app" "%1$s, %2$s, %3$s" "Clear query" "Navigate up" "OFF" "Share with %s" "Collapse" "More options" "999+" "Search…" "Submit query" "Share with" "Search query" "Buscar…" "Buscar" "NO" "Ver todo" "Consulta" "Borrar consulta" "Seleccionar una aplicación" "Enviar consulta" "SÍ" "Ir a la pantalla de inicio" "+999" "Compartir con %s" "Desplazarse hacia arriba" "%1$s, %2$s, %3$s" "Búsqueda por voz" "Listo" "Contraer" "%1$s, %2$s" "Más opciones" "Compartir con" "Navegar a la página principal" "Elige una aplicación." "Buscar…" "Navegar hacia arriba" "Búsqueda por voz" "ACTIVAR" "999+" "Consulta de búsqueda" "%1$s, %2$s, %3$s" "DESACTIVAR" "Enviar consulta" "Compartir con" "Contraer" "Listo" "Compartir con %s" "Más opciones" "%1$s, %2$s" "Eliminar la consulta" "Ver todo" "Búsqueda" "Päringu tühistamine" "%1$s, %2$s, %3$s" "Navigeerimine avaekraanile" "Valmis" "Jagamine kasutajaga %s" "Ahendamine" "Päringu esitamine" "Jagamine:" "SEES" "Rohkem valikuid" "Otsingupäring" "999+" "Kuva kõik" "Otsige …" "Otsing" "Valige rakendus" "Navigeerimine üles" "Häälotsing" "%1$s, %2$s" "VÄLJAS" "Bilatu" "Tolestu" "Joan orri nagusira" "Garbitu kontsulta" "Bilatu…" "Partekatu hauekin" "Aukera gehiago" "Partekatu %s erabiltzailearekin" "Bilaketa-kontsulta" "DESAKTIBATUTA" "Bidali kontsulta" "%1$s, %2$s, %3$s" "AKTIBATUTA" "Ahots bidezko bilaketa" "%1$s, %2$s" "Joan gora" "Eginda" "Aukeratu aplikazio bat" "Ikusi guztiak" "999+" "اشتراکگذاری با" "انتخاب برنامه" "%1$s، %2$s" "%1$s، %2$s، %3$s" "ارسال عبارت جستجو" "کوچک کردن" "پیمایش به صفحه اصلی" "گزینههای بیشتر" "جستجو" "جستجوی شفاهی" "خاموش" "۹۹۹+" "عبارت جستجو" "اشتراکگذاری با %s" "جستجو…" "پیمایش به بالا" "مشاهده همه" "تمام" "پاک کردن عبارت جستجو" "روشن" "Valmis" "KÄYTÖSSÄ" "Lähetä kysely" "Jakaminen:" "Siirry ylös" "Siirry etusivulle" "Valitse sovellus" "Lisää" "Näytä kaikki" "Haku" "Kutista" "999+" "POIS KÄYTÖSTÄ" "Tyhjennä kysely" "Puhehaku" "%1$s, %2$s, %3$s" "Hakulauseke" "Jakaminen: %s" "%1$s, %2$s" "Haku…" "Tout afficher" "Partager avec" "Rechercher" "Sélectionner une application" "Envoyer la requête" "DÉSACTIVÉ" "Revenir à l\'accueil" "Plus d\'options" "OK" "Requête de recherche" "Revenir en haut de la page" "%1$s, %2$s" "Partager avec %s" "Effacer la requête" "Réduire" ">999" "ACTIVÉ" "%1$s, %2$s, %3$s" "Rechercher…" "Recherche vocale" "ACTIVÉ" "Recherche en cours..." "Revenir à l\'accueil" "Partager avec %s" ">999" "%1$s, %2$s" "Terminé" "%1$s, %2$s, %3$s" "Sélectionnez une application" "Rechercher" "Recherche vocale" "Partager" "Voir toutes les chaînes" "Réduire" "Effacer la requête" "DÉSACTIVÉ" "Envoyer la requête" "Requête de recherche" "Plus d\'options" "Revenir en haut de la page" "Consulta de busca" "Buscar" "Compartir con %s" "Desprazarse cara arriba" "Borrar consulta" "Feito" "DESACTIVAR" "Enviar consulta" "Contraer" "Máis opcións" "Compartir con" "Ver todas" "Buscar…" "ACTIVAR" "Ir á páxina de inicio" "%1$s, %2$s" "Busca de voz" ">999" "%1$s, %2$s, %3$s" "Escoller unha aplicación" "વૉઇસ શોધ" "ઉપર નેવિગેટ કરો" "આની સાથે શેર કરો" "%1$s, %2$s" "થઈ ગયું" "બંધ" "સંકુચિત કરો" "શોધો" "હોમ પર નેવિગેટ કરો" "બધું જુઓ" "શોધો…" "%s સાથે શેર કરો" "%1$s, %2$s, %3$s" "એક એપ્લિકેશન પસંદ કરો" "શોધ ક્વેરી" "ક્વેરી સાફ કરો" "ચાલુ" "ક્વેરી સબમિટ કરો" "વધુ વિકલ્પો" "999+" true 54dip "पूर्ण" "%1$s, %2$s, %3$s" "ध्वनि खोज" "क्वेरी साफ़ करें" "%s के साथ साझा करें" "संक्षिप्त करें" "अधिक विकल्प" "कोई एप्लिकेशन चुनें" "बंद" "सभी देखें" "खोज क्वेरी" "मुख्यपृष्ठ पर नेविगेट करें" "खोजें" "999+" "चालू" "इसके द्वारा साझा करें" "ऊपर नेविगेट करें" "%1$s, %2$s" "खोजा जा रहा है…" "क्वेरी सबमिट करें" "Gotovo" "Prikaži sve" "Odabir aplikacije" "Idi na početnu" "Pretraživanje" "%1$s, %2$s, %3$s" "Dodatne opcije" "UKLJUČENO" "Sažmi" "ISKLJUČENO" "Glasovno pretraživanje" "Dijeljenje sa: %s" "%1$s, %2$s" "999+" "Pretražite…" "Upit za pretraživanje" "Dijeljenje sa" "Pošalji upit" "Idi gore" "Izbriši upit" "Lekérdezés küldése" "Ugrás a főoldalra" "Lekérdezés törlése" "Összecsukás" "Megosztás a következővel: %s" "%1$s, %2$s, %3$s" "Hangalapú keresés" "KI" "999+" "Kész" "BE" "További lehetőségek" "Megosztás a következővel:" "Összes megtekintése" "Felfelé mozgatás" "Keresés…" "%1$s, %2$s" "Válasszon ki egy alkalmazást" "Keresés" "Keresési lekérdezés" "Ուղարկել հարցումը" "Տարածել" "999+" "Տեսնել բոլորը" "Այլ ընտրանքներ" "Ուղղվել տուն" "Կատարված է" "ՄԻԱՑՎԱԾ" "ԱՆՋԱՏՎԱԾ" "Որոնել" "Որոնում..." "Մաքրել հարցումը" "Ձայնային որոնում" "Ուղղվել վերև" "Որոնման հարցում" "Թաքցնել" "Ընտրել ծրագիր" "Տարածել ըստ %s" "%1$s, %2$s" "%1$s, %2$s, %3$s" "Navigasi ke beranda" "Lihat semua" "Bagikan dengan %s" "Navigasi naik" "Telusuri..." "Ciutkan" "NONAKTIF" "Telusuri" "Bagikan dengan" "Opsi lain" "Pilih aplikasi" "Penelusuran suara" "999+" "%1$s, %2$s" "Selesai" "%1$s, %2$s, %3$s" "Hapus kueri" "Kirim kueri" "AKTIF" "Kueri penelusuran" "999+" "Leita" "Fara heim" "%1$s, %2$s" "Leitarfyrirspurn" "Deila með" "%1$s, %2$s, %3$s" "Leita…" "Raddleit" "Fleiri valkostir" "Hreinsa fyrirspurn" "KVEIKT" "Deila með %s" "Senda fyrirspurn" "SLÖKKT" "Sjá allt" "Minnka" "Lokið" "Fara upp" "Veldu forrit" "Scegli un\'applicazione" "Comprimi" "Ricerca vocale" "Cancella query" "Altre opzioni" "%1$s, %2$s, %3$s" "Fine" "Condividi con %s" "999+" "Visualizza tutte" "OFF" "Vai in alto" "Cerca…" "Cerca" "Invia query" "Condividi con" "Query di ricerca" "%1$s, %2$s" "Vai alla home page" "ON" "%1$s, %2$s, %3$s" "פועל" "מחק שאילתה" "חפש" "בחר אפליקציה" "ראה הכל" "כבוי" "שתף עם %s" "עוד אפשרויות" "בוצע" "חפש…" "שלח שאילתה" "999+" "שאילתת חיפוש" "נווט לדף הבית" "%1$s, %2$s" "חיפוש קולי" "שתף עם" "נווט למעלה" "כווץ" "%1$s、%2$s" "アプリの選択" "検索…" "OFF" "検索キーワードを削除" "折りたたむ" "共有" "検索キーワードを送信" "上へ移動" "%sと共有" "すべて表示" "その他のオプション" "検索キーワード" "検索" "ON" "完了" "音声検索" "%1$s、%2$s、%3$s" "ホームへ移動" "999+" "მოთხოვნის გადაგზავნა" "ხმოვანი ძიება" "%1$s, %2$s" "მოთხოვნის გასუფთავება" "გაზიარება:" "აკეცვა" "%1$s, %2$s, %3$s" "მეტი ვარიანტები" "ჩართულია" "999+" "%s-თან გაზიარება" "გამორთულია" "მთავარზე ნავიგაცია" "დასრულდა" "ძიება" "ზემოთ ნავიგაცია" "ყველას ნახვა" "აპის არჩევა" "ძიება..." "ძიების მოთხოვნა" "ӨШІРУЛІ" "ҚОСУЛЫ" "Сұрақты іздеу" "Іздеу" "%1$s, %2$s" "Дайын" "%s бөлісу" "Дауыс арқылы іздеу" "%1$s, %2$s, %3$s" "Жоғары қозғалу" "Іздеу…" "Тасалау" "999+" "Сұрақты жіберу" "Бөлісу" "Сұрақты жою" "Басқа опциялар" "Қолданбаны таңдау" "Барлығын көру" "Негізгі бетте қозғалу" "ជម្រើសច្រើនទៀត" "រួចរាល់" "សម្អាតសំណួរ" "ដាក់ស្នើសំណួរ" "ស្វែងរកសំណួរ" "ចែករំលែកជាមួយ %s" "%1$s, %2$s, %3$s" "មើលទាំងអស់" "ការស្វែងរកសំឡេង" "បើក" "រកមើលឡើងលើ" "បិទ" "ចែករំលែកជាមួយ" "រកមើលទៅដើម" "%1$s, %2$s" "ស្វែងរក" "999+" "បង្រួម" "ជ្រើសកម្មវិធី" "ស្វែងរក…" "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "ಹುಡುಕು" "ಮುಗಿದಿದೆ" "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" "ಹುಡುಕಿ…" "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "%1$s, %2$s, %3$s" "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ" "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" "%1$s, %2$s" "ಸಂಕುಚಿಸು" "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ಆನ್" "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" "999+" "ಧ್ವನಿ ಹುಡುಕಾಟ" "ಆಫ್" "옵션 더보기" "검색" "%s와(과) 공유" "검색어" "위로 탐색" "검색어 삭제" "검색..." "%1$s, %2$s, %3$s" "음성 검색" "%1$s, %2$s" "검색어 보내기" "사용 안함" "접기" "공유 대상" "완료" "사용" "홈 탐색" "전체 보기" "앱 선택" "999+" "КҮЙҮК" "Бөлүшүү" "Издөө талаптары" "%s аркылуу бөлүшүү" "%1$s, %2$s, %3$s" "Колдонмо тандоо" "Издөө" "Үйгө багыттоо" "Үн аркылуу издөө" "Бардыгын көрүү" "Жыйнап коюу" "Талаптарды тазалоо" "Издөө…" "ӨЧҮК" "Талап жөнөтүү" "%1$s, %2$s" "Даяр" "Көбүрөөк мүмкүнчүлүктөр" "999+" "Жогору" 32dp 14dp true 48dp 12dp true 192dip 440dp true true - 60%
- 90%
- 80%
- 60%
- 90%
- 55%
4 "ສົ່ງການຊອກຫາ" "ໂຕເລືອກອື່ນ" "ແບ່ງປັນກັບ %s" "ຫຍໍ້" "ປິດ" "ລຶບຂໍ້ຄວາມຊອກຫາ" "999+" "ຊອກຫາດ້ວຍສຽງ" "ຂຶ້ນເທິງ" "ເລືອກແອັບຯ" "ຊອກຫາ" "%1$s, %2$s, %3$s" "ຊອກຫາ" "ແບ່ງປັນກັບ" "ເປີດ" "ກັບໄປໜ້າຫຼັກ" "%1$s, %2$s" "ເບິ່ງທັງຫມົດ" "ແລ້ວໆ" "ຊອກຫາ" "Išvalyti užklausą" "Pasirinkti programą" "IŠJUNGTI" "Pateikti užklausą" "Sutraukti" "Bendrinti naudojant „%s“" "Eiti į viršų" "Ieškoti..." "Bendrinti naudojant" "999+" "%1$s, %2$s" "Paieška balsu" "Atlikta" "Paieškos užklausa" "Eiti į pagrindinį puslapį" "Paieška" "%1$s, %2$s, %3$s" "ĮJUNGTI" "Daugiau parinkčių" "Peržiūrėti viską" "Meklējiet…" "Skatīt visu" "Izvēlieties lietotni" "Pārvietoties uz sākuma ekrānu" "Meklēt" "Meklēšana ar balsi" "Gatavs" "Sakļaut" "999+" "Meklēšanas vaicājums" "Kopīgot ar:" "%1$s, %2$s: %3$s" "Iesniegt vaicājumu" "Vairāk opciju" "IZSLĒGTS" "Pārvietoties augšup" "IESLĒGTS" "Notīrīt vaicājumu" "Kopīgot ar %s" "%1$s: %2$s" "Пребарај барање" "Движи се нагоре" "Избери апликација" "Пребарај" "Сподели со" "Пребарување…" "Гласовно пребарување" "%1$s, %2$s, %3$s" "Собери" "Готово" "Движи се кон дома" "ВКЛУЧЕНО" "999+" "ИСКЛУЧЕНО" "Поднеси барање" "Види ги сите" "Повеќе опции" "Исчисти барање" "ഇവരുമായി പങ്കിടുക" "തിരയുക…" "തിരയൽ" "%1$s, %2$s" "ഓൺ" "തിരയൽ അന്വേഷണം" "%s എന്നതുമായി പങ്കിടുക" "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക" "എല്ലാം കാണുക" "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക" "999+" "കൂടുതല് ഓപ്ഷനുകള്" "പൂർത്തിയാക്കി" "ശബ്ദ തിരയൽ" "%1$s, %2$s, %3$s" "ചുരുക്കുക" "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക" "അന്വേഷണം മായ്ക്കുക" "ഓഫ്" "അന്വേഷണം സമർപ്പിക്കുക" "Хайх" "Нүүр хуудас руу шилжих" "Нэмэлт сонголтууд" "Бүгдийг харах" "Хайх..." "Хайх асуулга" "%1$s, %2$s" "Хуваалцах" "ИДЭВХГҮЙ" "%s-тай хуваалцах" "Асуулгыг цэвэрлэх" "%1$s, %2$s, %3$s" "Апп сонгох" "999+" "Дууссан" "Дуут хайлт" "ИДЭВХТЭЙ" "Дээш шилжих" "Асуулгыг илгээх" "Хумих" "संक्षिप्त करा" "क्वेरी स्पष्ट करा" "शोध" "%s सह सामायिक करा" "सर्व पहा" "एक अॅप निवडा" "%1$s, %2$s, %3$s" "बंद" "वर नेव्हिगेट करा" "चालू" "शोधा…" "पूर्ण झाले" "क्वेरी सबमिट करा" "शोध क्वेरी" "यांच्यासह सामायिक करा" "मुख्यपृष्ठ नेव्हिगेट करा" "व्हॉइस शोध" "%1$s, %2$s" "अधिक पर्याय" "999+" "Runtuhkan" "Pilih apl" "Selesai" "%1$s, %2$s" "Lagi pilihan" "Lihat semua" "Carian suara" "Kongsi dengan %s" "Navigasi skrin utama" "Navigasi ke atas" "Cari" "999+" "MATI" "%1$s, %2$s, %3$s" "Kongsi dengan" "Pertanyaan carian" "Serah pertanyaan" "Kosongkan pertanyaan" "HIDUP" "Cari…" "%1$s ၊ %2$s ၊ %3$s" "ပြီးဆုံးပါပြီ" "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ" "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်" "အားလုံးကို ကြည့်ရန်" "ရှာဖွေပါ..." "အပေါ်သို့သွားရန်" "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်" "%1$s၊ %2$s" "ပိတ်" "%s ကို မျှဝေပါရန်" "ပိုမိုရွေးချယ်စရာများ" "ရှာစရာ အချက်အလက်နေရာ" "မျှဝေဖို့ ရွေးပါ" "ရှာဖွေရန်" "အသံဖြင့် ရှာဖွေခြင်း" "ခေါက်ရန်" "မူလနေရာကို သွားရန်" "၉၉၉+" "ဖွင့်" "%1$s – %2$s – %3$s" "Flere alternativer" "Del med %s" "PÅ" "Del med" "Se alle" "Slett søket" "Søk" "Søkeord" "Velg en app" "Gå til startsiden" "AV" "Søk …" "Ferdig" "Skjul" "%1$s – %2$s" "999+" "Gå opp" "Utfør søket" "Talesøk" "भ्वाइस खोजी" "%1$s, %2$s" "एउटा अनुप्रयोग छान्नुहोस्" "%1$s, %2$s, %3$s" "जिज्ञासा पेस गर्नुहोस्" "प्रश्न हटाउनुहोस्" "जिज्ञासाको खोज गर्नुहोस्" "निष्क्रिय पार्नुहोस्" "साझेदारी गर्नुहोस्..." "%s सँग साझेदारी गर्नुहोस्" "सबै हेर्नुहोस्" "सक्रिय गर्नुहोस्" "सम्पन्न भयो" "खोज्नुहोस्..." "खोज्नुहोस्" "गृह खोज्नुहोस्" "९९९+" "माथि खोज्नुहोस्" "संक्षिप्त पार्नुहोस्" "थप विकल्पहरू" "Meer opties" "Gereed" "UIT" "Navigeren naar startpositie" "Alles weergeven" "Gesproken zoekopdracht" "Samenvouwen" "999+" "AAN" "Zoeken" "Een app selecteren" "Delen met %s" "Zoeken…" "Zoekopdracht" "Delen met" "Zoekopdracht wissen" "Zoekopdracht verzenden" "%1$s, %2$s" "Omhoog navigeren" "%1$s, %2$s, %3$s" "ਸਵਾਲ ਖੋਜੋ" "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ" "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ" "ਹੋ ਗਿਆ" "ਬੰਦ" "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ" "%1$s, %2$s, %3$s" "ਸਭ ਦੇਖੋ" "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ" "ਖੋਜੋ" "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ" "%1$s, %2$s" "ਇੱਕ ਐਪ ਚੁਣੋ" "ਸਵਾਲ ਹਟਾਓ" "ਨਸ਼ਟ ਕਰੋ" "999+" "ਤੇ" "ਹੋਰ ਚੋਣਾਂ" "ਖੋਜ…" "ਵੌਇਸ ਖੋਜ" "Udostępnij dla %s" "Wyczyść zapytanie" "Wyszukiwanie głosowe" "Więcej opcji" "999+" "Udostępnij dla" "Gotowe" "Szukaj" "%1$s, %2$s, %3$s" "Przejdź do strony głównej" "%1$s, %2$s" "Wybierz aplikację" "WŁ." "Zobacz wszystkie" "WYŁ." "Szukaj…" "Wyszukiwane hasło" "Wyślij zapytanie" "Zwiń" "Przejdź wyżej" false "Limpar consulta" "Mais opções" "Compartilhar com %s" "Recolher" "%1$s, %2$s" "ATIVAR" "Enviar consulta" "Navegar para cima" "Concluído" "Consulta de pesquisa" "%1$s, %2$s, %3$s" "DESATIVAR" "Navegar para a página inicial" "Ver tudo" "Compartilhar com" "999+" "Pesquisar" "Pesquisa por voz" "Selecione um app" "Pesquisar..." "Selecione um app" "Pesquisar" "Navegar para a página inicial" "Concluído" "Compartilhar com" "Pesquisa por voz" "Recolher" "DESATIVAR" "%1$s, %2$s" "Mais opções" "Consulta de pesquisa" "Enviar consulta" "Ver tudo" "Navegar para cima" "%1$s, %2$s, %3$s" "ATIVAR" "Compartilhar com %s" "Pesquisar..." "Limpar consulta" "999+" "Enviar consulta" "%1$s, %2$s" "Consulta de pesquisa" "Partilhar com %s" "Mais opções" "Partilhar com" "Escolher uma aplicação" "DESATIVADO" "Concluído" "Navegar para a página inicial" "%1$s, %2$s, %3$s" "Pesquisar" "Reduzir" "Pesquisar..." "Limpar consulta" "Ver tudo" "Pesquisa por voz" "+999" "Navegar para cima" "ATIVADO" "Mai multe opțiuni" "Căutați" "Afișați-le pe toate" "Interogare de căutare" "Navigați la ecranul de pornire" "Alegeți o aplicație" "˃999" "ACTIVAȚI" "Terminat" "Restrângeți" "Ștergeți interogarea" "DEZACTIVAȚI" "Căutați…" "Trimiteți la" "Căutare vocală" "Trimiteți interogarea" "Trimiteți la %s" "%1$s, %2$s" "Navigați în sus" "%1$s, %2$s, %3$s" "Поисковый запрос" "Отправить запрос" "Открыть доступ пользователю %s" "%1$s, %2$s" ">999" "ОТКЛ." "Поиск" "Перейти на главный экран" "ВКЛ." "Показать все" "Голосовой поиск" "Открыть доступ" "Выбрать приложение" "Поиск" "%1$s, %2$s, %3$s" "Удалить запрос" "Перейти вверх" "Свернуть" "Готово" "Другие параметры" "අවසාන වූ" "සෙවුම් විමසුම" "999+" "ඉහලට සංචාලනය කරන්න" "විමසුම යොමු කරන්න" "යෙදුමක් තෝරන්න" "%1$s, %2$s" "සොයන්න..." "විමසුම හිස් කරන්න" "සියල්ල බලන්න" "%1$s, %2$s, %3$s" "සමඟ බෙදාගන්න" "%s සමඟ බෙදාගන්න" "ගෙදරට සංචාලනය කරන්න" "ක්රියාවිරහිතයි" "සෙවීම" "තවත් විකල්ප" "හඬ සෙවීම" "හකුළන්න" "ක්රියාත්මකයි" "Vymazať dopyt" "Hľadať" "Prejsť na plochu" "Zobraziť všetko" "Zdieľať pomocou" "ZAP." "Hlasové vyhľadávanie" "Zbaliť" "Vyhľadať…" "Vyhľadávací dopyt" "Zdieľať pomocou %s" "%1$s, %2$s" "Ďalšie možnosti" "Prejsť hore" "%1$s, %2$s, %3$s" "VYP." "Odoslať dopyt" "Zvoľte aplikáciu" "Hotovo" "999+" "Krmarjenje navzgor" "Deljenje z:" "Iskanje" "IZKLOPLJENO" "Deljenje z" "Krmarjenje domov" "Glasovno iskanje" "Strni" "Izbira aplikacije" "Iskalna poizvedba" "%1$s, %2$s, %3$s" "Končano" "Iskanje …" "Pošiljanje poizvedbe" "Pokaži vse" "VKLOPLJENO" "%1$s, %2$s" "Izbris poizvedbe" "999+" "Več možnosti" "Orientohu për në shtëpi" "Shpërnda publikisht me %s" "Dërgo pyetjen" "Kërkim me zë" "Shpalos" "U krye!" "Kërko..." "%1$s, %2$s" "%1$s, %2$s, %3$s" "JOAKTIV" "999+" "Zgjidh një aplikacion" "Opsione të tjera" "Kërko pyetjen" "Ngjitu lart" "Shikoji të gjitha" "Pastro pyetjen" "Kërko" "Shpërnda publikisht me" "AKTIV" "Одлазак на Почетну" "%1$s, %2$s, %3$s" "Избор апликације" "Претражите..." "Дели са апликацијом %s" "УКЉУЧИ" "Још опција" "ИСКЉУЧИ" "Слање упита" "%1$s, %2$s" ">999" "Гласовна претрага" "Кретање нагоре" "Скупи" "Брисање упита" "Претрага" "Готово" "Дели са" "Упит за претрагу" "Прикажи све" "AV" "%1$s, %2$s, %3$s" "Dela med" ">999" "Visa alla" "%1$s, %2$s" "Sök …" "PÅ" "Sök" "Ta bort frågan" "Navigera uppåt" "Fler alternativ" "Dela med %s" "Klart" "Röstsökning" "Sökfråga" "Skicka fråga" "Välj en app" "Visa startsidan" "Komprimera" "Tafuta" "%1$s, %2$s" "Shiriki na:" "Shiriki na %s" "Hoja ya utafutaji" "Chagua programu" "999+" "Futa hoja" "Nenda mwanzo" "Tafuta…" "Wasilisha hoja" "Tafuta kwa kutamka" "Nenda juu" "Nimemaliza" "Chaguo zaidi" "Kunja" "Angalia zote" "IMEZIMWA" "%1$s, %2$s, %3$s" "IMEWASHWA" 8dp 580dp 20dp 8dp 64dp 5 24dp 16dp "முடிந்தது" "தேடல் வினவல்" "முடக்கு" "மேலே வழிசெலுத்து" "%s உடன் பகிர்" "இதனுடன் பகிர்" "தேடு..." "%1$s, %2$s, %3$s" "முகப்பிற்கு வழிசெலுத்து" "பயன்பாட்டைத் தேர்வுசெய்க" "%1$s, %2$s" "மேலும் விருப்பங்கள்" "வினவலை அழி" "வினவலைச் சமர்ப்பி" "குரல் தேடல்" "இயக்கு" "தேடு" "999+" "எல்லாம் காட்டு" "சுருக்கு" "ప్రశ్నను క్లియర్ చేయి" "ఆఫ్ చేయి" "వీరితో భాగస్వామ్యం చేయి" "పైకి నావిగేట్ చేయండి" "అనువర్తనాన్ని ఎంచుకోండి" "%1$s, %2$s, %3$s" "%1$s, %2$s" "కుదించండి" "వాయిస్ శోధన" "శోధించు" "%sతో భాగస్వామ్యం చేయి" "999+" "అన్నీ చూడండి" "ఆన్ చేయి" "పూర్తయింది" "శోధించు..." "మరిన్ని ఎంపికలు" "హోమ్కు నావిగేట్ చేయండి" "ప్రశ్నని సమర్పించు" "ప్రశ్న శోధించండి" "ค้นหาด้วยเสียง" "เสร็จสิ้น" "999+" "นำทางไปหน้าแรก" "แชร์กับ" "เปิด" "ยุบ" "ปิด" "แชร์กับ %s" "ส่งข้อความค้นหา" "%1$s, %2$s" "%1$s, %2$s, %3$s" "นำทางขึ้น" "ตัวเลือกอื่น" "ดูทั้งหมด" "ข้อความค้นหา" "ค้นหา…" "ค้นหา" "เลือกแอป" "ล้างข้อความค้นหา" "Maghanap…" "I-collapse" "Ibahagi sa/kay %s" "Tapos na" "Mag-navigate patungo sa home" "%1$s, %2$s, %3$s" "I-ON" "Paghahanap gamit ang boses" "Ibahagi sa/kay" "Pumili ng isang app" "Mag-navigate pataas" "Isumite ang query" "%1$s, %2$s" "I-OFF" "Maghanap" "Tingnan lahat" "I-clear ang query" "999+" "Higit pang mga opsyon" "Query sa paghahanap" "Bir uygulama seçin" "Daralt" "Sorguyu temizle" "999+" "Şununla paylaş" "AÇ" "Yukarı git" "%1$s, %2$s" "Diğer seçenekler" "%1$s, %2$s, %3$s" "Tamamlandı" "Ara…" "Sorguyu gönder" "%s ile paylaş" "KAPAT" "Arama sorgusu" "Sesli arama" "Tümünü göster" "Ana ekrana git" "Ara" "Пошуковий запит" "ВИМК." "Вибрати програму" "Пошук" "999+" "Переглянути всі" "Голосовий пошук" "Надіслати через %s" "%1$s, %2$s, %3$s" "Пошук…" "УВІМК." "Перейти на головний" "Інші опції" "%1$s, %2$s" "Згорнути" "Очистити запит" "Готово" "Надіслати запит" "Надіслати через" "Перейти вгору" "سکیڑیں" "استفسار صاف کریں" "استفسار جمع کرائیں" "اشتراک کریں مع" "اوپر نیویگیٹ کریں" "ہوم پر نیویگیٹ کریں" "آف" "صوتی تلاش" "مزید اختیارات" "%s کے ساتھ اشتراک کریں" "تلاش کریں…" "استفسار تلاش کریں" "ایک ایپ منتخب کریں" "آن" "سبھی دیکھیں" "تلاش کریں" "999+" "%1$s, %2$s, %3$s" "%1$s, %2$s" "ہو گیا" "%1$s, %2$s, %3$s" "Yuqoriga o‘tish" "So‘rovni tozalash" "Tayyor" "Dastur tanlang" "Boshiga o‘tish" "Qidirish" "%1$s, %2$s" "Barchasini ko‘rish" "So‘rovni izlash" "Qidirish…" "O‘CHIQ" "Ovozli qidiruv" "So‘rov yaratish" "Qo‘shimcha sozlamalar" "Yig‘ish" "YONIQ" "999+" "Bo‘lishish:" 0px "999+" "TẮT" "Gửi truy vấn" "Xóa truy vấn" "Chọn một ứng dụng" "Tìm kiếm…" "Chia sẻ với %s" "Thêm tùy chọn" "Xong" "Tìm kiếm bằng giọng nói" "%1$s, %2$s" "Xem tất cả" "BẬT" "Tìm kiếm" "%1$s, %2$s, %3$s" "Tìm kiếm truy vấn" "Chia sẻ với" "Điều hướng lên trên" "Điều hướng về trang chủ" "Thu gọn" 3 true true 4 5 192dip false - 50%
- 60%
false 192dip - 70%
- 90%
5 - 45%
- 72%
256dip "关闭" "提交查询" "转到上一层级" "999+" "更多选项" "语音搜索" "收起" "转到主屏幕" "%1$s:%2$s" "分享方式" "开启" "搜索" "选择应用" "查看全部" "%1$s - %2$s:%3$s" "搜索查询" "完成" "清除查询" "通过%s分享" "搜索…" "清除查詢" "999 +" "更多選項" "提交查詢" "收合" "與「%s」分享" "向上瀏覽" "開啟" "語音搜尋" "顯示全部" "搜尋…" "選擇應用程式" "搜尋" "%1$s (%2$s):%3$s" "完成" "%1$s:%2$s" "搜尋查詢" "分享對象" "關閉" "瀏覽主頁" "提交查詢" "%1$s - %2$s:%3$s" "選擇分享對象" "%1$s:%2$s" "查看全部" "選擇應用程式" "清除查詢" "更多選項" "與「%s」分享" "搜尋" "搜尋查詢" "語音搜尋" "向上瀏覽" "關閉" "瀏覽首頁" "完成" "開啟" "999+" "收合" "搜尋…" "Iyasesha..." "%1$s, %2$s" "Hambisa umbuzo" "Yabelana no-%s" "%1$s, %2$s, %3$s" "Izinketho eziningi" "Kwenziwe" "Umbuzo wosesho" "Zulazulela phezulu" "Sula inkinga" "Sesha" "VULIWE" "Yabelana no-" "Goqa" "VALIWE" "Ukusesha ngezwi" "Khetha uhlelo lokusebenza" "Zulazulela ekhaya" "Buka konke" "999+" #39be27 #db41e42b #303f9f #e5dc1522 #ffda45 #db911c0f #db41e42b #891e4e #f0f41e02 #715f5f #f0d7b106 #3f51b5 #f0f28117 #dbfff200 #ff4081 #db494b49 EndlessRoll
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000..a2fab00
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..8478311
--- /dev/null
+++ b/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
new file mode 100644
index 0000000..e60a914
--- /dev/null
+++ b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+ android:theme="@style/AppTheme">
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml b/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..62a06d3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml b/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..a4ab6aa
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..6941d0b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml b/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..490c976
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml b/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..713355c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..6a47a5e
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..a0f5f98
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..26b5eab
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..d222f1f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..56ffd1a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/countdown.xml b/app/build/intermediates/res/merged/debug/anim/countdown.xml
new file mode 100644
index 0000000..c404eae
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/countdown.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/decrease.xml b/app/build/intermediates/res/merged/debug/anim/decrease.xml
new file mode 100644
index 0000000..56d9232
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/decrease.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/fade_in.xml b/app/build/intermediates/res/merged/debug/anim/fade_in.xml
new file mode 100644
index 0000000..0aaadda
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/rotate.xml b/app/build/intermediates/res/merged/debug/anim/rotate.xml
new file mode 100644
index 0000000..4771cdc
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/rotate.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/scale_up.xml b/app/build/intermediates/res/merged/debug/anim/scale_up.xml
new file mode 100644
index 0000000..f78882e
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/scale_up.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/shrink.xml b/app/build/intermediates/res/merged/debug/anim/shrink.xml
new file mode 100644
index 0000000..7c93561
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/shrink.xml
@@ -0,0 +1,12 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/slide_in_left.xml b/app/build/intermediates/res/merged/debug/anim/slide_in_left.xml
new file mode 100644
index 0000000..1650622
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/slide_in_left.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/slide_in_right.xml b/app/build/intermediates/res/merged/debug/anim/slide_in_right.xml
new file mode 100644
index 0000000..82c833a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/slide_in_right.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/anim/slide_in_top.xml b/app/build/intermediates/res/merged/debug/anim/slide_in_top.xml
new file mode 100644
index 0000000..3fa2703
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/anim/slide_in_top.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..00b3dbe
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..7748146
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/color-v23/abc_color_highlight_material.xml b/app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..cffdbe4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..a4d9c37
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..bb5ce2f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/color/abc_primary_text_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..8c9779b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..4dc65b3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml b/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..3a5e9fd
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..3447887
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..6f14398
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..4179a27
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..e832306
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..38a55f9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..50a350f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2bf5a21
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..08293d0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..0d6f404
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..67f977a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..a171b9e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..b937eaa
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..1a39963
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/star_icon.png b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/star_icon.png
new file mode 100644
index 0000000..66d9f06
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/star_icon.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..32cae24
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..8ea96f4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91613e8
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..942352e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..0eaa204
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..53a5efd
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..9ef8a4e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..e129e3e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..7a4c525
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/star_icon.png b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/star_icon.png
new file mode 100644
index 0000000..82d94d8
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/star_icon.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml b/app/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..ec1f793
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/drawable-v21/abc_btn_colored_material.xml b/app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..af5b3d3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml b/app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..a24c900
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..365c467
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..061990d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..7fea0d6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..aad380a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..bc7454c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..d9d8399
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..0f339ae
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..81e2402
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..dd0a964
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/star_icon.png b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/star_icon.png
new file mode 100644
index 0000000..21c8d93
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/star_icon.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..2d20150
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..739e098
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fdd5c71
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..1ed6be9
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..001d652
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..35940e3
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..5195bbe
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..7d67d99
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..8434a33
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/star_icon.png b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/star_icon.png
new file mode 100644
index 0000000..1412e64
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/star_icon.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..893d3b5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b8c9cfa
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..0190995
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..859b349
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..6ef2c21
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..8f63c5b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..4b92ef1
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..96c3050
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..2ed389d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..469cd20
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..c33caa3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..ebccaf9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..f4be33c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..72e053c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..561e386
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..289e07a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..bfb2328
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..b4b47da
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..516b78b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..50bd19f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..11badbd
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..608a14a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml
new file mode 100644
index 0000000..2627437
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml
new file mode 100644
index 0000000..0065617
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..570fea9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..750fe72
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..faa54a7
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..bcd2392
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml b/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..9b8d4d6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/background.png b/app/build/intermediates/res/merged/debug/drawable/background.png
new file mode 100644
index 0000000..f10e40a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/background.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/ball.png b/app/build/intermediates/res/merged/debug/drawable/ball.png
new file mode 100644
index 0000000..d2f8a5e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/ball.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/blueparticle.png b/app/build/intermediates/res/merged/debug/drawable/blueparticle.png
new file mode 100644
index 0000000..5a28b86
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/blueparticle.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/bomb.png b/app/build/intermediates/res/merged/debug/drawable/bomb.png
new file mode 100644
index 0000000..c740c40
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/bomb.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/bombbutton.png b/app/build/intermediates/res/merged/debug/drawable/bombbutton.png
new file mode 100644
index 0000000..0a41ebf
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/bombbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/custom_button.xml b/app/build/intermediates/res/merged/debug/drawable/custom_button.xml
new file mode 100644
index 0000000..b4e0d6b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/custom_button.xml
@@ -0,0 +1,30 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/emptybutton.png b/app/build/intermediates/res/merged/debug/drawable/emptybutton.png
new file mode 100644
index 0000000..ece3a7a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/emptybutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/goal.png b/app/build/intermediates/res/merged/debug/drawable/goal.png
new file mode 100644
index 0000000..d530dc2
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/goal.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/grasslands_preview.png b/app/build/intermediates/res/merged/debug/drawable/grasslands_preview.png
new file mode 100644
index 0000000..d34d67d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/grasslands_preview.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/levelbutton_background.xml b/app/build/intermediates/res/merged/debug/drawable/levelbutton_background.xml
new file mode 100644
index 0000000..cf2aa2b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/levelbutton_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/res/merged/debug/drawable/levelupbackground.png b/app/build/intermediates/res/merged/debug/drawable/levelupbackground.png
new file mode 100644
index 0000000..6da1a0b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/levelupbackground.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/lock.png b/app/build/intermediates/res/merged/debug/drawable/lock.png
new file mode 100644
index 0000000..acbe1a1
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/lock.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/lockedbutton.png b/app/build/intermediates/res/merged/debug/drawable/lockedbutton.png
new file mode 100644
index 0000000..5ae2f2a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/lockedbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/magnet.png b/app/build/intermediates/res/merged/debug/drawable/magnet.png
new file mode 100644
index 0000000..a04ed24
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/magnet.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/magnetbutton.png b/app/build/intermediates/res/merged/debug/drawable/magnetbutton.png
new file mode 100644
index 0000000..71eae0a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/magnetbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/menu_background.png b/app/build/intermediates/res/merged/debug/drawable/menu_background.png
new file mode 100644
index 0000000..28f6479
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/menu_background.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/obstacle.png b/app/build/intermediates/res/merged/debug/drawable/obstacle.png
new file mode 100644
index 0000000..d60aeb0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/obstacle.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/pausebutton.png b/app/build/intermediates/res/merged/debug/drawable/pausebutton.png
new file mode 100644
index 0000000..dd62e72
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/pausebutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/playerarrow.png b/app/build/intermediates/res/merged/debug/drawable/playerarrow.png
new file mode 100644
index 0000000..61102a1
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/playerarrow.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/purple.png b/app/build/intermediates/res/merged/debug/drawable/purple.png
new file mode 100644
index 0000000..5398005
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/purple.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/ramp.png b/app/build/intermediates/res/merged/debug/drawable/ramp.png
new file mode 100644
index 0000000..7e8711e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/ramp.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/rampbutton.png b/app/build/intermediates/res/merged/debug/drawable/rampbutton.png
new file mode 100644
index 0000000..fea06ee
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/rampbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/redparticle.png b/app/build/intermediates/res/merged/debug/drawable/redparticle.png
new file mode 100644
index 0000000..2b09b93
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/redparticle.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/shortmenubackground.png b/app/build/intermediates/res/merged/debug/drawable/shortmenubackground.png
new file mode 100644
index 0000000..f0c2ce8
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/shortmenubackground.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/sound_off.png b/app/build/intermediates/res/merged/debug/drawable/sound_off.png
new file mode 100644
index 0000000..ea1c9f6
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/sound_off.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/sound_on.png b/app/build/intermediates/res/merged/debug/drawable/sound_on.png
new file mode 100644
index 0000000..407b66e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/sound_on.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/sound_toggle.xml b/app/build/intermediates/res/merged/debug/drawable/sound_toggle.xml
new file mode 100644
index 0000000..8185ddf
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/sound_toggle.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/splitter.png b/app/build/intermediates/res/merged/debug/drawable/splitter.png
new file mode 100644
index 0000000..0722493
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/splitter.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/spring.png b/app/build/intermediates/res/merged/debug/drawable/spring.png
new file mode 100644
index 0000000..801189e
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/spring.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/springbutton.png b/app/build/intermediates/res/merged/debug/drawable/springbutton.png
new file mode 100644
index 0000000..3029602
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/springbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/star.png b/app/build/intermediates/res/merged/debug/drawable/star.png
new file mode 100644
index 0000000..e341bbc
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/star.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/stars_0.png b/app/build/intermediates/res/merged/debug/drawable/stars_0.png
new file mode 100644
index 0000000..b936f23
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/stars_0.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/stars_1.png b/app/build/intermediates/res/merged/debug/drawable/stars_1.png
new file mode 100644
index 0000000..51a9899
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/stars_1.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/stars_2.png b/app/build/intermediates/res/merged/debug/drawable/stars_2.png
new file mode 100644
index 0000000..8fe141b
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/stars_2.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/stars_3.png b/app/build/intermediates/res/merged/debug/drawable/stars_3.png
new file mode 100644
index 0000000..356e2a0
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/stars_3.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/terrain.png b/app/build/intermediates/res/merged/debug/drawable/terrain.png
new file mode 100644
index 0000000..069be8f
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/terrain.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/test.png b/app/build/intermediates/res/merged/debug/drawable/test.png
new file mode 100644
index 0000000..30c95a5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/test.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/tool_slot_background.xml b/app/build/intermediates/res/merged/debug/drawable/tool_slot_background.xml
new file mode 100644
index 0000000..5369249
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/tool_slot_background.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/res/merged/debug/drawable/toolprogressbarlayers.xml b/app/build/intermediates/res/merged/debug/drawable/toolprogressbarlayers.xml
new file mode 100644
index 0000000..c0318d1
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/toolprogressbarlayers.xml
@@ -0,0 +1,21 @@
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/drawable/unlock_message_background.xml b/app/build/intermediates/res/merged/debug/drawable/unlock_message_background.xml
new file mode 100644
index 0000000..e4173e5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/unlock_message_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/res/merged/debug/drawable/unlocked.png b/app/build/intermediates/res/merged/debug/drawable/unlocked.png
new file mode 100644
index 0000000..1f05827
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/unlocked.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/unlockedbutton.png b/app/build/intermediates/res/merged/debug/drawable/unlockedbutton.png
new file mode 100644
index 0000000..c657a9a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/unlockedbutton.png differ
diff --git a/app/build/intermediates/res/merged/debug/drawable/worldbutton_background.xml b/app/build/intermediates/res/merged/debug/drawable/worldbutton_background.xml
new file mode 100644
index 0000000..c2f3a75
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/drawable/worldbutton_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/res/merged/debug/drawable/yellowparticle.png b/app/build/intermediates/res/merged/debug/drawable/yellowparticle.png
new file mode 100644
index 0000000..efe5925
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable/yellowparticle.png differ
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..0906453
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..417f668
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..9f68729
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/res/merged/debug/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..18feef9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..ddbd730
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..eef2a4d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..38023b7
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..6e64721
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..7a8fd97
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml
new file mode 100644
index 0000000..b9e10cf
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/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/abc_alert_dialog_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..b580408
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..52b5a3d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..86064ca
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..be8bd01
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..f479d15
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..f6d6896
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..547d8a7
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..9086bfb
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..030a7e5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..17ca3ff
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..c2a3901
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml b/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..93ceb11
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..03f26a0
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml b/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..12a86e4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml b/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..2016fb9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/custom_button_instance.xml b/app/build/intermediates/res/merged/debug/layout/custom_button_instance.xml
new file mode 100644
index 0000000..d1f1f2c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/custom_button_instance.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ 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/build/intermediates/res/merged/debug/layout/notification_media_action.xml b/app/build/intermediates/res/merged/debug/layout/notification_media_action.xml
new file mode 100644
index 0000000..bd991fc
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml b/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..8bb7065
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..6a7f7e2
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..0227567
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml
new file mode 100644
index 0000000..363bf5f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml
new file mode 100644
index 0000000..060dbb0
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..0a01124
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml b/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..2dbdb6b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..8d2116d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..4f20ba4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..3a0f626
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/short_menu.xml b/app/build/intermediates/res/merged/debug/layout/short_menu.xml
new file mode 100644
index 0000000..58d88ee
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/short_menu.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/start_screen.xml b/app/build/intermediates/res/merged/debug/layout/start_screen.xml
new file mode 100644
index 0000000..295da5b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/start_screen.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..aa63acd
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/test.xml b/app/build/intermediates/res/merged/debug/layout/test.xml
new file mode 100644
index 0000000..4122d26
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/test.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/tool_offer_slot.xml b/app/build/intermediates/res/merged/debug/layout/tool_offer_slot.xml
new file mode 100644
index 0000000..8a2ff08
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/tool_offer_slot.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/tool_slot.xml b/app/build/intermediates/res/merged/debug/layout/tool_slot.xml
new file mode 100644
index 0000000..9770167
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/tool_slot.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/toolbutton.xml b/app/build/intermediates/res/merged/debug/layout/toolbutton.xml
new file mode 100644
index 0000000..6c31f9d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/toolbutton.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/toolbuttonbar.xml b/app/build/intermediates/res/merged/debug/layout/toolbuttonbar.xml
new file mode 100644
index 0000000..1282cb5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/toolbuttonbar.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/toolshop.xml b/app/build/intermediates/res/merged/debug/layout/toolshop.xml
new file mode 100644
index 0000000..aa07923
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/toolshop.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/topbar.xml b/app/build/intermediates/res/merged/debug/layout/topbar.xml
new file mode 100644
index 0000000..5e7c7c7
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/topbar.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/unlock_message.xml b/app/build/intermediates/res/merged/debug/layout/unlock_message.xml
new file mode 100644
index 0000000..6e8cf7a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/unlock_message.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/world_button.xml b/app/build/intermediates/res/merged/debug/layout/world_button.xml
new file mode 100644
index 0000000..3b4e4c6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/world_button.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/worlds.xml b/app/build/intermediates/res/merged/debug/layout/worlds.xml
new file mode 100644
index 0000000..ee19fb2
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/worlds.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..b227c8c
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..1a86aa4
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..e5f7f9d
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..814021a
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..52b86dc
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/merged/debug/raw/background.ogg b/app/build/intermediates/res/merged/debug/raw/background.ogg
new file mode 100644
index 0000000..6e29fbe
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/raw/background.ogg differ
diff --git a/app/build/intermediates/res/merged/debug/raw/ramp.wav b/app/build/intermediates/res/merged/debug/raw/ramp.wav
new file mode 100644
index 0000000..4237cf5
Binary files /dev/null and b/app/build/intermediates/res/merged/debug/raw/ramp.wav differ
diff --git a/app/build/intermediates/res/merged/debug/values-af/values-af.xml b/app/build/intermediates/res/merged/debug/values-af/values-af.xml
new file mode 100644
index 0000000..8143ae0
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-af/values-af.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigeer tuis"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "AF"
+ "AAN"
+ "Soek …"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-am/values-am.xml b/app/build/intermediates/res/merged/debug/values-am/values-am.xml
new file mode 100644
index 0000000..b81f93f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-am/values-am.xml
@@ -0,0 +1,23 @@
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "%1$s፣ %2$s"
+ "%1$s፣ %2$s፣ %3$s"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "ጠፍቷል"
+ "በርቷል"
+ "ፈልግ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+ "ሰብስብ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml b/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml
new file mode 100644
index 0000000..ef26d85
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml
@@ -0,0 +1,23 @@
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "إيقاف"
+ "تشغيل"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml b/app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml
new file mode 100644
index 0000000..15769e1
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml
@@ -0,0 +1,22 @@
+
+
+ "Evə get"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuxarı get"
+ "Daha çox seçim"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "DEAKTİV"
+ "AKTİV"
+ "Axtarış..."
+ "Sorğunu təmizlə"
+ "Axtarış sorğusu"
+ "Axtarış"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Bununla paylaşın"
+ "Dağıt"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml b/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml
new file mode 100644
index 0000000..05f19e4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml
@@ -0,0 +1,23 @@
+
+
+ "Придвижване към „Начало“"
+ "„%1$s“ – %2$s"
+ "„%1$s“, „%2$s“ – %3$s"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "ИЗКЛ."
+ "ВКЛ."
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml b/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml
new file mode 100644
index 0000000..db63cf3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml
@@ -0,0 +1,23 @@
+
+
+ "হোম এ নেভিগেট করুন"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "বন্ধ"
+ "চালু"
+ "অনুসন্ধান..."
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+ "সঙ্কুচিত করুন"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml b/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml
new file mode 100644
index 0000000..0aa3366
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml
@@ -0,0 +1,23 @@
+
+
+ "Navega a la pàgina d\'inici"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "DESACTIVAT"
+ "ACTIVAT"
+ "Cerca..."
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml b/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml
new file mode 100644
index 0000000..9eb7ef4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml
@@ -0,0 +1,23 @@
+
+
+ "Přejít na plochu"
+ "%1$s – %2$s"
+ "%1$s, %2$s – %3$s"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "VYPNUTO"
+ "ZAPNUTO"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+ "Sbalit"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-da/values-da.xml b/app/build/intermediates/res/merged/debug/values-da/values-da.xml
new file mode 100644
index 0000000..e44f583
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-da/values-da.xml
@@ -0,0 +1,23 @@
+
+
+ "Naviger hjem"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "FRA"
+ "TIL"
+ "Søg…"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-de/values-de.xml b/app/build/intermediates/res/merged/debug/values-de/values-de.xml
new file mode 100644
index 0000000..f834cec
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-de/values-de.xml
@@ -0,0 +1,23 @@
+
+
+ "Zur Startseite"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Aus"
+ "An"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+ "Minimieren"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-el/values-el.xml b/app/build/intermediates/res/merged/debug/values-el/values-el.xml
new file mode 100644
index 0000000..403b9c4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-el/values-el.xml
@@ -0,0 +1,23 @@
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "ΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+ "Σύμπτυξη"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml b/app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..6a703b6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..6a703b6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..6a703b6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigate home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..843ce16
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,23 @@
+
+
+ "Navegar a la página principal"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Buscar…"
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-es/values-es.xml b/app/build/intermediates/res/merged/debug/values-es/values-es.xml
new file mode 100644
index 0000000..fd8b2ea
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-es/values-es.xml
@@ -0,0 +1,23 @@
+
+
+ "Ir a la pantalla de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "NO"
+ "SÍ"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml b/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml
new file mode 100644
index 0000000..fa9bc45
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigeerimine avaekraanile"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "VÄLJAS"
+ "SEES"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+ "Ahendamine"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml b/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml
new file mode 100644
index 0000000..66d5f97
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml
@@ -0,0 +1,23 @@
+
+
+ "Joan orri nagusira"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "DESAKTIBATUTA"
+ "AKTIBATUTA"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+ "Tolestu"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml b/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml
new file mode 100644
index 0000000..87ade66
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml
@@ -0,0 +1,23 @@
+
+
+ "پیمایش به صفحه اصلی"
+ "%1$s، %2$s"
+ "%1$s، %2$s، %3$s"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "تمام"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "خاموش"
+ "روشن"
+ "جستجو…"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+ "کوچک کردن"
+ "۹۹۹+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml b/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml
new file mode 100644
index 0000000..4c43f00
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml
@@ -0,0 +1,23 @@
+
+
+ "Siirry etusivulle"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "POIS KÄYTÖSTÄ"
+ "KÄYTÖSSÄ"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+ "Kutista"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..a47b18e
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,23 @@
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "DÉSACTIVÉ"
+ "ACTIVÉ"
+ "Recherche en cours..."
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml b/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml
new file mode 100644
index 0000000..1938434
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml
@@ -0,0 +1,23 @@
+
+
+ "Revenir à l\'accueil"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "DÉSACTIVÉ"
+ "ACTIVÉ"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml b/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml
new file mode 100644
index 0000000..1ca55a9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml
@@ -0,0 +1,23 @@
+
+
+ "Ir á páxina de inicio"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml b/app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml
new file mode 100644
index 0000000..ed6f52c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "હોમ પર નેવિગેટ કરો"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ઉપર નેવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધું જુઓ"
+ "એક એપ્લિકેશન પસંદ કરો"
+ "બંધ"
+ "ચાલુ"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%s સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-h320dp-v13/values-h320dp-v13.xml b/app/build/intermediates/res/merged/debug/values-h320dp-v13/values-h320dp-v13.xml
new file mode 100644
index 0000000..2a6b31c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-h320dp-v13/values-h320dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml b/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml
new file mode 100644
index 0000000..e38bb90
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml b/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml
new file mode 100644
index 0000000..d5a138e
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml b/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml
new file mode 100644
index 0000000..630e22c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml
@@ -0,0 +1,23 @@
+
+
+ "मुख्यपृष्ठ पर नेविगेट करें"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "बंद"
+ "चालू"
+ "खोजा जा रहा है…"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+ "संक्षिप्त करें"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml b/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml
new file mode 100644
index 0000000..496e87d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml
@@ -0,0 +1,23 @@
+
+
+ "Idi na početnu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+ "Sažmi"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml b/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml
new file mode 100644
index 0000000..4d629bf
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml
@@ -0,0 +1,23 @@
+
+
+ "Ugrás a főoldalra"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "KI"
+ "BE"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+ "Összecsukás"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml b/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml
new file mode 100644
index 0000000..302b221
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml
@@ -0,0 +1,23 @@
+
+
+ "Ուղղվել տուն"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "ԱՆՋԱՏՎԱԾ"
+ "ՄԻԱՑՎԱԾ"
+ "Որոնում..."
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+ "Թաքցնել"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-in/values-in.xml b/app/build/intermediates/res/merged/debug/values-in/values-in.xml
new file mode 100644
index 0000000..1aa14c5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-in/values-in.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigasi ke beranda"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "NONAKTIF"
+ "AKTIF"
+ "Telusuri..."
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml b/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml
new file mode 100644
index 0000000..51ffbca
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml
@@ -0,0 +1,23 @@
+
+
+ "Fara heim"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "SLÖKKT"
+ "KVEIKT"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-it/values-it.xml b/app/build/intermediates/res/merged/debug/values-it/values-it.xml
new file mode 100644
index 0000000..8aed798
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-it/values-it.xml
@@ -0,0 +1,23 @@
+
+
+ "Vai alla home page"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "OFF"
+ "ON"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+ "Comprimi"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml b/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml
new file mode 100644
index 0000000..d73f472
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml
@@ -0,0 +1,23 @@
+
+
+ "נווט לדף הבית"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכל"
+ "בחר אפליקציה"
+ "כבוי"
+ "פועל"
+ "חפש…"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+ "כווץ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml b/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml
new file mode 100644
index 0000000..438ab13
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml
@@ -0,0 +1,23 @@
+
+
+ "ホームへ移動"
+ "%1$s、%2$s"
+ "%1$s、%2$s、%3$s"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "OFF"
+ "ON"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml b/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml
new file mode 100644
index 0000000..a76c00f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml
@@ -0,0 +1,23 @@
+
+
+ "მთავარზე ნავიგაცია"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "გამორთულია"
+ "ჩართულია"
+ "ძიება..."
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+ "აკეცვა"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml b/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml
new file mode 100644
index 0000000..f95ae29
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml
@@ -0,0 +1,23 @@
+
+
+ "Негізгі бетте қозғалу"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "ӨШІРУЛІ"
+ "ҚОСУЛЫ"
+ "Іздеу…"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+ "Тасалау"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml b/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml
new file mode 100644
index 0000000..c3fee76
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml
@@ -0,0 +1,23 @@
+
+
+ "រកមើលទៅដើម"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "បិទ"
+ "បើក"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml b/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml
new file mode 100644
index 0000000..cb0acab
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಆಫ್"
+ "ಆನ್"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಸಂಕುಚಿಸು"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml b/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml
new file mode 100644
index 0000000..be42209
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml
@@ -0,0 +1,23 @@
+
+
+ "홈 탐색"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "사용 안함"
+ "사용"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+ "접기"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml b/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml
new file mode 100644
index 0000000..0b8150f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml
@@ -0,0 +1,23 @@
+
+
+ "Үйгө багыттоо"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "ӨЧҮК"
+ "КҮЙҮК"
+ "Издөө…"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйнап коюу"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-land/values-land.xml b/app/build/intermediates/res/merged/debug/values-land/values-land.xml
new file mode 100644
index 0000000..c0686a4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-land/values-land.xml
@@ -0,0 +1,9 @@
+
+
+ true
+ true
+ 48dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml b/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml
new file mode 100644
index 0000000..7c97842
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml
@@ -0,0 +1,16 @@
+
+
+ true
+ true
+ 440dp
+ - 60%
+ - 90%
+ - 60%
+ - 90%
+ - 55%
+ - 80%
+ 192dip
+ 4
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml b/app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 0000000..1bdd835
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ldrtl-v23/values-ldrtl-v23.xml b/app/build/intermediates/res/merged/debug/values-ldrtl-v23/values-ldrtl-v23.xml
new file mode 100644
index 0000000..1bdd835
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ldrtl-v23/values-ldrtl-v23.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml b/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml
new file mode 100644
index 0000000..1250161
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml
@@ -0,0 +1,23 @@
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ປິດ"
+ "ເປີດ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+ "ຫຍໍ້"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml b/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml
new file mode 100644
index 0000000..17a7c53
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml
@@ -0,0 +1,23 @@
+
+
+ "Eiti į pagrindinį puslapį"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "IŠJUNGTI"
+ "ĮJUNGTI"
+ "Ieškoti..."
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+ "Sutraukti"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml b/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml
new file mode 100644
index 0000000..df0fd73
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml
@@ -0,0 +1,23 @@
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "%1$s: %2$s"
+ "%1$s, %2$s: %3$s"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "IZSLĒGTS"
+ "IESLĒGTS"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+ "Sakļaut"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml b/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml
new file mode 100644
index 0000000..09742b9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml
@@ -0,0 +1,21 @@
+
+
+ "Движи се кон дома"
+ "%1$s, %2$s, %3$s"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "ИСКЛУЧЕНО"
+ "ВКЛУЧЕНО"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Собери"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml b/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml
new file mode 100644
index 0000000..49ecfc8
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "തിരയുക…"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "ശബ്ദ തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml b/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml
new file mode 100644
index 0000000..997e79b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml
@@ -0,0 +1,23 @@
+
+
+ "Нүүр хуудас руу шилжих"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Хайх..."
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+ "Хумих"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml b/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml
new file mode 100644
index 0000000..7c3fe36
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "बंद"
+ "चालू"
+ "शोधा…"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+ "संक्षिप्त करा"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml b/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml
new file mode 100644
index 0000000..5a84cf4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigasi skrin utama"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "MATI"
+ "HIDUP"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml b/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml
new file mode 100644
index 0000000..c05fc18
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml
@@ -0,0 +1,23 @@
+
+
+ "မူလနေရာကို သွားရန်"
+ "%1$s၊ %2$s"
+ "%1$s ၊ %2$s ၊ %3$s"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ပိတ်"
+ "ဖွင့်"
+ "ရှာဖွေပါ..."
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+ "ခေါက်ရန်"
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml b/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml
new file mode 100644
index 0000000..e0c4288
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml
@@ -0,0 +1,23 @@
+
+
+ "Gå til startsiden"
+ "%1$s – %2$s"
+ "%1$s – %2$s – %3$s"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "AV"
+ "PÅ"
+ "Søk …"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml b/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml
new file mode 100644
index 0000000..a134235
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml
@@ -0,0 +1,23 @@
+
+
+ "गृह खोज्नुहोस्"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "निष्क्रिय पार्नुहोस्"
+ "सक्रिय गर्नुहोस्"
+ "खोज्नुहोस्..."
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+ "संक्षिप्त पार्नुहोस्"
+ "९९९+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml b/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml
new file mode 100644
index 0000000..1c70697
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigeren naar startpositie"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "UIT"
+ "AAN"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml b/app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml
new file mode 100644
index 0000000..c768d54
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਹੋਰ ਚੋਣਾਂ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਬੰਦ"
+ "ਤੇ"
+ "ਖੋਜ…"
+ "ਸਵਾਲ ਹਟਾਓ"
+ "ਸਵਾਲ ਖੋਜੋ"
+ "ਖੋਜੋ"
+ "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
+ "ਵੌਇਸ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "%s ਨਾਲ ਸ਼ੇਅਰ ਕਰੋ"
+ "ਨਸ਼ਟ ਕਰੋ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml b/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml
new file mode 100644
index 0000000..7a51803
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml
@@ -0,0 +1,23 @@
+
+
+ "Przejdź do strony głównej"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "WYŁ."
+ "WŁ."
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+ "Zwiń"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-port/values-port.xml b/app/build/intermediates/res/merged/debug/values-port/values-port.xml
new file mode 100644
index 0000000..7a925dc
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-port/values-port.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml b/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..61bd5a5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,23 @@
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "DESATIVAR"
+ "ATIVAR"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml b/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..93fcac3
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,23 @@
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "DESATIVADO"
+ "ATIVADO"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+ "Reduzir"
+ "+999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml b/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml
new file mode 100644
index 0000000..61bd5a5
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml
@@ -0,0 +1,23 @@
+
+
+ "Navegar para a página inicial"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um app"
+ "DESATIVAR"
+ "ATIVAR"
+ "Pesquisar..."
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml b/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml
new file mode 100644
index 0000000..d7b3380
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml
@@ -0,0 +1,23 @@
+
+
+ "Navigați la ecranul de pornire"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicație"
+ "DEZACTIVAȚI"
+ "ACTIVAȚI"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+ "Restrângeți"
+ "˃999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml b/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml
new file mode 100644
index 0000000..b09e759
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml
@@ -0,0 +1,23 @@
+
+
+ "Перейти на главный экран"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "ОТКЛ."
+ "ВКЛ."
+ "Поиск"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+ "Свернуть"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml b/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml
new file mode 100644
index 0000000..38729f9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml
@@ -0,0 +1,23 @@
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "ක්රියාවිරහිතයි"
+ "ක්රියාත්මකයි"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+ "හකුළන්න"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml b/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml
new file mode 100644
index 0000000..a0e5aa0
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml
@@ -0,0 +1,23 @@
+
+
+ "Prejsť na plochu"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "VYP."
+ "ZAP."
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+ "Zbaliť"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml b/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml
new file mode 100644
index 0000000..19eb9b7
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml
@@ -0,0 +1,23 @@
+
+
+ "Krmarjenje domov"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "IZKLOPLJENO"
+ "VKLOPLJENO"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+ "Strni"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml b/app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml
new file mode 100644
index 0000000..38cfb1a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml
@@ -0,0 +1,23 @@
+
+
+ "Orientohu për në shtëpi"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye!"
+ "Shikoji të gjitha"
+ "Zgjidh një aplikacion"
+ "JOAKTIV"
+ "AKTIV"
+ "Kërko..."
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Shpërnda publikisht me"
+ "Shpërnda publikisht me %s"
+ "Shpalos"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml b/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml
new file mode 100644
index 0000000..c674e1f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml
@@ -0,0 +1,23 @@
+
+
+ "Одлазак на Почетну"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "ИСКЉУЧИ"
+ "УКЉУЧИ"
+ "Претражите..."
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+ "Скупи"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml b/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml
new file mode 100644
index 0000000..05aae9d
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml
@@ -0,0 +1,23 @@
+
+
+ "Visa startsidan"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "AV"
+ "PÅ"
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+ ">999"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml b/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml
new file mode 100644
index 0000000..b80b09a
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml
@@ -0,0 +1,23 @@
+
+
+ "Nenda mwanzo"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "IMEZIMWA"
+ "IMEWASHWA"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+ "Kunja"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml b/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 0000000..c777059
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 24dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml b/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml
new file mode 100644
index 0000000..0b33d7c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "முடக்கு"
+ "இயக்கு"
+ "தேடு..."
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+ "சுருக்கு"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml b/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml
new file mode 100644
index 0000000..e0f4a9e
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml
@@ -0,0 +1,23 @@
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ఆఫ్ చేయి"
+ "ఆన్ చేయి"
+ "శోధించు..."
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "కుదించండి"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-th/values-th.xml b/app/build/intermediates/res/merged/debug/values-th/values-th.xml
new file mode 100644
index 0000000..cfd81ed
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-th/values-th.xml
@@ -0,0 +1,23 @@
+
+
+ "นำทางไปหน้าแรก"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "ค้นหา…"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+ "ยุบ"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml b/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml
new file mode 100644
index 0000000..870d8ce
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml
@@ -0,0 +1,23 @@
+
+
+ "Mag-navigate patungo sa home"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-OFF"
+ "I-ON"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+ "I-collapse"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml b/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml
new file mode 100644
index 0000000..f74ffb2
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml
@@ -0,0 +1,23 @@
+
+
+ "Ana ekrana git"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "KAPAT"
+ "AÇ"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+ "Daralt"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml b/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml
new file mode 100644
index 0000000..409e11b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml
@@ -0,0 +1,23 @@
+
+
+ "Перейти на головний"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "ВИМК."
+ "УВІМК."
+ "Пошук…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+ "Згорнути"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml b/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml
new file mode 100644
index 0000000..0d597a0
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml
@@ -0,0 +1,23 @@
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "آف"
+ "آن"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml b/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml
new file mode 100644
index 0000000..22c32f9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml
@@ -0,0 +1,22 @@
+
+
+ "Boshiga o‘tish"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "O‘CHIQ"
+ "YONIQ"
+ "Qidirish…"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Qidirish"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+ "Yig‘ish"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml b/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml
new file mode 100644
index 0000000..d074ce9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml b/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml
new file mode 100644
index 0000000..85e2416
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml b/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml
new file mode 100644
index 0000000..7239a2c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml b/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml
new file mode 100644
index 0000000..f9f23d1
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml b/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml
new file mode 100644
index 0000000..7dad77f
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml
@@ -0,0 +1,4 @@
+
+
+ 0px
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml b/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml
new file mode 100644
index 0000000..830ea81
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml
@@ -0,0 +1,239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v22/values-v22.xml b/app/build/intermediates/res/merged/debug/values-v22/values-v22.xml
new file mode 100644
index 0000000..2b07470
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v22/values-v22.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml b/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml
new file mode 100644
index 0000000..f201094
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml b/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml
new file mode 100644
index 0000000..d02406b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml
@@ -0,0 +1,23 @@
+
+
+ "Điều hướng về trang chủ"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "TẮT"
+ "BẬT"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-w360dp-v13/values-w360dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w360dp-v13/values-w360dp-v13.xml
new file mode 100644
index 0000000..fd9dac9
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-w360dp-v13/values-w360dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 3
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-w480dp-v13/values-w480dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w480dp-v13/values-w480dp-v13.xml
new file mode 100644
index 0000000..5b7dcf6
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-w480dp-v13/values-w480dp-v13.xml
@@ -0,0 +1,5 @@
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-w500dp-v13/values-w500dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w500dp-v13/values-w500dp-v13.xml
new file mode 100644
index 0000000..dcd19ee
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-w500dp-v13/values-w500dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 4
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-w600dp-v13/values-w600dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w600dp-v13/values-w600dp-v13.xml
new file mode 100644
index 0000000..4c058c2
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-w600dp-v13/values-w600dp-v13.xml
@@ -0,0 +1,5 @@
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-w720dp-v13/values-w720dp-v13.xml b/app/build/intermediates/res/merged/debug/values-w720dp-v13/values-w720dp-v13.xml
new file mode 100644
index 0000000..966aafb
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-w720dp-v13/values-w720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml b/app/build/intermediates/res/merged/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml
new file mode 100644
index 0000000..98b3f8c
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml
@@ -0,0 +1,4 @@
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml b/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml
new file mode 100644
index 0000000..3dcad8b
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml
@@ -0,0 +1,12 @@
+
+
+ false
+ - 60%
+ - 90%
+ - 50%
+ - 70%
+ - 45%
+ - 72%
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml b/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..6159893
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,23 @@
+
+
+ "转到主屏幕"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "关闭"
+ "开启"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+ "收起"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml b/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..74717bd
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,23 @@
+
+
+ "瀏覽主頁"
+ "%1$s:%2$s"
+ "%1$s (%2$s):%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+ "999 +"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml b/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..2cbb3ad
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,23 @@
+
+
+ "瀏覽首頁"
+ "%1$s:%2$s"
+ "%1$s - %2$s:%3$s"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+ "收合"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml b/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml
new file mode 100644
index 0000000..d17fcf1
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml
@@ -0,0 +1,23 @@
+
+
+ "Zulazulela ekhaya"
+ "%1$s, %2$s"
+ "%1$s, %2$s, %3$s"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "VALIWE"
+ "VULIWE"
+ "Iyasesha..."
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+ "Goqa"
+ "999+"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/values/values.xml b/app/build/intermediates/res/merged/debug/values/values.xml
new file mode 100644
index 0000000..a3ca474
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/values/values.xml
@@ -0,0 +1,1513 @@
+
+
+
+
+
+
+ true
+ false
+ true
+ false
+ true
+ false
+ true
+ false
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #ff4081
+ #3f51b5
+ #303f9f
+ #f0d7b106
+ #f0f28117
+ #f0f41e02
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ #891e4e
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #39be27
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+ #e5dc1522
+ #db41e42b
+ #db911c0f
+ #dbfff200
+ #db494b49
+ #715f5f
+ #db41e42b
+ #ffda45
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 0dp
+ 0dp
+ 16dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+ - 0.30
+ - 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 320dip
+ 160dip
+ 2dp
+ 2dp
+ 20dp
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ - 0.30
+ - 0.26
+ - 0.26
+ - 0.20
+ - 0.12
+ 64dp
+ 64dp
+ 12dp
+ #3333B5E5
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ 127
+ 999
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ EndlessRoll
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/resources-debug-androidTest.ap_ b/app/build/intermediates/res/resources-debug-androidTest.ap_
new file mode 100644
index 0000000..b4ec58c
Binary files /dev/null and b/app/build/intermediates/res/resources-debug-androidTest.ap_ differ
diff --git a/app/build/intermediates/res/resources-debug.ap_ b/app/build/intermediates/res/resources-debug.ap_
new file mode 100644
index 0000000..10040ea
Binary files /dev/null and b/app/build/intermediates/res/resources-debug.ap_ differ
diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000..54da97f
--- /dev/null
+++ b/app/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1386 @@
+int anim abc_fade_in 0x7f050000
+int anim abc_fade_out 0x7f050001
+int anim abc_grow_fade_in_from_bottom 0x7f050002
+int anim abc_popup_enter 0x7f050003
+int anim abc_popup_exit 0x7f050004
+int anim abc_shrink_fade_out_from_bottom 0x7f050005
+int anim abc_slide_in_bottom 0x7f050006
+int anim abc_slide_in_top 0x7f050007
+int anim abc_slide_out_bottom 0x7f050008
+int anim abc_slide_out_top 0x7f050009
+int anim countdown 0x7f05000a
+int anim decrease 0x7f05000b
+int anim fade_in 0x7f05000c
+int anim rotate 0x7f05000d
+int anim scale_up 0x7f05000e
+int anim shrink 0x7f05000f
+int anim slide_in_left 0x7f050010
+int anim slide_in_right 0x7f050011
+int anim slide_in_top 0x7f050012
+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 0x7f080003
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f080001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f080004
+int bool abc_allow_stacked_button_bar 0x7f080000
+int bool abc_config_actionMenuItemAllCaps 0x7f080005
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080002
+int bool abc_config_closeDialogWhenTouchOutside 0x7f080006
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080007
+int color abc_background_cache_hint_selector_material_dark 0x7f0c004a
+int color abc_background_cache_hint_selector_material_light 0x7f0c004b
+int color abc_color_highlight_material 0x7f0c004c
+int color abc_input_method_navigation_guard 0x7f0c0000
+int color abc_primary_text_disable_only_material_dark 0x7f0c004d
+int color abc_primary_text_disable_only_material_light 0x7f0c004e
+int color abc_primary_text_material_dark 0x7f0c004f
+int color abc_primary_text_material_light 0x7f0c0050
+int color abc_search_url_text 0x7f0c0051
+int color abc_search_url_text_normal 0x7f0c0001
+int color abc_search_url_text_pressed 0x7f0c0002
+int color abc_search_url_text_selected 0x7f0c0003
+int color abc_secondary_text_material_dark 0x7f0c0052
+int color abc_secondary_text_material_light 0x7f0c0053
+int color accent_material_dark 0x7f0c0004
+int color accent_material_light 0x7f0c0005
+int color background_floating_material_dark 0x7f0c0006
+int color background_floating_material_light 0x7f0c0007
+int color background_material_dark 0x7f0c0008
+int color background_material_light 0x7f0c0009
+int color bright_foreground_disabled_material_dark 0x7f0c000a
+int color bright_foreground_disabled_material_light 0x7f0c000b
+int color bright_foreground_inverse_material_dark 0x7f0c000c
+int color bright_foreground_inverse_material_light 0x7f0c000d
+int color bright_foreground_material_dark 0x7f0c000e
+int color bright_foreground_material_light 0x7f0c000f
+int color button_material_dark 0x7f0c0010
+int color button_material_light 0x7f0c0011
+int color colorAccent 0x7f0c0012
+int color colorPrimary 0x7f0c0013
+int color colorPrimaryDark 0x7f0c0014
+int color countdown1 0x7f0c0015
+int color countdown2 0x7f0c0016
+int color countdown3 0x7f0c0017
+int color dim_foreground_disabled_material_dark 0x7f0c0018
+int color dim_foreground_disabled_material_light 0x7f0c0019
+int color dim_foreground_material_dark 0x7f0c001a
+int color dim_foreground_material_light 0x7f0c001b
+int color foreground_material_dark 0x7f0c001c
+int color foreground_material_light 0x7f0c001d
+int color highlighted_text_material_dark 0x7f0c001e
+int color highlighted_text_material_light 0x7f0c001f
+int color hint_foreground_material_dark 0x7f0c0020
+int color hint_foreground_material_light 0x7f0c0021
+int color loose 0x7f0c0022
+int color material_blue_grey_800 0x7f0c0023
+int color material_blue_grey_900 0x7f0c0024
+int color material_blue_grey_950 0x7f0c0025
+int color material_deep_teal_200 0x7f0c0026
+int color material_deep_teal_500 0x7f0c0027
+int color material_grey_100 0x7f0c0028
+int color material_grey_300 0x7f0c0029
+int color material_grey_50 0x7f0c002a
+int color material_grey_600 0x7f0c002b
+int color material_grey_800 0x7f0c002c
+int color material_grey_850 0x7f0c002d
+int color material_grey_900 0x7f0c002e
+int color primary_dark_material_dark 0x7f0c002f
+int color primary_dark_material_light 0x7f0c0030
+int color primary_material_dark 0x7f0c0031
+int color primary_material_light 0x7f0c0032
+int color primary_text_default_material_dark 0x7f0c0033
+int color primary_text_default_material_light 0x7f0c0034
+int color primary_text_disabled_material_dark 0x7f0c0035
+int color primary_text_disabled_material_light 0x7f0c0036
+int color retry 0x7f0c0037
+int color ripple_material_dark 0x7f0c0038
+int color ripple_material_light 0x7f0c0039
+int color secondary_text_default_material_dark 0x7f0c003a
+int color secondary_text_default_material_light 0x7f0c003b
+int color secondary_text_disabled_material_dark 0x7f0c003c
+int color secondary_text_disabled_material_light 0x7f0c003d
+int color switch_thumb_disabled_material_dark 0x7f0c003e
+int color switch_thumb_disabled_material_light 0x7f0c003f
+int color switch_thumb_material_dark 0x7f0c0054
+int color switch_thumb_material_light 0x7f0c0055
+int color switch_thumb_normal_material_dark 0x7f0c0040
+int color switch_thumb_normal_material_light 0x7f0c0041
+int color toolbuttonActiveNotReady 0x7f0c0042
+int color toolbuttonActiveReady 0x7f0c0043
+int color toolbuttonInactiveNotReady 0x7f0c0044
+int color toolbuttonInactiveReady 0x7f0c0045
+int color toolbuttonLocked 0x7f0c0046
+int color toolslotDisabled 0x7f0c0047
+int color toolslotEnabled 0x7f0c0048
+int color win 0x7f0c0049
+int dimen abc_action_bar_content_inset_material 0x7f09000d
+int dimen abc_action_bar_default_height_material 0x7f090001
+int dimen abc_action_bar_default_padding_end_material 0x7f09000e
+int dimen abc_action_bar_default_padding_start_material 0x7f09000f
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f090011
+int dimen abc_action_bar_overflow_padding_end_material 0x7f090012
+int dimen abc_action_bar_overflow_padding_start_material 0x7f090013
+int dimen abc_action_bar_progress_bar_size 0x7f090002
+int dimen abc_action_bar_stacked_max_height 0x7f090014
+int dimen abc_action_bar_stacked_tab_max_width 0x7f090015
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f090016
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f090017
+int dimen abc_action_button_min_height_material 0x7f090018
+int dimen abc_action_button_min_width_material 0x7f090019
+int dimen abc_action_button_min_width_overflow_material 0x7f09001a
+int dimen abc_alert_dialog_button_bar_height 0x7f090000
+int dimen abc_button_inset_horizontal_material 0x7f09001b
+int dimen abc_button_inset_vertical_material 0x7f09001c
+int dimen abc_button_padding_horizontal_material 0x7f09001d
+int dimen abc_button_padding_vertical_material 0x7f09001e
+int dimen abc_config_prefDialogWidth 0x7f090005
+int dimen abc_control_corner_material 0x7f09001f
+int dimen abc_control_inset_material 0x7f090020
+int dimen abc_control_padding_material 0x7f090021
+int dimen abc_dialog_fixed_height_major 0x7f090006
+int dimen abc_dialog_fixed_height_minor 0x7f090007
+int dimen abc_dialog_fixed_width_major 0x7f090008
+int dimen abc_dialog_fixed_width_minor 0x7f090009
+int dimen abc_dialog_list_padding_vertical_material 0x7f090022
+int dimen abc_dialog_min_width_major 0x7f09000a
+int dimen abc_dialog_min_width_minor 0x7f09000b
+int dimen abc_dialog_padding_material 0x7f090023
+int dimen abc_dialog_padding_top_material 0x7f090024
+int dimen abc_disabled_alpha_material_dark 0x7f090025
+int dimen abc_disabled_alpha_material_light 0x7f090026
+int dimen abc_dropdownitem_icon_width 0x7f090027
+int dimen abc_dropdownitem_text_padding_left 0x7f090028
+int dimen abc_dropdownitem_text_padding_right 0x7f090029
+int dimen abc_edit_text_inset_bottom_material 0x7f09002a
+int dimen abc_edit_text_inset_horizontal_material 0x7f09002b
+int dimen abc_edit_text_inset_top_material 0x7f09002c
+int dimen abc_floating_window_z 0x7f09002d
+int dimen abc_list_item_padding_horizontal_material 0x7f09002e
+int dimen abc_panel_menu_list_width 0x7f09002f
+int dimen abc_search_view_preferred_width 0x7f090030
+int dimen abc_search_view_text_min_width 0x7f09000c
+int dimen abc_seekbar_track_background_height_material 0x7f090031
+int dimen abc_seekbar_track_progress_height_material 0x7f090032
+int dimen abc_select_dialog_padding_start_material 0x7f090033
+int dimen abc_switch_padding 0x7f090010
+int dimen abc_text_size_body_1_material 0x7f090034
+int dimen abc_text_size_body_2_material 0x7f090035
+int dimen abc_text_size_button_material 0x7f090036
+int dimen abc_text_size_caption_material 0x7f090037
+int dimen abc_text_size_display_1_material 0x7f090038
+int dimen abc_text_size_display_2_material 0x7f090039
+int dimen abc_text_size_display_3_material 0x7f09003a
+int dimen abc_text_size_display_4_material 0x7f09003b
+int dimen abc_text_size_headline_material 0x7f09003c
+int dimen abc_text_size_large_material 0x7f09003d
+int dimen abc_text_size_medium_material 0x7f09003e
+int dimen abc_text_size_menu_material 0x7f09003f
+int dimen abc_text_size_small_material 0x7f090040
+int dimen abc_text_size_subhead_material 0x7f090041
+int dimen abc_text_size_subtitle_material_toolbar 0x7f090003
+int dimen abc_text_size_title_material 0x7f090042
+int dimen abc_text_size_title_material_toolbar 0x7f090004
+int dimen disabled_alpha_material_dark 0x7f090043
+int dimen disabled_alpha_material_light 0x7f090044
+int dimen highlight_alpha_material_colored 0x7f090045
+int dimen highlight_alpha_material_dark 0x7f090046
+int dimen highlight_alpha_material_light 0x7f090047
+int dimen notification_large_icon_height 0x7f090048
+int dimen notification_large_icon_width 0x7f090049
+int dimen notification_subtext_size 0x7f09004a
+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 background 0x7f020045
+int drawable ball 0x7f020046
+int drawable blueparticle 0x7f020047
+int drawable bomb 0x7f020048
+int drawable bombbutton 0x7f020049
+int drawable custom_button 0x7f02004a
+int drawable emptybutton 0x7f02004b
+int drawable goal 0x7f02004c
+int drawable grasslands_preview 0x7f02004d
+int drawable levelbutton_background 0x7f02004e
+int drawable levelupbackground 0x7f02004f
+int drawable lock 0x7f020050
+int drawable lockedbutton 0x7f020051
+int drawable magnet 0x7f020052
+int drawable magnetbutton 0x7f020053
+int drawable menu_background 0x7f020054
+int drawable notification_template_icon_bg 0x7f020072
+int drawable obstacle 0x7f020055
+int drawable pausebutton 0x7f020056
+int drawable playerarrow 0x7f020057
+int drawable purple 0x7f020058
+int drawable ramp 0x7f020059
+int drawable rampbutton 0x7f02005a
+int drawable redparticle 0x7f02005b
+int drawable shortmenubackground 0x7f02005c
+int drawable sound_off 0x7f02005d
+int drawable sound_on 0x7f02005e
+int drawable sound_toggle 0x7f02005f
+int drawable splitter 0x7f020060
+int drawable spring 0x7f020061
+int drawable springbutton 0x7f020062
+int drawable star 0x7f020063
+int drawable star_icon 0x7f020064
+int drawable stars_0 0x7f020065
+int drawable stars_1 0x7f020066
+int drawable stars_2 0x7f020067
+int drawable stars_3 0x7f020068
+int drawable terrain 0x7f020069
+int drawable test 0x7f02006a
+int drawable tool_slot_background 0x7f02006b
+int drawable toolprogressbarlayers 0x7f02006c
+int drawable unlock_message_background 0x7f02006d
+int drawable unlocked 0x7f02006e
+int drawable unlockedbutton 0x7f02006f
+int drawable worldbutton_background 0x7f020070
+int drawable yellowparticle 0x7f020071
+int id action0 0x7f0d0068
+int id action_bar 0x7f0d0041
+int id action_bar_activity_content 0x7f0d0000
+int id action_bar_container 0x7f0d0040
+int id action_bar_root 0x7f0d003c
+int id action_bar_spinner 0x7f0d0001
+int id action_bar_subtitle 0x7f0d0022
+int id action_bar_title 0x7f0d0021
+int id action_context_bar 0x7f0d0042
+int id action_divider 0x7f0d006c
+int id action_menu_divider 0x7f0d0002
+int id action_menu_presenter 0x7f0d0003
+int id action_mode_bar 0x7f0d003e
+int id action_mode_bar_stub 0x7f0d003d
+int id action_mode_close_button 0x7f0d0023
+int id activity_chooser_view_content 0x7f0d0024
+int id alertTitle 0x7f0d0030
+int id always 0x7f0d001b
+int id beginning 0x7f0d0018
+int id button3 0x7f0d007c
+int id buttonPanel 0x7f0d002b
+int id cancel_action 0x7f0d0069
+int id checkbox 0x7f0d0039
+int id chronometer 0x7f0d006f
+int id collapseActionView 0x7f0d001c
+int id contentPanel 0x7f0d0031
+int id custom 0x7f0d0037
+int id customPanel 0x7f0d0036
+int id decor_content_parent 0x7f0d003f
+int id default_activity_button 0x7f0d0027
+int id disableHome 0x7f0d000c
+int id edit_query 0x7f0d0043
+int id end 0x7f0d0019
+int id end_padder 0x7f0d0074
+int id expand_activities_button 0x7f0d0025
+int id expanded_menu 0x7f0d0038
+int id game_countdown 0x7f0d0057
+int id game_fps 0x7f0d0053
+int id game_levelup 0x7f0d0056
+int id game_message 0x7f0d0055
+int id game_pausebutton 0x7f0d0050
+int id game_playerprogress 0x7f0d0052
+int id game_shortmenu 0x7f0d0054
+int id game_toolbuttonbar 0x7f0d0051
+int id home 0x7f0d0004
+int id homeAsUp 0x7f0d000d
+int id horizontalScrollView 0x7f0d005c
+int id icon 0x7f0d0029
+int id ifRoom 0x7f0d001d
+int id image 0x7f0d0026
+int id imageView 0x7f0d0062
+int id imageView2 0x7f0d00a1
+int id imageView3 0x7f0d009f
+int id info 0x7f0d0073
+int id levelbutton_lock 0x7f0d005a
+int id levelbutton_starimage 0x7f0d0059
+int id levelbutton_textview 0x7f0d0058
+int id levels_bottomRow 0x7f0d005e
+int id levels_topRow 0x7f0d005d
+int id levels_topbar 0x7f0d005b
+int id levelup_level 0x7f0d0060
+int id levelup_mainlayout 0x7f0d005f
+int id levelup_text 0x7f0d0061
+int id levelup_unlocklist 0x7f0d0063
+int id line1 0x7f0d006d
+int id line3 0x7f0d0071
+int id listMode 0x7f0d0009
+int id list_item 0x7f0d0028
+int id media_actions 0x7f0d006b
+int id message_exitbutton 0x7f0d0066
+int id message_leftbutton 0x7f0d0065
+int id message_title 0x7f0d0064
+int id message_tryagainbutton 0x7f0d0067
+int id middle 0x7f0d001a
+int id multiply 0x7f0d0013
+int id never 0x7f0d001e
+int id none 0x7f0d000e
+int id normal 0x7f0d000a
+int id parentPanel 0x7f0d002d
+int id progress_circular 0x7f0d0005
+int id progress_horizontal 0x7f0d0006
+int id radio 0x7f0d003b
+int id screen 0x7f0d0014
+int id scrollIndicatorDown 0x7f0d0035
+int id scrollIndicatorUp 0x7f0d0032
+int id scrollView 0x7f0d0033
+int id search_badge 0x7f0d0045
+int id search_bar 0x7f0d0044
+int id search_button 0x7f0d0046
+int id search_close_btn 0x7f0d004b
+int id search_edit_frame 0x7f0d0047
+int id search_go_btn 0x7f0d004d
+int id search_mag_icon 0x7f0d0048
+int id search_plate 0x7f0d0049
+int id search_src_text 0x7f0d004a
+int id search_voice_btn 0x7f0d004e
+int id select_dialog_listview 0x7f0d004f
+int id shortcut 0x7f0d003a
+int id shortmenu_continue 0x7f0d0076
+int id shortmenu_exit 0x7f0d0078
+int id shortmenu_restart 0x7f0d0077
+int id shortmenu_topbar 0x7f0d0075
+int id showCustom 0x7f0d000f
+int id showHome 0x7f0d0010
+int id showTitle 0x7f0d0011
+int id spacer 0x7f0d002c
+int id split_action_bar 0x7f0d0007
+int id src_atop 0x7f0d0015
+int id src_in 0x7f0d0016
+int id src_over 0x7f0d0017
+int id startscreen_comingsoon 0x7f0d007a
+int id startscreen_play 0x7f0d0079
+int id startscreen_sound 0x7f0d007b
+int id status_bar_latest_event_content 0x7f0d006a
+int id submit_area 0x7f0d004c
+int id tabMode 0x7f0d000b
+int id text 0x7f0d0072
+int id text2 0x7f0d0070
+int id textSpacerNoButtons 0x7f0d0034
+int id time 0x7f0d006e
+int id title 0x7f0d002a
+int id title_template 0x7f0d002f
+int id toolProgressBar 0x7f0d0082
+int id toolProgressBarView 0x7f0d0080
+int id toolProgressButtonAnimation 0x7f0d0081
+int id toolbutton_1 0x7f0d0083
+int id toolbutton_2 0x7f0d0084
+int id toolbutton_3 0x7f0d0085
+int id toolbutton_4 0x7f0d0086
+int id toolofferslot_slot 0x7f0d007e
+int id toolofferslot_title 0x7f0d007d
+int id toolshop_price_button 0x7f0d008e
+int id toolshop_scrollview 0x7f0d008c
+int id toolshop_slot1 0x7f0d0088
+int id toolshop_slot2 0x7f0d0089
+int id toolshop_slot3 0x7f0d008a
+int id toolshop_slot4 0x7f0d008b
+int id toolshop_tool_offer_layout 0x7f0d008d
+int id toolshop_topbar 0x7f0d0087
+int id toolslot_image 0x7f0d007f
+int id topPanel 0x7f0d002e
+int id topbar_layout 0x7f0d008f
+int id topbar_leveldisplay 0x7f0d0091
+int id topbar_levellayout 0x7f0d0090
+int id topbar_levelprogress 0x7f0d0092
+int id topbar_resetButton 0x7f0d0097
+int id topbar_soundtoggle 0x7f0d0095
+int id topbar_starcount 0x7f0d0094
+int id topbar_starcount_decrease 0x7f0d0098
+int id topbar_starview 0x7f0d0093
+int id topbar_toolshop 0x7f0d0096
+int id unlockmessage_message 0x7f0d009a
+int id unlockmessage_toolimage 0x7f0d0099
+int id up 0x7f0d0008
+int id useLogo 0x7f0d0012
+int id withText 0x7f0d001f
+int id worldbutton_levelcount 0x7f0d009e
+int id worldbutton_lock 0x7f0d009d
+int id worldbutton_preview 0x7f0d009c
+int id worldbutton_starcount 0x7f0d00a0
+int id worldbutton_title 0x7f0d009b
+int id worlds_layout 0x7f0d00a3
+int id worlds_topbar 0x7f0d00a2
+int id wrap_content 0x7f0d0020
+int integer abc_config_activityDefaultDur 0x7f0b0001
+int integer abc_config_activityShortDur 0x7f0b0002
+int integer abc_max_action_buttons 0x7f0b0000
+int integer cancel_button_image_alpha 0x7f0b0003
+int integer status_bar_notification_info_maxnum 0x7f0b0004
+int layout abc_action_bar_title_item 0x7f040000
+int layout abc_action_bar_up_container 0x7f040001
+int layout abc_action_bar_view_list_nav_layout 0x7f040002
+int layout abc_action_menu_item_layout 0x7f040003
+int layout abc_action_menu_layout 0x7f040004
+int layout abc_action_mode_bar 0x7f040005
+int layout abc_action_mode_close_item_material 0x7f040006
+int layout abc_activity_chooser_view 0x7f040007
+int layout abc_activity_chooser_view_list_item 0x7f040008
+int layout abc_alert_dialog_button_bar_material 0x7f040009
+int layout abc_alert_dialog_material 0x7f04000a
+int layout abc_dialog_title_material 0x7f04000b
+int layout abc_expanded_menu_layout 0x7f04000c
+int layout abc_list_menu_item_checkbox 0x7f04000d
+int layout abc_list_menu_item_icon 0x7f04000e
+int layout abc_list_menu_item_layout 0x7f04000f
+int layout abc_list_menu_item_radio 0x7f040010
+int layout abc_popup_menu_item_layout 0x7f040011
+int layout abc_screen_content_include 0x7f040012
+int layout abc_screen_simple 0x7f040013
+int layout abc_screen_simple_overlay_action_mode 0x7f040014
+int layout abc_screen_toolbar 0x7f040015
+int layout abc_search_dropdown_item_icons_2line 0x7f040016
+int layout abc_search_view 0x7f040017
+int layout abc_select_dialog_material 0x7f040018
+int layout custom_button_instance 0x7f040019
+int layout game 0x7f04001a
+int layout levelbutton 0x7f04001b
+int layout levels 0x7f04001c
+int layout levelup_message 0x7f04001d
+int layout message 0x7f04001e
+int layout notification_media_action 0x7f04001f
+int layout notification_media_cancel_action 0x7f040020
+int layout notification_template_big_media 0x7f040021
+int layout notification_template_big_media_narrow 0x7f040022
+int layout notification_template_lines 0x7f040023
+int layout notification_template_media 0x7f040024
+int layout notification_template_part_chronometer 0x7f040025
+int layout notification_template_part_time 0x7f040026
+int layout select_dialog_item_material 0x7f040027
+int layout select_dialog_multichoice_material 0x7f040028
+int layout select_dialog_singlechoice_material 0x7f040029
+int layout short_menu 0x7f04002a
+int layout start_screen 0x7f04002b
+int layout support_simple_spinner_dropdown_item 0x7f04002c
+int layout test 0x7f04002d
+int layout tool_offer_slot 0x7f04002e
+int layout tool_slot 0x7f04002f
+int layout toolbutton 0x7f040030
+int layout toolbuttonbar 0x7f040031
+int layout toolshop 0x7f040032
+int layout topbar 0x7f040033
+int layout unlock_message 0x7f040034
+int layout world_button 0x7f040035
+int layout worlds 0x7f040036
+int mipmap ic_launcher 0x7f030000
+int raw background 0x7f060000
+int raw ramp 0x7f060001
+int string abc_action_bar_home_description 0x7f070000
+int string abc_action_bar_home_description_format 0x7f070001
+int string abc_action_bar_home_subtitle_description_format 0x7f070002
+int string abc_action_bar_up_description 0x7f070003
+int string abc_action_menu_overflow_description 0x7f070004
+int string abc_action_mode_done 0x7f070005
+int string abc_activity_chooser_view_see_all 0x7f070006
+int string abc_activitychooserview_choose_application 0x7f070007
+int string abc_capital_off 0x7f070008
+int string abc_capital_on 0x7f070009
+int string abc_search_hint 0x7f07000a
+int string abc_searchview_description_clear 0x7f07000b
+int string abc_searchview_description_query 0x7f07000c
+int string abc_searchview_description_search 0x7f07000d
+int string abc_searchview_description_submit 0x7f07000e
+int string abc_searchview_description_voice 0x7f07000f
+int string abc_shareactionprovider_share_with 0x7f070010
+int string abc_shareactionprovider_share_with_application 0x7f070011
+int string abc_toolbar_collapse_description 0x7f070012
+int string app_name 0x7f070014
+int string status_bar_notification_info_overflow 0x7f070013
+int style AlertDialog_AppCompat 0x7f0a007d
+int style AlertDialog_AppCompat_Light 0x7f0a007e
+int style Animation_AppCompat_Dialog 0x7f0a007f
+int style Animation_AppCompat_DropDownUp 0x7f0a0080
+int style AppTheme 0x7f0a0081
+int style Base_AlertDialog_AppCompat 0x7f0a0082
+int style Base_AlertDialog_AppCompat_Light 0x7f0a0083
+int style Base_Animation_AppCompat_Dialog 0x7f0a0084
+int style Base_Animation_AppCompat_DropDownUp 0x7f0a0085
+int style Base_DialogWindowTitle_AppCompat 0x7f0a0086
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0a0087
+int style Base_TextAppearance_AppCompat 0x7f0a002f
+int style Base_TextAppearance_AppCompat_Body1 0x7f0a0030
+int style Base_TextAppearance_AppCompat_Body2 0x7f0a0031
+int style Base_TextAppearance_AppCompat_Button 0x7f0a0019
+int style Base_TextAppearance_AppCompat_Caption 0x7f0a0032
+int style Base_TextAppearance_AppCompat_Display1 0x7f0a0033
+int style Base_TextAppearance_AppCompat_Display2 0x7f0a0034
+int style Base_TextAppearance_AppCompat_Display3 0x7f0a0035
+int style Base_TextAppearance_AppCompat_Display4 0x7f0a0036
+int style Base_TextAppearance_AppCompat_Headline 0x7f0a0037
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0a0004
+int style Base_TextAppearance_AppCompat_Large 0x7f0a0038
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0a0005
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0a0039
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0a003a
+int style Base_TextAppearance_AppCompat_Medium 0x7f0a003b
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0a0006
+int style Base_TextAppearance_AppCompat_Menu 0x7f0a003c
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0a0088
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0a003d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0a003e
+int style Base_TextAppearance_AppCompat_Small 0x7f0a003f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0a0007
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0a0040
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0a0008
+int style Base_TextAppearance_AppCompat_Title 0x7f0a0041
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0a0009
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0a0042
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0a0043
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0a0044
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0a0045
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0a0046
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0a0047
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0a0048
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0a0049
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0a0079
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0a0089
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0a004a
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0a004b
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0a004c
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0a004d
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0a008a
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0a004e
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0a004f
+int style Base_Theme_AppCompat 0x7f0a0050
+int style Base_Theme_AppCompat_CompactMenu 0x7f0a008b
+int style Base_Theme_AppCompat_Dialog 0x7f0a000a
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0a008c
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0a008d
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0a008e
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0a0001
+int style Base_Theme_AppCompat_Light 0x7f0a0051
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0a008f
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0a000b
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0a0090
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0a0091
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0a0092
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0a0002
+int style Base_ThemeOverlay_AppCompat 0x7f0a0093
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0a0094
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0a0095
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0a0096
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0a0097
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0a000c
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0a000d
+int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f0a0015
+int style Base_V12_Widget_AppCompat_EditText 0x7f0a0016
+int style Base_V21_Theme_AppCompat 0x7f0a0052
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0a0053
+int style Base_V21_Theme_AppCompat_Light 0x7f0a0054
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0a0055
+int style Base_V22_Theme_AppCompat 0x7f0a0077
+int style Base_V22_Theme_AppCompat_Light 0x7f0a0078
+int style Base_V23_Theme_AppCompat 0x7f0a007a
+int style Base_V23_Theme_AppCompat_Light 0x7f0a007b
+int style Base_V7_Theme_AppCompat 0x7f0a0098
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0a0099
+int style Base_V7_Theme_AppCompat_Light 0x7f0a009a
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0a009b
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0a009c
+int style Base_V7_Widget_AppCompat_EditText 0x7f0a009d
+int style Base_Widget_AppCompat_ActionBar 0x7f0a009e
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0a009f
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0a00a0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0a0056
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0a0057
+int style Base_Widget_AppCompat_ActionButton 0x7f0a0058
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0a0059
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0a005a
+int style Base_Widget_AppCompat_ActionMode 0x7f0a00a1
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0a00a2
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0a0017
+int style Base_Widget_AppCompat_Button 0x7f0a005b
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0a005c
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0a005d
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0a00a3
+int style Base_Widget_AppCompat_Button_Colored 0x7f0a007c
+int style Base_Widget_AppCompat_Button_Small 0x7f0a005e
+int style Base_Widget_AppCompat_ButtonBar 0x7f0a005f
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0a00a4
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0a0060
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0a0061
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0a00a5
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0a0000
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0a00a6
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0a0062
+int style Base_Widget_AppCompat_EditText 0x7f0a0018
+int style Base_Widget_AppCompat_ImageButton 0x7f0a0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0a00a7
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0a00a8
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0a00a9
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0a0064
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0a0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0a0066
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0a0067
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0a0068
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0a0069
+int style Base_Widget_AppCompat_ListView 0x7f0a006a
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0a006b
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0a006c
+int style Base_Widget_AppCompat_PopupMenu 0x7f0a006d
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0a006e
+int style Base_Widget_AppCompat_PopupWindow 0x7f0a00aa
+int style Base_Widget_AppCompat_ProgressBar 0x7f0a000e
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0a000f
+int style Base_Widget_AppCompat_RatingBar 0x7f0a006f
+int style Base_Widget_AppCompat_SearchView 0x7f0a00ab
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0a00ac
+int style Base_Widget_AppCompat_SeekBar 0x7f0a0070
+int style Base_Widget_AppCompat_Spinner 0x7f0a0071
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0a0003
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0a0072
+int style Base_Widget_AppCompat_Toolbar 0x7f0a00ad
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0a0073
+int style Platform_AppCompat 0x7f0a0010
+int style Platform_AppCompat_Light 0x7f0a0011
+int style Platform_ThemeOverlay_AppCompat 0x7f0a0074
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0a0075
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0a0076
+int style Platform_V11_AppCompat 0x7f0a0012
+int style Platform_V11_AppCompat_Light 0x7f0a0013
+int style Platform_V14_AppCompat 0x7f0a001a
+int style Platform_V14_AppCompat_Light 0x7f0a001b
+int style Platform_Widget_AppCompat_Spinner 0x7f0a0014
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0a0021
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0a0022
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0a0023
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0a0024
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0a0025
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0a0026
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0a0027
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0a0028
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0a0029
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0a002a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0a002b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0a002c
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0a002d
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0a002e
+int style TextAppearance_AppCompat 0x7f0a00ae
+int style TextAppearance_AppCompat_Body1 0x7f0a00af
+int style TextAppearance_AppCompat_Body2 0x7f0a00b0
+int style TextAppearance_AppCompat_Button 0x7f0a00b1
+int style TextAppearance_AppCompat_Caption 0x7f0a00b2
+int style TextAppearance_AppCompat_Display1 0x7f0a00b3
+int style TextAppearance_AppCompat_Display2 0x7f0a00b4
+int style TextAppearance_AppCompat_Display3 0x7f0a00b5
+int style TextAppearance_AppCompat_Display4 0x7f0a00b6
+int style TextAppearance_AppCompat_Headline 0x7f0a00b7
+int style TextAppearance_AppCompat_Inverse 0x7f0a00b8
+int style TextAppearance_AppCompat_Large 0x7f0a00b9
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0a00ba
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0a00bb
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0a00bc
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0a00bd
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0a00be
+int style TextAppearance_AppCompat_Medium 0x7f0a00bf
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0a00c0
+int style TextAppearance_AppCompat_Menu 0x7f0a00c1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0a00c2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0a00c3
+int style TextAppearance_AppCompat_Small 0x7f0a00c4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0a00c5
+int style TextAppearance_AppCompat_Subhead 0x7f0a00c6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0a00c7
+int style TextAppearance_AppCompat_Title 0x7f0a00c8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0a00c9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0a00ca
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0a00cb
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0a00cc
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0a00cd
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0a00ce
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0a00cf
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0a00d0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0a00d1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0a00d2
+int style TextAppearance_AppCompat_Widget_Button 0x7f0a00d3
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0a00d4
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0a00d5
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0a00d6
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0a00d7
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0a00d8
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0a00d9
+int style TextAppearance_StatusBar_EventContent 0x7f0a001c
+int style TextAppearance_StatusBar_EventContent_Info 0x7f0a001d
+int style TextAppearance_StatusBar_EventContent_Line2 0x7f0a001e
+int style TextAppearance_StatusBar_EventContent_Time 0x7f0a001f
+int style TextAppearance_StatusBar_EventContent_Title 0x7f0a0020
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0a00da
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0a00db
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0a00dc
+int style Theme_AppCompat 0x7f0a00dd
+int style Theme_AppCompat_CompactMenu 0x7f0a00de
+int style Theme_AppCompat_Dialog 0x7f0a00df
+int style Theme_AppCompat_Dialog_Alert 0x7f0a00e0
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0a00e1
+int style Theme_AppCompat_DialogWhenLarge 0x7f0a00e2
+int style Theme_AppCompat_Light 0x7f0a00e3
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0a00e4
+int style Theme_AppCompat_Light_Dialog 0x7f0a00e5
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0a00e6
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0a00e7
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0a00e8
+int style Theme_AppCompat_Light_NoActionBar 0x7f0a00e9
+int style Theme_AppCompat_NoActionBar 0x7f0a00ea
+int style ThemeOverlay_AppCompat 0x7f0a00eb
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0a00ec
+int style ThemeOverlay_AppCompat_Dark 0x7f0a00ed
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0a00ee
+int style ThemeOverlay_AppCompat_Light 0x7f0a00ef
+int style Widget_AppCompat_ActionBar 0x7f0a00f0
+int style Widget_AppCompat_ActionBar_Solid 0x7f0a00f1
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0a00f2
+int style Widget_AppCompat_ActionBar_TabText 0x7f0a00f3
+int style Widget_AppCompat_ActionBar_TabView 0x7f0a00f4
+int style Widget_AppCompat_ActionButton 0x7f0a00f5
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0a00f6
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0a00f7
+int style Widget_AppCompat_ActionMode 0x7f0a00f8
+int style Widget_AppCompat_ActivityChooserView 0x7f0a00f9
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0a00fa
+int style Widget_AppCompat_Button 0x7f0a00fb
+int style Widget_AppCompat_Button_Borderless 0x7f0a00fc
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0a00fd
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0a00fe
+int style Widget_AppCompat_Button_Colored 0x7f0a00ff
+int style Widget_AppCompat_Button_Small 0x7f0a0100
+int style Widget_AppCompat_ButtonBar 0x7f0a0101
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0a0102
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0a0103
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0a0104
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0a0105
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0a0106
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0a0107
+int style Widget_AppCompat_EditText 0x7f0a0108
+int style Widget_AppCompat_ImageButton 0x7f0a0109
+int style Widget_AppCompat_Light_ActionBar 0x7f0a010a
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0a010b
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0a010c
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0a010d
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0a010e
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0a010f
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0a0110
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0a0111
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0a0112
+int style Widget_AppCompat_Light_ActionButton 0x7f0a0113
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0a0114
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0a0115
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0a0116
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0a0117
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0a0118
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0a0119
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0a011a
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0a011b
+int style Widget_AppCompat_Light_PopupMenu 0x7f0a011c
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0a011d
+int style Widget_AppCompat_Light_SearchView 0x7f0a011e
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0a011f
+int style Widget_AppCompat_ListPopupWindow 0x7f0a0120
+int style Widget_AppCompat_ListView 0x7f0a0121
+int style Widget_AppCompat_ListView_DropDown 0x7f0a0122
+int style Widget_AppCompat_ListView_Menu 0x7f0a0123
+int style Widget_AppCompat_PopupMenu 0x7f0a0124
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0a0125
+int style Widget_AppCompat_PopupWindow 0x7f0a0126
+int style Widget_AppCompat_ProgressBar 0x7f0a0127
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0a0128
+int style Widget_AppCompat_RatingBar 0x7f0a0129
+int style Widget_AppCompat_SearchView 0x7f0a012a
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0a012b
+int style Widget_AppCompat_SeekBar 0x7f0a012c
+int style Widget_AppCompat_Spinner 0x7f0a012d
+int style Widget_AppCompat_Spinner_DropDown 0x7f0a012e
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0a012f
+int style Widget_AppCompat_Spinner_Underlined 0x7f0a0130
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0a0131
+int style Widget_AppCompat_Toolbar 0x7f0a0132
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0a0133
+int style customButton 0x7f0a0134
+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/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000..83ce395
--- /dev/null
+++ b/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,61 @@
+-- Merging decision tree log ---
+manifest
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:2:1-28:12
+ package
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:3:5-45
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ android:versionName
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:2:11-69
+ android:versionCode
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+uses-feature#0x00020000
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:5:5-7:35
+ android:glEsVersion
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:6:9-41
+ android:required
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:7:9-32
+application
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:9:5-26:19
+MERGED from [com.android.support:appcompat-v7:23.1.1] C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\AndroidManifest.xml:22:5-20
+MERGED from [com.android.support:support-v4:23.1.1] C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.1.1\AndroidManifest.xml:22:5-20
+ android:label
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:12:9-41
+ android:supportsRtl
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:13:9-35
+ android:allowBackup
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:10:9-35
+ android:icon
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:11:9-43
+activity#com.example.julian.endlessroll.main.GameActivity
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:16:9-25:20
+ android:screenOrientation
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:19:13-50
+ android:configChanges
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:18:13-74
+ android:name
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:17:13-46
+intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:20:13-24:29
+action#android.intent.action.MAIN
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:21:17-69
+ android:name
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:21:25-66
+category#android.intent.category.LAUNCHER
+ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:23:17-77
+ android:name
+ ADDED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml:23:27-74
+uses-sdk
+INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
+MERGED from [com.android.support:appcompat-v7:23.1.1] C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\AndroidManifest.xml:20:5-43
+MERGED from [com.android.support:support-v4:23.1.1] C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\build\intermediates\exploded-aar\com.android.support\support-v4\23.1.1\AndroidManifest.xml:20:5-43
+ android:targetSdkVersion
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\Julian\AndroidStudioProjects\EndlessRoll\app\src\main\AndroidManifest.xml
diff --git a/app/libs/simple-xml-2.7.1.jar b/app/libs/simple-xml-2.7.1.jar
new file mode 100644
index 0000000..913725d
Binary files /dev/null and b/app/libs/simple-xml-2.7.1.jar differ
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
new file mode 100644
index 0000000..0550155
--- /dev/null
+++ b/app/proguard-rules.pro
@@ -0,0 +1,17 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in C:\Users\Julian\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the proguardFiles
+# directive in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/app/src/androidTest/java/com/example/julian/endlessroll/ApplicationTest.java b/app/src/androidTest/java/com/example/julian/endlessroll/ApplicationTest.java
new file mode 100644
index 0000000..b8f12a6
--- /dev/null
+++ b/app/src/androidTest/java/com/example/julian/endlessroll/ApplicationTest.java
@@ -0,0 +1,13 @@
+package com.example.julian.endlessroll;
+
+import android.app.Application;
+import android.test.ApplicationTestCase;
+
+/**
+ * Testing Fundamentals
+ */
+public class ApplicationTest extends ApplicationTestCase {
+ public ApplicationTest() {
+ super(Application.class);
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..1ff1106
--- /dev/null
+++ b/app/src/main/AndroidManifest.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ android:theme="@style/AppTheme">
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/assets/fontBaron.ttf b/app/src/main/assets/fontBaron.ttf
new file mode 100644
index 0000000..89f70a6
Binary files /dev/null and b/app/src/main/assets/fontBaron.ttf differ
diff --git a/app/src/main/assets/levelpack_01.xml b/app/src/main/assets/levelpack_01.xml
new file mode 100644
index 0000000..5d000c8
--- /dev/null
+++ b/app/src/main/assets/levelpack_01.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/levelpacks/Grasslands.xml b/app/src/main/assets/levelpacks/Grasslands.xml
new file mode 100644
index 0000000..a636d93
--- /dev/null
+++ b/app/src/main/assets/levelpacks/Grasslands.xml
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/levelpacks/Testcave.xml b/app/src/main/assets/levelpacks/Testcave.xml
new file mode 100644
index 0000000..96eca8c
--- /dev/null
+++ b/app/src/main/assets/levelpacks/Testcave.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/levelpacks/levelpack_First Pack.xml b/app/src/main/assets/levelpacks/levelpack_First Pack.xml
new file mode 100644
index 0000000..7bd035c
--- /dev/null
+++ b/app/src/main/assets/levelpacks/levelpack_First Pack.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/levelpacks/levelpack_Test Pack.xml b/app/src/main/assets/levelpacks/levelpack_Test Pack.xml
new file mode 100644
index 0000000..72d0c87
--- /dev/null
+++ b/app/src/main/assets/levelpacks/levelpack_Test Pack.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/levelpacks/test.xml b/app/src/main/assets/levelpacks/test.xml
new file mode 100644
index 0000000..65e447a
--- /dev/null
+++ b/app/src/main/assets/levelpacks/test.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/particleEffects/collectStar.pe b/app/src/main/assets/particleEffects/collectStar.pe
new file mode 100644
index 0000000..245517a
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/particleEffects/explosion.pe b/app/src/main/assets/particleEffects/explosion.pe
new file mode 100644
index 0000000..c606a0e
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/particleEffects/magnet.pe b/app/src/main/assets/particleEffects/magnet.pe
new file mode 100644
index 0000000..93bf1e5
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/particleEffects/particle.png b/app/src/main/assets/particleEffects/particle.png
new file mode 100644
index 0000000..4a898e4
Binary files /dev/null and b/app/src/main/assets/particleEffects/particle.png differ
diff --git a/app/src/main/assets/particleEffects/star.png b/app/src/main/assets/particleEffects/star.png
new file mode 100644
index 0000000..e341bbc
Binary files /dev/null and b/app/src/main/assets/particleEffects/star.png differ
diff --git a/app/src/main/assets/shader/entityFragmentShader.glsl b/app/src/main/assets/shader/entityFragmentShader.glsl
new file mode 100644
index 0000000..6ba0360
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/shader/entityVertexShader.glsl b/app/src/main/assets/shader/entityVertexShader.glsl
new file mode 100644
index 0000000..19da5d9
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/shader/particleFragmentShader.glsl b/app/src/main/assets/shader/particleFragmentShader.glsl
new file mode 100644
index 0000000..2132ecf
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/shader/simpleFragmentShader.glsl b/app/src/main/assets/shader/simpleFragmentShader.glsl
new file mode 100644
index 0000000..a51d212
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/shader/simpleVertexShader.glsl b/app/src/main/assets/shader/simpleVertexShader.glsl
new file mode 100644
index 0000000..7fee205
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/shader/terrainVertexShader.glsl b/app/src/main/assets/shader/terrainVertexShader.glsl
new file mode 100644
index 0000000..3c39444
--- /dev/null
+++ b/app/src/main/assets/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/src/main/assets/testlevelpack.xml b/app/src/main/assets/testlevelpack.xml
new file mode 100644
index 0000000..844f2fb
--- /dev/null
+++ b/app/src/main/assets/testlevelpack.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
new file mode 100644
index 0000000..f04ec3f
Binary files /dev/null and b/app/src/main/ic_launcher-web.png differ
diff --git a/app/src/main/java/com/example/julian/endlessroll/data/Color.java b/app/src/main/java/com/example/julian/endlessroll/data/Color.java
new file mode 100644
index 0000000..aa437dc
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/data/Color.java
@@ -0,0 +1,69 @@
+package com.example.julian.endlessroll.data;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Color {
+
+ private float r, g, b;
+
+ public Color() {
+ }
+
+ public Color(float r, float g, float b){
+ this.r = r;
+ this.g = g;
+ this.b = b;
+ }
+
+ public Color(Color other) {
+ this.r = other.getR();
+ this.g = other.getG();
+ this.b = other.getB();
+ }
+
+ public Color mix(float leftValue, float rightValue, Color color2) {
+ Color mySelf = new Color(this);
+ Color second = new Color(color2);
+ mySelf.mul(leftValue);
+ second.mul(rightValue);
+ mySelf.add(second);
+ return mySelf;
+ }
+
+ private void mul(float a) {
+ r *= a;
+ g *= a;
+ b *= a;
+ }
+
+ private void add(Color other) {
+ r += other.getR();
+ g += other.getG();
+ b += other.getB();
+ }
+
+ public float getR() {
+ return r;
+ }
+
+ public void setR(float r) {
+ this.r = r;
+ }
+
+ public float getG() {
+ return g;
+ }
+
+ public void setG(float g) {
+ this.g = g;
+ }
+
+ public float getB() {
+ return b;
+ }
+
+ public void setB(float b) {
+ this.b = b;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/data/Vector.java b/app/src/main/java/com/example/julian/endlessroll/data/Vector.java
new file mode 100644
index 0000000..b9f2451
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/data/Vector.java
@@ -0,0 +1,101 @@
+package com.example.julian.endlessroll.data;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Vector {
+
+ public float x, y;
+
+ public Vector() {
+ this(0, 0);
+ }
+
+ public Vector(Vector other) {
+ this(other.x, other.y);
+ }
+
+ public Vector(float x, float y) {
+ set(x, y);
+ }
+
+ @Override
+ public String toString() {
+ return "Vector(" + x + ", " + y + ")";
+ }
+
+ public Vector set(float x, float y) {
+ this.x = x;
+ this.y = y;
+ return this;
+ }
+
+ public float length() {
+ return (float) Math.sqrt(x * x + y * y);
+ }
+
+ public Vector normalize() {
+ float length = this.length();
+ x /= length;
+ y /= length;
+ return this;
+ }
+
+ public Vector translate(Vector other) {
+ this.x += other.x;
+ this.y += other.y;
+ return this;
+ }
+
+ public Vector translate(float x, float y) {
+ this.x += x;
+ this.y += y;
+ return this;
+ }
+
+ public Vector mul(float z) {
+ x *= z;
+ y *= z;
+ return this;
+ }
+
+ public Vector mul(Vector other) {
+ this.x *= other.x;
+ this.y *= other.y;
+ return this;
+ }
+
+ public Vector mul(float x, float y) {
+ this.x *= x;
+ this.y *= y;
+ return this;
+ }
+
+ public Vector negate() {
+ this.x *= -1;
+ this.y *= -1;
+ return this;
+ }
+
+ public Vector vectorTo(Vector other) {
+ float x = other.x - this.x;
+ float y = other.y - this.y;
+ return new Vector(x, y);
+ }
+
+ public void setX(float x) {
+ this.x = x;
+ }
+
+ public void setY(float y) {
+ this.y = y;
+ }
+
+ public float getX() {
+ return x;
+ }
+
+ public float getY() {
+ return y;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Animation.java b/app/src/main/java/com/example/julian/endlessroll/entities/Animation.java
new file mode 100644
index 0000000..55507b2
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Animation.java
@@ -0,0 +1,51 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 14.12.2015.
+ */
+public class Animation {
+
+ private int[] indexSequence = {0, 1, 2, 3};
+ private boolean looping = false;
+ private int requiredDelta = 110;
+
+ private int indexPointer = 0;
+ private boolean stillRunning = true;
+ private long lastSwitchTime = -1;
+
+ public void update(Timer timer) {
+ if (lastSwitchTime == -1) {
+ lastSwitchTime = timer.getCurrentTime();
+ return;
+ }
+ if (stillRunning) {
+ long delta = timer.getCurrentTime() - lastSwitchTime;
+ if (delta >= requiredDelta) {
+ lastSwitchTime = timer.getCurrentTime();
+ indexPointer++;
+ if (!looping && indexPointer == indexSequence.length - 1)
+ stillRunning = false;
+ if (looping && indexPointer == indexSequence.length)
+ indexPointer = 0;
+ }
+ }
+ }
+
+ public int getCurrentTexIndex() {
+ return indexSequence[indexPointer];
+ }
+
+ public void setIndexSequence(int[] indexSequence) {
+ this.indexSequence = indexSequence;
+ }
+
+ public void setRequiredDelta(int requiredDelta) {
+ this.requiredDelta = requiredDelta;
+ }
+
+ public void setLooping(boolean looping) {
+ this.looping = looping;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Background.java b/app/src/main/java/com/example/julian/endlessroll/entities/Background.java
new file mode 100644
index 0000000..2e327c2
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Background.java
@@ -0,0 +1,45 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+
+import java.util.ArrayList;
+
+/**
+ * Created by Julian on 20.07.2016.
+ */
+public class Background extends ArrayList {
+
+ private final float PART_WIDTH = 5;
+ private final float HALF_PART_WIDTH = PART_WIDTH / 2;
+ private Texture texture;
+
+ public Background(Texture texture) {
+ this.texture = texture;
+ super.add(createPart(-HALF_PART_WIDTH));
+ }
+
+ private Entity createPart(float xLeftEdge) {
+ return new Entity(texture, new Vector(xLeftEdge + HALF_PART_WIDTH, 0), PART_WIDTH, 2);
+ }
+
+ public void move(float x, float cameraX) {
+ Vector movement = new Vector(x, 0);
+ for (Entity part : this)
+ part.move(movement);
+ if (!super.isEmpty()) {
+ Entity last = super.get(super.size()-1);
+ if (last.getRightEdge() -cameraX < 3) {
+ super.add(createPart(last.getRightEdge()-0.001f));
+ }if(super.get(0).getRightEdge() -cameraX< -3){
+ super.remove(0);
+ }
+ }
+ }
+
+ public void resetPosition() {
+ super.clear();
+ super.add(createPart(-HALF_PART_WIDTH));
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/DestroyEffect.java b/app/src/main/java/com/example/julian/endlessroll/entities/DestroyEffect.java
new file mode 100644
index 0000000..6fad6b3
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/DestroyEffect.java
@@ -0,0 +1,37 @@
+package com.example.julian.endlessroll.entities;
+
+import android.support.annotation.Nullable;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.particles.ParticleEffect;
+import com.example.julian.endlessroll.entities.particles.ParticleSource;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+
+/**
+ * Created by Julian on 11.03.2016.
+ */
+public enum DestroyEffect {
+
+ EXPLOSION, STAR_EXPLOSION, NONE;
+
+ @Nullable
+ public ParticleSource createEffect(ParticleSystem system, Vector position, Vector size) {
+ if (this == NONE)
+ return null;
+ ParticleSource source = new ParticleSource(position, getEffect(system));
+ source.setSpawnSize(size);
+ return source;
+ }
+
+ private ParticleEffect getEffect(ParticleSystem system) {
+ switch (this) {
+ case EXPLOSION:
+ return system.explosion;
+ case STAR_EXPLOSION:
+ return system.starCollect;
+ default:
+ return null;
+ }
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Entity.java b/app/src/main/java/com/example/julian/endlessroll/entities/Entity.java
new file mode 100644
index 0000000..ce591cd
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Entity.java
@@ -0,0 +1,81 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.collision.geometry.Quad;
+import com.example.julian.endlessroll.entities.textures.Texture;
+
+/**
+ * Created by Julian on 20.11.2015.
+ */
+public class Entity extends Quad {
+
+ private Texture texture;
+ private Vector movement;
+ private float rotation;
+ private float alpha = 1.0f;
+ private boolean destroyed;
+ private DestroyEffect destroyEffect;
+
+ public Entity(Texture texture, Vector position, float width, float height) {
+ super(position, width, height);
+ this.texture = texture;
+ this.movement = new Vector();
+ }
+
+ public void move(Vector movement) {
+ position.translate(movement);
+ }
+
+ public void rotate(float factor) {
+ rotation += factor;
+ }
+
+ public void setToTerrain(float terrainHeight) {
+ position.y = terrainHeight + height / 2;
+ }
+
+ public Texture getTexture() {
+ return texture;
+ }
+
+ public void setTexture(Texture texture) {
+ this.texture = texture;
+ }
+
+ public Vector getMovement() {
+ return movement;
+ }
+
+ public void setMovement(Vector movement) {
+ this.movement = movement;
+ }
+
+ public float getRotation() {
+ return rotation;
+ }
+
+ public void setRotation(float rotation) {
+ this.rotation = rotation;
+ }
+
+ public void setAlpha(float alpha) {
+ this.alpha = alpha;
+ }
+
+ public float getAlpha() {
+ return alpha;
+ }
+
+ public void destroy(DestroyEffect destroyEffect) {
+ this.destroyed = true;
+ this.destroyEffect = destroyEffect;
+ }
+
+ public boolean isDestroyed() {
+ return destroyed;
+ }
+
+ public DestroyEffect getDestroyEffect() {
+ return destroyEffect;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Goal.java b/app/src/main/java/com/example/julian/endlessroll/entities/Goal.java
new file mode 100644
index 0000000..4d64a63
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Goal.java
@@ -0,0 +1,15 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+
+public class Goal extends Entity {
+
+ public Goal(Texture texture) {
+ super(texture, new Vector(), 0.1f, 2);
+ }
+
+ public void setGoalX(float goalX) {
+ super.setPosition(new Vector(goalX - 0.05f, 0));
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Obstacle.java b/app/src/main/java/com/example/julian/endlessroll/entities/Obstacle.java
new file mode 100644
index 0000000..b054dc9
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Obstacle.java
@@ -0,0 +1,18 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.levels.ObstacleData;
+
+/**
+ * Created by Julian on 20.11.2015.
+ */
+public class Obstacle extends Entity {
+
+ public Obstacle(Texture texture, ObstacleData data, float terrainHeight) {
+ super(texture, new Vector(data.getX(), data.getY()), data.getWidth(), data.getHeight());
+ if (data.isAttachedToGround())
+ super.setToTerrain(terrainHeight);
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Player.java b/app/src/main/java/com/example/julian/endlessroll/entities/Player.java
new file mode 100644
index 0000000..12b04d3
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Player.java
@@ -0,0 +1,41 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+
+/**
+ * Created by Julian on 20.11.2015.
+ */
+public class Player extends Entity {
+
+ private final float ROTATION_SPEED = -400;
+ public final float RADIUS = 0.1f;
+ private final float START_X = -0.9f;
+ private float speed = 0.001f;
+
+ public Player(Texture texture) {
+ super(texture, new Vector(), 0, 0);
+ super.setWidth(RADIUS * 2);
+ super.setHeight(RADIUS * 2);
+ }
+
+ public void init(float terrainHeight) {
+ super.setToTerrain(terrainHeight);
+ super.getPosition().x = START_X;
+ super.setMovement(new Vector(speed, 0));
+ }
+
+ public void setSpeed(float speed) {
+ this.speed = speed;
+ }
+
+ public float getProgress() {
+ return getPosition().x - START_X;
+ }
+
+ @Override
+ public void move(Vector movement) {
+ super.move(movement);
+ rotate(movement.x * ROTATION_SPEED);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Star.java b/app/src/main/java/com/example/julian/endlessroll/entities/Star.java
new file mode 100644
index 0000000..7082517
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Star.java
@@ -0,0 +1,19 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.levels.StarData;
+
+public class Star extends Entity {
+
+ private int index;
+
+ public Star(Texture texture, StarData starData) {
+ super(texture, new Vector(starData.getX(), starData.getY()), starData.getWidth(), starData.getHeight());
+ this.index = starData.getIndex();
+ }
+
+ public int getIndex() {
+ return index;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/Terrain.java b/app/src/main/java/com/example/julian/endlessroll/entities/Terrain.java
new file mode 100644
index 0000000..561ffc5
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/Terrain.java
@@ -0,0 +1,78 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.levels.Gap;
+import com.example.julian.endlessroll.levels.TerrainData;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 08.12.2015.
+ */
+public class Terrain extends ArrayList {
+
+ private Texture texture;
+ private float height;
+ private boolean endless;
+
+ public Terrain(Texture texture) {
+ this.texture = texture;
+ }
+
+ private void create(float endX, float height, List gaps) {
+ this.height = height;
+ float y = calculateYPositionFromHeight();
+ float h = 1 + height;
+ float lastGapRightEdge = -3;
+ for (int i = 0; i < gaps.size() + 1; i++) {
+ float nextGapLeftEdge;
+ if (i == gaps.size())
+ nextGapLeftEdge = endX;
+ else
+ nextGapLeftEdge = gaps.get(i).getLeftEdge();
+ float width = nextGapLeftEdge - lastGapRightEdge;
+ float x = lastGapRightEdge + width / 2;
+ TerrainTile entity = new TerrainTile(texture, new Vector(x, y), width, h);
+ super.add(entity);
+ if (i != gaps.size())
+ lastGapRightEdge = gaps.get(i).getRightEdge();
+ }
+ }
+
+ public void loadData(TerrainData data) {
+ super.clear();
+ this.endless = false;
+ create(data.getEndX(), data.getHeight(), data.getGaps());
+ }
+
+ public void createEndless(float height) {
+ super.clear();
+ this.endless = true;
+ this.height = height;
+ super.add(new TerrainTile(texture, new Vector(0, calculateYPositionFromHeight()), 5, 1 + height));
+ }
+
+ public void update(float cameraX) {
+ if (!super.isEmpty()) {
+ if (super.get(0).getRightEdge() - cameraX < -3) {
+ super.remove(0);
+ }
+ if (endless) {
+ Entity last = super.get(super.size() - 1);
+ if (last.getRightEdge() - cameraX < 3)
+ super.add(new TerrainTile(texture, new Vector(last.getRightEdge() + 2.5f, calculateYPositionFromHeight()), 5, 1 + height));
+ }
+ }
+ }
+
+ private float calculateYPositionFromHeight() {
+ return height - (1 + height) / 2;
+ }
+
+ public float getHeight() {
+ return height;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/TerrainTile.java b/app/src/main/java/com/example/julian/endlessroll/entities/TerrainTile.java
new file mode 100644
index 0000000..8b11b23
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/TerrainTile.java
@@ -0,0 +1,15 @@
+package com.example.julian.endlessroll.entities;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.Texture;
+
+/**
+ * Created by Julian on 18.12.2015.
+ */
+
+public class TerrainTile extends Entity {
+
+ public TerrainTile(Texture texture, Vector position, float width, float height) {
+ super(texture, position, width, height);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/CircleTriangleCollisionDetector.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CircleTriangleCollisionDetector.java
new file mode 100644
index 0000000..29cef87
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CircleTriangleCollisionDetector.java
@@ -0,0 +1,78 @@
+package com.example.julian.endlessroll.entities.collision;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.collision.geometry.Circle;
+import com.example.julian.endlessroll.entities.collision.geometry.Triangle;
+
+/**
+ * Created by Julian on 28.02.2016.
+ */
+public class CircleTriangleCollisionDetector {
+
+ public boolean circleTriangleCollision(Circle circle, Triangle triangle) {
+ if (circleIntersectingWithTriangleVertices(circle, triangle))
+ return true;
+
+ if (circleCenterInsideTriangle(circle, triangle))
+ return true;
+
+ if (circleIntersectingWithTriangleEdges(circle, triangle))
+ return true;
+ return false;
+ }
+
+ private boolean circleIntersectingWithTriangleEdges(Circle circle, Triangle triangle) {
+ Vector edge1 = triangle.getVertex1().vectorTo(triangle.getVertex2());
+ Vector edge2 = triangle.getVertex2().vectorTo(triangle.getVertex3());
+ Vector edge3 = triangle.getVertex3().vectorTo(triangle.getVertex1());
+
+ boolean intersectingWithEdge1 = circleIntersectingWithTriangleEdge(circle, triangle.getVertex1(), edge1);
+ boolean intersectingWithEdge2 = circleIntersectingWithTriangleEdge(circle, triangle.getVertex2(), edge2);
+ boolean intersectingWithEdge3 = circleIntersectingWithTriangleEdge(circle, triangle.getVertex3(), edge3);
+ return intersectingWithEdge1 || intersectingWithEdge2 || intersectingWithEdge3;
+ }
+
+ private boolean circleIntersectingWithTriangleEdge(Circle circle, Vector vertex, Vector edge) {
+ Vector vertexToCenter = vertex.vectorTo(circle.getCenter());
+ Vector kVector = new Vector(vertexToCenter).mul(edge);
+ float k = kVector.x + kVector.y;
+
+ if (k > 0) {
+ float length = edge.length();
+ k = k / length;
+
+ if (k < length)
+ if (Math.sqrt(vertexToCenter.x * vertexToCenter.x + vertexToCenter.y * vertexToCenter.y - k * k) <= circle.getRadius())
+ return true;
+ }
+ return false;
+ }
+
+ private boolean circleCenterInsideTriangle(Circle circle, Triangle triangle) {
+ Vector vertex1To2 = triangle.getVertex1().vectorTo(triangle.getVertex2());
+ Vector vertex2To3 = triangle.getVertex2().vectorTo(triangle.getVertex3());
+ Vector vertex3To1 = triangle.getVertex3().vectorTo(triangle.getVertex1());
+ Vector vertex1ToCenter = triangle.getVertex1().vectorTo(circle.getCenter());
+ Vector vertex2ToCenter = triangle.getVertex2().vectorTo(circle.getCenter());
+ Vector vertex3ToCenter = triangle.getVertex3().vectorTo(circle.getCenter());
+
+ boolean centerInsideV1V2 = vertex1To2.y * vertex1ToCenter.x - vertex1To2.x * vertex1ToCenter.y < 0;
+ boolean centerInsideV2V3 = vertex2To3.y * vertex2ToCenter.x - vertex2To3.x * vertex2ToCenter.y < 0;
+ boolean centerInsideV3V1 = vertex3To1.y * vertex3ToCenter.x - vertex3To1.x * vertex3ToCenter.y < 0;
+
+ return centerInsideV1V2 && centerInsideV2V3 && centerInsideV3V1;
+ }
+
+ private boolean circleIntersectingWithTriangleVertices(Circle circle, Triangle triangle) {
+ boolean intersectingWithVertex1 = circleIntersectingWithTriangleVertex(circle, triangle.getVertex1());
+ boolean intersectingWithVertex2 = circleIntersectingWithTriangleVertex(circle, triangle.getVertex2());
+ boolean intersectingWithVertex3 = circleIntersectingWithTriangleVertex(circle, triangle.getVertex3());
+ return intersectingWithVertex1 || intersectingWithVertex2 || intersectingWithVertex3;
+ }
+
+ private boolean circleIntersectingWithTriangleVertex(Circle circle, Vector vertex) {
+ Vector centerToVertex = circle.getCenter().vectorTo(vertex);
+ return centerToVertex.length() <= circle.getRadius();
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionDetector.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionDetector.java
new file mode 100644
index 0000000..1cb8b57
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionDetector.java
@@ -0,0 +1,126 @@
+package com.example.julian.endlessroll.entities.collision;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.collisionData.EntityCollisionData;
+import com.example.julian.endlessroll.entities.collision.geometry.Circle;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.entities.collision.geometry.Quad;
+import com.example.julian.endlessroll.entities.collision.geometry.Triangle;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class CollisionDetector {
+
+ private CircleTriangleCollisionDetector triangleDetector;
+
+ public CollisionDetector() {
+ triangleDetector = new CircleTriangleCollisionDetector();
+ }
+
+ public boolean quadQuadCollision(Quad q1, Quad q2) {
+ float xDistance = Math.abs(q2.getPosition().x - q1.getPosition().x);
+ float yDistance = Math.abs(q2.getPosition().y - q1.getPosition().y);
+ if (xDistance >= q1.getWidth() / 2 + q2.getWidth() / 2)
+ return false;
+ if (yDistance >= q1.getHeight() / 2 + q2.getHeight() / 2)
+ return false;
+ return true;
+ }
+
+ public EntityCollisionData playerEntityCollision(Player player, Entity entity) {
+ Circle circle = new Circle(player);
+ Quad quad = entity;
+ if (circleQuadCollision(circle, quad)) {
+ Edge edge = circleQuadCollisionEdge(circle, player.getMovement(), quad, entity.getMovement());
+ return new EntityCollisionData(entity, edge);
+ }
+ return new EntityCollisionData(null, null);
+ }
+
+ public boolean circleToolCollision(Circle circle, Geometry bounds) {
+ if (bounds instanceof Circle)
+ return circleCircleCollision(circle, (Circle) bounds);
+ else if (bounds instanceof Quad)
+ return circleQuadCollision(circle, (Quad) bounds);
+ else if (bounds instanceof Triangle)
+ return triangleDetector.circleTriangleCollision(circle, (Triangle) bounds);
+ return false;
+ }
+
+ private boolean circleCircleCollision(Circle c1, Circle c2) {
+ float distance = Math.abs(c1.getCenter().vectorTo(c2.getCenter()).length());
+ float radiusSum = c1.getRadius() + c2.getRadius();
+ return distance < radiusSum;
+ }
+
+ private boolean circleQuadCollision(Circle circle, Quad quad) {
+ Vector distance = circle.getCenter().vectorTo(quad.getPosition());
+ distance.x = Math.abs(distance.x);
+ distance.y = Math.abs(distance.y);
+
+ if (distance.x > circle.getRadius() + quad.getWidth() / 2) return false;
+ if (distance.y > circle.getRadius() + quad.getHeight() / 2) return false;
+
+ if (distance.x <= quad.getWidth() / 2) return true;
+ if (distance.y <= quad.getHeight() / 2) return true;
+
+ float cornerDistance_sq = (distance.x - quad.getWidth() / 2) * (distance.x - quad.getWidth() / 2) + (distance.y - quad.getHeight() / 2) * (distance.y - quad.getHeight() / 2);
+ return cornerDistance_sq <= circle.getRadius() * circle.getRadius();
+ }
+
+ private Edge circleQuadCollisionEdge(Circle circle, Vector circleMovement, Quad quad, Vector quadMovement) {
+ Vector relativeMovement = circleMovement.translate(quadMovement);
+
+ //LEFT || TOP || BOTTOM
+ if (relativeMovement.x > 0) {
+ //LEFT || BOTTOM
+ if (relativeMovement.y > 0) {
+ float toLeftDistance = quad.getLeftEdge() - circle.getCenter().x;
+ float actualY = toLeftDistance * (relativeMovement.y / relativeMovement.x) + circle.getCenter().y;
+ if (actualY < quad.getBottomEdge())
+ return Edge.BOTTOM;
+ else
+ return Edge.LEFT;
+ }
+ //LEFT || TOP
+ else if (relativeMovement.y < 0) {
+ float toLeftDistance = quad.getLeftEdge() - circle.getCenter().x;
+ float actualY = toLeftDistance * (relativeMovement.y / relativeMovement.x) + circle.getCenter().y;
+ if (actualY < quad.getTopEdge())
+ return Edge.LEFT;
+ else
+ return Edge.TOP;
+ } else return Edge.LEFT;
+ }
+ //RIGHT || TOP || BOTTOM
+ else if (relativeMovement.x < 0) {
+ //RIGHT || BOTTOM
+ if (relativeMovement.y > 0) {
+ float toRightDistance = quad.getRightEdge() - circle.getCenter().x;
+ float actualY = toRightDistance * (relativeMovement.y / relativeMovement.x) + circle.getCenter().y;
+ if (actualY < quad.getBottomEdge())
+ return Edge.BOTTOM;
+ else
+ return Edge.RIGHT;
+ }
+ //RIGHT || TOP
+ else if (relativeMovement.y < 0) {
+ float toRightDistance = quad.getRightEdge() - circle.getCenter().x;
+ float actualY = toRightDistance * (relativeMovement.y / relativeMovement.x) + circle.getCenter().y;
+ if (actualY < quad.getTopEdge())
+ return Edge.RIGHT;
+ else
+ return Edge.TOP;
+ } else return Edge.RIGHT;
+ } else {
+ if (relativeMovement.y > 0)
+ return Edge.BOTTOM;
+ else if (relativeMovement.y < 0)
+ return Edge.TOP;
+ }
+ return Edge.NONE;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionManager.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionManager.java
new file mode 100644
index 0000000..611c0ed
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/CollisionManager.java
@@ -0,0 +1,76 @@
+package com.example.julian.endlessroll.entities.collision;
+
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.Star;
+import com.example.julian.endlessroll.entities.collision.collisionData.EntityCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.ObstacleCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.PlayerCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.ToolCollisionData;
+import com.example.julian.endlessroll.entities.tools.Tool;
+import com.example.julian.endlessroll.main.game.Game;
+import com.example.julian.endlessroll.main.game.GameScene;
+import com.example.julian.endlessroll.main.game.Physics;
+
+/**
+ * Created by Julian on 02.01.2016.
+ */
+public class CollisionManager {
+
+ private Game game;
+ private Player player;
+
+ public CollisionManager(Game game) {
+ this.game = game;
+ }
+
+ //Check Obstacle always before tool
+ public void update(Physics physics, GameScene scene) {
+ this.player = scene.getPlayer();
+ PlayerCollisionData data = physics.getPlayerCollisionData(scene);
+ if (data.isTerrainCollision())
+ checkTerrainCollision(data.getTerrainCollisionData());
+ if (data.isObstacleCollision())
+ checkObstacleCollision(data.getObstacleCollisionData());
+ if (data.isToolCollision())
+ checkToolCollision(data.getToolCollisionData());
+ if (data.isStarCollision())
+ game.onStarCollision((Star) data.getStarCollisionData().getEntity());
+ }
+
+ private void checkTerrainCollision(EntityCollisionData data) {
+ checkEntityCollision(data, -0.01f);
+ if (data.getEdge() != Edge.TOP)
+ game.onGameOver(true);
+ }
+
+ private void checkToolCollision(ToolCollisionData data) {
+ for (Tool tool : data.getTools())
+ tool.onPlayerCollision(player);
+ }
+
+ private void checkObstacleCollision(ObstacleCollisionData data) {
+ for (EntityCollisionData entityData : data.getCollisions()) {
+ checkEntityCollision(entityData, 0);
+ if (entityData.getEdge() != Edge.TOP)
+ game.onGameOver(true);
+ }
+ }
+
+ private void checkEntityCollision(EntityCollisionData data, float xBounceFactor) {
+ switch (data.getEdge()) {
+ case TOP:
+ player.getMovement().y = 0;
+ player.setToTerrain(data.getEntity().getTopEdge());
+ break;
+ case LEFT:
+ player.getMovement().x *= xBounceFactor;
+ player.getPosition().x = data.getEntity().getLeftEdge() - player.RADIUS;
+ break;
+ case RIGHT:
+ player.getMovement().x *= xBounceFactor;
+ player.getPosition().x = data.getEntity().getRightEdge() + player.RADIUS;
+ break;
+ }
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/Edge.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/Edge.java
new file mode 100644
index 0000000..97e6114
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/Edge.java
@@ -0,0 +1,5 @@
+package com.example.julian.endlessroll.entities.collision;
+
+public enum Edge {
+ LEFT, RIGHT, TOP, BOTTOM, NONE;
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/EntityCollisionData.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/EntityCollisionData.java
new file mode 100644
index 0000000..689f10a
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/EntityCollisionData.java
@@ -0,0 +1,30 @@
+package com.example.julian.endlessroll.entities.collision.collisionData;
+
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.collision.Edge;
+
+/**
+ * Created by Julian on 01.01.2016.
+ */
+public class EntityCollisionData {
+
+ private Entity entity;
+ private Edge edge;
+
+ public EntityCollisionData(Entity entity, Edge edge) {
+ this.entity = entity;
+ this.edge = edge;
+ }
+
+ public boolean isCollision() {
+ return entity != null && edge != null;
+ }
+
+ public Entity getEntity() {
+ return entity;
+ }
+
+ public Edge getEdge() {
+ return edge;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ObstacleCollisionData.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ObstacleCollisionData.java
new file mode 100644
index 0000000..75c260f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ObstacleCollisionData.java
@@ -0,0 +1,23 @@
+package com.example.julian.endlessroll.entities.collision.collisionData;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 04.01.2016.
+ */
+public class ObstacleCollisionData {
+
+ private List collisions;
+
+ public ObstacleCollisionData(List collisions) {
+ this.collisions = collisions;
+ }
+
+ public boolean isCollision() {
+ return collisions.size() > 0;
+ }
+
+ public List getCollisions() {
+ return collisions;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/PlayerCollisionData.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/PlayerCollisionData.java
new file mode 100644
index 0000000..b34817c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/PlayerCollisionData.java
@@ -0,0 +1,51 @@
+package com.example.julian.endlessroll.entities.collision.collisionData;
+
+/**
+ * Created by Julian on 05.12.2015.
+ */
+public class PlayerCollisionData {
+
+ private EntityCollisionData terrainCollision;
+ private ObstacleCollisionData obstacleCollision;
+ private ToolCollisionData toolCollision;
+ private EntityCollisionData starCollision;
+
+ public PlayerCollisionData(EntityCollisionData terrainCollision, ObstacleCollisionData obstacleCollision, ToolCollisionData toolCollision, EntityCollisionData starCollision) {
+ this.terrainCollision = terrainCollision;
+ this.obstacleCollision = obstacleCollision;
+ this.toolCollision = toolCollision;
+ this.starCollision = starCollision;
+ }
+
+ public boolean isTerrainCollision() {
+ return terrainCollision.isCollision();
+ }
+
+ public EntityCollisionData getTerrainCollisionData() {
+ return terrainCollision;
+ }
+
+ public boolean isObstacleCollision() {
+ return obstacleCollision.isCollision();
+ }
+
+ public ObstacleCollisionData getObstacleCollisionData() {
+ return obstacleCollision;
+ }
+
+ public boolean isToolCollision() {
+ return toolCollision.isCollision();
+ }
+
+ public ToolCollisionData getToolCollisionData() {
+ return toolCollision;
+ }
+
+ public boolean isStarCollision() {
+ return starCollision.isCollision();
+ }
+
+ public EntityCollisionData getStarCollisionData() {
+ return starCollision;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ToolCollisionData.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ToolCollisionData.java
new file mode 100644
index 0000000..343625d
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/collisionData/ToolCollisionData.java
@@ -0,0 +1,25 @@
+package com.example.julian.endlessroll.entities.collision.collisionData;
+
+import com.example.julian.endlessroll.entities.tools.Tool;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 21.02.2016.
+ */
+public class ToolCollisionData {
+
+ private List tools;
+
+ public ToolCollisionData(List tools) {
+ this.tools = tools;
+ }
+
+ public boolean isCollision() {
+ return tools.size() > 0;
+ }
+
+ public List getTools() {
+ return tools;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Circle.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Circle.java
new file mode 100644
index 0000000..2e4729e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Circle.java
@@ -0,0 +1,38 @@
+package com.example.julian.endlessroll.entities.collision.geometry;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Player;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Circle implements Geometry {
+
+ private Vector center;
+ private float radius;
+
+ public Circle(Player ball) {
+ this(new Vector(ball.getPosition()), ball.getWidth() / 2);
+ }
+
+ public Circle(Vector center, float radius) {
+ this.center = center;
+ this.radius = radius;
+ }
+
+ public Vector getCenter() {
+ return center;
+ }
+
+ public void setCenter(Vector center) {
+ this.center = center;
+ }
+
+ public float getRadius() {
+ return radius;
+ }
+
+ public void setRadius(float radius) {
+ this.radius = radius;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Geometry.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Geometry.java
new file mode 100644
index 0000000..f20cd41
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Geometry.java
@@ -0,0 +1,7 @@
+package com.example.julian.endlessroll.entities.collision.geometry;
+
+/**
+ * Created by Julian on 28.02.2016.
+ */
+public interface Geometry {
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Quad.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Quad.java
new file mode 100644
index 0000000..17f11c6
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Quad.java
@@ -0,0 +1,74 @@
+package com.example.julian.endlessroll.entities.collision.geometry;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.collision.Edge;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Quad implements Geometry {
+
+ protected Vector position;
+ protected float width, height;
+
+ public Quad(Vector position, float width, float height) {
+ this.position = position;
+ this.width = width;
+ this.height = height;
+ }
+
+ public float getRightEdge() {
+ return position.x + width / 2;
+ }
+
+ public float getLeftEdge() {
+ return position.x - width / 2;
+ }
+
+ public float getTopEdge() {
+ return position.y + height / 2;
+ }
+
+ public float getBottomEdge() {
+ return position.y - height / 2;
+ }
+
+ public float getEdge(Edge edge) {
+ switch (edge) {
+ case LEFT:
+ return getLeftEdge();
+ case RIGHT:
+ return getRightEdge();
+ case TOP:
+ return getTopEdge();
+ case BOTTOM:
+ return getBottomEdge();
+ }
+ return -1;
+ }
+
+ public Vector getPosition() {
+ return position;
+ }
+
+ public void setPosition(Vector position) {
+ this.position = position;
+ }
+
+ public float getWidth() {
+ return width;
+ }
+
+ public void setWidth(float width) {
+ this.width = width;
+ }
+
+ public float getHeight() {
+ return height;
+ }
+
+ public void setHeight(float height) {
+ this.height = height;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Triangle.java b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Triangle.java
new file mode 100644
index 0000000..c1d4a2d
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/collision/geometry/Triangle.java
@@ -0,0 +1,51 @@
+package com.example.julian.endlessroll.entities.collision.geometry;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.tools.Ramp;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Triangle implements Geometry {
+
+ private Vector vertex1, vertex2, vertex3;
+
+ public Triangle(Ramp ramp) {
+ Vector vertex1 = new Vector(ramp.getRightEdge(), ramp.getBottomEdge());
+ Vector vertex2 = new Vector(ramp.getRightEdge(), ramp.getTopEdge());
+ Vector vertex3 = new Vector(ramp.getLeftEdge(), ramp.getBottomEdge());
+ setVertex1(vertex1);
+ setVertex2(vertex2);
+ setVertex3(vertex3);
+ }
+
+ public Triangle(Vector vertex1, Vector vertex2, Vector vertex3) {
+ this.vertex1 = vertex1;
+ this.vertex2 = vertex2;
+ this.vertex3 = vertex3;
+ }
+
+ public Vector getVertex1() {
+ return vertex1;
+ }
+
+ public void setVertex1(Vector vertex1) {
+ this.vertex1 = vertex1;
+ }
+
+ public Vector getVertex2() {
+ return vertex2;
+ }
+
+ public void setVertex2(Vector vertex2) {
+ this.vertex2 = vertex2;
+ }
+
+ public Vector getVertex3() {
+ return vertex3;
+ }
+
+ public void setVertex3(Vector vertex3) {
+ this.vertex3 = vertex3;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/Particle.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/Particle.java
new file mode 100644
index 0000000..a0af089
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/Particle.java
@@ -0,0 +1,98 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import com.example.julian.endlessroll.data.Color;
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Range;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Timeline;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.julian.endlessroll.main.game.Timer;
+
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Particle extends Entity {
+
+ private Color color;
+ private Random random;
+ private boolean active;
+ private float maxLife;
+ private float passedLifetime;
+
+ private Timeline scaleTimeline;
+ private Range scale;
+ private Timeline velocityTimeline;
+ private Range velocity;
+ private Timeline angleTimeline;
+ private Range angle;
+ private Timeline rotationTimeline;
+ private Range rotation;
+ private Timeline transparencyTimeline;
+ private TintTimeline tintTimeline;
+
+ public Particle(Random random) {
+ super(null, new Vector(), 1, 1);
+ this.random = random;
+ }
+
+ public void activate(Vector position, float liveValue, ParticleData particleData) {
+ active = true;
+ passedLifetime = 0;
+ super.setPosition(position);
+ maxLife = particleData.getLife().createValue(random, liveValue);
+ scaleTimeline = particleData.getScaleTR().getTimeline();
+ scale = particleData.getScaleTR().getRange().createNormalizedInstance(random);
+ velocityTimeline = particleData.getVelocityTR().getTimeline();
+ velocity = particleData.getVelocityTR().getRange().createNormalizedInstance(random);
+ angleTimeline = particleData.getAngleTR().getTimeline();
+ angle = particleData.getAngleTR().getRange().createNormalizedInstance(random);
+ rotationTimeline = particleData.getRotationTR().getTimeline();
+ rotation = particleData.getRotationTR().getRange().createNormalizedInstance(random);
+ transparencyTimeline = particleData.getTransparencyT();
+ tintTimeline = particleData.getTint();
+ }
+
+ public void update(Timer timer, float windStrength, float gravityStrength) {
+ if (active) {
+ passedLifetime += timer.getFrameTime();
+ if (passedLifetime >= maxLife)
+ active = false;
+ float lifetimePercent = passedLifetime / maxLife;
+ setScale(scale.createValue(random, scaleTimeline.getValueAtTime(lifetimePercent)));
+ setMovement(velocity.createValue(random, velocityTimeline.getValueAtTime(lifetimePercent)),
+ angle.createValue(random, angleTimeline.getValueAtTime(lifetimePercent)), windStrength, gravityStrength);
+ super.setRotation(-rotation.createValue(random, rotationTimeline.getValueAtTime(lifetimePercent)));
+ super.setAlpha(transparencyTimeline.getValueAtTime(lifetimePercent));
+ setColor(tintTimeline.getValueAtTime(lifetimePercent));
+ }
+ }
+
+ private void setScale(float scale) {
+ super.setWidth(scale * ParticleSystem.TRANSFER_VALUE);
+ super.setHeight(scale * ParticleSystem.TRANSFER_VALUE);
+ }
+
+ private void setMovement(float velocity, float angle, float windStrength, float gravityStrength) {
+ float radians = (float) Math.toRadians(angle);
+ Vector normalMovement = new Vector();
+ normalMovement.setX((float) Math.cos(radians));
+ normalMovement.setY((float) Math.sin(radians));
+ normalMovement.mul(velocity * ParticleSystem.TRANSFER_VALUE);
+ normalMovement.translate(windStrength * ParticleSystem.TRANSFER_VALUE, gravityStrength * ParticleSystem.TRANSFER_VALUE);
+ super.setMovement(normalMovement);
+ }
+
+ public boolean isActive() {
+ return active;
+ }
+
+ public void setColor(Color color) {
+ this.color = color;
+ }
+
+ public Color getColor() {
+ return color;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleData.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleData.java
new file mode 100644
index 0000000..d968536
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleData.java
@@ -0,0 +1,58 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Range;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Timeline;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TintTimeline;
+
+/**
+ * Created by Julian on 03.08.2016.
+ */
+public class ParticleData {
+
+ private Range life;
+ private TimelineRange scaleTR;
+ private TimelineRange velocityTR;
+ private TimelineRange angleTR;
+ private TimelineRange rotationTR;
+ private Timeline transparencyT;
+ private TintTimeline tint;
+
+ public ParticleData(Range life, TimelineRange scaleTR, TimelineRange velocityTR, TimelineRange angleTR, TimelineRange rotationTR, Timeline transparencyT, TintTimeline tint) {
+ this.life = life;
+ this.scaleTR = scaleTR;
+ this.velocityTR = velocityTR;
+ this.angleTR = angleTR;
+ this.rotationTR = rotationTR;
+ this.transparencyT = transparencyT;
+ this.tint = tint;
+ }
+
+ public Range getLife() {
+ return life;
+ }
+
+ public TimelineRange getScaleTR() {
+ return scaleTR;
+ }
+
+ public TimelineRange getVelocityTR() {
+ return velocityTR;
+ }
+
+ public TimelineRange getAngleTR() {
+ return angleTR;
+ }
+
+ public TimelineRange getRotationTR() {
+ return rotationTR;
+ }
+
+ public Timeline getTransparencyT() {
+ return transparencyT;
+ }
+
+ public TintTimeline getTint() {
+ return tint;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleEffect.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleEffect.java
new file mode 100644
index 0000000..00f2370
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleEffect.java
@@ -0,0 +1,224 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Options;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Range;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Timeline;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.main.game.Timer;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Random;
+
+/**
+ * Created by Julian on 05.08.2016.
+ */
+public class ParticleEffect {
+
+ private TimelineRange life;
+ //Particle Timeline
+ private TimelineRange scale;
+ private TimelineRange velocity;
+ private TimelineRange angle;
+ private TimelineRange rotation;
+ private Timeline transparency;
+ private TintTimeline tint;
+
+ //Source Timeline
+ private Range delay;
+ private Range duration;
+ private TimelineRange emission;
+ private Range xOffset;
+ private Range yOffset;
+ private SpawnShape.Shape spawnShape;
+ private TimelineRange spawnWidth;
+ private TimelineRange spawnHeight;
+ private TimelineRange wind;
+ private TimelineRange gravity;
+
+ private Options options;
+ private Texture texture;
+ private String textureName;
+
+ private Random random;
+ private List sources = new ArrayList<>();
+
+ public ParticleEffect() {
+ this.random = new Random();
+ }
+
+ public void update(Timer timer) {
+ for (ParticleSource source : sources)
+ source.update(timer);
+ }
+
+ public ParticleData createParticleData() {
+ return new ParticleData(life.getRange(), scale, velocity, angle, rotation, transparency, tint);
+ }
+
+ public Random getRandom() {
+ return random;
+ }
+
+ public void addSource(ParticleSource source) {
+ sources.add(source);
+ }
+
+ public void setDelay(Range delay) {
+ this.delay = delay;
+ }
+
+ public void setDuration(Range duration) {
+ this.duration = duration;
+ }
+
+ public void setEmission(TimelineRange emission) {
+ this.emission = emission;
+ }
+
+ public void setLife(TimelineRange life) {
+ this.life = life;
+ }
+
+ public void setxOffset(Range xOffset) {
+ this.xOffset = xOffset;
+ }
+
+ public void setyOffset(Range yOffset) {
+ this.yOffset = yOffset;
+ }
+
+ public void setSpawnShape(SpawnShape.Shape spawnShape) {
+ this.spawnShape = spawnShape;
+ }
+
+ public void setSpawnWidth(TimelineRange spawnWidth) {
+ this.spawnWidth = spawnWidth;
+ }
+
+ public void setSpawnHeight(TimelineRange spawnHeight) {
+ this.spawnHeight = spawnHeight;
+ }
+
+ public void setScale(TimelineRange scale) {
+ this.scale = scale;
+ }
+
+ public void setVelocity(TimelineRange velocity) {
+ this.velocity = velocity;
+ }
+
+ public void setAngle(TimelineRange angle) {
+ this.angle = angle;
+ }
+
+ public void setRotation(TimelineRange rotation) {
+ this.rotation = rotation;
+ }
+
+ public void setWind(TimelineRange wind) {
+ this.wind = wind;
+ }
+
+ public void setGravity(TimelineRange gravity) {
+ this.gravity = gravity;
+ }
+
+ public void setTint(TintTimeline tint) {
+ this.tint = tint;
+ }
+
+ public void setTransparency(Timeline transparency) {
+ this.transparency = transparency;
+ }
+
+ public Timeline getTransparency() {
+ return transparency;
+ }
+
+ public TintTimeline getTint() {
+ return tint;
+ }
+
+ public void setOptions(Options options) {
+ this.options = options;
+ }
+
+ public void setTexture(Texture texture) {
+ this.texture = texture;
+ }
+
+ public void setTextureName(String textureName) {
+ this.textureName = textureName;
+ }
+
+ public String getTextureName() {
+ return textureName;
+ }
+
+ public Texture getTexture() {
+ return texture;
+ }
+
+ public Range getDelay() {
+ return delay;
+ }
+
+ public Range getDuration() {
+ return duration;
+ }
+
+ public TimelineRange getEmission() {
+ return emission;
+ }
+
+ public Options getOptions() {
+ return options;
+ }
+
+ public TimelineRange getWind() {
+ return wind;
+ }
+
+ public TimelineRange getGravity() {
+ return gravity;
+ }
+
+ public Range getxOffset() {
+ return xOffset;
+ }
+
+ public Range getyOffset() {
+ return yOffset;
+ }
+
+ public List getSources() {
+ return sources;
+ }
+
+ public TimelineRange getLife() {
+ return life;
+ }
+
+ public SpawnShape.Shape getSpawnShape() {
+ return spawnShape;
+ }
+
+ public TimelineRange getSpawnHeight() {
+ return spawnHeight;
+ }
+
+ public void deleteSources() {
+ for(ParticleSource source : sources)
+ source.kill();
+ sources.clear();
+ }
+
+ public TimelineRange getSpawnWidth() {
+ return spawnWidth;
+ }
+}
+
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleReader.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleReader.java
new file mode 100644
index 0000000..032ba3b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleReader.java
@@ -0,0 +1,163 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.entities.particles.attributes.Attribute;
+import com.example.julian.endlessroll.entities.particles.attributes.AttributeValueReader;
+import com.example.julian.endlessroll.entities.particles.attributes.ParticleAttributeType;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ImagePath;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Options;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Range;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Timeline;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TintTimeline;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleReader {
+
+ private Context context;
+ private AttributeValueReader attributeValueReader;
+
+ private List attributes;
+ private Attribute currentAttribute;
+
+ public ParticleReader(Context context) {
+ this.context = context;
+ attributeValueReader = new AttributeValueReader();
+ }
+
+ /**
+ * reads ParticleEffect from *.pe files
+ * !Ignores COUNT, LIFE_OFFSET!
+ */
+ public ParticleEffect read(String filename) throws Exception {
+ try {
+ attributes = new ArrayList<>();
+ currentAttribute = null;
+ InputStream is = context.getAssets().open(filename);
+ BufferedReader reader = new BufferedReader(new InputStreamReader(is));
+ String line;
+ while ((line = reader.readLine()) != null) {
+ line = line.trim();
+ handleLine(line);
+ }
+ reader.close();
+ return createParticleEffect();
+ } catch (Exception e) {
+ throw new Exception("Could not read particleFile: ", e);
+ }
+ }
+
+ private void handleLine(String line) throws Exception {
+ if (line.startsWith("- ")) {
+ Attribute attrib = ParticleAttributeType.getByInFileTitle(line).createInstance();
+ attributes.add(attrib);
+ currentAttribute = attrib;
+ } else if (currentAttribute != null)
+ attributeValueReader.addValueForAttribute(currentAttribute, line);
+ }
+
+ private ParticleEffect createParticleEffect() throws Exception {
+ ParticleEffect effect = new ParticleEffect();
+ Timeline timeline = null;
+ Range range = null;
+ for (Attribute attribute : attributes) {
+ switch (attribute.getType()) {
+ case DELAY:
+ effect.setDelay((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case DURATION:
+ effect.setDuration((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case COUNT:
+ break;
+ case EMISSION:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setEmission(new TimelineRange(timeline, range));
+ break;
+ case LIFE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setLife(new TimelineRange(timeline, range));
+ break;
+ case LIFE_OFFSET:
+ break;
+ case X_OFFSET:
+ effect.setxOffset((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case Y_OFFSET:
+ effect.setyOffset((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case SPAWN_SHAPE:
+ effect.setSpawnShape(((SpawnShape) attribute.get(ParticleAttributeValueType.SPAWN_SHAPE)).getShape());
+ break;
+ case SPAWN_WIDTH:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setSpawnWidth(new TimelineRange(timeline, range));
+ break;
+ case SPAWN_HEIGHT:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setSpawnHeight(new TimelineRange(timeline, range));
+ break;
+ case SCALE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setScale(new TimelineRange(timeline, range));
+ break;
+ case VELOCITY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setVelocity(new TimelineRange(timeline, range));
+ break;
+ case ANGLE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setAngle(new TimelineRange(timeline, range));
+ break;
+ case ROTATION:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setRotation(new TimelineRange(timeline, range));
+ break;
+ case WIND:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setWind(new TimelineRange(timeline, range));
+ break;
+ case GRAVITY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setGravity(new TimelineRange(timeline, range));
+ break;
+ case TINT:
+ effect.setTint((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE));
+ break;
+ case TRANSPARENCY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ effect.setTransparency(timeline);
+ break;
+ case OPTIONS:
+ effect.setOptions((Options) attribute.get(ParticleAttributeValueType.OPTIONS));
+ break;
+ case IMAGE_PATH:
+ String path = ((ImagePath) attribute.get(ParticleAttributeValueType.IMAGE_PATH)).getImagePath();
+ effect.setTextureName(path);
+ break;
+ }
+ }
+ return effect;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSource.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSource.java
new file mode 100644
index 0000000..9a04844
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSource.java
@@ -0,0 +1,163 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.julian.endlessroll.main.game.Timer;
+import com.example.julian.endlessroll.rendering.Lock;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleSource {
+
+ private Vector position;
+ private ParticleEffect effect;
+ private Random random;
+
+ private boolean alife;
+ private float currentDelay;
+ private float lifePercent;
+ private float maxTime = -1;
+ private float passedTime;
+ private float emittPause;
+ private float passedEmittPause;
+ private float passedSecond;
+ private float windStrength;
+ private float gravityStrength;
+
+ private Vector spawnSize = null;
+ private ParticleData particleData;
+ private List activeParticles = new ArrayList<>();
+ private List inactiveParticles = new ArrayList<>();
+ private Lock activeParticleLock = new Lock();
+
+ public ParticleSource(Vector position, ParticleEffect effect) {
+ this.position = position;
+ this.effect = effect;
+ random = effect.getRandom();
+ effect.addSource(this);
+ }
+
+ public void start() {
+ alife = true;
+ currentDelay = effect.getDelay().createValue(random, 0);
+ maxTime = effect.getDuration().createValue(random, 0) + currentDelay;
+ passedTime = 0;
+ emittPause = calcEmittPause();
+ passedEmittPause = 0;
+ passedSecond = 0;
+ lifePercent = 0;
+ }
+
+ public void update(Timer timer) {
+ if (alife) {
+ passedTime += timer.getFrameTime();
+ lifePercent = passedTime / maxTime;
+
+ if (passedTime >= currentDelay) {
+ passedEmittPause += timer.getFrameTime();
+ calcWindAndGravity();
+ while (passedEmittPause >= emittPause) {
+ passedEmittPause -= emittPause;
+ emitt();
+ }
+
+ passedSecond += timer.getFrameTime();
+ if (passedSecond >= 1000) {
+ passedSecond -= 1000;
+ calcEmittPause();
+ }
+ }
+ if (passedTime >= maxTime)
+ die();
+ }
+ updateParticles(timer);
+ }
+
+ private void updateParticles(Timer timer) {
+ activeParticleLock.lock();
+ Iterator iter = activeParticles.iterator();
+ while (iter.hasNext()) {
+ Particle particle = iter.next();
+ particle.update(timer, windStrength, gravityStrength);
+ if (!particle.isActive()) {
+ inactiveParticles.add(particle);
+ iter.remove();
+ } else {
+ particle.move(new Vector(particle.getMovement()).mul(timer.getFrameTime() / 1000));
+ }
+ }
+ activeParticleLock.unlock();
+ }
+
+ private void die() {
+ alife = false;
+ if (effect.getOptions().isContinuous())
+ start();
+ }
+
+ public void kill(){
+ alife = false;
+ }
+
+ public void emitt() {
+ if (particleData == null)
+ particleData = effect.createParticleData();
+ float xOff = effect.getxOffset().createValue(random, 0) * ParticleSystem.TRANSFER_VALUE;
+ float yOff = effect.getyOffset().createValue(random, 0) * ParticleSystem.TRANSFER_VALUE;
+ if (effect.getSpawnShape() == SpawnShape.Shape.SQUARE) {
+ float width, height;
+ if(spawnSize == null) {
+ width = effect.getSpawnWidth().getRange().createValue(random, effect.getSpawnWidth().getTimeline().getValueAtTime(lifePercent));
+ height = effect.getSpawnHeight().getRange().createValue(random, effect.getSpawnHeight().getTimeline().getValueAtTime(lifePercent));
+ }else{
+ width = spawnSize.getX() / ParticleSystem.TRANSFER_VALUE;
+ height = spawnSize.getY() / ParticleSystem.TRANSFER_VALUE;
+ }
+ xOff += (random.nextFloat() * width - width * 0.5f)*ParticleSystem.TRANSFER_VALUE;
+ yOff += (random.nextFloat() * height - height * 0.5f)*ParticleSystem.TRANSFER_VALUE;
+ }
+ setUpParticle(new Vector(position).translate(xOff, yOff));
+ }
+
+ private Particle setUpParticle(Vector position) {
+ Particle particle;
+ if (inactiveParticles.size() > 0)
+ particle = inactiveParticles.remove(0);
+ else
+ particle = new Particle(random);
+
+ particle.activate(position, effect.getLife().getTimeline().getValueAtTime(lifePercent), particleData);
+ activeParticleLock.lock();
+ activeParticles.add(particle);
+ activeParticleLock.unlock();
+ return particle;
+ }
+
+ private void calcWindAndGravity() {
+ windStrength = effect.getWind().getRange().createValue(random, effect.getWind().getTimeline().getValueAtTime(lifePercent));
+ gravityStrength = effect.getGravity().getRange().createValue(random, effect.getGravity().getTimeline().getValueAtTime(lifePercent));
+ }
+
+ private float calcEmittPause() {
+ float emittedPerSecond = effect.getEmission().getRange().createValue(random, effect.getEmission().getTimeline().getValueAtTime(passedTime / maxTime));
+ return 1000 / emittedPerSecond;
+ }
+
+ public Lock getActiveParticleLock() {
+ return activeParticleLock;
+ }
+
+ public List getActiveParticles() {
+ return activeParticles;
+ }
+
+ public void setSpawnSize(Vector spawnSize) {
+ this.spawnSize = spawnSize;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSystem.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSystem.java
new file mode 100644
index 0000000..eb0d994
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/ParticleSystem.java
@@ -0,0 +1,50 @@
+package com.example.julian.endlessroll.entities.particles;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.entities.textures.TextureLoader;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleSystem {
+
+ public static final float TRANSFER_VALUE = 0.002f;
+ public final ParticleEffect explosion;
+ public final ParticleEffect magnet;
+ public final ParticleEffect starCollect;
+ private ParticleEffect[] effects;
+
+ private TextureLoader textureLoader;
+
+ public ParticleSystem(Context context) throws Exception {
+ this.textureLoader = new TextureLoader(context);
+ ParticleReader reader = new ParticleReader(context);
+ explosion = reader.read("particleEffects/explosion.pe");
+ magnet = reader.read("particleEffects/magnet.pe");
+ starCollect = reader.read("particleEffects/collectStar.pe");
+
+ effects = new ParticleEffect[]{explosion, magnet, starCollect};
+ }
+
+ public void update(Timer timer) {
+ for (ParticleEffect effect : effects)
+ effect.update(timer);
+ }
+
+ public void loadTextures() throws Exception {
+ for (ParticleEffect effect : effects)
+ effect.setTexture(textureLoader.loadTexture("particleEffects/"+effect.getTextureName()));
+ }
+
+ public void deleteAllSources(){
+ for(ParticleEffect effect : effects){
+ effect.deleteSources();
+ }
+ }
+
+ public ParticleEffect[] getEffects() {
+ return effects;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/Attribute.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/Attribute.java
new file mode 100644
index 0000000..371ccd7
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/Attribute.java
@@ -0,0 +1,33 @@
+package com.example.julian.endlessroll.entities.particles.attributes;
+
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ParticleAttributeValue;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Attribute {
+
+ private ParticleAttributeType type;
+ private List values = new ArrayList<>();
+
+ public Attribute(ParticleAttributeType type, ParticleAttributeValueType... valueTypes) {
+ this.type = type;
+ for (ParticleAttributeValueType valueType : valueTypes)
+ values.add(valueType.createInstance());
+ }
+
+ public ParticleAttributeValue get(ParticleAttributeValueType valueType) throws Exception {
+ for (ParticleAttributeValue v : values)
+ if (v.getType() == valueType)
+ return v;
+ throw new Exception("ParticleAttributeValue with type: " + valueType + " does not exist in Attribute "+type);
+ }
+
+ public ParticleAttributeType getType() {
+ return type;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/AttributeValueReader.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/AttributeValueReader.java
new file mode 100644
index 0000000..7ef3124
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/AttributeValueReader.java
@@ -0,0 +1,77 @@
+package com.example.julian.endlessroll.entities.particles.attributes;
+
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ImagePath;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Options;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Range;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.Timeline;
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.TintTimeline;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class AttributeValueReader {
+
+ public void addValueForAttribute(Attribute attribute, String line) throws Exception {
+ //RANGE
+ if (line.startsWith("lowMin:") || line.startsWith("min:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setLowMin(parseFloat(line));
+ else if (line.startsWith("lowMax:") || line.startsWith("max:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setLowMax(parseFloat(line));
+ else if (line.startsWith("highMin:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setHighMin(parseFloat(line));
+ else if (line.startsWith("highMax:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setHighMax(parseFloat(line));
+ //TIMELINE
+ else if (!line.startsWith("scalingCount") && line.startsWith("scaling"))
+ ((Timeline) attribute.get(ParticleAttributeValueType.TIMELINE)).setValueOfPoint(parseTimeLineIndex("scaling", line), parseFloat(line));
+ else if (!line.startsWith("timelineCount") && line.startsWith("timeline") && attribute.getType() != ParticleAttributeType.TINT)
+ ((Timeline) attribute.get(ParticleAttributeValueType.TIMELINE)).setTimeOfPoint(parseTimeLineIndex("timeline", line), parseFloat(line));
+ //TINT_TIMELINE
+ else if (!line.startsWith("colorsCount") && line.startsWith("colors")) {
+ int index = parseTimeLineIndex("colors", line);
+ ((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE)).setValueOfPoint((int) (index / 3f), index % 3, parseFloat(line));
+ } else if (!line.startsWith("timelineCount") && line.startsWith("timeline") && attribute.getType() == ParticleAttributeType.TINT)
+ ((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE)).setTimeOfPoint(parseTimeLineIndex("timeline", line), parseFloat(line));
+ //SPAWN_SHAPE
+ else if (line.startsWith("shape:"))
+ ((SpawnShape) attribute.get(ParticleAttributeValueType.SPAWN_SHAPE)).setShape(SpawnShape.Shape.byName(parseString(line)));
+ //OPTIONS
+ else if (line.startsWith("attached:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAttached(parseBoolean(line));
+ else if (line.startsWith("continuous:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setContinuous(parseBoolean(line));
+ else if (line.startsWith("aligned:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAligned(parseBoolean(line));
+ else if (line.startsWith("additive:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAdditive(parseBoolean(line));
+ else if (line.startsWith("behind:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setBehind(parseBoolean(line));
+ else if (line.startsWith("premultipliedAlpha:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setPremultipliedAlpha(parseBoolean(line));
+ //IMAGE PATH
+ else if (attribute.getType() == ParticleAttributeType.IMAGE_PATH)
+ ((ImagePath) attribute.get(ParticleAttributeValueType.IMAGE_PATH)).setImagePath(line);
+ }
+
+ private int parseTimeLineIndex(String start, String line) throws Exception {
+ String asString = line.split(start)[1].split(":")[0];
+ return Integer.parseInt(asString);
+ }
+
+ private float parseFloat(String line) throws Exception {
+ String asString = line.split(" ")[1];
+ return Float.parseFloat(asString);
+ }
+
+ private String parseString(String line) throws Exception {
+ return line.split(" ")[1];
+ }
+
+ private boolean parseBoolean(String line) throws Exception {
+ String asString = line.split(" ")[1];
+ return Boolean.parseBoolean(asString);
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/ParticleAttributeType.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/ParticleAttributeType.java
new file mode 100644
index 0000000..3b49d90
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/ParticleAttributeType.java
@@ -0,0 +1,55 @@
+package com.example.julian.endlessroll.entities.particles.attributes;
+
+import com.example.julian.endlessroll.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+
+public enum ParticleAttributeType {
+ NONE(""),
+ DELAY("Delay", ParticleAttributeValueType.RANGE),
+ DURATION("Duration", ParticleAttributeValueType.RANGE),
+ COUNT("Count", ParticleAttributeValueType.RANGE),
+ EMISSION("Emission", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ LIFE("Life", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ LIFE_OFFSET("Life Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ X_OFFSET("X Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ Y_OFFSET("Y Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SPAWN_SHAPE("Spawn Shape", ParticleAttributeValueType.SPAWN_SHAPE),
+ SPAWN_WIDTH("Spawn Width", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SPAWN_HEIGHT("Spawn Height", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SCALE("Scale", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ VELOCITY("Velocity", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ ANGLE("Angle", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ ROTATION("Rotation", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ WIND("Wind", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ GRAVITY("Gravity", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ TINT("Tint", ParticleAttributeValueType.TINT_TIMELINE),
+ TRANSPARENCY("Transparency", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ OPTIONS("Options", ParticleAttributeValueType.OPTIONS),
+ IMAGE_PATH("Image Path", ParticleAttributeValueType.IMAGE_PATH);
+
+ private String name;
+ private ParticleAttributeValueType[] valueTypes;
+
+ ParticleAttributeType(String name, ParticleAttributeValueType... valueTypes) {
+ this.name = name;
+ this.valueTypes = valueTypes;
+ }
+
+ private String getInFileTitle() {
+ return "- " + name + " -";
+ }
+
+ public static ParticleAttributeType getByInFileTitle(String title) throws Exception {
+ for (ParticleAttributeType setting : values()) {
+ if (setting != NONE && setting.getInFileTitle().equals(title))
+ return setting;
+ }
+ throw new Exception("Could not find ParticleAttributeType by title: " + title);
+ }
+
+ public Attribute createInstance() throws Exception {
+ if (this == NONE)
+ throw new Exception("Cannot create Instance from Attribute NONE");
+ return new Attribute(this, valueTypes);
+ }
+
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ImagePath.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ImagePath.java
new file mode 100644
index 0000000..84db0af
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ImagePath.java
@@ -0,0 +1,21 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ImagePath extends ParticleAttributeValue {
+
+ private String imagePath;
+
+ public ImagePath() {
+ super(ParticleAttributeValueType.IMAGE_PATH);
+ }
+
+ public String getImagePath() {
+ return imagePath;
+ }
+
+ public void setImagePath(String imagePath) {
+ this.imagePath = imagePath;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Options.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Options.java
new file mode 100644
index 0000000..4f6f4d2
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Options.java
@@ -0,0 +1,66 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Options extends ParticleAttributeValue {
+
+ private boolean attached;
+ private boolean continuous;
+ private boolean aligned;
+ private boolean additive;
+ private boolean behind;
+ private boolean premultipliedAlpha;
+
+ public Options() {
+ super(ParticleAttributeValueType.OPTIONS);
+ }
+
+ public boolean isAttached() {
+ return attached;
+ }
+
+ public void setAttached(boolean attached) {
+ this.attached = attached;
+ }
+
+ public boolean isContinuous() {
+ return continuous;
+ }
+
+ public void setContinuous(boolean continuous) {
+ this.continuous = continuous;
+ }
+
+ public boolean isAligned() {
+ return aligned;
+ }
+
+ public void setAligned(boolean aligned) {
+ this.aligned = aligned;
+ }
+
+ public boolean isAdditive() {
+ return additive;
+ }
+
+ public void setAdditive(boolean additive) {
+ this.additive = additive;
+ }
+
+ public boolean isBehind() {
+ return behind;
+ }
+
+ public void setBehind(boolean behind) {
+ this.behind = behind;
+ }
+
+ public boolean isPremultipliedAlpha() {
+ return premultipliedAlpha;
+ }
+
+ public void setPremultipliedAlpha(boolean premultipliedAlpha) {
+ this.premultipliedAlpha = premultipliedAlpha;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValue.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValue.java
new file mode 100644
index 0000000..7fc9d0c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValue.java
@@ -0,0 +1,17 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public abstract class ParticleAttributeValue {
+
+ private ParticleAttributeValueType type;
+
+ public ParticleAttributeValue(ParticleAttributeValueType type){
+ this.type = type;
+ }
+
+ public ParticleAttributeValueType getType() {
+ return type;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java
new file mode 100644
index 0000000..b771406
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java
@@ -0,0 +1,28 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public enum ParticleAttributeValueType {
+
+ RANGE, TIMELINE, TINT_TIMELINE, SPAWN_SHAPE, OPTIONS, IMAGE_PATH;
+
+ public ParticleAttributeValue createInstance(){
+ switch (this){
+ case RANGE:
+ return new Range();
+ case TIMELINE:
+ return new Timeline();
+ case TINT_TIMELINE:
+ return new TintTimeline();
+ case SPAWN_SHAPE:
+ return new SpawnShape();
+ case OPTIONS:
+ return new Options();
+ case IMAGE_PATH:
+ return new ImagePath();
+ }
+ return null;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Range.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Range.java
new file mode 100644
index 0000000..b68b33f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Range.java
@@ -0,0 +1,82 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Range extends ParticleAttributeValue {
+
+ private float lowMin;
+ private float lowMax;
+ private float highMin;
+ private float highMax;
+
+ public Range() {
+ super(ParticleAttributeValueType.RANGE);
+ }
+
+ public Range createNormalizedInstance(Random random) {
+ Range range = new Range();
+ float high = createHighValue(random);
+ range.setHighMax(high);
+ range.setHighMin(high);
+ float low = createLowValue(random);
+ range.setLowMax(low);
+ range.setLowMin(low);
+ return range;
+ }
+
+ public float createValue(Random random, float mix) {
+ if (mix == 1)
+ return createHighValue(random);
+ else if (mix == 0)
+ return createLowValue(random);
+ else {
+ float highValue = createHighValue(random);
+ float lowValue = createLowValue(random);
+ return mix * (highValue - lowValue) + lowValue;
+ }
+ }
+
+ private float createHighValue(Random random) {
+ float min = highMin;
+ float max = highMax;
+ if (min == max)
+ return min;
+ return random.nextFloat() * (max - min) + min;
+ }
+
+ private float createLowValue(Random random) {
+ float min = lowMin;
+ float max = lowMax;
+ if (min == max)
+ return min;
+ return random.nextFloat() * (max - min) + min;
+ }
+
+ public void setLowMin(float lowMin) {
+ this.lowMin = lowMin;
+ }
+
+ public void setLowMax(float lowMax) {
+ this.lowMax = lowMax;
+ }
+
+ public void setHighMin(float highMin) {
+ this.highMin = highMin;
+ }
+
+ public void setHighMax(float highMax) {
+ this.highMax = highMax;
+ }
+
+ private boolean isLowDifference() {
+ return lowMin - lowMax != 0;
+ }
+
+ private boolean isHighDifference() {
+ return highMin - highMax != 0;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/SpawnShape.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/SpawnShape.java
new file mode 100644
index 0000000..ed32a36
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/SpawnShape.java
@@ -0,0 +1,38 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class SpawnShape extends ParticleAttributeValue {
+
+ public enum Shape {
+ POINT("point"), SQUARE("square");
+
+ private String name;
+
+ Shape(String name) {
+ this.name = name;
+ }
+
+ public static Shape byName(String text) throws Exception{
+ for(Shape shape : values())
+ if(shape.name.equals(text))
+ return shape;
+ throw new Exception("Shape with name \""+text+"\" does not exist");
+ }
+ }
+
+ private Shape shape;
+
+ public SpawnShape() {
+ super(ParticleAttributeValueType.SPAWN_SHAPE);
+ }
+
+ public Shape getShape() {
+ return shape;
+ }
+
+ public void setShape(Shape shape) {
+ this.shape = shape;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Timeline.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Timeline.java
new file mode 100644
index 0000000..f1928ed
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/Timeline.java
@@ -0,0 +1,52 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Timeline extends ParticleAttributeValue {
+
+ private List points = new ArrayList<>();
+
+ public Timeline() {
+ super(ParticleAttributeValueType.TIMELINE);
+ }
+
+ public void setValueOfPoint(int index, float value) {
+ if (points.size() <= index) {
+ points.add(new TimelinePoint());
+ }
+ points.get(index).setValue(value);
+ }
+
+ public void setTimeOfPoint(int index, float time) {
+ if (points.size() <= index) {
+ points.add(new TimelinePoint());
+ }
+ points.get(index).setTime(time);
+ }
+
+ public float getValueAtTime(float time) {
+ TimelinePoint left = null, right = null;
+ for (TimelinePoint point : points) {
+ if (point.getTime() <= time) {
+ if (left == null || left.getTime() < point.getTime())
+ left = point;
+ } else if (right == null || right.getTime() > point.getTime())
+ right = point;
+ }
+ if (left != null) {
+ if (right != null) {
+ float leftDist = 1 - Math.abs(left.getTime() - time);
+ float rightDist = 1 - Math.abs(right.getTime() - time);
+ float totalDist = leftDist + rightDist;
+ return left.getValue() * (leftDist / totalDist) + right.getValue() * (rightDist / totalDist);
+ }
+ return left.getValue();
+ }
+ return 0;
+ }
+
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelinePoint.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelinePoint.java
new file mode 100644
index 0000000..9f6f7a3
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelinePoint.java
@@ -0,0 +1,23 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+public class TimelinePoint {
+
+ private float time, value;
+
+ public float getTime() {
+ return time;
+ }
+
+ public void setTime(float time) {
+ this.time = time;
+ }
+
+ public float getValue() {
+ return value;
+ }
+
+ public void setValue(float value) {
+ this.value = value;
+ }
+
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelineRange.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelineRange.java
new file mode 100644
index 0000000..a405c2b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TimelineRange.java
@@ -0,0 +1,31 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class TimelineRange {
+
+ private Timeline timeline;
+ private Range range;
+
+ public TimelineRange(Timeline timeline, Range range) {
+ this.timeline = timeline;
+ this.range = range;
+ }
+
+ public Timeline getTimeline() {
+ return timeline;
+ }
+
+ public void setTimeline(Timeline timeline) {
+ this.timeline = timeline;
+ }
+
+ public Range getRange() {
+ return range;
+ }
+
+ public void setRange(Range range) {
+ this.range = range;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimeline.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimeline.java
new file mode 100644
index 0000000..c01ec9e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimeline.java
@@ -0,0 +1,57 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+import com.example.julian.endlessroll.data.Color;
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class TintTimeline extends ParticleAttributeValue {
+
+ private List points = new ArrayList<>();
+
+ public TintTimeline() {
+ super(ParticleAttributeValueType.TINT_TIMELINE);
+ }
+
+ public void setValueOfPoint(int index, int colorIndex, float value) {
+ GameLog.i("Set value: index="+index+"; colorIndex="+colorIndex+"; value="+value);
+ if (points.size() <= index) {
+ points.add(new TintTimelinePoint());
+ }
+ points.get(index).setValue(colorIndex, value);
+ }
+
+ public void setTimeOfPoint(int index, float time) {
+ GameLog.i("Set time: index="+index+"; time="+time);
+ if (points.size() <= index) {
+ points.add(new TintTimelinePoint());
+ }
+ points.get(index).setTime(time);
+ }
+
+ public Color getValueAtTime(float time) {
+ TintTimelinePoint left = null, right = null;
+ for (TintTimelinePoint point : points) {
+ if (point.getTime() <= time) {
+ if (left == null || left.getTime() < point.getTime())
+ left = point;
+ } else if (right == null || right.getTime() > point.getTime())
+ right = point;
+ }
+ if (left != null) {
+ if (right != null) {
+ float leftDist = 1 - Math.abs(left.getTime() - time);
+ float rightDist = 1 - Math.abs(right.getTime() - time);
+ float totalDist = leftDist + rightDist;
+ return left.getColor().mix((leftDist / totalDist), (rightDist / totalDist), right.getColor());
+ }
+ return left.getColor();
+ }
+ return new Color();
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimelinePoint.java b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimelinePoint.java
new file mode 100644
index 0000000..fc41d71
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/particles/attributes/attributeValues/TintTimelinePoint.java
@@ -0,0 +1,33 @@
+package com.example.julian.endlessroll.entities.particles.attributes.attributeValues;
+
+import com.example.julian.endlessroll.data.Color;
+
+public class TintTimelinePoint {
+
+ private float time;
+ private Color color;
+
+ public float getTime() {
+ return time;
+ }
+
+ public void setTime(float time) {
+ this.time = time;
+ }
+
+ public Color getColor() {
+ return color;
+ }
+
+ public void setValue(int colorIndex, float value) {
+ if (color == null)
+ color = new Color();
+ if (colorIndex == 0)
+ color.setR(value);
+ else if (colorIndex == 1)
+ color.setG(value);
+ else if (colorIndex == 2)
+ color.setB(value);
+ }
+
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/textures/Texture.java b/app/src/main/java/com/example/julian/endlessroll/entities/textures/Texture.java
new file mode 100644
index 0000000..3ba776f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/textures/Texture.java
@@ -0,0 +1,44 @@
+package com.example.julian.endlessroll.entities.textures;
+
+/**
+ * Created by Julian on 11.12.2015.
+ */
+public class Texture {
+
+ private int id;
+ private int atlasWidth;
+ private int atlasHeight;
+ private int atlasIndex;
+
+ public Texture(int id, int atlasWidth, int atlasHeight) {
+ this.id = id;
+ this.atlasWidth = atlasWidth;
+ this.atlasHeight = atlasHeight;
+ }
+
+ public Texture(Texture other) {
+ this.id = other.getId();
+ this.atlasWidth = other.getAtlasWidth();
+ this.atlasHeight = other.getAtlasHeight();
+ }
+
+ public int getId() {
+ return id;
+ }
+
+ public int getAtlasWidth() {
+ return atlasWidth;
+ }
+
+ public int getAtlasHeight() {
+ return atlasHeight;
+ }
+
+ public int getAtlasIndex() {
+ return atlasIndex;
+ }
+
+ public void setAtlasIndex(int atlasIndex) {
+ this.atlasIndex = atlasIndex;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/textures/TextureLoader.java b/app/src/main/java/com/example/julian/endlessroll/entities/textures/TextureLoader.java
new file mode 100644
index 0000000..f15e6b4
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/textures/TextureLoader.java
@@ -0,0 +1,62 @@
+package com.example.julian.endlessroll.entities.textures;
+
+import android.content.Context;
+import android.graphics.Bitmap;
+import android.graphics.BitmapFactory;
+import android.opengl.GLES20;
+import android.opengl.GLUtils;
+
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.io.InputStream;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class TextureLoader {
+
+ private Context context;
+
+ public TextureLoader(Context context) {
+ this.context = context;
+ }
+
+ public int loadTextureId(int texture, boolean isAtlas) {
+ Bitmap bitmap = BitmapFactory.decodeResource(context.getResources(), texture);
+ return loadTextureId(bitmap, isAtlas);
+ }
+
+ public Texture loadTexture(String inAssetsLocation) throws Exception {
+ InputStream is = context.getAssets().open(inAssetsLocation);
+ BitmapFactory.Options options = new BitmapFactory.Options();
+ options.inScaled = false;
+ Bitmap bitmap = BitmapFactory.decodeStream(is, null, options);
+ return new Texture(loadTextureId(bitmap, false), 1, 1);
+ }
+
+ private int loadTextureId(Bitmap bitmap, boolean isAtlas) {
+ int id = genTexture();
+
+ GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, id);
+ if (!isAtlas) {
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
+ } else {
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
+ }
+
+ GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
+
+ bitmap.recycle();
+ GameLog.d("Texture " + id + " successfully loaded");
+ return id;
+ }
+
+ private int genTexture() {
+ int[] idField = new int[1];
+ GLES20.glGenTextures(1, idField, 0);
+ return idField[0];
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/textures/TexturePack.java b/app/src/main/java/com/example/julian/endlessroll/entities/textures/TexturePack.java
new file mode 100644
index 0000000..f826be9
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/textures/TexturePack.java
@@ -0,0 +1,53 @@
+package com.example.julian.endlessroll.entities.textures;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+
+/**
+ * Created by Julian on 05.12.2015.
+ */
+public class TexturePack {
+
+ private TextureLoader loader;
+
+ public final Texture background;
+ public final Texture goal;
+ public final Texture terrain;
+ public final Texture playerArrow;
+ public final Texture player;
+ public final Texture obstacle;
+ public final Texture star;
+ public final Texture blueParticle;
+ public final Texture yellowParticle;
+ public final Texture redParticle;
+
+ public TexturePack(Context context) {
+ loader = new TextureLoader(context);
+ background = loadTexture(R.drawable.background);
+ goal = loadTexture(R.drawable.goal);
+ terrain = loadAtlas(R.drawable.terrain, 1, 1);
+ player = loadTexture(R.drawable.ball);
+ playerArrow = loadTexture(R.drawable.playerarrow);
+
+ obstacle = loadTexture(R.drawable.obstacle);
+ star = loadTexture(R.drawable.star);
+
+ blueParticle = loadTexture(R.drawable.blueparticle);
+ yellowParticle = loadTexture(R.drawable.yellowparticle);
+ redParticle = loadTexture(R.drawable.redparticle);
+
+ ToolType.loadAllToolTextures(this);
+ }
+
+ private Texture loadTexture(int id) {
+ int texId = loader.loadTextureId(id, false);
+ return new Texture(texId, 1, 1);
+ }
+
+ public Texture loadAtlas(int id, int atlasWidth, int atlasHeight) {
+ int texId = loader.loadTextureId(id, true);
+ return new Texture(texId, atlasWidth, atlasHeight);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/Bomb.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Bomb.java
new file mode 100644
index 0000000..2c53f32
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Bomb.java
@@ -0,0 +1,60 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.DestroyEffect;
+import com.example.julian.endlessroll.entities.Obstacle;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.CollisionDetector;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.entities.collision.geometry.Quad;
+import com.example.julian.endlessroll.main.game.Timer;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 20.02.2016.
+ */
+public class Bomb extends Tool {
+
+ public final float RANGE = 1;
+ private float delta;
+ private boolean exploding = false;
+
+ public Bomb(Vector position) {
+ super(ToolType.BOMB, position, .29f, .29f, false, false);
+ animation.setIndexSequence(new int[]{0, 1, 2});
+ animation.setLooping(false);
+ animation.setRequiredDelta(300);
+ }
+
+ @Override
+ public void update(Timer timer) {
+ super.update(timer);
+ delta += timer.getFrameTime();
+ if (delta >= 1000)
+ exploding = true;
+ }
+
+ @Override
+ public void onPlayerCollision(Player player) {
+
+ }
+
+ @Override
+ protected Geometry createCollisionBounds() {
+ return this;
+ }
+
+ public boolean isExploding() {
+ return exploding;
+ }
+
+ public void explode(List obstacles, CollisionDetector detector) {
+ Quad explotionRange = new Quad(new Vector(super.getPosition()), RANGE, RANGE);
+ for (Obstacle obstacle : obstacles) {
+ if (detector.quadQuadCollision(obstacle, explotionRange))
+ obstacle.destroy(DestroyEffect.EXPLOSION);
+ }
+ super.destroy(DestroyEffect.EXPLOSION);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/Magnet.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Magnet.java
new file mode 100644
index 0000000..658184b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Magnet.java
@@ -0,0 +1,57 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.DestroyEffect;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.geometry.Circle;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.entities.particles.ParticleSource;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 11.02.2016.
+ */
+public class Magnet extends Tool {
+
+ private ParticleSource particleSource;
+
+ public Magnet(Vector position, ParticleSystem particleSystem) {
+ super(ToolType.MAGNET, position, .24f, .24f, false, false);
+ animation.setRequiredDelta(300);
+ animation.setIndexSequence(new int[]{1, 1, 0});
+ animation.setLooping(true);
+ super.setFloating(true);
+ particleSource = new ParticleSource(new Vector(position), particleSystem.magnet);
+ particleSource.start();
+ }
+
+ @Override
+ public void update(Timer timer) {
+ super.update(timer);
+ }
+
+ @Override
+ public void destroy(DestroyEffect destroyEffect) {
+ super.destroy(destroyEffect);
+ particleSource.kill();
+ }
+
+ @Override
+ public void onPlayerCollision(Player player) {
+ float fromPlayerDistance = player.getPosition().vectorTo(super.getPosition()).length();
+ float fromPlayerYDistance = super.getPosition().y - player.getPosition().y;
+ float t = Math.min(2f, 1 / fromPlayerDistance);
+ float influenz = .00004f * t * t;
+ if (fromPlayerYDistance < 0) {
+ player.getMovement().y -= influenz;
+ } else if (fromPlayerYDistance > 0) {
+ player.getMovement().y += influenz;
+ }
+ }
+
+ @Override
+ protected Geometry createCollisionBounds() {
+ return new Circle(super.getPosition(), 2);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/Ramp.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Ramp.java
new file mode 100644
index 0000000..0347665
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Ramp.java
@@ -0,0 +1,63 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.entities.collision.geometry.Triangle;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 29.11.2015.
+ */
+public class Ramp extends Tool {
+
+
+ public Ramp(Vector position) {
+ super(ToolType.RAMP, position, .4f, .4f, true, true);
+ animation.setLooping(true);
+ }
+
+ public float getGradient() {
+ return super.getHeight() / super.getWidth();
+ }
+
+ public float getHeightAt(float x, boolean clamp) {
+ float ratio = (x - getLeftEdge()) / super.getWidth();
+ if (clamp) {
+ if (ratio < 0)
+ return getBottomEdge();
+ if (ratio > 1)
+ return getTopEdge();
+ }
+ return getBottomEdge() + super.getHeight() * ratio;
+ }
+
+ @Override
+ public void update(Timer timer) {
+ super.update(timer);
+ }
+
+ @Override
+ public void onPlayerCollision(Player player) {
+ float necessaryY = calcNecessaryPlayerY(player);
+ if (necessaryY - player.RADIUS >= super.getBottomEdge() && necessaryY + player.RADIUS <= super.getTopEdge())
+ player.getPosition().y = necessaryY;
+ float acceleration = player.getMovement().x * getGradient();
+ player.getMovement().y = acceleration;
+ }
+
+ private float calcNecessaryPlayerY(Player player) {
+ float normalM = -1 / getGradient();
+ Vector normalToCircleCenter = new Vector(-1, -normalM).normalize();
+ normalToCircleCenter.mul(player.RADIUS);
+ float normalX = player.getPosition().x - normalToCircleCenter.x;
+ float normalY = getHeightAt(normalX, false);
+ return normalY + normalToCircleCenter.y;
+ }
+
+ @Override
+ protected Geometry createCollisionBounds() {
+ return new Triangle(this);
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/Spring.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Spring.java
new file mode 100644
index 0000000..a7e23f0
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Spring.java
@@ -0,0 +1,40 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.entities.collision.geometry.Quad;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 04.01.2016.
+ */
+public class Spring extends Tool {
+
+ private boolean hasYetCollided = false;
+
+ public Spring(Vector position) {
+ super(ToolType.SPRING, position, .3f, .35f, true, true);
+ animation.setIndexSequence(new int[]{1, 0, 0, 3, 3, 3, 1});
+ animation.setRequiredDelta(80);
+ }
+
+ @Override
+ public void update(Timer timer) {
+ if (hasYetCollided)
+ super.update(timer);
+ }
+
+ @Override
+ public void onPlayerCollision(Player player) {
+ if (!hasYetCollided) {
+ hasYetCollided = true;
+ player.getMovement().y = .0024f;
+ }
+ }
+
+ @Override
+ protected Geometry createCollisionBounds() {
+ return new Quad(super.getPosition(), .2f, .2f);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/Tool.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Tool.java
new file mode 100644
index 0000000..cec3c4c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/Tool.java
@@ -0,0 +1,55 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Animation;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.collision.geometry.Geometry;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 04.01.2016.
+ */
+public abstract class Tool extends Entity {
+
+ private boolean placedByRightEdge;
+ private boolean updateBounds;
+ private Geometry collisionBounds;
+ protected Animation animation;
+ private boolean floating = false;
+
+ public Tool(ToolType type, Vector position, float width, float height, boolean updateBounds, boolean placedByRightEdge) {
+ super(type.getToolTexture(), position, width, height);
+ this.updateBounds = updateBounds;
+ this.placedByRightEdge = placedByRightEdge;
+ animation = new Animation();
+ collisionBounds = createCollisionBounds();
+ }
+
+ public void update(Timer timer) {
+ animation.update(timer);
+ super.getTexture().setAtlasIndex(animation.getCurrentTexIndex());
+ }
+
+ public abstract void onPlayerCollision(Player player);
+
+ protected abstract Geometry createCollisionBounds();
+
+ public Geometry getCollisionBounds() {
+ if (updateBounds)
+ return createCollisionBounds();
+ return collisionBounds;
+ }
+
+ public void setFloating(boolean floating) {
+ this.floating = floating;
+ }
+
+ public boolean isFloating() {
+ return floating;
+ }
+
+ public boolean isPlacedByRightEdge() {
+ return placedByRightEdge;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlot.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlot.java
new file mode 100644
index 0000000..7e78958
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlot.java
@@ -0,0 +1,40 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.R;
+
+/**
+ * Created by Julian on 16.07.2016.
+ */
+public class ToolSlot {
+
+ private ToolType toolType;
+ private boolean locked;
+
+ public ToolSlot(ToolType toolType, boolean locked){
+ this.toolType = toolType;
+ this.locked = locked;
+ }
+
+ public ToolType getToolType() {
+ return toolType;
+ }
+
+ public int getDrawable(){
+ if(locked)
+ return R.drawable.lockedbutton;
+ else
+ return toolType.getButtonDrawable();
+ }
+
+ public void setToolType(ToolType toolType) {
+ this.toolType = toolType;
+ }
+
+ public boolean isLocked() {
+ return locked;
+ }
+
+ public void setLocked(boolean locked) {
+ this.locked = locked;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlotSettings.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlotSettings.java
new file mode 100644
index 0000000..a15c05f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolSlotSettings.java
@@ -0,0 +1,50 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import com.example.julian.endlessroll.levels.levelup.LevelUpBounties;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 15.07.2016.
+ */
+public class ToolSlotSettings extends ArrayList {
+
+ public ToolSlotSettings() {
+ this(new ToolSlot(ToolType.RAMP, false), new ToolSlot(ToolType.NONE, true), new ToolSlot(ToolType.NONE, true), new ToolSlot(ToolType.NONE, true));
+ }
+
+ public ToolSlotSettings(ToolSlot slot1, ToolSlot slot2, ToolSlot slot3, ToolSlot slot4) {
+ super(4);
+ super.add(slot1);
+ super.add(slot2);
+ super.add(slot3);
+ super.add(slot4);
+ }
+
+ public ToolSlotSettings(List list) {
+ super(list);
+ }
+
+ public void reset() {
+ super.set(0, new ToolSlot(ToolType.RAMP, false));
+ super.set(1, new ToolSlot(ToolType.NONE, true));
+ super.set(2, new ToolSlot(ToolType.NONE, true));
+ super.set(3, new ToolSlot(ToolType.NONE, true));
+ }
+
+ public void changeToolSlotType(int slot, ToolType newType) {
+ for (ToolSlot toolSlot : this) {
+ if (super.indexOf(toolSlot) == slot)
+ toolSlot.setToolType(newType);
+ else if (toolSlot.getToolType() == newType)
+ toolSlot.setToolType(ToolType.NONE);
+ }
+ }
+
+ public void unlockSlotsIfLevelReached(int level, LevelUpBounties levelUpBounties) {
+ for (int i = 0; i < 4; i++) {
+ super.get(i).setLocked(!levelUpBounties.isToolSlotUnlockedAtLevel(i, level));
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolType.java b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolType.java
new file mode 100644
index 0000000..23690fc
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/entities/tools/ToolType.java
@@ -0,0 +1,117 @@
+package com.example.julian.endlessroll.entities.tools;
+
+import android.support.annotation.Nullable;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.sounds.SoundManager;
+
+public enum ToolType {
+
+ //Check newInstance when new Tool is added!
+ RAMP("Ramp", R.drawable.ramp, R.drawable.rampbutton, R.raw.ramp, 3f, 0),
+ SPRING("Spring", R.drawable.spring, R.drawable.springbutton, R.raw.ramp, 4f, 5),
+ MAGNET("Magnet", R.drawable.magnet, R.drawable.magnetbutton, R.raw.ramp, 6f, 10),
+ BOMB("Bomb", R.drawable.bomb, R.drawable.bombbutton, R.raw.ramp, 6f, 12),
+ NONE("None", -1, R.drawable.emptybutton, -1, 0, 0);
+
+ private String name;
+ private int toolTextureId;
+ private Texture toolTexture = null;
+ private int buttonDrawable;
+ private int placingSoundId;
+ private int placingSound = -1;
+ private float regenerationTime;
+ private int costs;
+ private boolean bought = false;
+
+ ToolType(String name, int toolTextureId, int buttonDrawable, int placingSoundId, float regenerationTime, int costs) {
+ this.name = name;
+ this.toolTextureId = toolTextureId;
+ this.buttonDrawable = buttonDrawable;
+ this.placingSoundId = placingSoundId;
+ this.regenerationTime = regenerationTime;
+ this.costs = costs;
+ }
+
+ @Nullable
+ public Tool newInstance(Vector position, ParticleSystem particleSystem) {
+ Tool tool = null;
+ switch (this) {
+ case RAMP:
+ tool = new Ramp(position);
+ break;
+ case SPRING:
+ tool = new Spring(position);
+ break;
+ case MAGNET:
+ tool = new Magnet(position, particleSystem);
+ break;
+ case BOMB:
+ tool = new Bomb(position);
+ break;
+ case NONE:
+ break;
+ }
+ if (tool != null && tool.isPlacedByRightEdge())
+ tool.move(new Vector(-tool.getWidth() / 2, 0));
+ return tool;
+ }
+
+ public void loadAllPlacingSounds(SoundManager soundManager) {
+ for (ToolType type : values())
+ type.loadPlacingSound(soundManager);
+ }
+
+ public static void loadAllToolTextures(TexturePack texturePack) {
+ for (ToolType type : values())
+ type.loadToolTexture(texturePack);
+ }
+
+ private void loadPlacingSound(SoundManager soundManager) {
+ if (placingSoundId == -1)
+ return;
+ placingSound = soundManager.loadSound(placingSoundId);
+ }
+
+ private void loadToolTexture(TexturePack texturePack) {
+ if (toolTextureId == -1)
+ return;
+ toolTexture = texturePack.loadAtlas(toolTextureId, 2, 2);
+ }
+
+ public Texture getToolTexture() {
+ return toolTexture;
+ }
+
+ public int getButtonDrawable() {
+ return buttonDrawable;
+ }
+
+ public int getPlacingSound() {
+ return placingSound;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public void setBought(boolean bought) {
+ this.bought = bought;
+ }
+
+ public boolean isBought() {
+ return bought;
+ }
+
+ public int getCosts() {
+ return costs;
+ }
+
+ public float getRegenerationTime() {
+ return regenerationTime;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/Gap.java b/app/src/main/java/com/example/julian/endlessroll/levels/Gap.java
new file mode 100644
index 0000000..69bbc7e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/Gap.java
@@ -0,0 +1,22 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+
+/**
+ * Created by Julian on 27.11.2015.
+ */
+public class Gap {
+
+ @Attribute
+ private float leftEdge;
+ @Attribute
+ private float rightEdge;
+
+ public float getLeftEdge() {
+ return leftEdge;
+ }
+
+ public float getRightEdge() {
+ return rightEdge;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/Level.java b/app/src/main/java/com/example/julian/endlessroll/levels/Level.java
new file mode 100644
index 0000000..c92c5c3
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/Level.java
@@ -0,0 +1,110 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+import org.simpleframework.xml.Element;
+import org.simpleframework.xml.ElementList;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 07.12.2015.
+ */
+public class Level {
+
+ @Attribute
+ private int number;
+ @Attribute
+ private float goalX;
+ @Element
+ private TerrainData terrain;
+ @ElementList
+ private List obstacles;
+ @ElementList
+ private List stars;
+
+ private boolean completed;
+ private boolean unlocked;
+ private boolean firstStarCollected;
+ private boolean secondStarCollected;
+ private boolean thirdStarCollected;
+
+ public int getNumber() {
+ return number;
+ }
+
+ public float getGoalX() {
+ return goalX;
+ }
+
+ public TerrainData getTerrain() {
+ return terrain;
+ }
+
+ public List getObstacles() {
+ return obstacles;
+ }
+
+ public List getStars() {
+ return stars;
+ }
+
+ public boolean isUnlocked() {
+ return unlocked;
+ }
+
+ public void setUnlocked(boolean unlocked) {
+ this.unlocked = unlocked;
+ }
+
+ public boolean isCompleted() {
+ return completed;
+ }
+
+ public void setCompleted(boolean completed) {
+ this.completed = completed;
+ }
+
+ public boolean isFirstStarCollected() {
+ return firstStarCollected;
+ }
+
+ public boolean isSecondStarCollected() {
+ return secondStarCollected;
+ }
+
+ public boolean isThirdStarCollected() {
+ return thirdStarCollected;
+ }
+
+ public void setStarCollected(int index, boolean collected){
+ if(index == 1)
+ firstStarCollected = collected;
+ else if(index == 2)
+ secondStarCollected = collected;
+ else if(index == 3)
+ thirdStarCollected = collected;
+ }
+
+ public String getCollectedStars(){
+ String code = "";
+ code+= firstStarCollected?"1":"";
+ code+= secondStarCollected?"2":"";
+ code+= thirdStarCollected?"3":"";
+ return code;
+ }
+
+ public void setCollectedStars(String code){
+ firstStarCollected = code.contains("1");
+ secondStarCollected = code.contains("2");
+ thirdStarCollected = code.contains("3");
+ }
+
+ public void reset(){
+ completed = false;
+ unlocked = false;
+ firstStarCollected = false;
+ secondStarCollected = false;
+ thirdStarCollected = false;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/LevelManager.java b/app/src/main/java/com/example/julian/endlessroll/levels/LevelManager.java
new file mode 100644
index 0000000..58d0a66
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/LevelManager.java
@@ -0,0 +1,84 @@
+package com.example.julian.endlessroll.levels;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.main.DataStorageHandler;
+import com.example.julian.endlessroll.main.GameLog;
+
+import org.simpleframework.xml.Serializer;
+import org.simpleframework.xml.core.Persister;
+
+import java.io.InputStream;
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.Comparator;
+
+public class LevelManager extends ArrayList {
+
+ public LevelManager(Context context, DataStorageHandler dataStorageHandler) throws Exception {
+ String[] assets = context.getAssets().list("levelpacks");
+ for (String asset : assets) {
+ try {
+ LevelPack pack = loadLevelPack(context, "levelpacks/" + asset);
+ dataStorageHandler.readLevelProgress(pack);
+ dataStorageHandler.readLevelPackLocked(pack);
+ pack.tryToUnlockFirstLevel();
+ if (pack.getId() == 0)
+ pack.setLocked(false);
+ super.add(pack);
+ } catch (Exception e) {
+ GameLog.e(e);
+ }
+ sort();
+ }
+ }
+
+ private void sort() {
+ Collections.sort(this, new Comparator() {
+ @Override
+ public int compare(LevelPack lhs, LevelPack rhs) {
+ return lhs.getId() - rhs.getId();
+ }
+ });
+ }
+
+ private LevelPack loadLevelPack(Context context, String name) throws Exception {
+ try {
+ InputStream source = context.getAssets().open(name);
+ Serializer serializer = new Persister();
+ return serializer.read(LevelPack.class, source);
+ } catch (Exception e) {
+ throw new Exception("Could not load levelPack \"" + name + "\"", e);
+ }
+ }
+
+ public void reset() {
+ for (LevelPack pack : this) {
+ pack.reset();
+ if (pack.getId() != 0)
+ pack.setLocked(true);
+ }
+ }
+
+ public void unlockAllPacks() {
+ for (LevelPack levelPack : this)
+ levelPack.setLocked(false);
+ }
+
+ public void unlockAllLevels() {
+ for (LevelPack levelPack : this) {
+ for (Level level : levelPack.getLevels())
+ level.setUnlocked(true);
+ }
+ }
+
+ public LevelPack nextLevelPack(LevelPack old) {
+ int oldId = old.getId();
+ for (LevelPack pack : this) {
+ if (pack.getId() == oldId + 1)
+ return pack;
+ }
+ return null;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/LevelPack.java b/app/src/main/java/com/example/julian/endlessroll/levels/LevelPack.java
new file mode 100644
index 0000000..89fce4f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/LevelPack.java
@@ -0,0 +1,95 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+import org.simpleframework.xml.ElementList;
+import org.simpleframework.xml.Root;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 07.12.2015.
+ */
+@Root
+public class LevelPack {
+
+ @Attribute
+ private String name;
+ @Attribute
+ private int id;
+ @ElementList
+ private List levels;
+ private boolean locked;
+
+ public String getName() {
+ return name;
+ }
+
+ public Integer getId() {
+ return id;
+ }
+
+ public List getLevels() {
+ return levels;
+ }
+
+ public int getUnlockedLevels(){
+ int count = 0;
+ for(Level level : levels)
+ if(level.isUnlocked())
+ count++;
+ return count;
+ }
+
+ public int getCollectedStars(){
+ int count = 0;
+ for(Level level : levels)
+ count += level.getCollectedStars().length();
+ return count;
+ }
+
+ public int getAvailableStars(){
+ return levels.size() * 3;
+ }
+
+ public void tryToUnlockFirstLevel() {
+ try {
+ levels.get(0).setUnlocked(true);
+ } catch (Exception e) {
+ }
+ }
+
+ public Level getLevel(int number) {
+ for (Level level : levels)
+ if (level.getNumber() == number)
+ return level;
+ return null;
+ }
+
+ public Level getNextLevel(Level currentLevel) {
+ if (isLastLevel(currentLevel)) {
+ return null;
+ }
+ int index = levels.indexOf(currentLevel);
+ return levels.get(index + 1);
+ }
+
+ public boolean isLastLevel(Level level) {
+ int index = levels.indexOf(level);
+ return levels.size() == index + 1;
+ }
+
+ public void reset(){
+ for(Level level : levels){
+ level.reset();
+ }
+ tryToUnlockFirstLevel();
+ }
+
+ public void setLocked(boolean locked) {
+ this.locked = locked;
+ }
+
+ public boolean isLocked() {
+ return locked;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/ObstacleData.java b/app/src/main/java/com/example/julian/endlessroll/levels/ObstacleData.java
new file mode 100644
index 0000000..f9c8751
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/ObstacleData.java
@@ -0,0 +1,46 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+
+/**
+ * Created by Julian on 07.12.2015.
+ */
+public class ObstacleData {
+
+ @Attribute
+ private String type;
+ @Attribute
+ private float leftEdge;
+ @Attribute
+ private float rightEdge;
+ @Attribute
+ private float height;
+ @Attribute
+ private float y;
+ @Attribute
+ public boolean attachedToGround;
+
+ public String getType() {
+ return type;
+ }
+
+ public float getX() {
+ return leftEdge + getWidth() / 2;
+ }
+
+ public float getWidth() {
+ return rightEdge - leftEdge;
+ }
+
+ public float getHeight() {
+ return height;
+ }
+
+ public float getY() {
+ return y;
+ }
+
+ public boolean isAttachedToGround() {
+ return attachedToGround;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/StarData.java b/app/src/main/java/com/example/julian/endlessroll/levels/StarData.java
new file mode 100644
index 0000000..0d258dc
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/StarData.java
@@ -0,0 +1,37 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+
+public class StarData {
+
+ @Attribute
+ private int index;
+ @Attribute
+ private float x;
+ @Attribute
+ private float y;
+ @Attribute
+ private float width;
+ @Attribute
+ private float height;
+
+ public int getIndex() {
+ return index;
+ }
+
+ public float getX() {
+ return x;
+ }
+
+ public float getY() {
+ return y;
+ }
+
+ public float getWidth() {
+ return width;
+ }
+
+ public float getHeight() {
+ return height;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/TerrainData.java b/app/src/main/java/com/example/julian/endlessroll/levels/TerrainData.java
new file mode 100644
index 0000000..f52a600
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/TerrainData.java
@@ -0,0 +1,32 @@
+package com.example.julian.endlessroll.levels;
+
+import org.simpleframework.xml.Attribute;
+import org.simpleframework.xml.ElementList;
+
+import java.util.List;
+
+/**
+ * Created by Julian on 27.11.2015.
+ */
+public class TerrainData {
+
+ @Attribute
+ private float height;
+ @Attribute
+ private float endX;
+ @ElementList
+ private List gaps;
+
+ public float getHeight() {
+ return height;
+ }
+
+ public float getEndX() {
+ return endX;
+ }
+
+ public List getGaps() {
+ return gaps;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/levelup/LevelUpBounties.java b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/LevelUpBounties.java
new file mode 100644
index 0000000..ad816da
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/LevelUpBounties.java
@@ -0,0 +1,71 @@
+package com.example.julian.endlessroll.levels.levelup;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.views.BountyMessage;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * Created by Julian on 17.07.2016.
+ */
+public class LevelUpBounties extends HashMap> {
+
+ public interface Bounty {
+ BountyMessage createMessage(Context context);
+ }
+
+ private Map allToolBounties = new HashMap<>();
+ private List allToolSlotLevels = new ArrayList<>();
+
+ public LevelUpBounties() {
+ addBounties(1, new ToolBounty(ToolType.RAMP), new ToolSlotBounty());
+ addBounties(2, new StarBounty(5), new ToolBounty(ToolType.SPRING));
+ addBounties(3, new StarBounty(6), new ToolBounty(ToolType.MAGNET), new ToolSlotBounty());
+ addBounties(4, new StarBounty(7), new ToolBounty(ToolType.BOMB), new ToolSlotBounty());
+ addBounties(5, new StarBounty(8), new ToolSlotBounty());
+ }
+
+ private void addBounties(int unlockLevel, Bounty... bounties) {
+ List list = new ArrayList<>();
+ for (Bounty bounty : bounties) {
+ list.add(bounty);
+ if (bounty instanceof ToolBounty)
+ allToolBounties.put((ToolBounty) bounty, unlockLevel);
+ else if (bounty instanceof ToolSlotBounty)
+ allToolSlotLevels.add(unlockLevel);
+ }
+ super.put(unlockLevel, list);
+ }
+
+ public boolean isToolAlreadyUnlockedAtLevel(int level, ToolType toolType) {
+ for (ToolBounty bounty : allToolBounties.keySet())
+ if (bounty.getToolType() == toolType && allToolBounties.get(bounty) <= level)
+ return true;
+ return false;
+ }
+
+ public boolean isToolSlotUnlockedAtLevel(int toolSlotIndex, int level) {
+ return allToolSlotLevels.get(toolSlotIndex) <= level;
+ }
+
+ public int getBountyStarsAtLevel(int level) {
+ for (Bounty bounty : this.get(level)) {
+ if (bounty instanceof StarBounty)
+ return ((StarBounty) bounty).getStarCount();
+ }
+ return 0;
+ }
+
+ @Override
+ public List get(Object key) {
+ List list = super.get(key);
+ if (list == null)
+ return new ArrayList<>();
+ return list;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/levelup/StarBounty.java b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/StarBounty.java
new file mode 100644
index 0000000..7f34fea
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/StarBounty.java
@@ -0,0 +1,26 @@
+package com.example.julian.endlessroll.levels.levelup;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.views.BountyMessage;
+
+/**
+ * Created by Julian on 17.07.2016.
+ */
+public class StarBounty implements LevelUpBounties.Bounty {
+
+ private int starCount;
+
+ public StarBounty(int starCount) {
+ this.starCount = starCount;
+ }
+
+ public int getStarCount() {
+ return starCount;
+ }
+
+ @Override
+ public BountyMessage createMessage(Context context) {
+ return new BountyMessage(context, starCount);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolBounty.java b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolBounty.java
new file mode 100644
index 0000000..0ab5437
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolBounty.java
@@ -0,0 +1,27 @@
+package com.example.julian.endlessroll.levels.levelup;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.views.BountyMessage;
+
+/**
+ * Created by Julian on 17.07.2016.
+ */
+public class ToolBounty implements LevelUpBounties.Bounty {
+
+ private ToolType toolType;
+
+ public ToolBounty(ToolType toolType) {
+ this.toolType = toolType;
+ }
+
+ public ToolType getToolType() {
+ return toolType;
+ }
+
+ @Override
+ public BountyMessage createMessage(Context context) {
+ return new BountyMessage(context, toolType);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolSlotBounty.java b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolSlotBounty.java
new file mode 100644
index 0000000..1c4ccb7
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/levels/levelup/ToolSlotBounty.java
@@ -0,0 +1,16 @@
+package com.example.julian.endlessroll.levels.levelup;
+
+import android.content.Context;
+
+import com.example.julian.endlessroll.views.BountyMessage;
+
+/**
+ * Created by Julian on 17.07.2016.
+ */
+public class ToolSlotBounty implements LevelUpBounties.Bounty {
+
+ @Override
+ public BountyMessage createMessage(Context context) {
+ return new BountyMessage(context);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/DataSafer.java b/app/src/main/java/com/example/julian/endlessroll/main/DataSafer.java
new file mode 100644
index 0000000..3b6ab27
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/DataSafer.java
@@ -0,0 +1,12 @@
+package com.example.julian.endlessroll.main;
+
+import com.example.julian.endlessroll.main.game.User;
+
+/**
+ * Created by Julian on 15.07.2016.
+ */
+public class DataSafer {
+
+ private User user;
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/DataStorageHandler.java b/app/src/main/java/com/example/julian/endlessroll/main/DataStorageHandler.java
new file mode 100644
index 0000000..a058d3f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/DataStorageHandler.java
@@ -0,0 +1,110 @@
+package com.example.julian.endlessroll.main;
+
+import android.app.Activity;
+import android.content.Context;
+import android.content.SharedPreferences;
+
+import com.example.julian.endlessroll.entities.tools.ToolSlot;
+import com.example.julian.endlessroll.entities.tools.ToolSlotSettings;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.game.User;
+import com.example.julian.endlessroll.sqlDatabase.MyDatabase;
+
+/**
+ * Created by Julian on 25.04.2016.
+ */
+public class DataStorageHandler {
+
+ private final String PREFERENCES_NAME = "GamePreferences";
+ private final String SOUND_ON = "Sound";
+ private final String USER_STARS = "Stars";
+ private final String USER_LEVEL = "Level";
+ private final String USER_LEVEL_PROGRESS = "LevelProgress";
+
+ private SharedPreferences preferences;
+ private MyDatabase database;
+
+ public DataStorageHandler(Activity activity) {
+ preferences = activity.getSharedPreferences(PREFERENCES_NAME, Context.MODE_PRIVATE);
+ database = new MyDatabase(activity);
+ }
+
+ public boolean readIsSoundOn() {
+ return preferences.getBoolean(SOUND_ON, true);
+ }
+
+ public void writeSoundOn(boolean soundOn) {
+ SharedPreferences.Editor editor = preferences.edit();
+ editor.putBoolean(SOUND_ON, soundOn);
+ editor.apply();
+ }
+
+ public User readUserData() {
+ int stars = preferences.getInt(USER_STARS, 0);
+ int level = preferences.getInt(USER_LEVEL, 1);
+ int levelProgress = preferences.getInt(USER_LEVEL_PROGRESS, 0);
+ //TODO: Default Tooltypes to NONE
+ database.open();
+ ToolSlotSettings toolSlotSettings = database.readToolSlotSettings();
+ database.close();
+ return new User(stars, level, levelProgress, toolSlotSettings);
+ }
+
+ public void writeUserData(User user) {
+ SharedPreferences.Editor editor = preferences.edit();
+ editor.putInt(USER_STARS, user.getStarCount());
+ editor.putInt(USER_LEVEL, user.getLevel());
+ editor.putInt(USER_LEVEL_PROGRESS, user.getLevelProgress());
+ editor.apply();
+ database.open();
+ for (ToolSlot toolSlot : user.getToolSlotSettings())
+ database.writeToolSlot(user.getToolSlotSettings().indexOf(toolSlot), toolSlot);
+ database.close();
+ }
+
+ public void writeLevelProgress(int levelpackNumber, Level level) {
+ database.open();
+ database.writeLevelProgress(levelpackNumber, level);
+ database.close();
+ }
+
+ public void writeLevelPackLocked(LevelPack levelPack) {
+ database.open();
+ database.writeLevelPackLocked(levelPack);
+ database.close();
+ }
+
+ public void readLevelPackLocked(LevelPack levelPack){
+ database.open();
+ database.readLevelPackLocked(levelPack);
+ database.close();
+ }
+
+ public void readLevelProgress(LevelPack levelPack) {
+ database.open();
+ for (Level level : levelPack.getLevels()) {
+ database.readLevelProgress(levelPack.getId(), level);
+ }
+ database.close();
+ }
+
+ public void clearLevelProgess() {
+ database.open();
+ database.clearLevelProgess();
+ database.close();
+ }
+
+ public void readBoughtTools() {
+ database.open();
+ database.readBoughtTools();
+ database.close();
+ }
+
+ public void writeBoughtTools() {
+ database.open();
+ database.writeBoughtTools();
+ database.close();
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/ExceptionHandler.java b/app/src/main/java/com/example/julian/endlessroll/main/ExceptionHandler.java
new file mode 100644
index 0000000..68e513c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/ExceptionHandler.java
@@ -0,0 +1,10 @@
+package com.example.julian.endlessroll.main;
+
+/**
+ * Created by Julian on 06.02.2016.
+ */
+public interface ExceptionHandler {
+
+ void onException(Exception e);
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/GameActivity.java b/app/src/main/java/com/example/julian/endlessroll/main/GameActivity.java
new file mode 100644
index 0000000..b566afd
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/GameActivity.java
@@ -0,0 +1,172 @@
+package com.example.julian.endlessroll.main;
+
+import android.app.Activity;
+import android.app.ActivityManager;
+import android.content.Context;
+import android.content.pm.ConfigurationInfo;
+import android.content.res.Configuration;
+import android.graphics.Typeface;
+import android.os.Bundle;
+import android.view.KeyEvent;
+import android.view.Window;
+import android.view.WindowManager;
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelManager;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.game.User;
+import com.example.julian.endlessroll.main.screens.GameScreen;
+import com.example.julian.endlessroll.main.screens.LevelsScreen;
+import com.example.julian.endlessroll.main.screens.Screen;
+import com.example.julian.endlessroll.main.screens.ScreenFlipper;
+import com.example.julian.endlessroll.main.screens.StartScreen;
+import com.example.julian.endlessroll.main.screens.ToolShopScreen;
+import com.example.julian.endlessroll.main.screens.WorldsScreen;
+import com.example.julian.endlessroll.rendering.renderer.GameRenderer;
+import com.example.julian.endlessroll.sounds.SoundManager;
+import com.example.julian.endlessroll.views.TopBarData;
+
+/**
+ * Created by Julian on 06.02.2016.
+ */
+public class GameActivity extends Activity implements ExceptionHandler {
+
+ private DataStorageHandler dataStorageHandler;
+ private LevelManager levelManager;
+ private SoundManager soundManager;
+ private User user;
+
+ private MyGlSurfaceView glSurfaceView;
+ private ScreenFlipper flipper;
+ private StartScreen startScreen;
+ private WorldsScreen worldsScreen;
+ private LevelsScreen levelsScreen;
+ private ToolShopScreen toolShopScreen;
+ private GameScreen gameScreen;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ try {
+ GameLog.d("OnCreate");
+ super.onCreate(savedInstanceState);
+ super.requestWindowFeature(Window.FEATURE_NO_TITLE);
+ super.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
+ WindowManager.LayoutParams.FLAG_FULLSCREEN);
+ if (!hasGLES20())
+ throw new Exception("OpenGL ES 2.0 not supported");
+
+ dataStorageHandler = new DataStorageHandler(this);
+ dataStorageHandler.readBoughtTools();
+ user = dataStorageHandler.readUserData();
+ soundManager = new SoundManager(this);
+ soundManager.setSoundOn(dataStorageHandler.readIsSoundOn());
+ soundManager.backgroundMusic.getPlayer().setLooping(true);
+ soundManager.backgroundMusic.start();
+ levelManager = new LevelManager(this, dataStorageHandler);
+
+ this.glSurfaceView = new MyGlSurfaceView(this, new GameRenderer(this));
+ Typeface typeface = Typeface.createFromAsset(getAssets(), "fontBaron.ttf");
+ TopBarData topBarData = new TopBarData(this, dataStorageHandler, soundManager, levelManager, user, typeface);
+ startScreen = new StartScreen(this, glSurfaceView, soundManager, levelManager, user, typeface);
+ worldsScreen = new WorldsScreen(topBarData);
+ levelsScreen = new LevelsScreen(topBarData);
+ toolShopScreen = new ToolShopScreen(topBarData);
+ gameScreen = new GameScreen(topBarData, glSurfaceView);
+
+ flipper = new ScreenFlipper(this, startScreen, worldsScreen, levelsScreen, gameScreen, toolShopScreen);
+ RelativeLayout relativeLayout = new RelativeLayout(this);
+ relativeLayout.addView(glSurfaceView);
+ relativeLayout.addView(flipper);
+ setContentView(relativeLayout);
+ } catch (Exception e) {
+ onException(e);
+ return;
+ }
+ }
+
+ public void flipToScreen(final Screen.ScreenType screen) {
+ runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+ flipper.showScreen(screen);
+ }
+ });
+ }
+
+ public void setToolshopCaller(Screen.ScreenType caller) {
+ toolShopScreen.setCaller(caller);
+ }
+
+ public void selectWorld(LevelPack levelPack) {
+ levelsScreen.createList(levelPack);
+ }
+
+ public void startGame(final LevelPack levelPack, final Level level) {
+ runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+ flipper.showScreen(Screen.ScreenType.GAME);
+ gameScreen.startGame(levelPack, level);
+ }
+ });
+ }
+
+ @Override
+ public boolean onKeyDown(int keyCode, KeyEvent event) {
+ try {
+ if (keyCode == KeyEvent.KEYCODE_BACK) {
+ flipper.getCurrentScreen().onBackKeyDown();
+ return true;
+ }
+ } catch (Exception e) {
+ onException(e);
+ }
+ return super.onKeyDown(keyCode, event);
+ }
+
+ @Override
+ public void onException(Exception e) {
+ GameLog.e(e);
+ super.finish();
+ }
+
+ @Override
+ protected void onPause() {
+ GameLog.d("OnPause");
+ glSurfaceView.onPause();
+ if(flipper.getCurrentScreen() == gameScreen)
+ gameScreen.onPause();
+ soundManager.pause();
+ super.onPause();
+ }
+
+ @Override
+ protected void onResume() {
+ GameLog.d("OnResume");
+ glSurfaceView.onResume();
+ soundManager.resume();
+ super.onResume();
+ }
+
+ @Override
+ protected void onDestroy() {
+ GameLog.d("OnDestroy");
+ soundManager.destroy();
+
+ dataStorageHandler.writeSoundOn(soundManager.isSoundOn());
+ super.onDestroy();
+ }
+
+ @Override
+ public void onConfigurationChanged(Configuration newConfig) {
+ super.onConfigurationChanged(newConfig);
+ }
+
+ private boolean hasGLES20() {
+ ActivityManager am = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
+ ConfigurationInfo info = am.getDeviceConfigurationInfo();
+ return info.reqGlEsVersion >= 0x20000;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/GameHandler.java b/app/src/main/java/com/example/julian/endlessroll/main/GameHandler.java
new file mode 100644
index 0000000..34a2aaa
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/GameHandler.java
@@ -0,0 +1,16 @@
+package com.example.julian.endlessroll.main;
+
+import android.widget.RelativeLayout;
+
+/**
+ * Created by Julian on 08.12.2015.
+ */
+public interface GameHandler extends ExceptionHandler {
+
+ void startInUiThread(Runnable runnable);
+
+ void toLevelsScreen();
+
+ RelativeLayout getRootLayout();
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/GameLog.java b/app/src/main/java/com/example/julian/endlessroll/main/GameLog.java
new file mode 100644
index 0000000..ac3d348
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/GameLog.java
@@ -0,0 +1,44 @@
+package com.example.julian.endlessroll.main;
+
+import android.util.Log;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public class GameLog {
+
+ private final static String TAG = "GameLog";
+ public static boolean debugging = true;
+
+ public static void i(String message) {
+ Log.i(TAG + getCallerInfo(), message);
+ }
+
+ public static void d(String message) {
+ if (debugging)
+ Log.d(TAG + getCallerInfo(), message);
+ }
+
+ public static void e(String message) {
+ Log.e(TAG + getCallerInfo(), message);
+ }
+
+ public static void e(Throwable error) {
+ Log.e(TAG + getCallerInfo(), error.getMessage(), error);
+ }
+
+ //Possible to get Method which called i, d, e
+ //Method found at stack[4]
+ public static void stack() {
+ StackTraceElement[] stack = Thread.currentThread().getStackTrace();
+ Log.i(TAG + "Stack", "StackSize: " + stack.length);
+ for (int i = 0; i < stack.length; i++) {
+ Log.i(TAG + "Stack", i + ": " + stack[i]);
+ }
+ }
+
+ private static String getCallerInfo() {
+ StackTraceElement[] stack = Thread.currentThread().getStackTrace();
+ return "(" + stack[4].getFileName() + ", " + stack[4].getMethodName() + ", " + stack[4].getLineNumber() + ")";
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/MyGlSurfaceView.java b/app/src/main/java/com/example/julian/endlessroll/main/MyGlSurfaceView.java
new file mode 100644
index 0000000..3a4000c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/MyGlSurfaceView.java
@@ -0,0 +1,47 @@
+package com.example.julian.endlessroll.main;
+
+import android.content.Context;
+import android.opengl.GLSurfaceView;
+
+import com.example.julian.endlessroll.rendering.renderer.GameRenderer;
+import com.example.julian.endlessroll.rendering.Rendering;
+
+/**
+ * Created by Julian on 30.07.2016.
+ */
+public class MyGlSurfaceView extends GLSurfaceView {
+
+ private GameRenderer renderer;
+ private boolean rendererSet;
+
+ public MyGlSurfaceView(Context context, GameRenderer gameRenderer) throws Exception {
+ super(context);
+ this.renderer = gameRenderer;
+ super.setEGLContextClientVersion(2);
+ super.setRenderer(renderer);
+ rendererSet = true;
+ }
+
+ public void addRendering(Rendering rendering){
+ renderer.addRendering(rendering);
+ }
+
+ public void setCurrentRendering(Rendering currentRendering) {
+ super.setOnTouchListener(currentRendering);
+ renderer.setCurrentRendering(currentRendering);
+ }
+
+ @Override
+ public void onResume() {
+ GameLog.i("SurfaceView: onResume");
+ if (rendererSet)
+ super.onResume();
+ }
+
+ @Override
+ public void onPause() {
+ GameLog.i("SurfaceView: onPause");
+ if (rendererSet)
+ super.onPause();
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/Game.java b/app/src/main/java/com/example/julian/endlessroll/main/game/Game.java
new file mode 100644
index 0000000..9e1da61
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/Game.java
@@ -0,0 +1,266 @@
+package com.example.julian.endlessroll.main.game;
+
+import android.view.MotionEvent;
+import android.view.View;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.DestroyEffect;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.Star;
+import com.example.julian.endlessroll.entities.collision.CollisionManager;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelManager;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.levels.levelup.LevelUpBounties;
+import com.example.julian.endlessroll.main.DataStorageHandler;
+import com.example.julian.endlessroll.main.GameHandler;
+import com.example.julian.endlessroll.main.GameLog;
+import com.example.julian.endlessroll.rendering.Rendering;
+import com.example.julian.endlessroll.sounds.SoundManager;
+import com.example.julian.endlessroll.views.MessageType;
+import com.example.julian.endlessroll.views.ToolButton;
+import com.example.julian.endlessroll.views.ToolButtonBar;
+import com.example.julian.endlessroll.views.TopBarData;
+import com.example.julian.endlessroll.views.ViewManager;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class Game extends Rendering {
+
+ private User user;
+ private DataStorageHandler dataStorageHandler;
+ private LevelManager levelManager;
+ private GameHandler handler;
+ private ViewManager viewManager;
+ private SoundManager sounds;
+ private LevelPack levelPack;
+ private ParticleSystem particleSystem;
+ private LevelUpBounties levelUpBounties;
+
+ private ToolType currentTool;
+ private Player player;
+ private Physics physics;
+ private CollisionManager collisionManager;
+ private Timer timer;
+ private GameState gameState = GameState.PAUSED;
+
+ private Level level;
+ private List collectedStars = new ArrayList<>();
+
+ public Game(GameHandler handler, TopBarData topBarData) throws Exception{
+ super(topBarData.getGameActivity());
+ this.handler = handler;
+ this.user = topBarData.getUser();
+ this.levelManager = topBarData.getLevelManager();
+ this.sounds = topBarData.getSoundManager();
+ levelUpBounties = new LevelUpBounties();
+ physics = new Physics();
+ collisionManager = new CollisionManager(this);
+ particleSystem = new ParticleSystem(getContext());
+ this.dataStorageHandler = topBarData.getDataStorageHandler();
+ viewManager = new ViewManager(this, handler, topBarData);
+ }
+
+ @Override
+ public GameScene init(TexturePack texturePack, Timer timer, boolean isFirstTime) {
+ GameLog.d("initGame");
+ this.timer = timer;
+ try {
+ if (isFirstTime) {
+ scene = new GameScene(texturePack, particleSystem);
+ if (level != null)
+ startGame(levelPack, level);
+ } else {
+ scene.setTexturePack(texturePack);
+ }
+ particleSystem.loadTextures();
+ } catch (Exception e) {
+ onException(e);
+ }
+ return scene;
+ }
+
+ public void startGame(LevelPack levelPack, Level level) {
+ GameLog.d("Start game");
+ try {
+ this.level = level;
+ this.levelPack = levelPack;
+ if (scene != null) {
+ collectedStars.clear();
+ particleSystem.deleteAllSources();
+ scene.loadLevel(level);
+ player = scene.getPlayer();
+ if (viewManager.isScreenSizeSet())
+ viewManager.resetToolButtonBar();
+ currentTool = viewManager.toolButtonBar.getActiveButton().getToolType();
+ viewManager.startCountdown();
+ }
+ } catch (Exception e) {
+ onException(e);
+ }
+ }
+
+ public void countdownFinished() {
+ gameState = GameState.RUNNING;
+ }
+
+ @Override
+ public void setScreenSize(int width, int height) {
+ Vector screenSize = new Vector(width, height);
+ scene.setScreenSize(screenSize);
+ viewManager.setScreenSize(screenSize);
+ }
+
+ @Override
+ public void update() {
+// GameLog.d("update GAME");
+ particleSystem.update(timer);
+ float playerProgress = 0;
+ if (player != null)
+ playerProgress = player.getProgress();
+ viewManager.update(gameState == GameState.RUNNING, timer, playerProgress);
+ switch (gameState) {
+ case RUNNING:
+ if (player.getPosition().y < -2f) {
+ onGameOver(false);
+ return;
+ }
+ if (player.getPosition().x >= scene.getGoalX()) {
+ onGoalReached();
+ return;
+ }
+ physics.applyGravity(scene);
+ scene.update(timer);
+ collisionManager.update(physics, scene);
+ break;
+ }
+ }
+
+ @Override
+ public boolean onTouch(View v, MotionEvent event) {
+ if (gameState == GameState.RUNNING) {
+ ToolButtonBar bar = viewManager.toolButtonBar;
+ ToolButton button = bar.getByToolType(currentTool);
+ if (button != null && button.finishedLoading()) {
+ if (event.getAction() == MotionEvent.ACTION_DOWN) {
+ button.setProgress(0);
+ addTool(event.getX(), event.getY());
+ }
+ }
+ return true;
+ }
+ return false;
+ }
+
+ public void resetViews() {
+ viewManager.resetToolButtonBar();
+ }
+
+ public void continueGame() {
+ viewManager.hideShortMenu();
+ viewManager.startCountdown();
+ }
+
+ public void startNextLevel() {
+ level = levelPack.getNextLevel(level);
+ startGame(levelPack, level);
+ }
+
+ public void restartLevel() {
+ startGame(levelPack, level);
+ }
+
+ public void toLevelsScreen() {
+ handler.toLevelsScreen();
+ }
+
+ public void setCurrentTool(ToolType toolType) {
+ currentTool = toolType;
+ }
+
+ public void pause() {
+ viewManager.showShortMenu();
+ if (gameState == GameState.RUNNING) {
+ gameState = GameState.PAUSED;
+ } else {
+ viewManager.stopCountdown();
+ }
+ }
+
+ private void addTool(float x, float y) {
+ try {
+ sounds.playSound(currentTool.getPlacingSound());
+ scene.addTool(currentTool, x, y);
+ } catch (Exception e) {
+ onException(e);
+ }
+ }
+
+ public void onGameOver(boolean playerExplode) {
+ if (playerExplode) {
+ scene.remove(player);
+ DestroyEffect.EXPLOSION.createEffect(particleSystem, player.getPosition(), new Vector(player.getWidth(), player.getHeight())).start();
+ }
+ gameState = GameState.GAME_OVER;
+ viewManager.showMessage(false, MessageType.GAME_OVER);
+ }
+
+ private void onGoalReached() {
+ gameState = GameState.LEVEL_FINISHED;
+ if (!level.isCompleted())
+ user.gainLvUpExp();
+ level.setCompleted(true);
+
+ for (int i = 1; i <= 3; i++) {
+ if (collectedStars.contains(i)) {
+ level.setStarCollected(i, true);
+ user.increaseStarCount();
+ }
+ }
+
+ if (user.isShowLevelUp()) {
+ user.levelUpShown();
+ viewManager.showLevelUp(user.getLevel());
+ user.getToolSlotSettings().unlockSlotsIfLevelReached(user.getLevel(), levelUpBounties);
+ user.increaseStarCount(levelUpBounties.getBountyStarsAtLevel(user.getLevel()));
+ viewManager.resetToolButtonBar();
+ }
+ viewManager.showMessage(levelPack.isLastLevel(level), MessageType.WIN);
+
+ dataStorageHandler.writeLevelProgress(levelPack.getId(), level);
+ Level nextLevel = levelPack.getNextLevel(level);
+ if (nextLevel != null) {
+ nextLevel.setUnlocked(true);
+ dataStorageHandler.writeLevelProgress(levelPack.getId(), nextLevel);
+ }else{
+ LevelPack nextLevelPack = levelManager.nextLevelPack(levelPack);
+ if(nextLevelPack != null){
+ nextLevelPack.setLocked(false);
+ dataStorageHandler.writeLevelPackLocked(nextLevelPack);
+ }
+ }
+ dataStorageHandler.writeUserData(user);
+ }
+
+ public void onStarCollision(Star star) {
+ scene.onStarCollision(star);
+ collectedStars.add(star.getIndex());
+ }
+
+ @Override
+ public void onException(Exception e) {
+ handler.onException(e);
+ }
+
+ public GameState getGameState() {
+ return gameState;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/GameScene.java b/app/src/main/java/com/example/julian/endlessroll/main/game/GameScene.java
new file mode 100644
index 0000000..d0527fc
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/GameScene.java
@@ -0,0 +1,162 @@
+package com.example.julian.endlessroll.main.game;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.DestroyEffect;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.Goal;
+import com.example.julian.endlessroll.entities.Obstacle;
+import com.example.julian.endlessroll.entities.Star;
+import com.example.julian.endlessroll.entities.Terrain;
+import com.example.julian.endlessroll.entities.TerrainTile;
+import com.example.julian.endlessroll.entities.collision.CollisionDetector;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.entities.tools.Bomb;
+import com.example.julian.endlessroll.entities.tools.Tool;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.ObstacleData;
+import com.example.julian.endlessroll.levels.StarData;
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+
+/**
+ * Created by Julian on 27.11.2015.
+ */
+public class GameScene extends Scene {
+
+ private CollisionDetector collisionDetector;
+ private Goal goal;
+
+ private float goalX;
+ private List obstacles = new ArrayList<>();
+ private List stars = new ArrayList<>();
+ private List tools = new ArrayList<>();
+
+ public GameScene(TexturePack texturePack, ParticleSystem particleSystem) throws Exception {
+ super(texturePack, particleSystem);
+ collisionDetector = new CollisionDetector();
+
+ goal = new Goal(textures.goal);
+ }
+
+ public void loadLevel(Level level) throws Exception {
+ reset();
+ lock.lock();
+ terrain.loadData(level.getTerrain());
+ super.add(goal);
+ player.init(terrain.getHeight());
+ super.add(player);
+ lock.unlock();
+ for (ObstacleData data : level.getObstacles())
+ addObstacle(data);
+ for (StarData data : level.getStars()) {
+ if (data.getIndex() == 1 && level.isFirstStarCollected())
+ continue;
+ if (data.getIndex() == 2 && level.isSecondStarCollected())
+ continue;
+ if (data.getIndex() == 3 && level.isThirdStarCollected())
+ continue;
+ addStar(data);
+ }
+ goalX = level.getGoalX();
+ goal.setGoalX(goalX);
+ GameLog.d("Level " + level.getNumber() + " successfully loaded");
+ }
+
+ private void reset() {
+ lock.lock();
+ super.clear();
+ lock.unlock();
+ obstacles.clear();
+ tools.clear();
+ cameraX = 0;
+ background.resetPosition();
+ }
+
+ public void onStarCollision(Star collisionStar) {
+ Iterator iter = stars.iterator();
+ while (iter.hasNext()) {
+ Star star = iter.next();
+ if (star.equals(collisionStar)) {
+ star.destroy(DestroyEffect.STAR_EXPLOSION);
+ iter.remove();
+ }
+ }
+ }
+
+ public void addObstacle(ObstacleData data) {
+ Obstacle obstacle = new Obstacle(textures.obstacle, data, terrain.getHeight());
+ lock.lock();
+ super.add(obstacle);
+ obstacles.add(obstacle);
+ lock.unlock();
+ }
+
+ public void addStar(StarData data) {
+ Star star = new Star(textures.star, data);
+ lock.lock();
+ super.add(star);
+ stars.add(star);
+ lock.unlock();
+ }
+
+ public void addTool(ToolType type, float screenX, float screenY) throws Exception {
+ Vector position = calcWorldFromScreenCoords(screenX, screenY);
+ Tool tool = type.newInstance(position, particleSystem);
+ if (tool == null)
+ throw new Exception("Current ToolType(" + type + ") returns null at method newInstance()");
+ lock.lock();
+ super.add(tool);
+ tools.add(tool);
+ lock.unlock();
+ }
+
+
+ @Override
+ public void update(Timer timer) {
+ super.update(timer);
+ for (Tool tool : tools) {
+ tool.update(timer);
+ if (tool instanceof Bomb) {
+ Bomb bomb = (Bomb) tool;
+ if (bomb.isExploding())
+ bomb.explode(obstacles, collisionDetector);
+ }
+ }
+ }
+
+ @Override
+ protected void removeEntityFromAllLists(Entity entity) {
+ GameLog.i("REMOVE FROM ALL LISTS");
+ if (!entity.isDestroyed())
+ entity.destroy(null);
+ if (entity instanceof Tool)
+ tools.remove(entity);
+ if (entity instanceof Obstacle)
+ obstacles.remove(entity);
+ }
+
+ public Terrain getTerrain() {
+ return terrain;
+ }
+
+ public List getTools() {
+ return tools;
+ }
+
+ public List getObstacles() {
+ return obstacles;
+ }
+
+ public List getStars() {
+ return stars;
+ }
+
+ public float getGoalX() {
+ return goalX;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/GameState.java b/app/src/main/java/com/example/julian/endlessroll/main/game/GameState.java
new file mode 100644
index 0000000..587730e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/GameState.java
@@ -0,0 +1,10 @@
+package com.example.julian.endlessroll.main.game;
+
+/**
+ * Created by Julian on 02.02.2016.
+ */
+public enum GameState {
+
+ RUNNING, PAUSED, GAME_OVER, LEVEL_FINISHED
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/Physics.java b/app/src/main/java/com/example/julian/endlessroll/main/game/Physics.java
new file mode 100644
index 0000000..17eeac5
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/Physics.java
@@ -0,0 +1,150 @@
+package com.example.julian.endlessroll.main.game;
+
+import android.support.annotation.Nullable;
+
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.Obstacle;
+import com.example.julian.endlessroll.entities.Star;
+import com.example.julian.endlessroll.entities.Terrain;
+import com.example.julian.endlessroll.entities.TerrainTile;
+import com.example.julian.endlessroll.entities.collision.CollisionDetector;
+import com.example.julian.endlessroll.entities.collision.collisionData.EntityCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.ObstacleCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.PlayerCollisionData;
+import com.example.julian.endlessroll.entities.collision.collisionData.ToolCollisionData;
+import com.example.julian.endlessroll.entities.collision.geometry.Circle;
+import com.example.julian.endlessroll.entities.tools.Bomb;
+import com.example.julian.endlessroll.entities.tools.Tool;
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * Created by Julian on 27.11.2015.
+ */
+public class Physics {
+
+ public final float GRAVITY_FORCE = .00004f;
+ private CollisionDetector detector;
+
+ public Physics() {
+ detector = new CollisionDetector();
+ }
+
+ public void applyGravity(GameScene scene) {
+ scene.getPlayer().getMovement().y -= GRAVITY_FORCE;
+ for (Tool tool : scene.getTools()) {
+ if (tool.isFloating())
+ continue;
+ if (tool instanceof Bomb) {
+ for (Obstacle obstacle : scene.getObstacles()) {
+ if (detector.quadQuadCollision(obstacle, tool)) {
+ GameLog.i("collision");
+ tool.setFloating(true);
+ tool.getMovement().y = 0;
+ break;
+ }
+ }
+ if (tool.isFloating())
+ continue;
+ }
+ float terrainHeight = getTerrainHeight(tool, scene.getTerrain());
+ Obstacle toolIsOver = getObstacleToolIsOver(tool, scene.getObstacles());
+
+ float orientingHeight = terrainHeight;
+ if (toolIsOver != null) {
+ if (toolIsOver.getBottomEdge() < tool.getTopEdge())
+ orientingHeight = Math.max(toolIsOver.getTopEdge(), terrainHeight);
+ else{
+ orientingHeight = terrainHeight;
+ }
+ }
+
+ if (tool.getBottomEdge() > orientingHeight) {
+ tool.getMovement().y -= GRAVITY_FORCE * 2;
+ } else {
+ tool.getMovement().y = 0;
+ tool.setToTerrain(orientingHeight);
+ }
+ }
+ }
+
+ @Nullable
+ private Obstacle getObstacleToolIsOver(Entity tool, List obstacles) {
+ Map isOver = new HashMap<>();
+ for (Obstacle obstacle : obstacles) {
+ if ((tool.getLeftEdge() >= obstacle.getLeftEdge() && tool.getLeftEdge() <= obstacle.getRightEdge()) || (tool.getRightEdge() <= obstacle.getRightEdge() && tool.getRightEdge() >= obstacle.getLeftEdge()))
+ isOver.put(obstacle.getTopEdge(), obstacle);
+ }
+ float max = -100;
+ for (float height : isOver.keySet()) {
+ if(isOver.get(height).getBottomEdge() < tool.getTopEdge()) {
+ max = Math.max(max, height);
+ }
+ }
+ if (max != -100)
+ return isOver.get(max);
+ return null;
+ }
+
+ private float getTerrainHeight(Entity tool, Terrain terrain) {
+ for (TerrainTile instance : terrain) {
+ if ((tool.getLeftEdge() >= instance.getLeftEdge() && tool.getLeftEdge() <= instance.getRightEdge())
+ || (tool.getRightEdge() <= instance.getRightEdge() && tool.getRightEdge() >= instance.getLeftEdge())
+ || (instance.getLeftEdge() >= tool.getLeftEdge() && instance.getLeftEdge() <= tool.getRightEdge())
+ || (instance.getRightEdge() <= tool.getRightEdge() && instance.getRightEdge() >= tool.getLeftEdge()))
+ return terrain.getHeight();
+ }
+ return -10;
+ }
+
+ public PlayerCollisionData getPlayerCollisionData(GameScene scene) {
+ EntityCollisionData terrainData = playerCollidesWithTerrain(scene);
+ ObstacleCollisionData obstacleData = playerCollidesWithObstacle(scene);
+ ToolCollisionData toolData = playerCollidesWithTool(scene);
+ EntityCollisionData starData = playerCollidesWithStar(scene);
+ return new PlayerCollisionData(terrainData, obstacleData, toolData, starData);
+ }
+
+ private EntityCollisionData playerCollidesWithTerrain(GameScene scene) {
+ Terrain terrain = scene.getTerrain();
+ for (TerrainTile terrainTile : terrain) {
+ EntityCollisionData data = detector.playerEntityCollision(scene.getPlayer(), terrainTile);
+ if (data.isCollision())
+ return data;
+ }
+ return new EntityCollisionData(null, null);
+ }
+
+ private ObstacleCollisionData playerCollidesWithObstacle(GameScene scene) {
+ List collisions = new ArrayList<>();
+ for (Obstacle obstacle : scene.getObstacles()) {
+ EntityCollisionData data = detector.playerEntityCollision(scene.getPlayer(), obstacle);
+ if (data.isCollision())
+ collisions.add(data);
+ }
+ return new ObstacleCollisionData(collisions);
+ }
+
+ private ToolCollisionData playerCollidesWithTool(GameScene scene) {
+ List tools = new ArrayList<>();
+ Circle circle = new Circle(scene.getPlayer());
+ for (Tool tool : scene.getTools()) {
+ if (detector.circleToolCollision(circle, tool.getCollisionBounds()))
+ tools.add(tool);
+ }
+ return new ToolCollisionData(tools);
+ }
+
+ private EntityCollisionData playerCollidesWithStar(GameScene scene) {
+ for (Star star : scene.getStars()) {
+ EntityCollisionData data = detector.playerEntityCollision(scene.getPlayer(), star);
+ if (data.isCollision())
+ return data;
+ }
+ return new EntityCollisionData(null, null);
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/Scene.java b/app/src/main/java/com/example/julian/endlessroll/main/game/Scene.java
new file mode 100644
index 0000000..cc37ade
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/Scene.java
@@ -0,0 +1,120 @@
+package com.example.julian.endlessroll.main.game;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Background;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.Player;
+import com.example.julian.endlessroll.entities.Terrain;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.rendering.Lock;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+
+/**
+ * Created by Julian on 20.07.2016.
+ */
+public abstract class Scene extends ArrayList {
+
+ public float cameraX;
+ public final Lock lock;
+
+ private Vector screenSize;
+ private Entity playerArrow;
+
+ protected ParticleSystem particleSystem;
+ protected TexturePack textures;
+ protected Background background;
+ protected Terrain terrain;
+ protected Player player;
+
+ public Scene(TexturePack texturePack, ParticleSystem particleSystem) {
+ this.particleSystem = particleSystem;
+ setTexturePack(texturePack);
+ playerArrow = new Entity(textures.playerArrow, new Vector(0, 0.9f), .2f, .2f);
+ background = new Background(textures.background);
+ terrain = new Terrain(textures.terrain);
+ player = new Player(textures.player);
+ lock = new Lock();
+ }
+
+ public void setTexturePack(TexturePack texturePack) {
+ this.textures = texturePack;
+ }
+
+ public void update(Timer timer) {
+ lock.lock();
+ Iterator iterator = super.iterator();
+ while (iterator.hasNext()) {
+ Entity entity = iterator.next();
+ Vector movement = entity.getMovement();
+ Vector finalMovement = new Vector(movement).mul(timer.getFrameTime());
+ entity.move(finalMovement);
+ if (entity.isDestroyed() && entity.getDestroyEffect() != null)
+ entity.getDestroyEffect().createEffect(particleSystem, new Vector(entity.getPosition()), new Vector(entity.getWidth(), entity.getHeight())).start();
+ if (entity.equals(player))
+ moveEnviroment(finalMovement.x);
+ else if (entity.getRightEdge() - cameraX < -3f || entity.isDestroyed()) {
+ iterator.remove();
+ removeEntityFromAllLists(entity);
+ }
+ }
+
+ if (player.getPosition().y >= player.RADIUS + 1) {
+ playerArrow.getPosition().x = player.getPosition().x;
+ if (!super.contains(playerArrow)) {
+ super.add(playerArrow);
+ }
+ } else super.remove(playerArrow);
+ lock.unlock();
+ }
+
+ @Override
+ public boolean remove(Object object) {
+ removeEntityFromAllLists((Entity) object);
+ return super.remove(object);
+ }
+
+ protected abstract void removeEntityFromAllLists(Entity entity);
+
+ private void moveEnviroment(float x) {
+ cameraX += x;
+ background.move(x * 0.95f, cameraX);
+ terrain.update(cameraX);
+ }
+
+ protected Vector calcWorldFromScreenCoords(float screenX, float screenY) throws Exception {
+ if (screenSize == null)
+ throw new Exception("ScreenSize not set");
+ float glCoordWidth = (2f * screenSize.x / screenSize.y);
+ float x = ((screenX / screenSize.x) * 2f - 1f) * glCoordWidth / 2;
+ x += cameraX;
+ float y = -((screenY / screenSize.y) * 2f - 1f);
+ return new Vector(x, y);
+ }
+
+ public void setScreenSize(Vector screenSize) {
+ this.screenSize = screenSize;
+ }
+
+ public Background getBackground() {
+ return background;
+ }
+
+ public Terrain getTerrain() {
+ return terrain;
+ }
+
+ public Player getPlayer() {
+ return player;
+ }
+
+ public TexturePack getTextures() {
+ return textures;
+ }
+
+ public ParticleSystem getParticleSystem() {
+ return particleSystem;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/StartScene.java b/app/src/main/java/com/example/julian/endlessroll/main/game/StartScene.java
new file mode 100644
index 0000000..b2e50d8
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/StartScene.java
@@ -0,0 +1,19 @@
+package com.example.julian.endlessroll.main.game;
+
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+
+public class StartScene extends Scene {
+
+ public StartScene(TexturePack texturePack, ParticleSystem particleSystem) {
+ super(texturePack, particleSystem);
+ terrain.createEndless(-.8f);
+ player.init(terrain.getHeight());
+ super.add(player);
+ }
+
+ @Override
+ protected void removeEntityFromAllLists(Entity entity) {
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/Timer.java b/app/src/main/java/com/example/julian/endlessroll/main/game/Timer.java
new file mode 100644
index 0000000..3973c00
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/Timer.java
@@ -0,0 +1,46 @@
+package com.example.julian.endlessroll.main.game;
+
+/**
+ * Created by Julian on 22.11.2015.
+ */
+public class Timer {
+
+ private long lastFpsTime;
+ private int fpsCounter;
+ private int fps;
+
+ private long lastTime;
+ private long delta;
+
+
+ public Timer() {
+ lastTime = System.currentTimeMillis();
+ lastFpsTime = lastTime;
+ }
+
+ public void update() {
+ long currentTime = System.currentTimeMillis();
+ delta = currentTime - lastTime;
+ lastTime = currentTime;
+
+ fpsCounter++;
+ if (currentTime - lastFpsTime > 1000) {
+ fps = fpsCounter;
+ lastFpsTime += 1000;
+ fpsCounter = 0;
+ }
+ }
+
+ public float getFrameTime() {
+ return delta;
+ }
+
+ public int getFps() {
+ return fps;
+ }
+
+ public long getCurrentTime() {
+ return System.currentTimeMillis();
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/game/User.java b/app/src/main/java/com/example/julian/endlessroll/main/game/User.java
new file mode 100644
index 0000000..e89dec1
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/game/User.java
@@ -0,0 +1,94 @@
+package com.example.julian.endlessroll.main.game;
+
+import com.example.julian.endlessroll.entities.tools.ToolSlotSettings;
+
+/**
+ * Created by Julian on 10.07.2016.
+ */
+public class User {
+
+ private final int LV_UP_EXP = 25;
+ private final int STAR_EXP = 2;
+ private int starCount;
+ private int level;
+ private int levelProgress;
+ private boolean showLevelUp = false;
+ private ToolSlotSettings toolSlotSettings;
+
+ public User(int starCount, int level, int levelProgress, ToolSlotSettings toolSlotSettings) {
+ this.starCount = starCount;
+ this.level = level;
+ this.levelProgress = levelProgress;
+ this.toolSlotSettings = toolSlotSettings;
+ }
+
+ public void clearData() {
+ starCount = 0;
+ level = 1;
+ levelProgress = 0;
+ showLevelUp = false;
+ toolSlotSettings.reset();
+ }
+
+ public void increaseStarCount() {
+ increaseStarCount(1);
+ gainExp(STAR_EXP);
+ }
+
+ public void increaseStarCount(int starCount) {
+ this.starCount += starCount;
+ }
+
+ public void decreaseStarCount(int count){
+ this.starCount-=count;
+ }
+
+ public void gainLvUpExp() {
+ gainExp(LV_UP_EXP);
+ }
+
+ private void gainExp(int amount) {
+ levelProgress += amount;
+ if (levelProgress >= 100) {
+ levelProgress -= 100;
+ levelUp();
+ }
+ }
+
+ private void levelUp() {
+ level++;
+ showLevelUp = true;
+ }
+
+ public int getStarCount() {
+ return starCount;
+ }
+
+ public int getLevel() {
+ return level;
+ }
+
+ public int getLevelProgress() {
+ return levelProgress;
+ }
+
+ public boolean isShowLevelUp() {
+ return showLevelUp;
+ }
+
+ public void levelUpShown() {
+ showLevelUp = false;
+ }
+
+ public ToolSlotSettings getToolSlotSettings() {
+ return toolSlotSettings;
+ }
+
+ public void setLevel(int level) {
+ this.level = level;
+ }
+
+ public void setStarCount(int starCount) {
+ this.starCount = starCount;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/GLScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/GLScreen.java
new file mode 100644
index 0000000..22ff752
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/GLScreen.java
@@ -0,0 +1,21 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.content.Context;
+import android.support.annotation.LayoutRes;
+import android.view.ViewGroup;
+
+import com.example.julian.endlessroll.main.MyGlSurfaceView;
+
+/**
+ * Created by Julian on 30.07.2016.
+ */
+public abstract class GLScreen extends Screen {
+
+ protected MyGlSurfaceView glView;
+
+ public GLScreen(ScreenType type, Context context, @LayoutRes int layoutId, MyGlSurfaceView glView) {
+ super(type, context, layoutId);
+ this.glView = glView;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/GameScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/GameScreen.java
new file mode 100644
index 0000000..5919c6b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/GameScreen.java
@@ -0,0 +1,74 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.GameHandler;
+import com.example.julian.endlessroll.main.MyGlSurfaceView;
+import com.example.julian.endlessroll.main.game.Game;
+import com.example.julian.endlessroll.main.game.GameState;
+import com.example.julian.endlessroll.views.TopBarData;
+
+/**
+ * Created by Julian on 08.02.2016.
+ */
+public class GameScreen extends GLScreen {
+
+ private GameActivity activity;
+ private Game game;
+
+ public GameScreen(TopBarData topBarData, MyGlSurfaceView glSurfaceView) throws Exception{
+ super(ScreenType.GAME, topBarData.getGameActivity(), R.layout.game, glSurfaceView);
+ this.activity = topBarData.getGameActivity();
+ game = new Game(gameViewHandler, topBarData);
+ glView.addRendering(game);
+ }
+
+ @Override
+ public void prepareToBeShown() {
+ glView.setCurrentRendering(game);
+ game.resetViews();
+ }
+
+ public void onPause(){
+ game.pause();
+ }
+
+ @Override
+ public void onBackKeyDown() {
+ if (game.getGameState() == GameState.RUNNING)
+ game.pause();
+ }
+
+ public void startGame(LevelPack levelPack, Level level) {
+ game.startGame(levelPack, level);
+ }
+
+ private GameHandler gameViewHandler = new GameHandler() {
+
+ @Override
+ public void startInUiThread(Runnable runnable) {
+ activity.runOnUiThread(runnable);
+ }
+
+ @Override
+ public void toLevelsScreen() {
+ glView.setCurrentRendering(null);
+ activity.flipToScreen(ScreenType.LEVELS);
+ }
+
+ @Override
+ public RelativeLayout getRootLayout() {
+ return layout;
+ }
+
+ @Override
+ public void onException(Exception e) {
+ activity.onException(e);
+ }
+ };
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/LevelsScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/LevelsScreen.java
new file mode 100644
index 0000000..8d732fa
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/LevelsScreen.java
@@ -0,0 +1,87 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.content.Context;
+import android.graphics.Typeface;
+import android.view.View;
+import android.widget.LinearLayout;
+import android.widget.RelativeLayout;
+import android.widget.TableRow;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.views.LevelButton;
+import com.example.julian.endlessroll.views.TopBar;
+import com.example.julian.endlessroll.views.TopBarData;
+
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Created by Julian on 23.04.2016.
+ */
+public class LevelsScreen extends Screen implements View.OnClickListener {
+
+ private LevelPack levelPack;
+ private Typeface typeface;
+ private GameActivity activity;
+ private Map levelButtons = new HashMap<>();
+
+ private TopBar topBar;
+ private TableRow topRow;
+ private TableRow bottomRow;
+
+ public LevelsScreen(TopBarData topBarData) {
+ super(ScreenType.LEVELS, topBarData.getGameActivity(), R.layout.levels);
+ this.activity = topBarData.getGameActivity();
+ this.typeface = topBarData.getTypeface();
+ topBar = new TopBar(topBarData, ScreenType.LEVELS, (RelativeLayout) layout.findViewById(R.id.levels_topbar));
+ topRow = (TableRow) layout.findViewById(R.id.levels_topRow);
+ bottomRow = (TableRow) layout.findViewById(R.id.levels_bottomRow);
+ }
+
+ public void createList(LevelPack levelPack) {
+ this.levelPack = levelPack;
+ topRow.removeAllViews();
+ bottomRow.removeAllViews();
+ levelButtons.clear();
+ for (Level level : levelPack.getLevels())
+ createButton(activity, level);
+ }
+
+ private void createButton(Context context, Level level) {
+ int levelNumber = level.getNumber();
+ LevelButton button = new LevelButton(context, typeface, this, levelNumber, !level.isUnlocked());
+ //TODO: light only collected star
+ button.setStarCount(level.getCollectedStars().length());
+ levelButtons.put(levelNumber, button);
+ if (levelNumber % 2 == 1)
+ topRow.addView(button);
+ else
+ bottomRow.addView(button);
+ }
+
+ @Override
+ public void prepareToBeShown() {
+ if (levelPack != null)
+ createList(levelPack);
+ topBar.update();
+ }
+
+ @Override
+ public void onBackKeyDown() {
+ activity.flipToScreen(ScreenType.WORLDS);
+ }
+
+ @Override
+ public void onClick(View v) {
+ for (int levelNumber : levelButtons.keySet()) {
+ LevelButton button = levelButtons.get(levelNumber);
+ if (button.equals(v) && !button.isLocked()) {
+ Level level = levelPack.getLevel(levelNumber);
+ activity.startGame(levelPack, level);
+ }
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/Screen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/Screen.java
new file mode 100644
index 0000000..9f3f5e7
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/Screen.java
@@ -0,0 +1,52 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.content.Context;
+import android.support.annotation.LayoutRes;
+import android.view.LayoutInflater;
+import android.view.ViewGroup;
+
+/**
+ * Created by Julian on 13.02.2016.
+ */
+public abstract class Screen {
+
+ public enum ScreenType {
+ START(0), WORLDS(1), LEVELS(2), GAME(3), TOOL_SHOP(4);
+
+ private int inFlipperPosition;
+
+ ScreenType(int inFlipperPosition) {
+ this.inFlipperPosition = inFlipperPosition;
+ }
+
+ public int getInFlipperPosition() {
+ return inFlipperPosition;
+ }
+ }
+
+ private ScreenType type;
+ protected V layout;
+
+ public Screen(ScreenType type, Context context, @LayoutRes int layoutId) {
+ this.type = type;
+ layout = inflateLayout(context, layoutId);
+ }
+
+ private V inflateLayout(Context context, @LayoutRes int layoutId) {
+ LayoutInflater inflater = LayoutInflater.from(context);
+ return (V) inflater.inflate(layoutId, null);
+ }
+
+ public abstract void prepareToBeShown();
+
+ public abstract void onBackKeyDown();
+
+ public ScreenType getType() {
+ return type;
+ }
+
+ public V get() {
+ return layout;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/ScreenFlipper.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/ScreenFlipper.java
new file mode 100644
index 0000000..fe2c462
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/ScreenFlipper.java
@@ -0,0 +1,54 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.content.Context;
+import android.widget.ViewFlipper;
+
+/**
+ * Created by Julian on 13.02.2016.
+ */
+public class ScreenFlipper extends ViewFlipper {
+
+ private Screen[] screens;
+ private Screen currentScreen;
+
+ //TODO: animation?
+ public ScreenFlipper(Context context, Screen... screens) {
+ super(context);
+ this.screens = screens;
+ for (Screen screen : screens)
+ addView(screen);
+ currentScreen = screens[0];
+ showScreen(currentScreen.getType());
+ }
+
+ private void addView(Screen screen) {
+ super.addView(screen.get(), screen.getType().getInFlipperPosition());
+ }
+
+ public Screen getCurrentScreen() {
+ return currentScreen;
+ }
+
+ public void showScreen(Screen.ScreenType type) {
+ Screen screen = findScreen(type);
+ screen.prepareToBeShown();
+
+ int positionDifference = type.getInFlipperPosition() - currentScreen.getType().getInFlipperPosition();
+ if (positionDifference < 0)
+ for (; positionDifference != 0; positionDifference++)
+ super.showPrevious();
+ else if (positionDifference > 0)
+ for (; positionDifference != 0; positionDifference--)
+ super.showNext();
+ currentScreen = screen;
+ }
+
+ private Screen findScreen(Screen.ScreenType type) {
+ for (Screen screen : screens)
+ if (screen.getType().equals(type)) {
+ return screen;
+ }
+ return null;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreen.java
new file mode 100644
index 0000000..cf13f7d
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreen.java
@@ -0,0 +1,84 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.graphics.Typeface;
+import android.view.View;
+import android.view.animation.AnimationUtils;
+import android.widget.Button;
+import android.widget.RelativeLayout;
+import android.widget.ToggleButton;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.LevelManager;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.MyGlSurfaceView;
+import com.example.julian.endlessroll.main.game.User;
+import com.example.julian.endlessroll.rendering.Rendering;
+import com.example.julian.endlessroll.sounds.SoundManager;
+
+/**
+ * Created by Julian on 07.07.2016.
+ */
+public class StartScreen extends GLScreen implements View.OnClickListener {
+
+ private GameActivity activity;
+ private SoundManager soundManager;
+ private LevelManager levelManager;
+ private User user;
+ private Rendering rendering;
+
+ private Button play;
+ private Button comingSoon;
+ private ToggleButton soundToggle;
+
+ public StartScreen(GameActivity activity, MyGlSurfaceView glSurfaceView, SoundManager soundManager, LevelManager levelManager, User user, Typeface typeface) throws Exception{
+ super(ScreenType.START, activity, R.layout.start_screen, glSurfaceView);
+ this.activity = activity;
+ this.soundManager = soundManager;
+ this.levelManager = levelManager;
+ this.user = user;
+
+ play = (Button) layout.findViewById(R.id.startscreen_play);
+ play.setTypeface(typeface);
+ play.setOnClickListener(this);
+ play.startAnimation(AnimationUtils.loadAnimation(activity, R.anim.rotate));
+ comingSoon = (Button) layout.findViewById(R.id.startscreen_comingsoon);
+ comingSoon.setTypeface(typeface);
+ comingSoon.setOnClickListener(this);
+ soundToggle = (ToggleButton) layout.findViewById(R.id.startscreen_sound);
+ soundToggle.setTypeface(typeface);
+ soundToggle.setOnClickListener(this);
+ soundToggle.setChecked(soundManager.isSoundOn());
+
+ rendering = new StartScreenRendering(activity);
+ glView.addRendering(rendering);
+ }
+
+ @Override
+ public void prepareToBeShown() {
+ glView.setCurrentRendering(rendering);
+ if (soundToggle != null)
+ soundToggle.setChecked(soundManager.isSoundOn());
+ }
+
+ @Override
+ public void onBackKeyDown() {
+ activity.finish();
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.equals(play)) {
+ activity.flipToScreen(ScreenType.WORLDS);
+ glView.setCurrentRendering(null);
+ } else if (v.equals(soundToggle)) {
+ soundManager.setSoundOn(soundToggle.isChecked());
+ } else if (v.equals(comingSoon)) {
+ user.setLevel(100);
+ user.setStarCount(100);
+ levelManager.unlockAllLevels();
+ levelManager.unlockAllPacks();
+ }
+ }
+
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreenRendering.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreenRendering.java
new file mode 100644
index 0000000..74f795b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/StartScreenRendering.java
@@ -0,0 +1,50 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.view.MotionEvent;
+import android.view.View;
+
+import com.example.julian.endlessroll.entities.particles.ParticleSystem;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.game.StartScene;
+import com.example.julian.endlessroll.main.game.Timer;
+import com.example.julian.endlessroll.rendering.Rendering;
+
+/**
+ * Created by Julian on 20.07.2016.
+ */
+public class StartScreenRendering extends Rendering {
+
+ private Timer timer;
+ private ParticleSystem particleSystem;
+
+ public StartScreenRendering(GameActivity gameActivity) throws Exception{
+ super(gameActivity);
+ this.particleSystem = new ParticleSystem(gameActivity);
+ }
+
+ @Override
+ public StartScene init(TexturePack texturePack, Timer timer, boolean isFirstTime) {
+ this.timer = timer;
+ if (isFirstTime)
+ scene = new StartScene(texturePack, particleSystem);
+ else
+ scene.setTexturePack(texturePack);
+ try {
+ particleSystem.loadTextures();
+ }catch (Exception e){}
+ return scene;
+ }
+
+ @Override
+ public void update() {
+ particleSystem.update(timer);
+ scene.update(timer);
+ }
+
+ @Override
+ public boolean onTouch(View v, MotionEvent event) {
+ return false;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/ToolShopScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/ToolShopScreen.java
new file mode 100644
index 0000000..cf2e972
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/ToolShopScreen.java
@@ -0,0 +1,185 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.view.DragEvent;
+import android.view.MotionEvent;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.FrameLayout;
+import android.widget.HorizontalScrollView;
+import android.widget.ImageView;
+import android.widget.LinearLayout;
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolSlotSettings;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.levels.levelup.LevelUpBounties;
+import com.example.julian.endlessroll.main.DataStorageHandler;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.game.User;
+import com.example.julian.endlessroll.views.ToolOfferSlot;
+import com.example.julian.endlessroll.views.TopBar;
+import com.example.julian.endlessroll.views.TopBarData;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 08.07.2016.
+ */
+public class ToolShopScreen extends Screen implements View.OnDragListener, View.OnClickListener, View.OnTouchListener {
+
+ private LevelUpBounties levelUpBounties;
+ private GameActivity activity;
+ private ScreenType caller;
+ private ToolSlotSettings slotSettings;
+ private User user;
+ private DataStorageHandler dataStorageHandler;
+ private ToolOfferSlot selectedToolOfferSlot;
+
+ private TopBar topBar;
+ private Button priceButton;
+ private ImageView toolSlot1;
+ private ImageView toolSlot2;
+ private ImageView toolSlot3;
+ private ImageView toolSlot4;
+ private HorizontalScrollView scrollView;
+ private LinearLayout toolOfferLayout;
+ private List toolOfferSlots = new ArrayList<>();
+
+ public ToolShopScreen(TopBarData topBarData) {
+ super(ScreenType.TOOL_SHOP, topBarData.getGameActivity(), R.layout.toolshop);
+ this.levelUpBounties = new LevelUpBounties();
+ this.activity = topBarData.getGameActivity();
+ this.user = topBarData.getUser();
+ this.slotSettings = user.getToolSlotSettings();
+ this.dataStorageHandler = topBarData.getDataStorageHandler();
+ layout.setOnClickListener(this);
+ topBar = new TopBar(topBarData, ScreenType.TOOL_SHOP, (RelativeLayout) layout.findViewById(R.id.toolshop_topbar));
+ priceButton = (Button) layout.findViewById(R.id.toolshop_price_button);
+ priceButton.setOnClickListener(this);
+ priceButton.setTypeface(topBarData.getTypeface());
+ toolSlot1 = getToolSlotView(R.id.toolshop_slot1);
+ toolSlot2 = getToolSlotView(R.id.toolshop_slot2);
+ toolSlot3 = getToolSlotView(R.id.toolshop_slot3);
+ toolSlot4 = getToolSlotView(R.id.toolshop_slot4);
+ scrollView = (HorizontalScrollView) layout.findViewById(R.id.toolshop_scrollview);
+ scrollView.setOnTouchListener(this);
+ toolOfferLayout = (LinearLayout) layout.findViewById(R.id.toolshop_tool_offer_layout);
+ LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
+ params.setMargins(20, 0, 20, 0);
+ for (ToolType type : ToolType.values()) {
+ if (type != ToolType.NONE) {
+ ToolOfferSlot slot = new ToolOfferSlot(this, activity, topBarData.getTypeface(), type, levelUpBounties);
+ toolOfferSlots.add(slot);
+ toolOfferLayout.addView(slot.getLayout(), params);
+ }
+ }
+ }
+
+ public void showPriceButton(ToolOfferSlot slot) {
+ selectedToolOfferSlot = slot;
+ int[] slotLocation = new int[2];
+ slot.getImage().getLocationOnScreen(slotLocation);
+ priceButton.setX(slotLocation[0]);
+ priceButton.setY(slotLocation[1] + slot.getImage().getHeight() * 0.75f);
+ int costs = slot.getToolType().getCosts();
+ priceButton.setText(costs + "");
+ priceButton.setEnabled(costs <= user.getStarCount());
+ priceButton.setVisibility(View.VISIBLE);
+ }
+
+ private ImageView getToolSlotView(int id) {
+ FrameLayout slotLayout = (FrameLayout) layout.findViewById(id);
+ ImageView imageView = (ImageView) slotLayout.findViewById(R.id.toolslot_image);
+ imageView.setOnDragListener(this);
+ return imageView;
+ }
+
+ public void setCaller(ScreenType caller) {
+ this.caller = caller;
+ }
+
+ @Override
+ public void prepareToBeShown() {
+ topBar.update();
+ slotSettings.unlockSlotsIfLevelReached(user.getLevel(), levelUpBounties);
+ toolSlot1.setImageResource(slotSettings.get(0).getDrawable());
+ toolSlot2.setImageResource(slotSettings.get(1).getDrawable());
+ toolSlot3.setImageResource(slotSettings.get(2).getDrawable());
+ toolSlot4.setImageResource(slotSettings.get(3).getDrawable());
+ for (ToolOfferSlot slot : toolOfferSlots) {
+ slot.updateIsBought();
+ boolean locked = !levelUpBounties.isToolAlreadyUnlockedAtLevel(user.getLevel(), slot.getToolType());
+ slot.setLocked(locked);
+ if (slot.getToolType() == ToolType.RAMP)
+ slot.buy();
+ }
+ }
+
+ @Override
+ public void onBackKeyDown() {
+ priceButton.setVisibility(View.INVISIBLE);
+ activity.flipToScreen(caller);
+ }
+
+ @Override
+ public boolean onDrag(View v, DragEvent event) {
+ if (event.getAction() == DragEvent.ACTION_DRAG_ENDED) {
+ for (ToolOfferSlot toolOfferSlot : toolOfferSlots)
+ toolOfferSlot.setDragged(false);
+ return true;
+ }
+ int slot = -1;
+ slot = v.equals(toolSlot1) ? 0 : slot;
+ slot = v.equals(toolSlot2) ? 1 : slot;
+ slot = v.equals(toolSlot3) ? 2 : slot;
+ slot = v.equals(toolSlot4) ? 3 : slot;
+ if (!slotSettings.get(slot).isLocked()) {
+ if (event.getAction() == DragEvent.ACTION_DRAG_ENTERED) {
+ //TODO: animation
+ }
+ if (event.getAction() == DragEvent.ACTION_DRAG_EXITED) {
+ //TODO: ggf. animation
+ }
+ if (event.getAction() == DragEvent.ACTION_DROP) {
+ //TODO: animation??
+ slotSettings.changeToolSlotType(slot, getDraggedToolType());
+ prepareToBeShown();
+ dataStorageHandler.writeUserData(user);
+ }
+ }
+
+ return true;
+ }
+
+ private ToolType getDraggedToolType() {
+ for (ToolOfferSlot toolOfferSlot : toolOfferSlots) {
+ if (toolOfferSlot.isDragged())
+ return toolOfferSlot.getToolType();
+ }
+ return ToolType.NONE;
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.equals(layout)) {
+ priceButton.setVisibility(View.INVISIBLE);
+ } else if (v.equals(priceButton)) {
+ int costs = selectedToolOfferSlot.getToolType().getCosts();
+ topBar.showStarcountDecrease(-costs);
+ user.decreaseStarCount(costs);
+ selectedToolOfferSlot.buy();
+ priceButton.setVisibility(View.INVISIBLE);
+ topBar.update();
+ dataStorageHandler.writeBoughtTools();
+ }
+ }
+
+ @Override
+ public boolean onTouch(View v, MotionEvent event) {
+ priceButton.setVisibility(View.INVISIBLE);
+ return false;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/main/screens/WorldsScreen.java b/app/src/main/java/com/example/julian/endlessroll/main/screens/WorldsScreen.java
new file mode 100644
index 0000000..d75e064
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/main/screens/WorldsScreen.java
@@ -0,0 +1,70 @@
+package com.example.julian.endlessroll.main.screens;
+
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.LinearLayout;
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.LevelManager;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.views.TopBar;
+import com.example.julian.endlessroll.views.TopBarData;
+import com.example.julian.endlessroll.views.WorldButton;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 07.07.2016.
+ */
+public class WorldsScreen extends Screen implements View.OnClickListener {
+
+ private LevelManager levelManager;
+ private GameActivity activity;
+
+ private TopBar topBar;
+ private LinearLayout buttonLayout;
+ private List worldButtons = new ArrayList<>();
+
+ public WorldsScreen(TopBarData topBarData) {
+ super(ScreenType.WORLDS, topBarData.getGameActivity(), R.layout.worlds);
+ this.activity = topBarData.getGameActivity();
+ this.levelManager = topBarData.getLevelManager();
+ topBar = new TopBar(topBarData, ScreenType.WORLDS, (RelativeLayout) layout.findViewById(R.id.worlds_topbar));
+ buttonLayout = (LinearLayout) layout.findViewById(R.id.worlds_layout);
+ LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
+ params.setMargins(25, 0, 25, 0);
+
+ for (LevelPack levelPack : levelManager) {
+ WorldButton button = new WorldButton(activity, topBarData.getTypeface(), this, levelPack);
+ buttonLayout.addView(button, params);
+ worldButtons.add(button);
+ }
+ }
+
+ @Override
+ public void prepareToBeShown() {
+ topBar.update();
+ for (WorldButton button : worldButtons) {
+ button.updateInformation();
+ }
+ }
+
+ @Override
+ public void onBackKeyDown() {
+ activity.flipToScreen(ScreenType.START);
+ }
+
+ @Override
+ public void onClick(View v) {
+ for (WorldButton button : worldButtons) {
+ if (v.equals(button) && !button.isLocked()) {
+ LevelPack levelPack = button.getLevelPack();
+ activity.selectWorld(levelPack);
+ activity.flipToScreen(ScreenType.LEVELS);
+ }
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/Fbo.java b/app/src/main/java/com/example/julian/endlessroll/rendering/Fbo.java
new file mode 100644
index 0000000..01c8574
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/Fbo.java
@@ -0,0 +1,47 @@
+package com.example.julian.endlessroll.rendering;
+
+import android.opengl.GLES20;
+
+import javax.microedition.khronos.opengles.GL11;
+
+/**
+ * Created by Julian on 06.08.2016.
+ */
+public class Fbo {
+
+ private int frameBuffer;
+ private int texture;
+
+ public Fbo(int width, int height) {
+ int[] frameBuffers = new int[1];
+ GLES20.glGenFramebuffers(1, frameBuffers, 0);
+ this.frameBuffer = frameBuffers[0];
+ bind();
+
+ int[] textures = new int[1];
+ GLES20.glGenTextures(1, textures, 0);
+ this.texture = textures[0];
+ GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texture);
+ GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, GLES20.GL_RGBA, width, height, 0, GLES20.GL_RGBA, GL11.GL_UNSIGNED_BYTE, null);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_WRAP_S, GLES20.GL_NONE);
+ GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_WRAP_T, GLES20.GL_NONE);
+ GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, texture, 0);
+
+ unbind();
+ }
+
+ public void bind() {
+ GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBuffer);
+ }
+
+ public void unbind() {
+ GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0);
+ GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, 0);
+ }
+
+ public int getTexture() {
+ return texture;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/Lock.java b/app/src/main/java/com/example/julian/endlessroll/rendering/Lock.java
new file mode 100644
index 0000000..583513d
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/Lock.java
@@ -0,0 +1,22 @@
+package com.example.julian.endlessroll.rendering;
+
+public class Lock {
+
+ private boolean isLocked = false;
+
+ public synchronized void lock() {
+ while (isLocked) {
+ try {
+ wait();
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ }
+ isLocked = true;
+ }
+
+ public synchronized void unlock() {
+ isLocked = false;
+ notify();
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/MatrixCreator.java b/app/src/main/java/com/example/julian/endlessroll/rendering/MatrixCreator.java
new file mode 100644
index 0000000..797bfc5
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/MatrixCreator.java
@@ -0,0 +1,49 @@
+package com.example.julian.endlessroll.rendering;
+
+import android.opengl.Matrix;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.Entity;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public class MatrixCreator {
+
+ private float width, height;
+
+ public void setMVPMSize(float width, float height) {
+ this.width = width;
+ this.height = height;
+ }
+
+ public float[] createModelViewProjectionMatrix(float cameraX) {
+ float[] mvpMatrix = new float[16];
+ float[] projectionMatrix = new float[16];
+ float[] viewMatrix = new float[16];
+
+ float ratio = width / height;
+ Matrix.frustumM(projectionMatrix, 0, -ratio + cameraX, ratio + cameraX, -1, 1, 1, 2);
+ Matrix.setLookAtM(viewMatrix, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0);
+ Matrix.multiplyMM(mvpMatrix, 0, projectionMatrix, 0, viewMatrix, 0);
+ return mvpMatrix;
+ }
+
+ public float[] createTransformationMatrix(Entity entity) {
+ float width = entity.getWidth();
+ float height = entity.getHeight();
+ float rotation = entity.getRotation();
+ Vector position = entity.getPosition();
+ return createTransformationMatrix(width, height, rotation, position);
+ }
+
+ public float[] createTransformationMatrix(float width, float height, float rotation, Vector position) {
+ float[] transformationMatrix = new float[16];
+ Matrix.setIdentityM(transformationMatrix, 0);
+ Matrix.translateM(transformationMatrix, 0, position.x, position.y, 0);
+ Matrix.rotateM(transformationMatrix, 0, rotation, 0, 0, 1);
+ Matrix.scaleM(transformationMatrix, 0, width * .5f, height * .5f, 0);
+ return transformationMatrix;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/Quad.java b/app/src/main/java/com/example/julian/endlessroll/rendering/Quad.java
new file mode 100644
index 0000000..747ff06
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/Quad.java
@@ -0,0 +1,49 @@
+package com.example.julian.endlessroll.rendering;
+
+import android.opengl.GLES20;
+
+import java.nio.ByteBuffer;
+import java.nio.ByteOrder;
+import java.nio.FloatBuffer;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class Quad {
+
+ private FloatBuffer vertexBuffer;
+ private FloatBuffer textureBuffer;
+
+ private float vertices[] = {1.0f, 1.0f, -1.0f, -1.0f, 1.0f, -1.0f,
+ 1.0f, 1.0f, -1.0f, 1.0f, -1.0f, -1.0f};
+
+ private float textures[] = {1.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f,
+ 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f};
+
+ public Quad() {
+ vertexBuffer = createEmptyFloatBuffer();
+ vertexBuffer.put(vertices);
+ vertexBuffer.position(0);
+
+ textureBuffer = createEmptyFloatBuffer();
+ textureBuffer.put(textures);
+ textureBuffer.position(0);
+ }
+
+ private FloatBuffer createEmptyFloatBuffer() {
+ ByteBuffer bb = ByteBuffer.allocateDirect(vertices.length * 4);
+ bb.order(ByteOrder.nativeOrder());
+ return bb.asFloatBuffer();
+ }
+
+ public void draw() {
+ GLES20.glEnableVertexAttribArray(0);
+ GLES20.glEnableVertexAttribArray(1);
+ GLES20.glVertexAttribPointer(0, 2, GLES20.GL_FLOAT, false, 0, vertexBuffer);
+ GLES20.glVertexAttribPointer(1, 2, GLES20.GL_FLOAT, false, 0, textureBuffer);
+ GLES20.glDrawArrays(GLES20.GL_TRIANGLES, 0, vertices.length / 2);
+ GLES20.glDisableVertexAttribArray(1);
+ GLES20.glDisableVertexAttribArray(0);
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/Rendering.java b/app/src/main/java/com/example/julian/endlessroll/rendering/Rendering.java
new file mode 100644
index 0000000..e2df6c1
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/Rendering.java
@@ -0,0 +1,51 @@
+package com.example.julian.endlessroll.rendering;
+
+import android.content.Context;
+import android.view.View;
+
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.game.Scene;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public abstract class Rendering implements View.OnTouchListener {
+
+ protected S scene;
+ private GameActivity gameActivity;
+ private boolean alreadyInitiated = false;
+
+ public Rendering(GameActivity gameActivity) {
+ this.gameActivity = gameActivity;
+ }
+
+ public void initiate(TexturePack texturePack, Timer timer) {
+ this.scene = init(texturePack, timer, !alreadyInitiated);
+ alreadyInitiated = true;
+ }
+
+ protected abstract S init(TexturePack texturePack, Timer timer, boolean isFirstTime);
+
+ public abstract void update();
+
+ public void onException(Exception e) {
+ gameActivity.onException(e);
+ }
+
+ public void setScreenSize(int width, int height) {
+ if (scene != null)
+ scene.setScreenSize(new Vector(width, height));
+ }
+
+ public Scene getScene() {
+ return scene;
+ }
+
+ public Context getContext(){
+ return gameActivity;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/GameRenderer.java b/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/GameRenderer.java
new file mode 100644
index 0000000..8f93a86
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/GameRenderer.java
@@ -0,0 +1,153 @@
+package com.example.julian.endlessroll.rendering.renderer;
+
+import android.content.Context;
+import android.opengl.GLES20;
+import android.opengl.GLSurfaceView;
+
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.textures.TexturePack;
+import com.example.julian.endlessroll.main.GameLog;
+import com.example.julian.endlessroll.main.game.Scene;
+import com.example.julian.endlessroll.main.game.Timer;
+import com.example.julian.endlessroll.rendering.MatrixCreator;
+import com.example.julian.endlessroll.rendering.Quad;
+import com.example.julian.endlessroll.rendering.Rendering;
+import com.example.julian.endlessroll.rendering.shader.EntityShader;
+import com.example.julian.endlessroll.rendering.shader.SimpleShader;
+import com.example.julian.endlessroll.rendering.shader.TerrainShader;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import javax.microedition.khronos.egl.EGLConfig;
+import javax.microedition.khronos.opengles.GL10;
+
+/**
+ * Created by Julian on 22.11.2015.
+ */
+public class GameRenderer implements GLSurfaceView.Renderer {
+
+ private List renderTargets = new ArrayList<>();
+ private Rendering currentRendering;
+ private MatrixCreator matrixCreator;
+
+ private Context context;
+ private Quad quad;
+ //GL Context
+ private ParticleRenderer particleRenderer;
+
+ private EntityShader entityShader;
+ private TerrainShader terrainShader;
+ private SimpleShader simpleShader;
+
+ private TexturePack texturePack;
+ private Timer timer;
+
+ public GameRenderer(Context context) {
+ this.context = context;
+ matrixCreator = new MatrixCreator();
+ quad = new Quad();
+ particleRenderer = new ParticleRenderer(context, quad, matrixCreator);
+ }
+
+ public void addRendering(Rendering rendering) {
+ renderTargets.add(rendering);
+ }
+
+ public void setCurrentRendering(Rendering currentRendering) {
+ this.currentRendering = currentRendering;
+ }
+
+ @Override
+ public void onSurfaceCreated(GL10 gl, EGLConfig config) {
+ GameLog.d("onSurfaceCreated");
+ GLES20.glClearColor(1, 0, 0, 1.0f);
+ gl.glEnable(GL10.GL_BLEND);
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
+ try {
+ particleRenderer.createContext();
+ entityShader = new EntityShader(context);
+ terrainShader = new TerrainShader(context);
+ simpleShader = new SimpleShader(context);
+ texturePack = new TexturePack(context);
+ timer = new Timer();
+ } catch (Exception e) {
+ for (Rendering rendering : renderTargets)
+ rendering.onException(e);
+ }
+ for (Rendering rendering : renderTargets) {
+ rendering.initiate(texturePack, timer);
+ }
+ }
+
+ @Override
+ public void onSurfaceChanged(GL10 gl, int width, int height) {
+ GameLog.d("onSurfaceChanged: width=" + width + ", height=" + height);
+ particleRenderer.createFbo(width, height);
+ GLES20.glViewport(0, 0, width, height);
+ matrixCreator.setMVPMSize(width, height);
+ for (Rendering rendering : renderTargets)
+ rendering.setScreenSize(width, height);
+ }
+
+ @Override
+ public void onDrawFrame(GL10 gl) {
+ timer.update();
+ if (currentRendering != null) {
+ currentRendering.update();
+ Scene scene = currentRendering.getScene();
+
+ particleRenderer.renderParticlesToFbo(gl, scene);
+
+ GLES20.glClearColor(1, 1, 1, 1.0f);
+ GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
+
+ renderEntities(gl, scene);
+ renderTerrain(gl, scene);
+ renderFbo(gl);
+ }
+ }
+
+ private void renderEntities(GL10 gl, Scene scene) {
+ entityShader.start();
+ entityShader.loadMVPMatrix(matrixCreator, scene.cameraX);
+ scene.lock.lock();
+ for (Entity backgroundPart : scene.getBackground())
+ renderEntity(gl, backgroundPart);
+ for (Entity entity : scene)
+ renderEntity(gl, entity);
+ scene.lock.unlock();
+ entityShader.stop();
+ }
+
+ private void renderEntity(GL10 gl, Entity entity) {
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, entity.getTexture().getId());
+ entityShader.loadTransformationMatrix(matrixCreator, entity);
+ entityShader.loadAlpha(entity.getAlpha());
+ entityShader.loadTextureAtlasInfos(entity.getTexture());
+ quad.draw();
+ }
+
+ private void renderTerrain(GL10 gl, Scene scene) {
+ terrainShader.start();
+ terrainShader.loadMVPMatrix(matrixCreator, scene.cameraX);
+ for (Entity entity : scene.getTerrain()) {
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, entity.getTexture().getId());
+ terrainShader.loadTransformationMatrix(matrixCreator, entity);
+ quad.draw();
+ }
+ terrainShader.stop();
+ }
+
+ private void renderFbo(GL10 gl) {
+ simpleShader.start();
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, particleRenderer.getFboTexture());
+ quad.draw();
+ simpleShader.stop();
+ }
+
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/ParticleRenderer.java b/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/ParticleRenderer.java
new file mode 100644
index 0000000..4f9035e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/renderer/ParticleRenderer.java
@@ -0,0 +1,100 @@
+package com.example.julian.endlessroll.rendering.renderer;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.julian.endlessroll.entities.particles.Particle;
+import com.example.julian.endlessroll.entities.particles.ParticleEffect;
+import com.example.julian.endlessroll.entities.particles.ParticleSource;
+import com.example.julian.endlessroll.main.game.Scene;
+import com.example.julian.endlessroll.rendering.Fbo;
+import com.example.julian.endlessroll.rendering.MatrixCreator;
+import com.example.julian.endlessroll.rendering.Quad;
+import com.example.julian.endlessroll.rendering.shader.ParticleShader;
+
+import javax.microedition.khronos.opengles.GL10;
+
+/**
+ * Created by Julian on 10.08.2016.
+ */
+public class ParticleRenderer {
+
+ private Context context;
+ private Quad quad;
+ private MatrixCreator matrixCreator;
+ private boolean additiveBlending = false;
+
+ private ParticleShader particleShader;
+ private Fbo fbo;
+
+ public ParticleRenderer(Context context, Quad quad, MatrixCreator matrixCreator) {
+ this.context = context;
+ this.quad = quad;
+ this.matrixCreator = matrixCreator;
+ }
+
+ public void createContext() throws Exception {
+ particleShader = new ParticleShader(context);
+ }
+
+ public void createFbo(int width, int height) {
+ fbo = new Fbo(width, height);
+ }
+
+ public void renderParticlesToFbo(GL10 gl, Scene scene) {
+ fbo.bind();
+ GLES20.glClearColor(0, 0, 0, 0.0f);
+ GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
+
+ particleShader.start();
+ particleShader.loadMVPMatrix(matrixCreator, scene.cameraX);
+ for (ParticleEffect effect : scene.getParticleSystem().getEffects()) {
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, effect.getTexture().getId());
+
+ switchAdditiveBlending(gl, effect.getOptions().isAdditive());
+ for (ParticleSource source : effect.getSources()) {
+ source.getActiveParticleLock().lock();
+ for (Particle particle : source.getActiveParticles())
+ renderParticle(particle);
+ source.getActiveParticleLock().unlock();
+ }
+ }
+ disableAdditiveBlending(gl);
+
+ particleShader.stop();
+ fbo.unbind();
+ }
+
+
+ private void renderParticle(Particle particle) {
+ particleShader.loadTransformationMatrix(matrixCreator, particle);
+ particleShader.loadColor(particle.getColor());
+ quad.draw();
+ }
+
+ private void switchAdditiveBlending(GL10 gl, boolean effectAdditive) {
+ if (effectAdditive && !additiveBlending)
+ enableAdditiveBlending(gl);
+ if (effectAdditive && additiveBlending)
+ disableAdditiveBlending(gl);
+ }
+
+ private void enableAdditiveBlending(GL10 gl) {
+ if (!additiveBlending) {
+ additiveBlending = true;
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE);
+ }
+ }
+
+ private void disableAdditiveBlending(GL10 gl) {
+ if (additiveBlending) {
+ additiveBlending = false;
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
+ }
+ }
+
+ public int getFboTexture() {
+ return fbo.getTexture();
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/shader/EntityShader.java b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/EntityShader.java
new file mode 100644
index 0000000..94ba135
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/EntityShader.java
@@ -0,0 +1,53 @@
+package com.example.julian.endlessroll.rendering.shader;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.julian.endlessroll.data.Color;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.entities.textures.Texture;
+import com.example.julian.endlessroll.rendering.MatrixCreator;
+
+/**
+ * Created by Julian on 10.08.2016.
+ */
+public class EntityShader extends ShaderProgram{
+
+ private int location_mvpMatrix;
+ private int location_transformationMatrix;
+ private int location_alpha;
+ private int location_texAtlasSize;
+ private int location_texAtlasIndex;
+
+ public EntityShader(Context context) throws Exception {
+ super(context, "shader/entityVertexShader.glsl", "shader/entityFragmentShader.glsl");
+ }
+
+ @Override
+ protected void loadUniformLocations() {
+ location_mvpMatrix = super.getUniformLocation("mvpMatrix");
+ location_transformationMatrix = super.getUniformLocation("transformationMatrix");
+ location_alpha = super.getUniformLocation("alpha");
+ location_texAtlasSize = super.getUniformLocation("texAtlasSize");
+ location_texAtlasIndex = super.getUniformLocation("texAtlasIndex");
+ }
+
+ public void loadMVPMatrix(MatrixCreator matrixCreator, float cameraX) {
+ float[] mvpMatrix = matrixCreator.createModelViewProjectionMatrix(cameraX);
+ GLES20.glUniformMatrix4fv(location_mvpMatrix, 1, false, mvpMatrix, 0);
+ }
+
+ public void loadTransformationMatrix(MatrixCreator matrixCreator, Entity entity) {
+ float[] transformationMatrix = matrixCreator.createTransformationMatrix(entity);
+ GLES20.glUniformMatrix4fv(location_transformationMatrix, 1, false, transformationMatrix, 0);
+ }
+
+ public void loadAlpha(float alpha) {
+ GLES20.glUniform1f(location_alpha, alpha);
+ }
+
+ public void loadTextureAtlasInfos(Texture texture) {
+ GLES20.glUniform2f(location_texAtlasSize, texture.getAtlasWidth(), texture.getAtlasHeight());
+ GLES20.glUniform1f(location_texAtlasIndex, texture.getAtlasIndex());
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ParticleShader.java b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ParticleShader.java
new file mode 100644
index 0000000..605a1ab
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ParticleShader.java
@@ -0,0 +1,44 @@
+package com.example.julian.endlessroll.rendering.shader;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.julian.endlessroll.data.Color;
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.rendering.MatrixCreator;
+
+/**
+ * Created by Julian on 10.08.2016.
+ */
+public class ParticleShader extends ShaderProgram{
+
+ private int location_mvpMatrix;
+ private int location_transformationMatrix;
+ private int location_color;
+
+ public ParticleShader(Context context) throws Exception {
+ super(context, "shader/entityVertexShader.glsl", "shader/particleFragmentShader.glsl");
+ }
+
+ @Override
+ protected void loadUniformLocations() {
+ location_mvpMatrix = super.getUniformLocation("mvpMatrix");
+ location_transformationMatrix = super.getUniformLocation("transformationMatrix");
+ location_color = super.getUniformLocation("color");
+ }
+
+ public void loadMVPMatrix(MatrixCreator matrixCreator, float cameraX) {
+ float[] mvpMatrix = matrixCreator.createModelViewProjectionMatrix(cameraX);
+ GLES20.glUniformMatrix4fv(location_mvpMatrix, 1, false, mvpMatrix, 0);
+ }
+
+ public void loadTransformationMatrix(MatrixCreator matrixCreator, Entity entity) {
+ float[] transformationMatrix = matrixCreator.createTransformationMatrix(entity);
+ GLES20.glUniformMatrix4fv(location_transformationMatrix, 1, false, transformationMatrix, 0);
+ }
+
+ public void loadColor(Color color) {
+ GLES20.glUniform3f(location_color, color.getR(), color.getG(), color.getB());
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ShaderProgram.java b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ShaderProgram.java
new file mode 100644
index 0000000..334426b
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/ShaderProgram.java
@@ -0,0 +1,89 @@
+package com.example.julian.endlessroll.rendering.shader;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public abstract class ShaderProgram {
+
+ private Context context;
+ private int vertexShader, fragmentShader, program;
+
+ public ShaderProgram(Context context, String vertexShaderPath, String fragmentShaderPath) throws Exception {
+ this.context = context;
+ vertexShader = loadShader(GLES20.GL_VERTEX_SHADER, vertexShaderPath);
+ fragmentShader = loadShader(GLES20.GL_FRAGMENT_SHADER, fragmentShaderPath);
+ program = GLES20.glCreateProgram();
+ GLES20.glAttachShader(program, vertexShader);
+ GLES20.glAttachShader(program, fragmentShader);
+ GLES20.glLinkProgram(program);
+ int[] linkStatus = new int[1];
+ GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
+ if (linkStatus[0] == GLES20.GL_FALSE) {
+ GLES20.glDeleteProgram(program);
+ throw new Exception("Could not link program: "
+ + GLES20.glGetProgramInfoLog(program));
+ }
+
+ bindAttribLocations();
+ loadUniformLocations();
+ GameLog.d("ShaderProgram successfully loaded");
+ }
+
+ private void bindAttribLocations() {
+ GLES20.glBindAttribLocation(program, 0, "position");
+ GLES20.glBindAttribLocation(program, 1, "texCoords");
+ }
+
+ protected abstract void loadUniformLocations();
+
+ protected int getUniformLocation(String name){
+ return GLES20.glGetUniformLocation(program, name);
+ }
+
+ public void start() {
+ GLES20.glUseProgram(program);
+ }
+
+ public void stop() {
+ GLES20.glUseProgram(0);
+ }
+
+
+ private int loadShader(int type, String shaderName) throws Exception {
+ try {
+ InputStream is = context.getAssets().open(shaderName);
+ InputStreamReader isReader = new InputStreamReader(is);
+ BufferedReader reader = new BufferedReader(isReader);
+ StringBuilder source = new StringBuilder();
+ String line;
+ while ((line = reader.readLine()) != null)
+ source.append(line);
+
+ int shader = GLES20.glCreateShader(type);
+ GLES20.glShaderSource(shader, source.toString());
+ GLES20.glCompileShader(shader);
+
+ int[] compiled = new int[1];
+ GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
+ if (compiled[0] == GLES20.GL_FALSE) {
+ GLES20.glDeleteShader(shader);
+ throw new Exception("Could not compile shader \"" + shaderName + "\": "
+ + GLES20.glGetShaderInfoLog(shader));
+ }
+ GameLog.d("Shader \"" + shaderName + "\" successfully loaded");
+ return shader;
+ } catch (Exception e) {
+ throw new Exception("Could not load Shader \"" + shaderName + "\"", e);
+ }
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/shader/SimpleShader.java b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/SimpleShader.java
new file mode 100644
index 0000000..3bcfcae
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/SimpleShader.java
@@ -0,0 +1,17 @@
+package com.example.julian.endlessroll.rendering.shader;
+
+import android.content.Context;
+
+/**
+ * Created by Julian on 10.08.2016.
+ */
+public class SimpleShader extends ShaderProgram {
+
+ public SimpleShader(Context context) throws Exception {
+ super(context, "shader/simpleVertexShader.glsl", "shader/simpleFragmentShader.glsl");
+ }
+
+ @Override
+ protected void loadUniformLocations() {
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/rendering/shader/TerrainShader.java b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/TerrainShader.java
new file mode 100644
index 0000000..95ba31e
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/rendering/shader/TerrainShader.java
@@ -0,0 +1,37 @@
+package com.example.julian.endlessroll.rendering.shader;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.julian.endlessroll.entities.Entity;
+import com.example.julian.endlessroll.rendering.MatrixCreator;
+
+/**
+ * Created by Julian on 10.08.2016.
+ */
+public class TerrainShader extends ShaderProgram {
+
+ private int location_mvpMatrix;
+ private int location_transformationMatrix;
+
+ public TerrainShader(Context context) throws Exception {
+ super(context, "shader/terrainVertexShader.glsl", "shader/simpleFragmentShader.glsl");
+ }
+
+ @Override
+ protected void loadUniformLocations() {
+ location_mvpMatrix = super.getUniformLocation("mvpMatrix");
+ location_transformationMatrix = super.getUniformLocation("transformationMatrix");
+ }
+
+ public void loadMVPMatrix(MatrixCreator matrixCreator, float cameraX) {
+ float[] mvpMatrix = matrixCreator.createModelViewProjectionMatrix(cameraX);
+ GLES20.glUniformMatrix4fv(location_mvpMatrix, 1, false, mvpMatrix, 0);
+ }
+
+ public void loadTransformationMatrix(MatrixCreator matrixCreator, Entity entity) {
+ float[] transformationMatrix = matrixCreator.createTransformationMatrix(entity);
+ GLES20.glUniformMatrix4fv(location_transformationMatrix, 1, false, transformationMatrix, 0);
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/sounds/Music.java b/app/src/main/java/com/example/julian/endlessroll/sounds/Music.java
new file mode 100644
index 0000000..b0f7524
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sounds/Music.java
@@ -0,0 +1,79 @@
+package com.example.julian.endlessroll.sounds;
+
+import android.content.Context;
+import android.media.MediaPlayer;
+
+import com.example.julian.endlessroll.main.ExceptionHandler;
+
+/**
+ * Created by Julian on 18.12.2015.
+ */
+public class Music {
+
+ private ExceptionHandler handler;
+ private MediaPlayer player;
+ private boolean mute;
+ private boolean paused = true;
+ private int pausedPosition;
+
+ public Music(ExceptionHandler handler, Context context, int id) {
+ this.handler = handler;
+ player = MediaPlayer.create(context, id);
+ }
+
+ public void setMute(boolean mute) {
+ this.mute = mute;
+ if (mute && !paused) {
+ stop();
+ paused = false;
+ }
+ if (!mute && !paused)
+ start();
+ }
+
+ public void pause() {
+ try {
+ player.pause();
+ paused = true;
+ pausedPosition = player.getCurrentPosition();
+ } catch (Exception e) {
+ handler.onException(e);
+ }
+ }
+
+ public void start() {
+ try {
+ if (!mute)
+ player.start();
+ paused = false;
+ } catch (Exception e) {
+ handler.onException(e);
+ }
+ }
+
+ public void stop() {
+ try {
+ player.pause();
+ player.seekTo(0);
+ paused = true;
+ } catch (Exception e) {
+ handler.onException(e);
+ }
+ }
+
+
+ public void resume() {
+ try {
+ if (paused) {
+ player.seekTo(pausedPosition);
+ start();
+ }
+ } catch (Exception e) {
+ handler.onException(e);
+ }
+ }
+
+ public MediaPlayer getPlayer() {
+ return player;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/sounds/SoundManager.java b/app/src/main/java/com/example/julian/endlessroll/sounds/SoundManager.java
new file mode 100644
index 0000000..cd3ff6f
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sounds/SoundManager.java
@@ -0,0 +1,78 @@
+package com.example.julian.endlessroll.sounds;
+
+import android.content.Context;
+import android.media.AudioManager;
+import android.media.SoundPool;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.GameLog;
+
+/**
+ * Created by Julian on 18.12.2015.
+ */
+public class SoundManager {
+
+ private Context context;
+ private SoundPool soundPool;
+ private boolean soundOn;
+
+ public final Music backgroundMusic;
+
+ public SoundManager(GameActivity activity) {
+ this.context = activity;
+ soundPool = new SoundPool(2, AudioManager.STREAM_MUSIC, 0);
+
+ backgroundMusic = new Music(activity, activity, R.raw.background);
+ ToolType.NONE.loadAllPlacingSounds(this);
+ }
+
+ public void setSoundOn(boolean on) {
+ this.soundOn = on;
+ backgroundMusic.setMute(!on);
+ }
+
+ public boolean isSoundOn() {
+ return soundOn;
+ }
+
+ public void pause() {
+ soundPool.autoPause();
+ backgroundMusic.pause();
+ }
+
+ public void resume() {
+ soundPool.autoResume();
+ backgroundMusic.resume();
+ }
+
+ public void destroy() {
+ backgroundMusic.getPlayer().release();
+ soundPool.release();
+ }
+
+ public int loadSound(int id) {
+ int sound = soundPool.load(context, id, 1);
+ return sound;
+ }
+
+ public void playSound(int id) {
+ float volume = getVolume();
+ int feedback = soundPool.play(id, volume, volume, 1, 0, 1);
+ if (feedback == 0)
+ GameLog.e("SoundId: " + id + " cannot be played");
+ }
+
+ private float getVolume() {
+ if (soundOn) {
+ AudioManager manager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE);
+ float volume =
+ manager.getStreamVolume(AudioManager.STREAM_MUSIC);
+ float maxVolume = manager.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
+ return volume / maxVolume;
+ }
+ return 0;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/DatabaseAdapter.java b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/DatabaseAdapter.java
new file mode 100644
index 0000000..cea9a21
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/DatabaseAdapter.java
@@ -0,0 +1,88 @@
+package com.example.julian.endlessroll.sqlDatabase;
+
+import android.content.ContentValues;
+import android.content.Context;
+import android.database.Cursor;
+import android.database.SQLException;
+import android.database.sqlite.SQLiteDatabase;
+import android.database.sqlite.SQLiteOpenHelper;
+
+import com.example.julian.endlessroll.main.GameLog;
+
+/**
+ * Created by Julian on 07.06.2016.
+ */
+public abstract class DatabaseAdapter extends SQLiteOpenHelper {
+
+ private SQLTable[] tables;
+ private SQLiteDatabase database;
+
+ public DatabaseAdapter(Context context, String databaseName, int version) {
+ super(context, databaseName, null, version);
+ createColumns();
+ this.tables = createTables();
+ }
+
+ protected abstract void createColumns();
+
+ protected abstract SQLTable[] createTables();
+
+ @Override
+ public void onCreate(SQLiteDatabase db) {
+ GameLog.i("DATABASE CREATE");
+ for (SQLTable table : tables)
+ db.execSQL(table.getSqlCreateTable());
+ }
+
+ @Override
+ public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
+ for (SQLTable table : tables)
+ db.execSQL(table.getSqlDeleteTable());
+ onCreate(db);
+ }
+
+ @Override
+ public void onDowngrade(SQLiteDatabase db, int oldVersion, int newVersion) {
+ onUpgrade(db, oldVersion, newVersion);
+ }
+
+ public void open() throws SQLException {
+ database = getWritableDatabase();
+ }
+
+ protected void deleteTableEntry(SQLTable table, SQLTableColumn c0, int c0Condition, SQLTableColumn c1, int c1Condition) {
+ database.execSQL("DELETE FROM " + table.getName() + " WHERE " + c0.getKey() + " = " + c0Condition + " AND " + c1.getKey() + " = " + c1Condition);
+ }
+
+ protected void clearTable(SQLTable table) {
+ database.execSQL(table.getSqlClearTable());
+ }
+
+ protected long insertData(SQLTable table, ContentValues data) {
+ return database.insert(table.getName(), null, data);
+ }
+
+ protected long update(SQLTable table, ContentValues data, SQLTableColumn c0, int c0Condition, SQLTableColumn c1, int c1Condition) {
+ int reached = database.delete(table.getName(), c0.getKey() + "=" + c0Condition + " and " + c1.getKey() + "=" + c1Condition, null);
+ return insertData(table, data);
+ }
+
+ protected long update(SQLTable table, ContentValues data, SQLTableColumn c0, int c0Condition) {
+ int reached = database.delete(table.getName(), c0.getKey() + "=" + c0Condition, null);
+ return insertData(table, data);
+ }
+
+ protected Cursor getCursor(SQLTable table) {
+ return database.rawQuery(table.getSqlGetCursor(), null);
+ }
+
+ protected Cursor getCursor(SQLTable table, SQLTableColumn c0, int c0Condition, SQLTableColumn c1, int c1Condition) {
+ return database.rawQuery(table.getSqlGetCursor() + " where " + c0.getKey() + "=" + c0Condition + " and " + c1.getKey() + "=" + c1Condition, null);
+ }
+
+ protected Cursor getCursor(SQLTable table, SQLTableColumn c, int cCondition) {
+ return database.rawQuery(table.getSqlGetCursor() + " where " + c.getKey() + "=" + cCondition, null);
+ }
+
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/MyDatabase.java b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/MyDatabase.java
new file mode 100644
index 0000000..fceb3af
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/MyDatabase.java
@@ -0,0 +1,156 @@
+package com.example.julian.endlessroll.sqlDatabase;
+
+import android.content.ContentValues;
+import android.content.Context;
+import android.database.Cursor;
+
+import com.example.julian.endlessroll.entities.tools.ToolSlot;
+import com.example.julian.endlessroll.entities.tools.ToolSlotSettings;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.levels.Level;
+import com.example.julian.endlessroll.levels.LevelPack;
+import com.example.julian.endlessroll.main.GameLog;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 10.05.2016.
+ */
+public class MyDatabase extends DatabaseAdapter {
+
+ private final static int VERSION = 5;
+ private final static String DATABASE_NAME = "DATABASE";
+ private SQLTableColumn levelpackColumn, levelColumn, unlockedColumn, completedColumn, starsColumn;
+ private SQLTableColumn idColumn, toolTypeColumn, lockedColumn, boughtColumn;
+ private SQLTable levelTable, levelPackTable, toolSlotTable, boughtToolTable;
+
+ public MyDatabase(Context context) {
+ super(context, DATABASE_NAME, VERSION);
+ }
+
+ @Override
+ protected void createColumns() {
+ //TODO: no names needed for columns and tables
+ //TODO: really use database adapter???
+ levelpackColumn = new SQLTableColumn("LEVELPACK", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ levelColumn = new SQLTableColumn("LEVEL", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ unlockedColumn = new SQLTableColumn("UNLOCKED", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ completedColumn = new SQLTableColumn("COMPLETED", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ starsColumn = new SQLTableColumn("STARS", SQLTableColumn.ColumnType.TEXT, SQLTableColumn.ColumnExtra.NONE);
+
+ idColumn = new SQLTablePrimaryKeyColumn(false);
+ toolTypeColumn = new SQLTableColumn("TOOLTYPE", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ lockedColumn = new SQLTableColumn("LOCKED", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+
+ boughtColumn = new SQLTableColumn("BOUGHT", SQLTableColumn.ColumnType.INTEGER, SQLTableColumn.ColumnExtra.NOT_NULL);
+ }
+
+ @Override
+ protected SQLTable[] createTables() {
+ levelTable = new SQLTable("LEVELTABLE", levelpackColumn, levelColumn, unlockedColumn, completedColumn, starsColumn);
+ levelPackTable = new SQLTable("LEVELPACKS", levelpackColumn, unlockedColumn);
+ toolSlotTable = new SQLTable("TOOL_SLOT_TABLE", idColumn, toolTypeColumn, lockedColumn);
+ boughtToolTable = new SQLTable("BOUGHT_TOOL_TABLE", idColumn, boughtColumn);
+ return new SQLTable[]{levelTable, levelPackTable, toolSlotTable, boughtToolTable};
+ }
+
+ public void writeLevelProgress(int levelpackNumber, Level level) {
+ ContentValues values = new ContentValues();
+ values.put(levelpackColumn.getKey(), levelpackNumber);
+ values.put(levelColumn.getKey(), level.getNumber());
+ values.put(unlockedColumn.getKey(), level.isUnlocked() ? 1 : 0);
+ values.put(completedColumn.getKey(), level.isCompleted() ? 1 : 0);
+ values.put(starsColumn.getKey(), level.getCollectedStars());
+ long update = super.update(levelTable, values, levelpackColumn, levelpackNumber, levelColumn, level.getNumber());
+
+ readLevelProgress(levelpackNumber, level);
+ }
+
+ public void readLevelProgress(int levelpackNumber, Level level) {
+ Cursor cursor = super.getCursor(levelTable, levelpackColumn, levelpackNumber, levelColumn, level.getNumber());
+ if (cursor.moveToFirst()) {
+ boolean unlocked = cursor.getInt(2) == 1;
+ boolean completed = cursor.getInt(3) == 1;
+ String stars = cursor.getString(4);
+ level.setUnlocked(unlocked);
+ level.setCompleted(completed);
+ level.setCollectedStars(stars);
+ }
+ cursor.close();
+ }
+
+ public void clearLevelProgess() {
+ super.clearTable(levelTable);
+ }
+
+ public void writeLevelPackLocked(LevelPack levelPack) {
+ ContentValues values = new ContentValues();
+ values.put(levelpackColumn.getKey(), levelPack.getId());
+ values.put(unlockedColumn.getKey(), levelPack.isLocked() ? 0 : 1);
+ super.update(levelPackTable, values, levelpackColumn, levelPack.getId());
+ }
+
+ public void readLevelPackLocked(LevelPack levelPack) {
+ Cursor cursor = super.getCursor(levelPackTable, levelpackColumn, levelPack.getId());
+ if (cursor.moveToFirst()) {
+ boolean unlocked = cursor.getInt(1) == 1;
+ levelPack.setLocked(!unlocked);
+ }else{
+ levelPack.setLocked(true);
+ }
+ cursor.close();
+ }
+
+ public void writeToolSlot(int id, ToolSlot toolSlot) {
+ ContentValues values = new ContentValues();
+ values.put(idColumn.getKey(), id);
+ values.put(toolTypeColumn.getKey(), toolSlot.getToolType().ordinal());
+ values.put(lockedColumn.getKey(), toolSlot.isLocked() ? 1 : 0);
+ super.update(toolSlotTable, values, idColumn, id);
+ }
+
+ public ToolSlotSettings readToolSlotSettings() {
+ List list = new ArrayList<>();
+ Cursor cursor = super.getCursor(toolSlotTable);
+ if (cursor.moveToFirst()) {
+ do {
+ ToolType toolType = ToolType.values()[cursor.getInt(1)];
+ boolean locked = cursor.getInt(2) == 1;
+ list.add(new ToolSlot(toolType, locked));
+ }
+ while (cursor.moveToNext());
+ }
+ cursor.close();
+ GameLog.i("read toolSlotList: " + list.size());
+ if (list.isEmpty())
+ return new ToolSlotSettings();
+ else
+ return new ToolSlotSettings(list);
+ }
+
+ public void writeBoughtTools() {
+ for (ToolType tool : ToolType.values()) {
+ if (tool != ToolType.NONE) {
+ ContentValues values = new ContentValues();
+ values.put(idColumn.getKey(), tool.ordinal());
+ values.put(boughtColumn.getKey(), tool.isBought() ? 1 : 0);
+ super.update(boughtToolTable, values, idColumn, tool.ordinal());
+ }
+ }
+ }
+
+ public void readBoughtTools() {
+ Cursor cursor = super.getCursor(boughtToolTable);
+ if (cursor.moveToFirst()) {
+ do {
+ int id = cursor.getInt(0);
+ boolean bought = cursor.getInt(1) == 1;
+ ToolType.values()[id].setBought(bought);
+ }
+ while (cursor.moveToNext());
+ }
+ cursor.close();
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTable.java b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTable.java
new file mode 100644
index 0000000..0c797cd
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTable.java
@@ -0,0 +1,38 @@
+package com.example.julian.endlessroll.sqlDatabase;
+
+public class SQLTable {
+
+ private final String name;
+ private final String columnsAsText;
+
+ public SQLTable(String name, SQLTableColumn... columns) {
+ this.name = name;
+ StringBuilder builder = new StringBuilder();
+ for (int i = 0; i < columns.length; i++) {
+ builder.append(columns[i].toString());
+ if (i != columns.length - 1)
+ builder.append(", ");
+ }
+ columnsAsText = builder.toString();
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public String getSqlCreateTable() {
+ return "CREATE TABLE " + name + "(" + columnsAsText + ");";
+ }
+
+ public String getSqlDeleteTable() {
+ return "DROP TABLE IF EXISTS " + name;
+ }
+
+ public String getSqlClearTable() {
+ return "DELETE FROM " + name;
+ }
+
+ public String getSqlGetCursor() {
+ return "SELECT * FROM " + name;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTableColumn.java b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTableColumn.java
new file mode 100644
index 0000000..c3243b1
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTableColumn.java
@@ -0,0 +1,42 @@
+package com.example.julian.endlessroll.sqlDatabase;
+
+public class SQLTableColumn {
+
+ public enum ColumnType {
+ TEXT, INTEGER, REAL;
+ }
+
+ public enum ColumnExtra {
+ NONE(""), PRIMARY_KEY("PRIMARY KEY"), NOT_NULL("NOT NULL");
+
+ private String name;
+
+ ColumnExtra(String name) {
+ this.name = name;
+ }
+
+ @Override
+ public String toString() {
+ return name;
+ }
+ }
+
+ private final String title;
+ private final ColumnType type;
+ private final ColumnExtra extra;
+
+ public SQLTableColumn(String title, ColumnType type, ColumnExtra extra) {
+ this.title = title;
+ this.type = type;
+ this.extra = extra;
+ }
+
+ public String getKey() {
+ return title;
+ }
+
+ @Override
+ public String toString() {
+ return title + " " + type.toString() + " " + extra.toString();
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTablePrimaryKeyColumn.java b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTablePrimaryKeyColumn.java
new file mode 100644
index 0000000..5a65bcb
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/sqlDatabase/SQLTablePrimaryKeyColumn.java
@@ -0,0 +1,21 @@
+package com.example.julian.endlessroll.sqlDatabase;
+
+/**
+ * Created by Julian on 30.05.2016.
+ */
+public class SQLTablePrimaryKeyColumn extends SQLTableColumn {
+
+ private boolean autoincrement;
+
+ public SQLTablePrimaryKeyColumn(boolean autoincrement) {
+ super("_ID", ColumnType.INTEGER, ColumnExtra.PRIMARY_KEY);
+ this.autoincrement = autoincrement;
+ }
+
+ @Override
+ public String toString() {
+ if (autoincrement)
+ return super.toString() + " AUTOINCREMENT";
+ return super.toString();
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/BountyMessage.java b/app/src/main/java/com/example/julian/endlessroll/views/BountyMessage.java
new file mode 100644
index 0000000..8af0d12
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/BountyMessage.java
@@ -0,0 +1,50 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.support.annotation.DrawableRes;
+import android.view.LayoutInflater;
+import android.widget.ImageView;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+
+/**
+ * Created by Julian on 15.07.2016.
+ */
+public class BountyMessage {
+
+ private LinearLayout layout;
+ private ImageView image;
+ private TextView text;
+
+ public BountyMessage(Context context, int starCount) {
+ this(context, R.drawable.star, starCount + "");
+ }
+
+ public BountyMessage(Context context, ToolType type) {
+ this(context, type.getButtonDrawable(), type.getName() + " unlocked");
+ }
+
+ public BountyMessage(Context context) {
+ this(context, R.drawable.unlockedbutton, "Tool-Slot unlocked");
+ }
+
+ private BountyMessage(Context context, @DrawableRes int imageId, String text) {
+ findViews(context);
+ this.image.setImageResource(imageId);
+ this.text.setText(text);
+ }
+
+ private void findViews(Context context) {
+ LayoutInflater inflater = LayoutInflater.from(context);
+ layout = (LinearLayout) inflater.inflate(R.layout.unlock_message, null);
+ image = (ImageView) layout.findViewById(R.id.unlockmessage_toolimage);
+ text = (TextView) layout.findViewById(R.id.unlockmessage_message);
+ }
+
+ public LinearLayout getLayout() {
+ return layout;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/Countdown.java b/app/src/main/java/com/example/julian/endlessroll/views/Countdown.java
new file mode 100644
index 0000000..041b681
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/Countdown.java
@@ -0,0 +1,70 @@
+package com.example.julian.endlessroll.views;
+
+import android.graphics.Typeface;
+import android.view.animation.Animation;
+import android.view.animation.AnimationSet;
+import android.view.animation.AnimationUtils;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.main.game.Game;
+
+/**
+ * Created by Julian on 31.07.2016.
+ */
+public class Countdown implements Animation.AnimationListener {
+
+ private Game game;
+ private AnimationSet animations;
+ private TextView textView;
+
+ private boolean firstHalfRepeated = true;
+ private int repeatCount = 0;
+
+ public Countdown(Game game, Typeface typeface, TextView textView) {
+ this.game = game;
+ this.textView = textView;
+ this.textView.setTypeface(typeface);
+ animations = (AnimationSet) AnimationUtils.loadAnimation(game.getContext(), R.anim.countdown);
+ for (Animation animation : animations.getAnimations())
+ animation.setAnimationListener(this);
+ }
+
+ public void start() {
+ textView.startAnimation(animations);
+ }
+
+ public void stop() {
+ textView.clearAnimation();
+ reset();
+ }
+
+ private void reset() {
+ repeatCount = 0;
+ textView.setText("3");
+ textView.setTextColor(game.getContext().getResources().getColor(R.color.countdown3));
+ }
+
+ @Override
+ public void onAnimationStart(Animation animation) {
+ }
+
+ @Override
+ public void onAnimationEnd(Animation animation) {
+ reset();
+ game.countdownFinished();
+ }
+
+ @Override
+ public void onAnimationRepeat(Animation animation) {
+ if (!firstHalfRepeated)
+ repeatCount++;
+ firstHalfRepeated = !firstHalfRepeated;
+ textView.setText((3 - repeatCount) + "");
+ if (repeatCount == 1) {
+ textView.setTextColor(game.getContext().getResources().getColor(R.color.countdown2));
+ } else if (repeatCount == 2) {
+ textView.setTextColor(game.getContext().getResources().getColor(R.color.countdown1));
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/LevelButton.java b/app/src/main/java/com/example/julian/endlessroll/views/LevelButton.java
new file mode 100644
index 0000000..a5f3ddb
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/LevelButton.java
@@ -0,0 +1,59 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.graphics.Typeface;
+import android.view.LayoutInflater;
+import android.widget.ImageView;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+
+/**
+ * Created by Julian on 23.04.2016.
+ */
+public class LevelButton extends RelativeLayout {
+
+ private TextView text;
+ private ImageView starImage;
+ private ImageView lockImage;
+
+ public LevelButton(Context context, Typeface typeface, OnClickListener clickListener, int level, boolean locked) {
+ super(context);
+ LayoutInflater inflater = LayoutInflater.from(context);
+ inflater.inflate(R.layout.levelbutton, this);
+ super.setOnClickListener(clickListener);
+
+ text = (TextView) super.findViewById(R.id.levelbutton_textview);
+ text.setTypeface(typeface);
+ starImage = (ImageView) super.findViewById(R.id.levelbutton_starimage);
+ lockImage = (ImageView) super.findViewById(R.id.levelbutton_lock);
+
+ setLockVisible(locked);
+ text.setText("Level: " + level);
+ }
+
+ public void setLockVisible(boolean locked) {
+ int visibility = locked ? VISIBLE : INVISIBLE;
+ lockImage.setVisibility(visibility);
+ }
+
+ public void setStarCount(int count) {
+ if (count == 0) {
+ starImage.setImageResource(R.drawable.stars_0);
+ } else if (count == 1) {
+ starImage.setImageResource(R.drawable.stars_1);
+ } else if (count == 2) {
+ starImage.setImageResource(R.drawable.stars_2);
+ } else {
+ starImage.setImageResource(R.drawable.stars_3);
+ }
+ }
+
+ public boolean isLocked() {
+ if (lockImage.getVisibility() == VISIBLE)
+ return true;
+ return false;
+ }
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/LevelupMessage.java b/app/src/main/java/com/example/julian/endlessroll/views/LevelupMessage.java
new file mode 100644
index 0000000..661d80c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/LevelupMessage.java
@@ -0,0 +1,63 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.graphics.Typeface;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.FrameLayout;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.levelup.LevelUpBounties;
+
+/**
+ * Created by Julian on 15.07.2016.
+ */
+public class LevelupMessage implements View.OnClickListener {
+
+ private Context context;
+ private LevelUpBounties levelUpBounties;
+ private FrameLayout layout;
+
+ private TextView levelView;
+ private TextView text;
+ private LinearLayout unlockMessages;
+
+ public LevelupMessage(Context context, Typeface typeface, FrameLayout layout) {
+ this.context = context;
+ levelUpBounties = new LevelUpBounties();
+ this.layout = layout;
+ layout.setOnClickListener(this);
+ levelView = (TextView) layout.findViewById(R.id.levelup_level);
+ levelView.setTypeface(typeface);
+ text = (TextView) layout.findViewById(R.id.levelup_text);
+ text.setTypeface(typeface);
+ unlockMessages = (LinearLayout) layout.findViewById(R.id.levelup_unlocklist);
+ }
+
+ public void show(int level) {
+ LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
+ params.setMargins(0, 5, 0, 5);
+
+ levelView.setText(level + "");
+ layout.setVisibility(View.VISIBLE);
+ for (LevelUpBounties.Bounty bounty : levelUpBounties.get(level)) {
+ BountyMessage message = bounty.createMessage(context);
+ unlockMessages.addView(message.getLayout(), params);
+ }
+ }
+
+ private void hide() {
+ layout.clearAnimation();
+ layout.setVisibility(View.INVISIBLE);
+ unlockMessages.removeAllViews();
+ }
+
+ @Override
+ public void onClick(View v) {
+ hide();
+ }
+
+
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/Message.java b/app/src/main/java/com/example/julian/endlessroll/views/Message.java
new file mode 100644
index 0000000..a9251e8
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/Message.java
@@ -0,0 +1,81 @@
+package com.example.julian.endlessroll.views;
+
+import android.graphics.Typeface;
+import android.view.View;
+import android.view.animation.Animation;
+import android.view.animation.AnimationUtils;
+import android.widget.Button;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.main.game.Game;
+
+/**
+ * Created by Julian on 09.07.2016.
+ */
+public class Message implements View.OnClickListener {
+
+ private RelativeLayout layout;
+ private Animation fadeIn;
+ private MessageType messageType;
+
+ private Game game;
+ private TextView title;
+ private Button leftButton;
+ private Button exitButton;
+ private Button tryAgainButton;
+
+ public Message(Game game, Typeface typeface, RelativeLayout layout) {
+ this.game = game;
+ this.layout = layout;
+ fadeIn = AnimationUtils.loadAnimation(game.getContext(), R.anim.fade_in);
+ title = (TextView) layout.findViewById(R.id.message_title);
+ title.setTypeface(typeface);
+ leftButton = (Button) layout.findViewById(R.id.message_leftbutton);
+ leftButton.setOnClickListener(this);
+ leftButton.setTypeface(typeface);
+ exitButton = (Button) layout.findViewById(R.id.message_exitbutton);
+ exitButton.setOnClickListener(this);
+ exitButton.setTypeface(typeface);
+ tryAgainButton = (Button) layout.findViewById(R.id.message_tryagainbutton);
+ tryAgainButton.setOnClickListener(this);
+ tryAgainButton.setTypeface(typeface);
+ }
+
+ public void setMessageType(MessageType messageType) {
+ this.messageType = messageType;
+ title.setText(messageType.getMessage());
+ title.setTextColor(game.getContext().getResources().getColor(messageType.getColor()));
+ leftButton.setText(messageType.getLeftButtonText());
+ tryAgainButton.setVisibility(messageType == MessageType.WIN ? View.VISIBLE : View.INVISIBLE);
+ }
+
+ public void fadeIn(boolean wasLastLevel) {
+ leftButton.setEnabled(!wasLastLevel);
+ layout.startAnimation(fadeIn);
+ }
+
+ public void setInvisible() {
+ layout.clearAnimation();
+ layout.setVisibility(View.INVISIBLE);
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.equals(leftButton)) {
+ setInvisible();
+ if (messageType.equals(MessageType.GAME_OVER)) {
+ game.restartLevel();
+ } else {
+ game.startNextLevel();
+ }
+ }else if(v.equals(tryAgainButton)){
+ setInvisible();
+ game.restartLevel();
+ } else if (v.equals(exitButton)) {
+ setInvisible();
+ game.toLevelsScreen();
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/MessageType.java b/app/src/main/java/com/example/julian/endlessroll/views/MessageType.java
new file mode 100644
index 0000000..745093d
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/MessageType.java
@@ -0,0 +1,33 @@
+package com.example.julian.endlessroll.views;
+
+import android.support.annotation.ColorRes;
+
+import com.example.julian.endlessroll.R;
+
+public enum MessageType {
+ GAME_OVER("GAME OVER", "Retry", R.color.loose), WIN("YOU DID IT!", "Next Level", R.color.win);
+
+ private String message;
+ private String leftButtonText;
+ @ColorRes
+ private int color;
+
+ MessageType(String message, String leftButtonText, @ColorRes int color) {
+ this.message = message;
+ this.leftButtonText = leftButtonText;
+ this.color = color;
+ }
+
+ public String getMessage() {
+ return message;
+ }
+
+ public String getLeftButtonText() {
+ return leftButtonText;
+ }
+
+ @ColorRes
+ public int getColor() {
+ return color;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/ShortMenu.java b/app/src/main/java/com/example/julian/endlessroll/views/ShortMenu.java
new file mode 100644
index 0000000..b77cf6a
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/ShortMenu.java
@@ -0,0 +1,89 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.view.View;
+import android.view.animation.Animation;
+import android.view.animation.AnimationUtils;
+import android.widget.FrameLayout;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.main.game.Game;
+import com.example.julian.endlessroll.main.screens.Screen;
+
+import java.util.Random;
+
+/**
+ * Created by Julian on 23.01.2016.
+ */
+public class ShortMenu implements View.OnClickListener {
+
+ private Game game;
+ private Random random;
+ private Animation slideLeft;
+ private Animation slideRight;
+ private Animation slideTop;
+
+ private FrameLayout layout;
+ private TopBar topBar;
+ private TextView continueView;
+ private TextView restartView;
+ private TextView exitView;
+
+ public ShortMenu(final Game game, TopBarData topBarData, FrameLayout layout) {
+ this.game = game;
+ this.layout = layout;
+ topBar = new TopBar(topBarData, Screen.ScreenType.GAME, (RelativeLayout) layout.findViewById(R.id.shortmenu_topbar));
+ continueView = (TextView) layout.findViewById(R.id.shortmenu_continue);
+ continueView.setTypeface(topBarData.getTypeface());
+ continueView.setOnClickListener(this);
+ restartView = (TextView) layout.findViewById(R.id.shortmenu_restart);
+ restartView.setTypeface(topBarData.getTypeface());
+ restartView.setOnClickListener(this);
+ exitView = (TextView) layout.findViewById(R.id.shortmenu_exit);
+ exitView.setTypeface(topBarData.getTypeface());
+ exitView.setOnClickListener(this);
+
+ random = new Random();
+ Context context = game.getContext();
+ slideLeft = AnimationUtils.loadAnimation(context, R.anim.slide_in_left);
+ slideRight = AnimationUtils.loadAnimation(context, R.anim.slide_in_right);
+ slideTop = AnimationUtils.loadAnimation(context, R.anim.slide_in_top);
+ }
+
+ public void startAnims() {
+ startRandomAnimation(continueView);
+ startRandomAnimation(restartView);
+ startRandomAnimation(exitView);
+ topBar.startAnimation(slideTop);
+ }
+
+ public void setVisible(boolean visible) {
+ layout.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
+ if (visible)
+ topBar.update();
+ }
+
+ private void startRandomAnimation(View view) {
+ float r = random.nextFloat();
+ if (r >= 0.5)
+ view.startAnimation(slideRight);
+ else
+ view.startAnimation(slideLeft);
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.equals(continueView)) {
+ setVisible(false);
+ game.continueGame();
+ } else if (v.equals(restartView)) {
+ setVisible(false);
+ game.restartLevel();
+ } else if (v.equals(exitView)) {
+ setVisible(false);
+ game.toLevelsScreen();
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/ToolButton.java b/app/src/main/java/com/example/julian/endlessroll/views/ToolButton.java
new file mode 100644
index 0000000..dcd3424
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/ToolButton.java
@@ -0,0 +1,122 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.graphics.drawable.Drawable;
+import android.graphics.drawable.GradientDrawable;
+import android.view.animation.Animation;
+import android.view.animation.AnimationUtils;
+import android.widget.ImageView;
+import android.widget.ProgressBar;
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolSlot;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+
+/**
+ * Created by Julian on 15.01.2016.
+ */
+public class ToolButton {
+
+ private boolean locked;
+ private ToolType toolType;
+ private Context context;
+ private float progress = 100;
+ private boolean active = false;
+
+ private RelativeLayout layout;
+ private ProgressBar progressBar;
+ private ImageView backgroundView;
+ private ImageView animationView;
+ private Animation scaleAnimation;
+
+ public ToolButton(ToolSlot slot, Context context, RelativeLayout layout) {
+ this.context = context;
+ this.layout = layout;
+ progressBar = (ProgressBar) layout.findViewById(R.id.toolProgressBar);
+
+ scaleAnimation = AnimationUtils.loadAnimation(context, R.anim.scale_up);
+ changeToolSlot(slot);
+ }
+
+ public void changeToolSlot(ToolSlot toolSlot) {
+ this.toolType = toolSlot.getToolType();
+ this.locked = toolSlot.isLocked();
+ backgroundView = createImageView(toolType, R.id.toolProgressBarView);
+ animationView = createImageView(toolType, R.id.toolProgressButtonAnimation);
+ }
+
+ private ImageView createImageView(ToolType type, int id) {
+ ImageView view = (ImageView) layout.findViewById(id);
+ if (locked)
+ view.setImageResource(R.drawable.lockedbutton);
+ else
+ view.setImageResource(type.getButtonDrawable());
+ view.setBackgroundDrawable(createColoredBackground());
+ return view;
+ }
+
+ private Drawable createColoredBackground() {
+ GradientDrawable gd = new GradientDrawable();
+ gd.setColor(context.getResources().getColor(R.color.toolbuttonInactiveNotReady));
+ if (locked || toolType == ToolType.NONE) {
+ gd.setColor(context.getResources().getColor(R.color.toolbuttonLocked));
+ }
+ gd.setCornerRadius(15);
+ return gd;
+ }
+
+ public void update(float frameTime) {
+ if (progress != 100) {
+ progress += (frameTime)/(10*toolType.getRegenerationTime());
+ progress = Math.min(progress, 100);
+ if (progress == 100)
+ animationView.startAnimation(scaleAnimation);
+ }
+ progressBar.setProgress(100 - (int) progress);
+ if (!locked && toolType != ToolType.NONE) {
+ if (active) {
+ if (progress == 100)
+ setColor(R.color.toolbuttonActiveReady);
+ else
+ setColor(R.color.toolbuttonActiveNotReady);
+ } else {
+ if (progress == 100)
+ setColor(R.color.toolbuttonInactiveReady);
+ else
+ setColor(R.color.toolbuttonInactiveNotReady);
+ }
+ }
+ }
+
+ private void setColor(int id) {
+ GradientDrawable gd = (GradientDrawable) backgroundView.getBackground();
+ GradientDrawable animGd = (GradientDrawable) animationView.getBackground();
+ gd.setColor(context.getResources().getColor(id));
+ animGd.setColor(context.getResources().getColor(id));
+ }
+
+ public void setActive(boolean active) {
+ this.active = active;
+ }
+
+ public boolean isActive() {
+ return active;
+ }
+
+ public void setProgress(int progress) {
+ this.progress = progress;
+ }
+
+ public boolean finishedLoading() {
+ return progress == 100;
+ }
+
+ public ToolType getToolType() {
+ return toolType;
+ }
+
+ public boolean isLocked() {
+ return locked;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/ToolButtonBar.java b/app/src/main/java/com/example/julian/endlessroll/views/ToolButtonBar.java
new file mode 100644
index 0000000..a0931e0
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/ToolButtonBar.java
@@ -0,0 +1,115 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.view.View;
+import android.widget.LinearLayout;
+import android.widget.RelativeLayout;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolSlotSettings;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.main.game.Game;
+import com.example.julian.endlessroll.main.game.GameState;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 16.01.2016.
+ */
+public class ToolButtonBar implements View.OnClickListener {
+
+ private Game game;
+ private ToolSlotSettings toolSlotSettings;
+ private List buttons = new ArrayList<>(4);
+ private RelativeLayout button1;
+ private RelativeLayout button2;
+ private RelativeLayout button3;
+ private RelativeLayout button4;
+
+ public ToolButtonBar(Game game, ToolSlotSettings toolSlotSettings, LinearLayout layout) {
+ this.game = game;
+ this.toolSlotSettings = toolSlotSettings;
+ Context context = game.getContext();
+ button1 = (RelativeLayout) layout.findViewById(R.id.toolbutton_1);
+ button1.setOnClickListener(this);
+ button2 = (RelativeLayout) layout.findViewById(R.id.toolbutton_2);
+ button2.setOnClickListener(this);
+ button3 = (RelativeLayout) layout.findViewById(R.id.toolbutton_3);
+ button3.setOnClickListener(this);
+ button4 = (RelativeLayout) layout.findViewById(R.id.toolbutton_4);
+ button4.setOnClickListener(this);
+ buttons.add(new ToolButton(toolSlotSettings.get(0), context, button1));
+ buttons.add(new ToolButton(toolSlotSettings.get(1), context, button2));
+ buttons.add(new ToolButton(toolSlotSettings.get(2), context, button3));
+ buttons.add(new ToolButton(toolSlotSettings.get(3), context, button4));
+ }
+
+ public void changeToolButtonTypes() {
+ for (int i = 0; i < 4; i++) {
+ buttons.get(i).changeToolSlot(toolSlotSettings.get(i));
+ }
+ }
+
+ public void reset() {
+ changeToolButtonTypes();
+ for (int i = 0; i < 4; i++) {
+ if (toolSlotSettings.get(i).getToolType() != ToolType.NONE) {
+ setActive(i);
+ break;
+ }
+ }
+ for (ToolButton button : buttons)
+ button.setProgress(100);
+
+ }
+
+ public void update(float frameTime) {
+ for (ToolButton button : buttons)
+ button.update(frameTime);
+ }
+
+ public void setActive(ToolType activeType) {
+ for (ToolButton button : buttons)
+ button.setActive(button.getToolType() == activeType);
+ }
+
+ private void setActive(int index) {
+ for (ToolButton button : buttons)
+ button.setActive(buttons.indexOf(button) == index);
+ }
+
+ public ToolButton getByToolType(ToolType type) {
+ for (ToolButton button : buttons)
+ if (button.getToolType() == type)
+ return button;
+ return null;
+ }
+
+ public ToolButton getActiveButton() {
+ for (ToolButton button : buttons)
+ if (button.isActive())
+ return button;
+ return null;
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (game.getGameState() == GameState.RUNNING) {
+ ToolType clickedType = ToolType.NONE;
+ if (v.equals(button1) && !buttons.get(0).isLocked() && buttons.get(0).getToolType() != ToolType.NONE) {
+ clickedType = buttons.get(0).getToolType();
+ } else if (v.equals(button2) && !buttons.get(1).isLocked() && buttons.get(0).getToolType() != ToolType.NONE) {
+ clickedType = buttons.get(1).getToolType();
+ } else if (v.equals(button3) && !buttons.get(2).isLocked() && buttons.get(0).getToolType() != ToolType.NONE) {
+ clickedType = buttons.get(2).getToolType();
+ } else if (v.equals(button4) && !buttons.get(3).isLocked() && buttons.get(0).getToolType() != ToolType.NONE) {
+ clickedType = buttons.get(3).getToolType();
+ }
+ if (clickedType != ToolType.NONE) {
+ game.setCurrentTool(clickedType);
+ setActive(clickedType);
+ }
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/ToolOfferSlot.java b/app/src/main/java/com/example/julian/endlessroll/views/ToolOfferSlot.java
new file mode 100644
index 0000000..9394f23
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/ToolOfferSlot.java
@@ -0,0 +1,135 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.ClipData;
+import android.content.Context;
+import android.graphics.Typeface;
+import android.graphics.drawable.Drawable;
+import android.graphics.drawable.GradientDrawable;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.widget.FrameLayout;
+import android.widget.ImageView;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.levels.levelup.LevelUpBounties;
+import com.example.julian.endlessroll.main.screens.ToolShopScreen;
+
+/**
+ * Created by Julian on 16.07.2016.
+ */
+public class ToolOfferSlot implements View.OnClickListener, View.OnLongClickListener {
+
+ private ToolShopScreen toolShopScreen;
+ private boolean dragged;
+ private Context context;
+ private ToolType toolType;
+ private LevelUpBounties levelUpBounties;
+ private boolean locked;
+ private boolean bought;
+
+ private LinearLayout layout;
+ private TextView title;
+ private ImageView image;
+
+ public ToolOfferSlot(ToolShopScreen toolShopScreen, Context context, Typeface typeface, ToolType toolType, LevelUpBounties levelUpBounties) {
+ this.toolShopScreen = toolShopScreen;
+ this.context = context;
+ this.toolType = toolType;
+ this.levelUpBounties = levelUpBounties;
+ bought = toolType.isBought();
+ LayoutInflater inflater = LayoutInflater.from(context);
+ layout = (LinearLayout) inflater.inflate(R.layout.tool_offer_slot, null);
+ layout.setOnClickListener(this);
+ layout.setOnLongClickListener(this);
+ FrameLayout slotLayout = (FrameLayout) layout.findViewById(R.id.toolofferslot_slot);
+ title = (TextView) layout.findViewById(R.id.toolofferslot_title);
+ title.setTypeface(typeface);
+ image = (ImageView) slotLayout.findViewById(R.id.toolslot_image);
+ image.setBackgroundDrawable(createColoredBackground());
+ setLocked(false);
+ }
+
+ public void setLocked(boolean locked) {
+ this.locked = locked;
+ if (locked) {
+ title.setText("Level up to unlock");
+ image.setImageResource(R.drawable.lockedbutton);
+ } else {
+ title.setText(toolType.getName());
+ image.setImageResource(toolType.getButtonDrawable());
+ }
+ }
+
+ public void updateIsBought(){
+ bought = toolType.isBought();
+ image.setBackgroundDrawable(createColoredBackground());
+ }
+
+ public void buy() {
+ this.bought = true;
+ toolType.setBought(true);
+ setColor(R.color.toolslotEnabled);
+ }
+
+ private Drawable createColoredBackground() {
+ GradientDrawable gd = new GradientDrawable();
+ if (bought) {
+ gd.setColor(context.getResources().getColor(R.color.toolslotEnabled));
+ } else {
+ gd.setColor(context.getResources().getColor(R.color.toolslotDisabled));
+ }
+ gd.setCornerRadius(10);
+ return gd;
+ }
+
+ private void setColor(int id) {
+ GradientDrawable gd = (GradientDrawable) image.getBackground();
+ gd.setColor(context.getResources().getColor(id));
+ }
+
+ public boolean isLocked() {
+ return locked;
+ }
+
+ public ToolType getToolType() {
+ return toolType;
+ }
+
+ public LinearLayout getLayout() {
+ return layout;
+ }
+
+ public ImageView getImage(){
+ return image;
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (!locked && !bought) {
+ toolShopScreen.showPriceButton(this);
+ }
+ }
+
+ @Override
+ public boolean onLongClick(View v) {
+ if (!locked && bought) {
+ dragged = true;
+ ClipData clipData = ClipData.newPlainText("", "");
+ View.DragShadowBuilder shadowBuilder = new View.DragShadowBuilder(image);
+ image.startDrag(clipData, shadowBuilder, image, 0);
+ return true;
+ }
+ return false;
+ }
+
+ public boolean isDragged() {
+ return dragged;
+ }
+
+ public void setDragged(boolean dragged) {
+ this.dragged = dragged;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/TopBar.java b/app/src/main/java/com/example/julian/endlessroll/views/TopBar.java
new file mode 100644
index 0000000..e3ce5ef
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/TopBar.java
@@ -0,0 +1,96 @@
+package com.example.julian.endlessroll.views;
+
+import android.view.View;
+import android.view.animation.Animation;
+import android.view.animation.AnimationUtils;
+import android.widget.Button;
+import android.widget.ProgressBar;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+import android.widget.ToggleButton;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.entities.tools.ToolType;
+import com.example.julian.endlessroll.main.screens.Screen;
+
+/**
+ * Created by Julian on 08.07.2016.
+ */
+public class TopBar extends TopBarData implements View.OnClickListener {
+
+ private Animation decreaseAnimation;
+//TEST
+ private Screen.ScreenType parent;
+ private RelativeLayout layout;
+ private TextView levelDisplay;
+ private ProgressBar levelProgress;
+ private TextView starCount;
+ private ToggleButton soundToggle;
+ private Button toolshopButton;
+ private Button resetButton;
+ private TextView starCountDecrease;
+
+ public TopBar(TopBarData topBarData, Screen.ScreenType parent, RelativeLayout layout) {
+ super(topBarData);
+ this.parent = parent;
+ this.layout = layout;
+ decreaseAnimation = AnimationUtils.loadAnimation(gameActivity, R.anim.decrease);
+
+ levelDisplay = (TextView) layout.findViewById(R.id.topbar_leveldisplay);
+ levelDisplay.setTypeface(typeface);
+ levelProgress = (ProgressBar) layout.findViewById(R.id.topbar_levelprogress);
+ starCount = (TextView) layout.findViewById(R.id.topbar_starcount);
+ starCount.setTypeface(typeface);
+ soundToggle = (ToggleButton) layout.findViewById(R.id.topbar_soundtoggle);
+ soundToggle.setTypeface(typeface);
+ soundToggle.setOnClickListener(this);
+ toolshopButton = (Button) layout.findViewById(R.id.topbar_toolshop);
+ toolshopButton.setTypeface(typeface);
+ toolshopButton.setOnClickListener(this);
+ if (parent == Screen.ScreenType.TOOL_SHOP || parent == Screen.ScreenType.GAME)
+ toolshopButton.setEnabled(false);
+ resetButton = (Button) layout.findViewById(R.id.topbar_resetButton);
+ resetButton.setTypeface(typeface);
+ resetButton.setOnClickListener(this);
+ starCountDecrease = (TextView) layout.findViewById(R.id.topbar_starcount_decrease);
+ starCountDecrease.setTypeface(typeface);
+ }
+
+ public void startAnimation(Animation animation) {
+ layout.startAnimation(animation);
+ }
+
+ public void update() {
+ levelDisplay.setText("Level: " + user.getLevel());
+ levelProgress.setProgress(user.getLevelProgress());
+ starCount.setText(user.getStarCount() + "");
+ soundToggle.setChecked(soundManager.isSoundOn());
+ }
+
+ private void flipToToolshop(){
+ gameActivity.setToolshopCaller(parent);
+ gameActivity.flipToScreen(Screen.ScreenType.TOOL_SHOP);
+ }
+
+ public void showStarcountDecrease(int decrease){
+ starCountDecrease.setText(decrease+"");
+ starCountDecrease.startAnimation(decreaseAnimation);
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.equals(soundToggle)) {
+ soundManager.setSoundOn(soundToggle.isChecked());
+ } else if (v.equals(toolshopButton)) {
+ flipToToolshop();
+ } else if (v.equals(resetButton)) {
+ user.clearData();
+ dataStorageHandler.writeUserData(user);
+ levelManager.reset();
+ dataStorageHandler.clearLevelProgess();
+ for(ToolType type : ToolType.values())
+ type.setBought(false);
+ dataStorageHandler.writeBoughtTools();
+ }
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/TopBarData.java b/app/src/main/java/com/example/julian/endlessroll/views/TopBarData.java
new file mode 100644
index 0000000..5b1217c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/TopBarData.java
@@ -0,0 +1,59 @@
+package com.example.julian.endlessroll.views;
+
+import android.graphics.Typeface;
+
+import com.example.julian.endlessroll.levels.LevelManager;
+import com.example.julian.endlessroll.main.DataStorageHandler;
+import com.example.julian.endlessroll.main.GameActivity;
+import com.example.julian.endlessroll.main.game.User;
+import com.example.julian.endlessroll.sounds.SoundManager;
+
+/**
+ * Created by Julian on 15.07.2016.
+ */
+public class TopBarData {
+
+ protected GameActivity gameActivity;
+ protected DataStorageHandler dataStorageHandler;
+ protected SoundManager soundManager;
+ protected LevelManager levelManager;
+ protected User user;
+ protected Typeface typeface;
+
+ public TopBarData(TopBarData data) {
+ this(data.getGameActivity(), data.getDataStorageHandler(), data.getSoundManager(), data.getLevelManager(), data.getUser(), data.getTypeface());
+ }
+
+ public TopBarData(GameActivity gameActivity, DataStorageHandler dataStorageHandler, SoundManager soundManager, LevelManager levelManager, User user, Typeface typeface) {
+ this.gameActivity = gameActivity;
+ this.dataStorageHandler = dataStorageHandler;
+ this.soundManager = soundManager;
+ this.levelManager = levelManager;
+ this.user = user;
+ this.typeface = typeface;
+ }
+
+ public GameActivity getGameActivity() {
+ return gameActivity;
+ }
+
+ public DataStorageHandler getDataStorageHandler() {
+ return dataStorageHandler;
+ }
+
+ public SoundManager getSoundManager() {
+ return soundManager;
+ }
+
+ public LevelManager getLevelManager() {
+ return levelManager;
+ }
+
+ public User getUser() {
+ return user;
+ }
+
+ public Typeface getTypeface() {
+ return typeface;
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/ViewManager.java b/app/src/main/java/com/example/julian/endlessroll/views/ViewManager.java
new file mode 100644
index 0000000..e2738d8
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/ViewManager.java
@@ -0,0 +1,128 @@
+package com.example.julian.endlessroll.views;
+
+import android.view.View;
+import android.widget.FrameLayout;
+import android.widget.ImageView;
+import android.widget.LinearLayout;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.data.Vector;
+import com.example.julian.endlessroll.main.GameHandler;
+import com.example.julian.endlessroll.main.game.Game;
+import com.example.julian.endlessroll.main.game.GameState;
+import com.example.julian.endlessroll.main.game.Timer;
+
+/**
+ * Created by Julian on 11.12.2015.
+ */
+public class ViewManager implements View.OnClickListener {
+
+ private Vector screenSize;
+ private GameHandler gameViewHandler;
+ private Game game;
+
+ private TextView fpsView;
+ private TextView playerProgress;
+ private ImageView pauseButton;
+ private Message message;
+ public ToolButtonBar toolButtonBar;
+ public ShortMenu shortMenu;
+ private LevelupMessage levelupMessage;
+ private Countdown countdown;
+
+ public ViewManager(final Game game, GameHandler gameViewHandler, final TopBarData topBarData) {
+ this.game = game;
+ this.gameViewHandler = gameViewHandler;
+
+ final RelativeLayout layout = gameViewHandler.getRootLayout();
+ gameViewHandler.startInUiThread(new Runnable() {
+ @Override
+ public void run() {
+ toolButtonBar = new ToolButtonBar(game, topBarData.getUser().getToolSlotSettings(), (LinearLayout) layout.findViewById(R.id.game_toolbuttonbar));
+ shortMenu = new ShortMenu(game, topBarData, (FrameLayout) layout.findViewById(R.id.game_shortmenu));
+ message = new Message(game, topBarData.getTypeface(), (RelativeLayout) layout.findViewById(R.id.game_message));
+ levelupMessage = new LevelupMessage(game.getContext(), topBarData.getTypeface(), (FrameLayout) layout.findViewById(R.id.game_levelup));
+ countdown = new Countdown(game, topBarData.getTypeface(), (TextView) layout.findViewById(R.id.game_countdown));
+ }
+ });
+ pauseButton = (ImageView) layout.findViewById(R.id.game_pausebutton);
+ pauseButton.setOnClickListener(this);
+ playerProgress = (TextView) layout.findViewById(R.id.game_playerprogress);
+ fpsView = (TextView) layout.findViewById(R.id.game_fps);
+ }
+
+ public void setScreenSize(Vector screenSize) {
+ this.screenSize = screenSize;
+ }
+
+ public boolean isScreenSizeSet() {
+ return screenSize != null;
+ }
+
+ @Override
+ public void onClick(View v) {
+ if(game.getGameState() == GameState.RUNNING)
+ game.pause();
+ }
+
+ public void resetToolButtonBar() {
+ gameViewHandler.startInUiThread(new Runnable() {
+ @Override
+ public void run() {
+ toolButtonBar.reset();
+ toolButtonBar.update(0);
+ }
+ });
+ }
+
+ public void showLevelUp(final int level) {
+ gameViewHandler.startInUiThread(new Runnable() {
+ @Override
+ public void run() {
+ levelupMessage.show(level);
+ }
+ });
+ }
+
+ public void showMessage(final boolean wasLastLevel, final MessageType messageType) {
+ gameViewHandler.startInUiThread(new Runnable() {
+ @Override
+ public void run() {
+ message.setMessageType(messageType);
+ message.fadeIn(wasLastLevel);
+ }
+ });
+ }
+
+ public void showShortMenu() {
+ shortMenu.startAnims();
+ shortMenu.setVisible(true);
+ }
+
+ public void hideShortMenu() {
+ shortMenu.setVisible(false);
+ }
+
+ public void startCountdown(){
+ countdown.start();
+ }
+
+ public void stopCountdown(){
+ countdown.stop();
+ }
+
+ public void update(final boolean gameRunning, final Timer timer, final float playerX) {
+ gameViewHandler.startInUiThread(new Runnable() {
+ @Override
+ public void run() {
+ fpsView.setText("Fps: " + timer.getFps());
+ if (gameRunning) {
+ playerProgress.setText(((int) (playerX * 20)) / 10f + "m");
+ toolButtonBar.update(timer.getFrameTime());
+ }
+ }
+ });
+ }
+}
diff --git a/app/src/main/java/com/example/julian/endlessroll/views/WorldButton.java b/app/src/main/java/com/example/julian/endlessroll/views/WorldButton.java
new file mode 100644
index 0000000..a3f404c
--- /dev/null
+++ b/app/src/main/java/com/example/julian/endlessroll/views/WorldButton.java
@@ -0,0 +1,67 @@
+package com.example.julian.endlessroll.views;
+
+import android.content.Context;
+import android.graphics.Typeface;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.widget.ImageView;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+
+import com.example.julian.endlessroll.R;
+import com.example.julian.endlessroll.levels.LevelPack;
+
+/**
+ * Created by Julian on 01.08.2016.
+ */
+public class WorldButton extends RelativeLayout {
+
+ private LevelPack levelPack;
+
+ private TextView title;
+ private ImageView previewImage;
+ private ImageView lockImage;
+ private TextView levelCount;
+ private TextView starCount;
+
+ public WorldButton(Context context, Typeface typeface, View.OnClickListener clickListener, LevelPack levelPack) {
+ super(context);
+ this.levelPack = levelPack;
+ LayoutInflater inflater = LayoutInflater.from(context);
+ inflater.inflate(R.layout.world_button, this);
+ super.setOnClickListener(clickListener);
+
+ title = (TextView) super.findViewById(R.id.worldbutton_title);
+ title.setTypeface(typeface);
+ previewImage = (ImageView) super.findViewById(R.id.worldbutton_preview);
+ lockImage = (ImageView) super.findViewById(R.id.worldbutton_lock);
+ levelCount = (TextView) super.findViewById(R.id.worldbutton_levelcount);
+ levelCount.setTypeface(typeface);
+ starCount = (TextView) super.findViewById(R.id.worldbutton_starcount);
+ starCount.setTypeface(typeface);
+
+ updateInformation();
+ }
+
+ public void updateInformation(){
+ title.setText(levelPack.getName());
+ levelCount.setText(levelPack.getUnlockedLevels() + "/" + levelPack.getLevels().size());
+ starCount.setText(levelPack.getCollectedStars() + "/"+levelPack.getAvailableStars());
+ setLockVisible(levelPack.isLocked());
+ }
+
+ public void setLockVisible(boolean locked) {
+ int visibility = locked ? VISIBLE : INVISIBLE;
+ lockImage.setVisibility(visibility);
+ }
+
+ public boolean isLocked() {
+ if (lockImage.getVisibility() == VISIBLE)
+ return true;
+ return false;
+ }
+
+ public LevelPack getLevelPack() {
+ return levelPack;
+ }
+}
diff --git a/app/src/main/res/anim/countdown.xml b/app/src/main/res/anim/countdown.xml
new file mode 100644
index 0000000..c404eae
--- /dev/null
+++ b/app/src/main/res/anim/countdown.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/decrease.xml b/app/src/main/res/anim/decrease.xml
new file mode 100644
index 0000000..56d9232
--- /dev/null
+++ b/app/src/main/res/anim/decrease.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/fade_in.xml b/app/src/main/res/anim/fade_in.xml
new file mode 100644
index 0000000..0aaadda
--- /dev/null
+++ b/app/src/main/res/anim/fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/rotate.xml b/app/src/main/res/anim/rotate.xml
new file mode 100644
index 0000000..4771cdc
--- /dev/null
+++ b/app/src/main/res/anim/rotate.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/scale_up.xml b/app/src/main/res/anim/scale_up.xml
new file mode 100644
index 0000000..f78882e
--- /dev/null
+++ b/app/src/main/res/anim/scale_up.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/shrink.xml b/app/src/main/res/anim/shrink.xml
new file mode 100644
index 0000000..7c93561
--- /dev/null
+++ b/app/src/main/res/anim/shrink.xml
@@ -0,0 +1,12 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_in_left.xml b/app/src/main/res/anim/slide_in_left.xml
new file mode 100644
index 0000000..1650622
--- /dev/null
+++ b/app/src/main/res/anim/slide_in_left.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_in_right.xml b/app/src/main/res/anim/slide_in_right.xml
new file mode 100644
index 0000000..82c833a
--- /dev/null
+++ b/app/src/main/res/anim/slide_in_right.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_in_top.xml b/app/src/main/res/anim/slide_in_top.xml
new file mode 100644
index 0000000..3fa2703
--- /dev/null
+++ b/app/src/main/res/anim/slide_in_top.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-hdpi/star_icon.png b/app/src/main/res/drawable-hdpi/star_icon.png
new file mode 100644
index 0000000..ca12853
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/star_icon.png differ
diff --git a/app/src/main/res/drawable-mdpi/star_icon.png b/app/src/main/res/drawable-mdpi/star_icon.png
new file mode 100644
index 0000000..14f0dfc
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/star_icon.png differ
diff --git a/app/src/main/res/drawable-xhdpi/star_icon.png b/app/src/main/res/drawable-xhdpi/star_icon.png
new file mode 100644
index 0000000..04ddb85
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/star_icon.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/star_icon.png b/app/src/main/res/drawable-xxhdpi/star_icon.png
new file mode 100644
index 0000000..4143fbf
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/star_icon.png differ
diff --git a/app/src/main/res/drawable/background.png b/app/src/main/res/drawable/background.png
new file mode 100644
index 0000000..a6f9828
Binary files /dev/null and b/app/src/main/res/drawable/background.png differ
diff --git a/app/src/main/res/drawable/ball.png b/app/src/main/res/drawable/ball.png
new file mode 100644
index 0000000..2a42ac4
Binary files /dev/null and b/app/src/main/res/drawable/ball.png differ
diff --git a/app/src/main/res/drawable/blueparticle.png b/app/src/main/res/drawable/blueparticle.png
new file mode 100644
index 0000000..dcea6f8
Binary files /dev/null and b/app/src/main/res/drawable/blueparticle.png differ
diff --git a/app/src/main/res/drawable/bomb.png b/app/src/main/res/drawable/bomb.png
new file mode 100644
index 0000000..da77e11
Binary files /dev/null and b/app/src/main/res/drawable/bomb.png differ
diff --git a/app/src/main/res/drawable/bombbutton.png b/app/src/main/res/drawable/bombbutton.png
new file mode 100644
index 0000000..0a41ebf
Binary files /dev/null and b/app/src/main/res/drawable/bombbutton.png differ
diff --git a/app/src/main/res/drawable/custom_button.xml b/app/src/main/res/drawable/custom_button.xml
new file mode 100644
index 0000000..b4e0d6b
--- /dev/null
+++ b/app/src/main/res/drawable/custom_button.xml
@@ -0,0 +1,30 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/emptybutton.png b/app/src/main/res/drawable/emptybutton.png
new file mode 100644
index 0000000..4ace291
Binary files /dev/null and b/app/src/main/res/drawable/emptybutton.png differ
diff --git a/app/src/main/res/drawable/goal.png b/app/src/main/res/drawable/goal.png
new file mode 100644
index 0000000..9d4848e
Binary files /dev/null and b/app/src/main/res/drawable/goal.png differ
diff --git a/app/src/main/res/drawable/grasslands_preview.png b/app/src/main/res/drawable/grasslands_preview.png
new file mode 100644
index 0000000..498940e
Binary files /dev/null and b/app/src/main/res/drawable/grasslands_preview.png differ
diff --git a/app/src/main/res/drawable/levelbutton_background.xml b/app/src/main/res/drawable/levelbutton_background.xml
new file mode 100644
index 0000000..cf2aa2b
--- /dev/null
+++ b/app/src/main/res/drawable/levelbutton_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/levelupbackground.png b/app/src/main/res/drawable/levelupbackground.png
new file mode 100644
index 0000000..01104a2
Binary files /dev/null and b/app/src/main/res/drawable/levelupbackground.png differ
diff --git a/app/src/main/res/drawable/lock.png b/app/src/main/res/drawable/lock.png
new file mode 100644
index 0000000..65fc5b0
Binary files /dev/null and b/app/src/main/res/drawable/lock.png differ
diff --git a/app/src/main/res/drawable/lockedbutton.png b/app/src/main/res/drawable/lockedbutton.png
new file mode 100644
index 0000000..5ae2f2a
Binary files /dev/null and b/app/src/main/res/drawable/lockedbutton.png differ
diff --git a/app/src/main/res/drawable/magnet.png b/app/src/main/res/drawable/magnet.png
new file mode 100644
index 0000000..0d6c0e2
Binary files /dev/null and b/app/src/main/res/drawable/magnet.png differ
diff --git a/app/src/main/res/drawable/magnetbutton.png b/app/src/main/res/drawable/magnetbutton.png
new file mode 100644
index 0000000..71eae0a
Binary files /dev/null and b/app/src/main/res/drawable/magnetbutton.png differ
diff --git a/app/src/main/res/drawable/menu_background.png b/app/src/main/res/drawable/menu_background.png
new file mode 100644
index 0000000..5a33827
Binary files /dev/null and b/app/src/main/res/drawable/menu_background.png differ
diff --git a/app/src/main/res/drawable/obstacle.png b/app/src/main/res/drawable/obstacle.png
new file mode 100644
index 0000000..9dd6cd6
Binary files /dev/null and b/app/src/main/res/drawable/obstacle.png differ
diff --git a/app/src/main/res/drawable/pausebutton.png b/app/src/main/res/drawable/pausebutton.png
new file mode 100644
index 0000000..ba46ab0
Binary files /dev/null and b/app/src/main/res/drawable/pausebutton.png differ
diff --git a/app/src/main/res/drawable/playerarrow.png b/app/src/main/res/drawable/playerarrow.png
new file mode 100644
index 0000000..7898595
Binary files /dev/null and b/app/src/main/res/drawable/playerarrow.png differ
diff --git a/app/src/main/res/drawable/purple.png b/app/src/main/res/drawable/purple.png
new file mode 100644
index 0000000..052d1f9
Binary files /dev/null and b/app/src/main/res/drawable/purple.png differ
diff --git a/app/src/main/res/drawable/ramp.png b/app/src/main/res/drawable/ramp.png
new file mode 100644
index 0000000..765ae0f
Binary files /dev/null and b/app/src/main/res/drawable/ramp.png differ
diff --git a/app/src/main/res/drawable/rampbutton.png b/app/src/main/res/drawable/rampbutton.png
new file mode 100644
index 0000000..fea06ee
Binary files /dev/null and b/app/src/main/res/drawable/rampbutton.png differ
diff --git a/app/src/main/res/drawable/redparticle.png b/app/src/main/res/drawable/redparticle.png
new file mode 100644
index 0000000..2b09b93
Binary files /dev/null and b/app/src/main/res/drawable/redparticle.png differ
diff --git a/app/src/main/res/drawable/shortmenubackground.png b/app/src/main/res/drawable/shortmenubackground.png
new file mode 100644
index 0000000..ec9a507
Binary files /dev/null and b/app/src/main/res/drawable/shortmenubackground.png differ
diff --git a/app/src/main/res/drawable/sound_off.png b/app/src/main/res/drawable/sound_off.png
new file mode 100644
index 0000000..151e850
Binary files /dev/null and b/app/src/main/res/drawable/sound_off.png differ
diff --git a/app/src/main/res/drawable/sound_on.png b/app/src/main/res/drawable/sound_on.png
new file mode 100644
index 0000000..c939309
Binary files /dev/null and b/app/src/main/res/drawable/sound_on.png differ
diff --git a/app/src/main/res/drawable/sound_toggle.xml b/app/src/main/res/drawable/sound_toggle.xml
new file mode 100644
index 0000000..8185ddf
--- /dev/null
+++ b/app/src/main/res/drawable/sound_toggle.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/splitter.png b/app/src/main/res/drawable/splitter.png
new file mode 100644
index 0000000..c171f79
Binary files /dev/null and b/app/src/main/res/drawable/splitter.png differ
diff --git a/app/src/main/res/drawable/spring.png b/app/src/main/res/drawable/spring.png
new file mode 100644
index 0000000..23271f6
Binary files /dev/null and b/app/src/main/res/drawable/spring.png differ
diff --git a/app/src/main/res/drawable/springbutton.png b/app/src/main/res/drawable/springbutton.png
new file mode 100644
index 0000000..3029602
Binary files /dev/null and b/app/src/main/res/drawable/springbutton.png differ
diff --git a/app/src/main/res/drawable/star.png b/app/src/main/res/drawable/star.png
new file mode 100644
index 0000000..e341bbc
Binary files /dev/null and b/app/src/main/res/drawable/star.png differ
diff --git a/app/src/main/res/drawable/stars_0.png b/app/src/main/res/drawable/stars_0.png
new file mode 100644
index 0000000..ff05965
Binary files /dev/null and b/app/src/main/res/drawable/stars_0.png differ
diff --git a/app/src/main/res/drawable/stars_1.png b/app/src/main/res/drawable/stars_1.png
new file mode 100644
index 0000000..b91f1be
Binary files /dev/null and b/app/src/main/res/drawable/stars_1.png differ
diff --git a/app/src/main/res/drawable/stars_2.png b/app/src/main/res/drawable/stars_2.png
new file mode 100644
index 0000000..b2dc9cc
Binary files /dev/null and b/app/src/main/res/drawable/stars_2.png differ
diff --git a/app/src/main/res/drawable/stars_3.png b/app/src/main/res/drawable/stars_3.png
new file mode 100644
index 0000000..cdb764d
Binary files /dev/null and b/app/src/main/res/drawable/stars_3.png differ
diff --git a/app/src/main/res/drawable/terrain.png b/app/src/main/res/drawable/terrain.png
new file mode 100644
index 0000000..069be8f
Binary files /dev/null and b/app/src/main/res/drawable/terrain.png differ
diff --git a/app/src/main/res/drawable/test.png b/app/src/main/res/drawable/test.png
new file mode 100644
index 0000000..8bfa1df
Binary files /dev/null and b/app/src/main/res/drawable/test.png differ
diff --git a/app/src/main/res/drawable/tool_slot_background.xml b/app/src/main/res/drawable/tool_slot_background.xml
new file mode 100644
index 0000000..5369249
--- /dev/null
+++ b/app/src/main/res/drawable/tool_slot_background.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/toolprogressbarlayers.xml b/app/src/main/res/drawable/toolprogressbarlayers.xml
new file mode 100644
index 0000000..c0318d1
--- /dev/null
+++ b/app/src/main/res/drawable/toolprogressbarlayers.xml
@@ -0,0 +1,21 @@
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/unlock_message_background.xml b/app/src/main/res/drawable/unlock_message_background.xml
new file mode 100644
index 0000000..e4173e5
--- /dev/null
+++ b/app/src/main/res/drawable/unlock_message_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/unlocked.png b/app/src/main/res/drawable/unlocked.png
new file mode 100644
index 0000000..ceed9dc
Binary files /dev/null and b/app/src/main/res/drawable/unlocked.png differ
diff --git a/app/src/main/res/drawable/unlockedbutton.png b/app/src/main/res/drawable/unlockedbutton.png
new file mode 100644
index 0000000..c657a9a
Binary files /dev/null and b/app/src/main/res/drawable/unlockedbutton.png differ
diff --git a/app/src/main/res/drawable/worldbutton_background.xml b/app/src/main/res/drawable/worldbutton_background.xml
new file mode 100644
index 0000000..c2f3a75
--- /dev/null
+++ b/app/src/main/res/drawable/worldbutton_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/yellowparticle.png b/app/src/main/res/drawable/yellowparticle.png
new file mode 100644
index 0000000..efe5925
Binary files /dev/null and b/app/src/main/res/drawable/yellowparticle.png differ
diff --git a/app/src/main/res/layout/custom_button_instance.xml b/app/src/main/res/layout/custom_button_instance.xml
new file mode 100644
index 0000000..d1f1f2c
--- /dev/null
+++ b/app/src/main/res/layout/custom_button_instance.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/short_menu.xml b/app/src/main/res/layout/short_menu.xml
new file mode 100644
index 0000000..58d88ee
--- /dev/null
+++ b/app/src/main/res/layout/short_menu.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/start_screen.xml b/app/src/main/res/layout/start_screen.xml
new file mode 100644
index 0000000..295da5b
--- /dev/null
+++ b/app/src/main/res/layout/start_screen.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/test.xml b/app/src/main/res/layout/test.xml
new file mode 100644
index 0000000..4122d26
--- /dev/null
+++ b/app/src/main/res/layout/test.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/tool_offer_slot.xml b/app/src/main/res/layout/tool_offer_slot.xml
new file mode 100644
index 0000000..8a2ff08
--- /dev/null
+++ b/app/src/main/res/layout/tool_offer_slot.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/tool_slot.xml b/app/src/main/res/layout/tool_slot.xml
new file mode 100644
index 0000000..9770167
--- /dev/null
+++ b/app/src/main/res/layout/tool_slot.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/toolbutton.xml b/app/src/main/res/layout/toolbutton.xml
new file mode 100644
index 0000000..6c31f9d
--- /dev/null
+++ b/app/src/main/res/layout/toolbutton.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/toolbuttonbar.xml b/app/src/main/res/layout/toolbuttonbar.xml
new file mode 100644
index 0000000..1282cb5
--- /dev/null
+++ b/app/src/main/res/layout/toolbuttonbar.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/toolshop.xml b/app/src/main/res/layout/toolshop.xml
new file mode 100644
index 0000000..aa07923
--- /dev/null
+++ b/app/src/main/res/layout/toolshop.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/topbar.xml b/app/src/main/res/layout/topbar.xml
new file mode 100644
index 0000000..5e7c7c7
--- /dev/null
+++ b/app/src/main/res/layout/topbar.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/unlock_message.xml b/app/src/main/res/layout/unlock_message.xml
new file mode 100644
index 0000000..6e8cf7a
--- /dev/null
+++ b/app/src/main/res/layout/unlock_message.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/world_button.xml b/app/src/main/res/layout/world_button.xml
new file mode 100644
index 0000000..3b4e4c6
--- /dev/null
+++ b/app/src/main/res/layout/world_button.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/worlds.xml b/app/src/main/res/layout/worlds.xml
new file mode 100644
index 0000000..ee19fb2
--- /dev/null
+++ b/app/src/main/res/layout/worlds.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..81db382
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..ac1d0c5
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..22af34b
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..4c0bf65
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..c09c99f
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/raw/background.ogg b/app/src/main/res/raw/background.ogg
new file mode 100644
index 0000000..6e29fbe
Binary files /dev/null and b/app/src/main/res/raw/background.ogg differ
diff --git a/app/src/main/res/raw/ramp.wav b/app/src/main/res/raw/ramp.wav
new file mode 100644
index 0000000..4237cf5
Binary files /dev/null and b/app/src/main/res/raw/ramp.wav differ
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..f1294ac
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,19 @@
+
+
+ #3f51b5
+ #303f9f
+ #ff4081
+ #ffda45
+ #891e4e
+ #39be27
+ #db911c0f
+ #dbfff200
+ #e5dc1522
+ #db41e42b
+ #db494b49
+ #715f5f
+ #db41e42b
+ #f0f41e02
+ #f0f28117
+ #f0d7b106
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..233966b
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ EndlessRoll
+
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..ec71fbc
--- /dev/null
+++ b/app/src/main/res/values/styles.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/app/src/test/java/com/example/julian/endlessroll/ExampleUnitTest.java b/app/src/test/java/com/example/julian/endlessroll/ExampleUnitTest.java
new file mode 100644
index 0000000..26917b8
--- /dev/null
+++ b/app/src/test/java/com/example/julian/endlessroll/ExampleUnitTest.java
@@ -0,0 +1,15 @@
+package com.example.julian.endlessroll;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * To work on unit tests, switch the Test Artifact in the Build Variants view.
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() throws Exception {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..77ce66e
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,23 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ repositories {
+ jcenter()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:2.1.3'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ jcenter()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..1d3591c
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,18 @@
+# Project-wide Gradle settings.
+
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+# Default value: -Xmx10248m -XX:MaxPermSize=256m
+# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..8c0fb64
Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..0c7bc36
--- /dev/null
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Sun Sep 11 09:24:42 CEST 2016
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
diff --git a/gradlew b/gradlew
new file mode 100644
index 0000000..91a7e26
--- /dev/null
+++ b/gradlew
@@ -0,0 +1,164 @@
+#!/usr/bin/env bash
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS=""
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn ( ) {
+ echo "$*"
+}
+
+die ( ) {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+esac
+
+# For Cygwin, ensure paths are in UNIX format before anything is touched.
+if $cygwin ; then
+ [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
+fi
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >&-
+APP_HOME="`pwd -P`"
+cd "$SAVED" >&-
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin, switch paths to Windows format before running java
+if $cygwin ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=$((i+1))
+ done
+ case $i in
+ (0) set -- ;;
+ (1) set -- "$args0" ;;
+ (2) set -- "$args0" "$args1" ;;
+ (3) set -- "$args0" "$args1" "$args2" ;;
+ (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
+function splitJvmOpts() {
+ JVM_OPTS=("$@")
+}
+eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
+JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
+
+exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
diff --git a/gradlew.bat b/gradlew.bat
new file mode 100644
index 0000000..8a0b282
--- /dev/null
+++ b/gradlew.bat
@@ -0,0 +1,90 @@
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windowz variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+if "%@eval[2+2]" == "4" goto 4NT_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+goto execute
+
+:4NT_args
+@rem Get arguments from the 4NT Shell from JP Software
+set CMD_LINE_ARGS=%$
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/particlelab/.gitignore b/particlelab/.gitignore
new file mode 100644
index 0000000..796b96d
--- /dev/null
+++ b/particlelab/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/particlelab/build.gradle b/particlelab/build.gradle
new file mode 100644
index 0000000..ae2fdf9
--- /dev/null
+++ b/particlelab/build.gradle
@@ -0,0 +1,27 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 23
+ buildToolsVersion "23.0.2"
+ defaultConfig {
+ applicationId "com.example.particlelab"
+ 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'
+}
diff --git a/particlelab/particlelab.iml b/particlelab/particlelab.iml
new file mode 100644
index 0000000..a92c6ce
--- /dev/null
+++ b/particlelab/particlelab.iml
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ generateDebugSources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/particlelab/proguard-rules.pro b/particlelab/proguard-rules.pro
new file mode 100644
index 0000000..0550155
--- /dev/null
+++ b/particlelab/proguard-rules.pro
@@ -0,0 +1,17 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in C:\Users\Julian\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the proguardFiles
+# directive in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/particlelab/src/androidTest/java/com/example/particlelab/ApplicationTest.java b/particlelab/src/androidTest/java/com/example/particlelab/ApplicationTest.java
new file mode 100644
index 0000000..788c0ba
--- /dev/null
+++ b/particlelab/src/androidTest/java/com/example/particlelab/ApplicationTest.java
@@ -0,0 +1,13 @@
+package com.example.particlelab;
+
+import android.app.Application;
+import android.test.ApplicationTestCase;
+
+/**
+ * Testing Fundamentals
+ */
+public class ApplicationTest extends ApplicationTestCase {
+ public ApplicationTest() {
+ super(Application.class);
+ }
+}
\ No newline at end of file
diff --git a/particlelab/src/main/AndroidManifest.xml b/particlelab/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..93057ed
--- /dev/null
+++ b/particlelab/src/main/AndroidManifest.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/particlelab/src/main/assets/allSettings.pe b/particlelab/src/main/assets/allSettings.pe
new file mode 100644
index 0000000..0cb1d7c
--- /dev/null
+++ b/particlelab/src/main/assets/allSettings.pe
@@ -0,0 +1,177 @@
+Untitled
+- Delay -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+- Duration -
+lowMin: 1000.0
+lowMax: 1000.0
+- Count -
+min: 0
+max: 25
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 50.0
+highMax: 50.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 500.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life Offset -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- X Offset -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Y Offset -
+active: true
+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 Shape -
+shape: square
+- 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Rotation -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Wind -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Gravity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Options -
+attached: false
+continuous: false
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/colors.pe b/particlelab/src/main/assets/colors.pe
new file mode 100644
index 0000000..f2d1f78
--- /dev/null
+++ b/particlelab/src/main/assets/colors.pe
@@ -0,0 +1,113 @@
+Untitled
+- Delay -
+active: true
+lowMin: 2500.0
+lowMax: 2500.0
+- Duration -
+lowMin: 1000.0
+lowMax: 1000.0
+- Count -
+min: 0
+max: 25
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 3000.0
+highMax: 3000.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: false
+- Angle -
+active: false
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 9
+colors0: 1.0
+colors1: 0.047058824
+colors2: 0.047058824
+colors3: 0.047058824
+colors4: 0.11372549
+colors5: 1.0
+colors6: 1.0
+colors7: 1.0
+colors8: 1.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.3414252
+timeline2: 1.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/conti.pe b/particlelab/src/main/assets/conti.pe
new file mode 100644
index 0000000..ed18743
--- /dev/null
+++ b/particlelab/src/main/assets/conti.pe
@@ -0,0 +1,135 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 5000.0
+lowMax: 5000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 2000.0
+highMax: 2000.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: 0.0
+lowMax: 0.0
+highMin: 40.0
+highMax: 40.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 40.0
+highMax: 40.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 90.0
+highMax: 90.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 1.0
+scaling2: 1.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.8082192
+timeline2: 1.0
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+testparticle.png
diff --git a/particlelab/src/main/assets/explosion.pe b/particlelab/src/main/assets/explosion.pe
new file mode 100644
index 0000000..a828a90
--- /dev/null
+++ b/particlelab/src/main/assets/explosion.pe
@@ -0,0 +1,182 @@
+Untitled
+- Delay -
+active: true
+lowMin: 500.0
+lowMax: 500.0
+- Duration -
+lowMin: 500.0
+lowMax: 500.0
+- Count -
+min: 0
+max: 1000
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 500.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: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 2
+scaling0: 1.0
+scaling1: 0.66853935
+timelineCount: 2
+timeline0: 0.0
+timeline1: 1.0
+- Velocity -
+active: true
+lowMin: 100.0
+lowMax: 100.0
+highMin: 500.0
+highMax: 700.0
+relative: false
+scalingCount: 2
+scaling0: 1.0
+scaling1: 0.0
+timelineCount: 2
+timeline0: 0.0
+timeline1: 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: 1.0
+colors13: 0.12156863
+colors14: 0.07058824
+colors15: 0.39607844
+colors16: 0.047058824
+colors17: 0.02745098
+timelineCount: 6
+timeline0: 0.0
+timeline1: 0.024096385
+timeline2: 0.034096383
+timeline3: 0.28743544
+timeline4: 0.4423408
+timeline5: 1.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.10526316
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/fire.pe b/particlelab/src/main/assets/fire.pe
new file mode 100644
index 0000000..ddacc69
--- /dev/null
+++ b/particlelab/src/main/assets/fire.pe
@@ -0,0 +1,135 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 3000.0
+lowMax: 3000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 250.0
+highMax: 250.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 1000.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: 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 300.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 45.0
+highMax: 135.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 0.0
+scaling2: 0.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.5
+timeline2: 1.0
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: false
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/fragmentShader.glsl b/particlelab/src/main/assets/fragmentShader.glsl
new file mode 100644
index 0000000..70b12da
--- /dev/null
+++ b/particlelab/src/main/assets/fragmentShader.glsl
@@ -0,0 +1,33 @@
+precision mediump float;
+
+uniform sampler2D texture;
+uniform float alpha;
+uniform vec2 texAtlasSize;
+uniform float texAtlasIndex;
+uniform vec3 color;
+
+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);
+ if(color != vec3(-1, -1, -1)){
+ gl_FragColor.rgb = color;
+ }
+
+}
+
+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/particlelab/src/main/assets/gravity.pe b/particlelab/src/main/assets/gravity.pe
new file mode 100644
index 0000000..7dd038a
--- /dev/null
+++ b/particlelab/src/main/assets/gravity.pe
@@ -0,0 +1,157 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 5000.0
+lowMax: 5000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 250.0
+highMax: 250.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 1000.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: 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 300.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 45.0
+highMax: 135.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 0.0
+scaling2: 0.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.5
+timeline2: 1.0
+- Rotation -
+active: false
+- Wind -
+active: true
+lowMin: 1.0
+lowMax: 1.0
+highMin: 400.0
+highMax: 400.0
+relative: false
+scalingCount: 2
+scaling0: 0.0
+scaling1: 1.0
+timelineCount: 2
+timeline0: 0.0
+timeline1: 1.0
+- Gravity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 400.0
+highMax: 400.0
+relative: false
+scalingCount: 2
+scaling0: 1.0
+scaling1: 0.0
+timelineCount: 2
+timeline0: 0.0
+timeline1: 1.0
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+star.png
diff --git a/particlelab/src/main/assets/magnet.pe b/particlelab/src/main/assets/magnet.pe
new file mode 100644
index 0000000..c7df6d0
--- /dev/null
+++ b/particlelab/src/main/assets/magnet.pe
@@ -0,0 +1,145 @@
+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: 2000.0
+highMax: 3000.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: 25.0
+highMax: 30.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: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 50.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.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: 6
+colors0: 1.0
+colors1: 0.92941177
+colors2: 0.047058824
+colors3: 1.0
+colors4: 0.58431375
+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: 0.98245615
+scaling3: 0.5263158
+scaling4: 0.0
+timelineCount: 5
+timeline0: 0.0
+timeline1: 0.36886302
+timeline2: 0.55379456
+timeline3: 0.7876712
+timeline4: 1.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/offset.pe b/particlelab/src/main/assets/offset.pe
new file mode 100644
index 0000000..1a66454
--- /dev/null
+++ b/particlelab/src/main/assets/offset.pe
@@ -0,0 +1,166 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 3000.0
+lowMax: 3000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 250.0
+highMax: 250.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 700.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: true
+lowMin: -10.0
+lowMax: 30.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Y Offset -
+active: true
+lowMin: -15.0
+lowMax: 10.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 30.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 70.0
+highMax: 110.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 0.0
+scaling2: 0.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.5
+timeline2: 1.0
+- Rotation -
+active: true
+lowMin: 180.0
+lowMax: 180.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 0.7647059
+scaling2: 0.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.51369864
+timeline2: 0.9931507
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+star.png
diff --git a/particlelab/src/main/assets/oneDirection.pe b/particlelab/src/main/assets/oneDirection.pe
new file mode 100644
index 0000000..55595c3
--- /dev/null
+++ b/particlelab/src/main/assets/oneDirection.pe
@@ -0,0 +1,135 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 3000.0
+lowMax: 3000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 250.0
+highMax: 250.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 500.0
+highMax: 1000.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: 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 300.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 180.0
+highMax: 180.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 1.0
+scaling2: 1.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.49315068
+timeline2: 1.0
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: false
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/particle.png b/particlelab/src/main/assets/particle.png
new file mode 100644
index 0000000..4a898e4
Binary files /dev/null and b/particlelab/src/main/assets/particle.png differ
diff --git a/particlelab/src/main/assets/pe.pe b/particlelab/src/main/assets/pe.pe
new file mode 100644
index 0000000..922bd48
--- /dev/null
+++ b/particlelab/src/main/assets/pe.pe
@@ -0,0 +1,153 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 1000.0
+lowMax: 1000.0
+- Count -
+min: 0
+max: 500
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 20.0
+highMax: 40.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 600.0
+highMax: 1500.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life Offset -
+active: false
+- X Offset -
+active: false
+- Y Offset -
+active: false
+- Spawn Shape -
+shape: square
+- Spawn Width -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 100.0
+highMax: 100.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Spawn Height -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 11.0
+highMax: 11.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Scale -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 90.0
+highMax: 90.0
+relative: true
+scalingCount: 2
+scaling0: 1.0
+scaling1: 0.16292135
+timelineCount: 2
+timeline0: 0.0
+timeline1: 1.0
+- Angle -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: -135.0
+highMax: -52.0
+relative: false
+scalingCount: 2
+scaling0: 1.0
+scaling1: 1.0
+timelineCount: 2
+timeline0: 0.0
+timeline1: 0.48630136
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 24
+colors0: 1.0
+colors1: 0.23529412
+colors2: 0.105882354
+colors3: 1.0
+colors4: 0.23529412
+colors5: 0.105882354
+colors6: 0.65882355
+colors7: 1.0
+colors8: 0.105882354
+colors9: 0.105882354
+colors10: 0.21568628
+colors11: 1.0
+colors12: 1.0
+colors13: 0.23529412
+colors14: 0.105882354
+colors15: 1.0
+colors16: 0.23529412
+colors17: 0.105882354
+colors18: 0.105882354
+colors19: 0.67058825
+colors20: 1.0
+colors21: 1.0
+colors22: 0.23529412
+colors23: 0.105882354
+timelineCount: 8
+timeline0: 0.0
+timeline1: 0.012048192
+timeline2: 0.2685026
+timeline3: 0.45094663
+timeline4: 0.686747
+timeline5: 0.83476764
+timeline6: 0.97590363
+timeline7: 1.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/rotation.pe b/particlelab/src/main/assets/rotation.pe
new file mode 100644
index 0000000..33785a5
--- /dev/null
+++ b/particlelab/src/main/assets/rotation.pe
@@ -0,0 +1,123 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 1000.0
+lowMax: 1000.0
+- Count -
+min: 0
+max: 25
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 3000.0
+highMax: 3000.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.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: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 30.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 30.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: false
+- Rotation -
+active: true
+lowMin: 180.0
+lowMax: 180.0
+highMin: 0.0
+highMax: 0.0
+relative: false
+scalingCount: 2
+scaling0: 1.0
+scaling1: 0.0
+timelineCount: 2
+timeline0: 0.0
+timeline1: 1.0
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+star.png
diff --git a/particlelab/src/main/assets/short.pe b/particlelab/src/main/assets/short.pe
new file mode 100644
index 0000000..a6a91b2
--- /dev/null
+++ b/particlelab/src/main/assets/short.pe
@@ -0,0 +1,24 @@
+- Tint -
+colors0: 1.0
+colors1: 0.23529412
+colors2: 0.105882354
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Options -
+attached: false
+continuous: true
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/star.png b/particlelab/src/main/assets/star.png
new file mode 100644
index 0000000..e341bbc
Binary files /dev/null and b/particlelab/src/main/assets/star.png differ
diff --git a/particlelab/src/main/assets/test.txt b/particlelab/src/main/assets/test.txt
new file mode 100644
index 0000000..f8c4905
--- /dev/null
+++ b/particlelab/src/main/assets/test.txt
@@ -0,0 +1,135 @@
+Untitled
+- Delay -
+active: false
+- Duration -
+lowMin: 3000.0
+lowMax: 3000.0
+- Count -
+min: 0
+max: 200
+- Emission -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Life -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 2000.0
+highMax: 2000.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: 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: 0.0
+lowMax: 0.0
+highMin: 32.0
+highMax: 32.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Velocity -
+active: true
+lowMin: 0.0
+lowMax: 0.0
+highMin: 30.0
+highMax: 30.0
+relative: false
+scalingCount: 1
+scaling0: 1.0
+timelineCount: 1
+timeline0: 0.0
+- Angle -
+active: true
+lowMin: 90.0
+lowMax: 90.0
+highMin: 45.0
+highMax: 135.0
+relative: false
+scalingCount: 3
+scaling0: 1.0
+scaling1: 0.0
+scaling2: 0.0
+timelineCount: 3
+timeline0: 0.0
+timeline1: 0.5
+timeline2: 1.0
+- Rotation -
+active: false
+- Wind -
+active: false
+- Gravity -
+active: false
+- Tint -
+colorsCount: 3
+colors0: 1.0
+colors1: 0.12156863
+colors2: 0.047058824
+timelineCount: 1
+timeline0: 0.0
+- Transparency -
+lowMin: 0.0
+lowMax: 0.0
+highMin: 1.0
+highMax: 1.0
+relative: false
+scalingCount: 4
+scaling0: 0.0
+scaling1: 1.0
+scaling2: 0.75
+scaling3: 0.0
+timelineCount: 4
+timeline0: 0.0
+timeline1: 0.2
+timeline2: 0.8
+timeline3: 1.0
+- Options -
+attached: false
+continuous: false
+aligned: false
+additive: true
+behind: false
+premultipliedAlpha: false
+- Image Path -
+particle.png
diff --git a/particlelab/src/main/assets/testparticle.png b/particlelab/src/main/assets/testparticle.png
new file mode 100644
index 0000000..7ff256a
Binary files /dev/null and b/particlelab/src/main/assets/testparticle.png differ
diff --git a/particlelab/src/main/assets/vertexShader.glsl b/particlelab/src/main/assets/vertexShader.glsl
new file mode 100644
index 0000000..3dcd43e
--- /dev/null
+++ b/particlelab/src/main/assets/vertexShader.glsl
@@ -0,0 +1,20 @@
+uniform mat4 mvpMatrix;
+uniform mat4 transformationMatrix;
+uniform float isTerrain;
+
+attribute vec4 position;
+attribute vec2 texCoords;
+
+varying vec2 pass_TexCoords;
+
+void main() {
+
+ vec4 transformatedPosition = transformationMatrix * position;
+ gl_Position = mvpMatrix * transformatedPosition;
+ pass_TexCoords = texCoords;
+ if(isTerrain == 1.0){
+ 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/particlelab/src/main/java/com/example/particlelab/data/Color.java b/particlelab/src/main/java/com/example/particlelab/data/Color.java
new file mode 100644
index 0000000..b6bb277
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/data/Color.java
@@ -0,0 +1,69 @@
+package com.example.particlelab.data;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Color {
+
+ private float r, g, b;
+
+ public Color() {
+ }
+
+ public Color(float r, float g, float b){
+ this.r = r;
+ this.g = g;
+ this.b = b;
+ }
+
+ public Color(Color other) {
+ this.r = other.getR();
+ this.g = other.getG();
+ this.b = other.getB();
+ }
+
+ public Color mix(float leftValue, float rightValue, Color color2) {
+ Color mySelf = new Color(this);
+ Color second = new Color(color2);
+ mySelf.mul(leftValue);
+ second.mul(rightValue);
+ mySelf.add(second);
+ return mySelf;
+ }
+
+ private void mul(float a) {
+ r *= a;
+ g *= a;
+ b *= a;
+ }
+
+ private void add(Color other) {
+ r += other.getR();
+ g += other.getG();
+ b += other.getB();
+ }
+
+ public float getR() {
+ return r;
+ }
+
+ public void setR(float r) {
+ this.r = r;
+ }
+
+ public float getG() {
+ return g;
+ }
+
+ public void setG(float g) {
+ this.g = g;
+ }
+
+ public float getB() {
+ return b;
+ }
+
+ public void setB(float b) {
+ this.b = b;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/data/Vector.java b/particlelab/src/main/java/com/example/particlelab/data/Vector.java
new file mode 100644
index 0000000..09af8a7
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/data/Vector.java
@@ -0,0 +1,101 @@
+package com.example.particlelab.data;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Vector {
+
+ public float x, y;
+
+ public Vector() {
+ this(0, 0);
+ }
+
+ public Vector(Vector other) {
+ this(other.x, other.y);
+ }
+
+ public Vector(float x, float y) {
+ set(x, y);
+ }
+
+ @Override
+ public String toString() {
+ return "Vector(" + x + ", " + y + ")";
+ }
+
+ public Vector set(float x, float y) {
+ this.x = x;
+ this.y = y;
+ return this;
+ }
+
+ public float length() {
+ return (float) Math.sqrt(x * x + y * y);
+ }
+
+ public Vector normalize() {
+ float length = this.length();
+ x /= length;
+ y /= length;
+ return this;
+ }
+
+ public Vector translate(Vector other) {
+ this.x += other.x;
+ this.y += other.y;
+ return this;
+ }
+
+ public Vector translate(float x, float y) {
+ this.x += x;
+ this.y += y;
+ return this;
+ }
+
+ public Vector mul(float z) {
+ x *= z;
+ y *= z;
+ return this;
+ }
+
+ public Vector mul(Vector other) {
+ this.x *= other.x;
+ this.y *= other.y;
+ return this;
+ }
+
+ public Vector mul(float x, float y) {
+ this.x *= x;
+ this.y *= y;
+ return this;
+ }
+
+ public Vector negate() {
+ this.x *= -1;
+ this.y *= -1;
+ return this;
+ }
+
+ public Vector vectorTo(Vector other) {
+ float x = other.x - this.x;
+ float y = other.y - this.y;
+ return new Vector(x, y);
+ }
+
+ public void setX(float x) {
+ this.x = x;
+ }
+
+ public void setY(float y) {
+ this.y = y;
+ }
+
+ public float getX() {
+ return x;
+ }
+
+ public float getY() {
+ return y;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/Entity.java b/particlelab/src/main/java/com/example/particlelab/entities/Entity.java
new file mode 100644
index 0000000..ae4cb5d
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/Entity.java
@@ -0,0 +1,80 @@
+package com.example.particlelab.entities;
+
+import com.example.particlelab.data.Color;
+import com.example.particlelab.entities.textures.Texture;
+import com.example.particlelab.data.Vector;
+
+/**
+ * Created by Julian on 20.11.2015.
+ */
+public class Entity extends Quad {
+
+ private Color color;
+ private Texture texture;
+ private Vector movement;
+ private float rotation;
+ private float dynamicRotation;
+ private float alpha = 1.0f;
+ private boolean destroyed;
+
+ public Entity(Texture texture, Vector position, float width, float height) {
+ super(position, width, height);
+ this.texture = texture;
+ this.movement = new Vector();
+ }
+
+ public Entity(Texture texture, Color color, Vector position, float width, float height) {
+ super(position, width, height);
+ this.texture = texture;
+ this.color = color;
+ this.movement = new Vector();
+ }
+
+ public void move(Vector movement) {
+ position.translate(movement);
+ }
+
+ public void rotate(float factor) {
+ rotation += factor;
+ }
+
+ public Texture getTexture() {
+ return texture;
+ }
+
+ public void setTexture(Texture texture) {
+ this.texture = texture;
+ }
+
+ public Vector getMovement() {
+ return movement;
+ }
+
+ public void setMovement(Vector movement) {
+ this.movement = movement;
+ }
+
+ public float getRotation() {
+ return rotation;
+ }
+
+ public void setRotation(float rotation) {
+ this.rotation = rotation;
+ }
+
+ public void setAlpha(float alpha) {
+ this.alpha = alpha;
+ }
+
+ public float getAlpha() {
+ return alpha;
+ }
+
+ public void setColor(Color color) {
+ this.color = color;
+ }
+
+ public Color getColor() {
+ return color;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/Quad.java b/particlelab/src/main/java/com/example/particlelab/entities/Quad.java
new file mode 100644
index 0000000..dc4c13a
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/Quad.java
@@ -0,0 +1,59 @@
+package com.example.particlelab.entities;
+
+import com.example.particlelab.data.Vector;
+
+/**
+ * Created by Julian on 01.12.2015.
+ */
+public class Quad {
+
+ protected Vector position;
+ protected float width, height;
+
+ public Quad(Vector position, float width, float height) {
+ this.position = position;
+ this.width = width;
+ this.height = height;
+ }
+
+ public float getRightEdge() {
+ return position.x + width / 2;
+ }
+
+ public float getLeftEdge() {
+ return position.x - width / 2;
+ }
+
+ public float getTopEdge() {
+ return position.y + height / 2;
+ }
+
+ public float getBottomEdge() {
+ return position.y - height / 2;
+ }
+
+ public Vector getPosition() {
+ return position;
+ }
+
+ public void setPosition(Vector position) {
+ this.position = position;
+ }
+
+ public float getWidth() {
+ return width;
+ }
+
+ public void setWidth(float width) {
+ this.width = width;
+ }
+
+ public float getHeight() {
+ return height;
+ }
+
+ public void setHeight(float height) {
+ this.height = height;
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/Particle.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/Particle.java
new file mode 100644
index 0000000..5512de4
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/Particle.java
@@ -0,0 +1,89 @@
+package com.example.particlelab.entities.particles;
+
+import com.example.particlelab.data.Vector;
+import com.example.particlelab.entities.Entity;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.particlelab.main.GameLog;
+import com.example.particlelab.rendering.Timer;
+
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Particle extends Entity {
+
+ private Random random;
+ private boolean active;
+ private float maxLife;
+ private float passedLifetime;
+
+ private Timeline scaleTimeline;
+ private Range scale;
+ private Timeline velocityTimeline;
+ private Range velocity;
+ private Timeline angleTimeline;
+ private Range angle;
+ private Timeline rotationTimeline;
+ private Range rotation;
+ private Timeline transparencyTimeline;
+ private TintTimeline tintTimeline;
+
+ public Particle(Random random) {
+ super(null, new Vector(), 1, 1);
+ this.random = random;
+ }
+
+ public void activate(Vector position, float liveValue, ParticleData particleData) {
+ active = true;
+ passedLifetime = 0;
+ super.setPosition(position);
+ maxLife = particleData.getLife().createValue(random, liveValue);
+ scaleTimeline = particleData.getScaleTR().getTimeline();
+ scale = particleData.getScaleTR().getRange().createNormalizedInstance(random);
+ velocityTimeline = particleData.getVelocityTR().getTimeline();
+ velocity = particleData.getVelocityTR().getRange().createNormalizedInstance(random);
+ angleTimeline = particleData.getAngleTR().getTimeline();
+ angle = particleData.getAngleTR().getRange().createNormalizedInstance(random);
+ rotationTimeline = particleData.getRotationTR().getTimeline();
+ rotation = particleData.getRotationTR().getRange().createNormalizedInstance(random);
+ transparencyTimeline = particleData.getTransparencyT();
+ tintTimeline = particleData.getTint();
+ }
+
+ public void update(Timer timer, float windStrength, float gravityStrength) {
+ if (active) {
+ passedLifetime += timer.getFrameTime();
+ if (passedLifetime >= maxLife)
+ active = false;
+ float lifetimePercent = passedLifetime / maxLife;
+ setScale(scale.createValue(random, scaleTimeline.getValueAtTime(lifetimePercent)));
+ setMovement(velocity.createValue(random, velocityTimeline.getValueAtTime(lifetimePercent)),
+ angle.createValue(random, angleTimeline.getValueAtTime(lifetimePercent)), windStrength, gravityStrength);
+ super.setRotation(-rotation.createValue(random, rotationTimeline.getValueAtTime(lifetimePercent)));
+ super.setAlpha(transparencyTimeline.getValueAtTime(lifetimePercent));
+ super.setColor(tintTimeline.getValueAtTime(lifetimePercent));
+ }
+ }
+
+ private void setScale(float scale) {
+ super.setWidth(scale * ParticleSystem.TRANSFER_VALUE);
+ super.setHeight(scale * ParticleSystem.TRANSFER_VALUE);
+ }
+
+ private void setMovement(float velocity, float angle, float windStrength, float gravityStrength) {
+ float radians = (float) Math.toRadians(angle);
+ Vector normalMovement = new Vector();
+ normalMovement.setX((float) Math.cos(radians));
+ normalMovement.setY((float) Math.sin(radians));
+ normalMovement.mul(velocity * ParticleSystem.TRANSFER_VALUE);
+ normalMovement.translate(windStrength * ParticleSystem.TRANSFER_VALUE, gravityStrength * ParticleSystem.TRANSFER_VALUE);
+ super.setMovement(normalMovement);
+ }
+
+ public boolean isActive() {
+ return active;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleData.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleData.java
new file mode 100644
index 0000000..3ec4217
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleData.java
@@ -0,0 +1,59 @@
+package com.example.particlelab.entities.particles;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.particlelab.entities.textures.Texture;
+
+/**
+ * Created by Julian on 03.08.2016.
+ */
+public class ParticleData {
+
+ private Range life;
+ private TimelineRange scaleTR;
+ private TimelineRange velocityTR;
+ private TimelineRange angleTR;
+ private TimelineRange rotationTR;
+ private Timeline transparencyT;
+ private TintTimeline tint;
+
+ public ParticleData(Range life, TimelineRange scaleTR, TimelineRange velocityTR, TimelineRange angleTR, TimelineRange rotationTR, Timeline transparencyT, TintTimeline tint) {
+ this.life = life;
+ this.scaleTR = scaleTR;
+ this.velocityTR = velocityTR;
+ this.angleTR = angleTR;
+ this.rotationTR = rotationTR;
+ this.transparencyT = transparencyT;
+ this.tint = tint;
+ }
+
+ public Range getLife() {
+ return life;
+ }
+
+ public TimelineRange getScaleTR() {
+ return scaleTR;
+ }
+
+ public TimelineRange getVelocityTR() {
+ return velocityTR;
+ }
+
+ public TimelineRange getAngleTR() {
+ return angleTR;
+ }
+
+ public TimelineRange getRotationTR() {
+ return rotationTR;
+ }
+
+ public Timeline getTransparencyT() {
+ return transparencyT;
+ }
+
+ public TintTimeline getTint() {
+ return tint;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleEffect.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleEffect.java
new file mode 100644
index 0000000..203caa0
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleEffect.java
@@ -0,0 +1,218 @@
+package com.example.particlelab.entities.particles;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.Options;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.particlelab.entities.textures.Texture;
+import com.example.particlelab.rendering.Timer;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Random;
+
+/**
+ * Created by Julian on 05.08.2016.
+ */
+public class ParticleEffect {
+
+ private TimelineRange life;
+ //Particle Timeline
+ private TimelineRange scale;
+ private TimelineRange velocity;
+ private TimelineRange angle;
+ private TimelineRange rotation;
+ private Timeline transparency;
+ private TintTimeline tint;
+
+ //Source Timeline
+ private Range delay;
+ private Range duration;
+ private TimelineRange emission;
+ private Range xOffset;
+ private Range yOffset;
+ private SpawnShape.Shape spawnShape;
+ private TimelineRange spawnWidth;
+ private TimelineRange spawnHeight;
+ private TimelineRange wind;
+ private TimelineRange gravity;
+
+ private Options options;
+ private Texture texture;
+ private String textureName;
+
+ private Random random;
+ private List sources = new ArrayList<>();
+
+ public ParticleEffect() {
+ this.random = new Random();
+ }
+
+ public void update(Timer timer) {
+ for (ParticleSource source : sources)
+ source.update(timer);
+ }
+
+ public ParticleData createParticleData(){
+ return new ParticleData(life.getRange(), scale, velocity, angle, rotation, transparency, tint);
+ }
+
+ public Random getRandom() {
+ return random;
+ }
+
+ public void addSource(ParticleSource source) {
+ sources.add(source);
+ }
+
+ public void setDelay(Range delay) {
+ this.delay = delay;
+ }
+
+ public void setDuration(Range duration) {
+ this.duration = duration;
+ }
+
+ public void setEmission(TimelineRange emission) {
+ this.emission = emission;
+ }
+
+ public void setLife(TimelineRange life) {
+ this.life = life;
+ }
+
+ public void setxOffset(Range xOffset) {
+ this.xOffset = xOffset;
+ }
+
+ public void setyOffset(Range yOffset) {
+ this.yOffset = yOffset;
+ }
+
+ public void setSpawnShape(SpawnShape.Shape spawnShape) {
+ this.spawnShape = spawnShape;
+ }
+
+ public void setSpawnWidth(TimelineRange spawnWidth) {
+ this.spawnWidth = spawnWidth;
+ }
+
+ public void setSpawnHeight(TimelineRange spawnHeight) {
+ this.spawnHeight = spawnHeight;
+ }
+
+ public void setScale(TimelineRange scale) {
+ this.scale = scale;
+ }
+
+ public void setVelocity(TimelineRange velocity) {
+ this.velocity = velocity;
+ }
+
+ public void setAngle(TimelineRange angle) {
+ this.angle = angle;
+ }
+
+ public void setRotation(TimelineRange rotation) {
+ this.rotation = rotation;
+ }
+
+ public void setWind(TimelineRange wind) {
+ this.wind = wind;
+ }
+
+ public void setGravity(TimelineRange gravity) {
+ this.gravity = gravity;
+ }
+
+ public void setTint(TintTimeline tint) {
+ this.tint = tint;
+ }
+
+ public void setTransparency(Timeline transparency) {
+ this.transparency = transparency;
+ }
+
+ public Timeline getTransparency() {
+ return transparency;
+ }
+
+ public TintTimeline getTint() {
+ return tint;
+ }
+
+ public void setOptions(Options options) {
+ this.options = options;
+ }
+
+ public void setTexture(Texture texture) {
+ this.texture = texture;
+ }
+
+ public void setTextureName(String textureName) {
+ this.textureName = textureName;
+ }
+
+ public String getTextureName() {
+ return textureName;
+ }
+
+ public Texture getTexture() {
+ return texture;
+ }
+
+ public Range getDelay() {
+ return delay;
+ }
+
+ public Range getDuration() {
+ return duration;
+ }
+
+ public TimelineRange getEmission() {
+ return emission;
+ }
+
+ public Options getOptions() {
+ return options;
+ }
+
+ public TimelineRange getWind() {
+ return wind;
+ }
+
+ public TimelineRange getGravity() {
+ return gravity;
+ }
+
+ public Range getxOffset() {
+ return xOffset;
+ }
+
+ public Range getyOffset() {
+ return yOffset;
+ }
+
+ public List getSources() {
+ return sources;
+ }
+
+ public TimelineRange getLife() {
+ return life;
+ }
+
+ public SpawnShape.Shape getSpawnShape() {
+ return spawnShape;
+ }
+
+ public TimelineRange getSpawnHeight() {
+ return spawnHeight;
+ }
+
+ public TimelineRange getSpawnWidth() {
+ return spawnWidth;
+ }
+}
+
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleReader.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleReader.java
new file mode 100644
index 0000000..3e6e9b6
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleReader.java
@@ -0,0 +1,164 @@
+package com.example.particlelab.entities.particles;
+
+import android.content.Context;
+
+import com.example.particlelab.entities.particles.attributes.Attribute;
+import com.example.particlelab.entities.particles.attributes.AttributeValueReader;
+import com.example.particlelab.entities.particles.attributes.ParticleAttributeType;
+import com.example.particlelab.entities.particles.attributes.attributeValues.ImagePath;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Options;
+import com.example.particlelab.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TimelineRange;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TintTimeline;
+import com.example.particlelab.main.GameLog;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleReader {
+
+ private Context context;
+ private AttributeValueReader attributeValueReader;
+
+ private List attributes;
+ private Attribute currentAttribute;
+
+ public ParticleReader(Context context) {
+ this.context = context;
+ attributeValueReader = new AttributeValueReader();
+ }
+
+ /**
+ * reads ParticleEffect from *.pe files
+ * !Ignores COUNT, LIFE_OFFSET!
+ */
+ public ParticleEffect read(String filename) throws Exception {
+ try {
+ attributes = new ArrayList<>();
+ currentAttribute = null;
+ InputStream is = context.getAssets().open(filename);
+ BufferedReader reader = new BufferedReader(new InputStreamReader(is));
+ String line;
+ while ((line = reader.readLine()) != null) {
+ line = line.trim();
+ handleLine(line);
+ }
+ reader.close();
+ return createParticleEffect();
+ } catch (Exception e) {
+ throw new Exception("Could not read particleFile: ", e);
+ }
+ }
+
+ private void handleLine(String line) throws Exception {
+ if (line.startsWith("- ")) {
+ Attribute attrib = ParticleAttributeType.getByInFileTitle(line).createInstance();
+ attributes.add(attrib);
+ currentAttribute = attrib;
+ } else if (currentAttribute != null)
+ attributeValueReader.addValueForAttribute(currentAttribute, line);
+ }
+
+ private ParticleEffect createParticleEffect() throws Exception {
+ ParticleEffect effect = new ParticleEffect();
+ Timeline timeline = null;
+ Range range = null;
+ for (Attribute attribute : attributes) {
+ switch (attribute.getType()) {
+ case DELAY:
+ effect.setDelay((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case DURATION:
+ effect.setDuration((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case COUNT:
+ break;
+ case EMISSION:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setEmission(new TimelineRange(timeline, range));
+ break;
+ case LIFE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setLife(new TimelineRange(timeline, range));
+ break;
+ case LIFE_OFFSET:
+ break;
+ case X_OFFSET:
+ effect.setxOffset((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case Y_OFFSET:
+ effect.setyOffset((Range) attribute.get(ParticleAttributeValueType.RANGE));
+ break;
+ case SPAWN_SHAPE:
+ effect.setSpawnShape(((SpawnShape) attribute.get(ParticleAttributeValueType.SPAWN_SHAPE)).getShape());
+ break;
+ case SPAWN_WIDTH:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setSpawnWidth(new TimelineRange(timeline, range));
+ break;
+ case SPAWN_HEIGHT:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setSpawnHeight(new TimelineRange(timeline, range));
+ break;
+ case SCALE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setScale(new TimelineRange(timeline, range));
+ break;
+ case VELOCITY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setVelocity(new TimelineRange(timeline, range));
+ break;
+ case ANGLE:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setAngle(new TimelineRange(timeline, range));
+ break;
+ case ROTATION:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setRotation(new TimelineRange(timeline, range));
+ break;
+ case WIND:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setWind(new TimelineRange(timeline, range));
+ break;
+ case GRAVITY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ range = (Range) attribute.get(ParticleAttributeValueType.RANGE);
+ effect.setGravity(new TimelineRange(timeline, range));
+ break;
+ case TINT:
+ effect.setTint((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE));
+ break;
+ case TRANSPARENCY:
+ timeline = (Timeline) attribute.get(ParticleAttributeValueType.TIMELINE);
+ effect.setTransparency(timeline);
+ break;
+ case OPTIONS:
+ effect.setOptions((Options) attribute.get(ParticleAttributeValueType.OPTIONS));
+ break;
+ case IMAGE_PATH:
+ String path = ((ImagePath) attribute.get(ParticleAttributeValueType.IMAGE_PATH)).getImagePath();
+ effect.setTextureName(path);
+ break;
+ }
+ }
+ return effect;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSource.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSource.java
new file mode 100644
index 0000000..9d57a0d
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSource.java
@@ -0,0 +1,150 @@
+package com.example.particlelab.entities.particles;
+
+import com.example.particlelab.data.Vector;
+import com.example.particlelab.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.particlelab.main.GameLog;
+import com.example.particlelab.rendering.Lock;
+import com.example.particlelab.rendering.Timer;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleSource {
+
+ private Vector position;
+ private ParticleEffect effect;
+ private Random random;
+
+ private boolean alife;
+ private float currentDelay;
+ private float lifePercent;
+ private float maxTime = -1;
+ private float passedTime;
+ private float emittPause;
+ private float passedEmittPause;
+ private float passedSecond;
+ private float windStrength;
+ private float gravityStrength;
+ private Vector spawnSize = null;
+
+ private ParticleData particleData;
+ private List activeParticles = new ArrayList<>();
+ private List inactiveParticles = new ArrayList<>();
+ private Lock activeParticleLock = new Lock();
+
+ public ParticleSource(Vector position, ParticleEffect effect) {
+ this.position = position;
+ this.effect = effect;
+ random = effect.getRandom();
+ effect.addSource(this);
+ }
+
+ public void start() {
+ alife = true;
+ currentDelay = effect.getDelay().createValue(random, 0);
+ maxTime = effect.getDuration().createValue(random, 0) + currentDelay;
+ passedTime = 0;
+ emittPause = calcEmittPause();
+ passedEmittPause = 0;
+ passedSecond = 0;
+ lifePercent = 0;
+ }
+
+ public void update(Timer timer) {
+ if (alife) {
+ passedTime += timer.getFrameTime();
+ lifePercent = passedTime / maxTime;
+
+ if (passedTime >= currentDelay) {
+ passedEmittPause += timer.getFrameTime();
+ calcWindAndGravity();
+ while (passedEmittPause >= emittPause) {
+ passedEmittPause -= emittPause;
+ emitt();
+ }
+
+ passedSecond += timer.getFrameTime();
+ if (passedSecond >= 1000) {
+ passedSecond -= 1000;
+ calcEmittPause();
+ }
+ }
+ if (passedTime >= maxTime)
+ die();
+ }
+ updateParticles(timer);
+ }
+
+ private void updateParticles(Timer timer) {
+ activeParticleLock.lock();
+ Iterator iter = activeParticles.iterator();
+ while (iter.hasNext()) {
+ Particle particle = iter.next();
+ particle.update(timer, windStrength, gravityStrength);
+ if (!particle.isActive()) {
+ inactiveParticles.add(particle);
+ iter.remove();
+ } else {
+ particle.move(new Vector(particle.getMovement()).mul(timer.getFrameTime() / 1000));
+ }
+ }
+ activeParticleLock.unlock();
+ }
+
+ private void die() {
+ alife = false;
+ if (effect.getOptions().isContinuous())
+ start();
+ }
+
+ public void emitt() {
+ if (particleData == null)
+ particleData = effect.createParticleData();
+ float xOff = effect.getxOffset().createValue(random, 0) * ParticleSystem.TRANSFER_VALUE;
+ float yOff = effect.getyOffset().createValue(random, 0) * ParticleSystem.TRANSFER_VALUE;
+ if (effect.getSpawnShape() == SpawnShape.Shape.SQUARE) {
+ float width = effect.getSpawnWidth().getRange().createValue(random, effect.getSpawnWidth().getTimeline().getValueAtTime(lifePercent));
+ float height = effect.getSpawnHeight().getRange().createValue(random, effect.getSpawnHeight().getTimeline().getValueAtTime(lifePercent));
+ xOff += (random.nextFloat() * width - width * 0.5f)*ParticleSystem.TRANSFER_VALUE;
+ yOff += (random.nextFloat() * height - height * 0.5f)*ParticleSystem.TRANSFER_VALUE;
+ }
+ setUpParticle(new Vector(position).translate(xOff, yOff));
+ }
+
+ private Particle setUpParticle(Vector position) {
+ Particle particle;
+ if (inactiveParticles.size() > 0)
+ particle = inactiveParticles.remove(0);
+ else
+ particle = new Particle(random);
+
+ particle.activate(position, effect.getLife().getTimeline().getValueAtTime(lifePercent), particleData);
+ activeParticleLock.lock();
+ activeParticles.add(particle);
+ activeParticleLock.unlock();
+ return particle;
+ }
+
+ private void calcWindAndGravity() {
+ windStrength = effect.getWind().getRange().createValue(random, effect.getWind().getTimeline().getValueAtTime(lifePercent));
+ gravityStrength = effect.getGravity().getRange().createValue(random, effect.getGravity().getTimeline().getValueAtTime(lifePercent));
+ }
+
+ private float calcEmittPause() {
+ float emittedPerSecond = effect.getEmission().getRange().createValue(random, effect.getEmission().getTimeline().getValueAtTime(passedTime / maxTime));
+ return 1000 / emittedPerSecond;
+ }
+
+ public Lock getActiveParticleLock() {
+ return activeParticleLock;
+ }
+
+ public List getActiveParticles() {
+ return activeParticles;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSystem.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSystem.java
new file mode 100644
index 0000000..28c0039
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/ParticleSystem.java
@@ -0,0 +1,40 @@
+package com.example.particlelab.entities.particles;
+
+import android.content.Context;
+
+import com.example.particlelab.entities.textures.TextureLoader;
+import com.example.particlelab.rendering.Timer;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ParticleSystem {
+
+ public static final float TRANSFER_VALUE = 0.002f;
+ public final ParticleEffect explosion;
+ private ParticleEffect[] effects;
+
+ private TextureLoader textureLoader;
+
+ public ParticleSystem(Context context) throws Exception {
+ this.textureLoader = new TextureLoader(context);
+ ParticleReader reader = new ParticleReader(context);
+ explosion = reader.read("explosion.pe");
+
+ effects = new ParticleEffect[]{explosion};
+ }
+
+ public void update(Timer timer) {
+ for (ParticleEffect effect : effects)
+ effect.update(timer);
+ }
+
+ public void loadTextures() throws Exception {
+ for (ParticleEffect effect : effects)
+ effect.setTexture(textureLoader.loadTexture(effect.getTextureName()));
+ }
+
+ public ParticleEffect[] getEffects() {
+ return effects;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/Attribute.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/Attribute.java
new file mode 100644
index 0000000..9325c0d
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/Attribute.java
@@ -0,0 +1,33 @@
+package com.example.particlelab.entities.particles.attributes;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.ParticleAttributeValue;
+import com.example.particlelab.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Attribute {
+
+ private ParticleAttributeType type;
+ private List values = new ArrayList<>();
+
+ public Attribute(ParticleAttributeType type, ParticleAttributeValueType... valueTypes) {
+ this.type = type;
+ for (ParticleAttributeValueType valueType : valueTypes)
+ values.add(valueType.createInstance());
+ }
+
+ public ParticleAttributeValue get(ParticleAttributeValueType valueType) throws Exception {
+ for (ParticleAttributeValue v : values)
+ if (v.getType() == valueType)
+ return v;
+ throw new Exception("ParticleAttributeValue with type: " + valueType + " does not exist in Attribute "+type);
+ }
+
+ public ParticleAttributeType getType() {
+ return type;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/AttributeValueReader.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/AttributeValueReader.java
new file mode 100644
index 0000000..afdb8fd
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/AttributeValueReader.java
@@ -0,0 +1,77 @@
+package com.example.particlelab.entities.particles.attributes;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.ImagePath;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Options;
+import com.example.particlelab.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.SpawnShape;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+import com.example.particlelab.entities.particles.attributes.attributeValues.TintTimeline;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class AttributeValueReader {
+
+ public void addValueForAttribute(Attribute attribute, String line) throws Exception {
+ //RANGE
+ if (line.startsWith("lowMin:") || line.startsWith("min:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setLowMin(parseFloat(line));
+ else if (line.startsWith("lowMax:") || line.startsWith("max:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setLowMax(parseFloat(line));
+ else if (line.startsWith("highMin:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setHighMin(parseFloat(line));
+ else if (line.startsWith("highMax:"))
+ ((Range) attribute.get(ParticleAttributeValueType.RANGE)).setHighMax(parseFloat(line));
+ //TIMELINE
+ else if (!line.startsWith("scalingCount") && line.startsWith("scaling"))
+ ((Timeline) attribute.get(ParticleAttributeValueType.TIMELINE)).setValueOfPoint(parseTimeLineIndex("scaling", line), parseFloat(line));
+ else if (!line.startsWith("timelineCount") && line.startsWith("timeline") && attribute.getType() != ParticleAttributeType.TINT)
+ ((Timeline) attribute.get(ParticleAttributeValueType.TIMELINE)).setTimeOfPoint(parseTimeLineIndex("timeline", line), parseFloat(line));
+ //TINT_TIMELINE
+ else if (!line.startsWith("colorsCount") && line.startsWith("colors")) {
+ int index = parseTimeLineIndex("colors", line);
+ ((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE)).setValueOfPoint((int) (index / 3f), index % 3, parseFloat(line));
+ } else if (!line.startsWith("timelineCount") && line.startsWith("timeline") && attribute.getType() == ParticleAttributeType.TINT)
+ ((TintTimeline) attribute.get(ParticleAttributeValueType.TINT_TIMELINE)).setTimeOfPoint(parseTimeLineIndex("timeline", line), parseFloat(line));
+ //SPAWN_SHAPE
+ else if (line.startsWith("shape:"))
+ ((SpawnShape) attribute.get(ParticleAttributeValueType.SPAWN_SHAPE)).setShape(SpawnShape.Shape.byName(parseString(line)));
+ //OPTIONS
+ else if (line.startsWith("attached:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAttached(parseBoolean(line));
+ else if (line.startsWith("continuous:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setContinuous(parseBoolean(line));
+ else if (line.startsWith("aligned:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAligned(parseBoolean(line));
+ else if (line.startsWith("additive:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setAdditive(parseBoolean(line));
+ else if (line.startsWith("behind:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setBehind(parseBoolean(line));
+ else if (line.startsWith("premultipliedAlpha:"))
+ ((Options) attribute.get(ParticleAttributeValueType.OPTIONS)).setPremultipliedAlpha(parseBoolean(line));
+ //IMAGE PATH
+ else if (attribute.getType() == ParticleAttributeType.IMAGE_PATH)
+ ((ImagePath) attribute.get(ParticleAttributeValueType.IMAGE_PATH)).setImagePath(line);
+ }
+
+ private int parseTimeLineIndex(String start, String line) throws Exception {
+ String asString = line.split(start)[1].split(":")[0];
+ return Integer.parseInt(asString);
+ }
+
+ private float parseFloat(String line) throws Exception {
+ String asString = line.split(" ")[1];
+ return Float.parseFloat(asString);
+ }
+
+ private String parseString(String line) throws Exception {
+ return line.split(" ")[1];
+ }
+
+ private boolean parseBoolean(String line) throws Exception {
+ String asString = line.split(" ")[1];
+ return Boolean.parseBoolean(asString);
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/ParticleAttributeType.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/ParticleAttributeType.java
new file mode 100644
index 0000000..74b54d0
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/ParticleAttributeType.java
@@ -0,0 +1,55 @@
+package com.example.particlelab.entities.particles.attributes;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.ParticleAttributeValueType;
+
+public enum ParticleAttributeType {
+ NONE(""),
+ DELAY("Delay", ParticleAttributeValueType.RANGE),
+ DURATION("Duration", ParticleAttributeValueType.RANGE),
+ COUNT("Count", ParticleAttributeValueType.RANGE),
+ EMISSION("Emission", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ LIFE("Life", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ LIFE_OFFSET("Life Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ X_OFFSET("X Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ Y_OFFSET("Y Offset", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SPAWN_SHAPE("Spawn Shape", ParticleAttributeValueType.SPAWN_SHAPE),
+ SPAWN_WIDTH("Spawn Width", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SPAWN_HEIGHT("Spawn Height", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ SCALE("Scale", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ VELOCITY("Velocity", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ ANGLE("Angle", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ ROTATION("Rotation", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ WIND("Wind", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ GRAVITY("Gravity", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ TINT("Tint", ParticleAttributeValueType.TINT_TIMELINE),
+ TRANSPARENCY("Transparency", ParticleAttributeValueType.RANGE, ParticleAttributeValueType.TIMELINE),
+ OPTIONS("Options", ParticleAttributeValueType.OPTIONS),
+ IMAGE_PATH("Image Path", ParticleAttributeValueType.IMAGE_PATH);
+
+ private String name;
+ private ParticleAttributeValueType[] valueTypes;
+
+ ParticleAttributeType(String name, ParticleAttributeValueType... valueTypes) {
+ this.name = name;
+ this.valueTypes = valueTypes;
+ }
+
+ private String getInFileTitle() {
+ return "- " + name + " -";
+ }
+
+ public static ParticleAttributeType getByInFileTitle(String title) throws Exception {
+ for (ParticleAttributeType setting : values()) {
+ if (setting != NONE && setting.getInFileTitle().equals(title))
+ return setting;
+ }
+ throw new Exception("Could not find ParticleAttributeType by title: " + title);
+ }
+
+ public Attribute createInstance() throws Exception {
+ if (this == NONE)
+ throw new Exception("Cannot create Instance from Attribute NONE");
+ return new Attribute(this, valueTypes);
+ }
+
+}
\ No newline at end of file
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ImagePath.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ImagePath.java
new file mode 100644
index 0000000..7ee70fd
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ImagePath.java
@@ -0,0 +1,21 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class ImagePath extends ParticleAttributeValue {
+
+ private String imagePath;
+
+ public ImagePath() {
+ super(ParticleAttributeValueType.IMAGE_PATH);
+ }
+
+ public String getImagePath() {
+ return imagePath;
+ }
+
+ public void setImagePath(String imagePath) {
+ this.imagePath = imagePath;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Options.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Options.java
new file mode 100644
index 0000000..125f25c
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Options.java
@@ -0,0 +1,66 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Options extends ParticleAttributeValue {
+
+ private boolean attached;
+ private boolean continuous;
+ private boolean aligned;
+ private boolean additive;
+ private boolean behind;
+ private boolean premultipliedAlpha;
+
+ public Options() {
+ super(ParticleAttributeValueType.OPTIONS);
+ }
+
+ public boolean isAttached() {
+ return attached;
+ }
+
+ public void setAttached(boolean attached) {
+ this.attached = attached;
+ }
+
+ public boolean isContinuous() {
+ return continuous;
+ }
+
+ public void setContinuous(boolean continuous) {
+ this.continuous = continuous;
+ }
+
+ public boolean isAligned() {
+ return aligned;
+ }
+
+ public void setAligned(boolean aligned) {
+ this.aligned = aligned;
+ }
+
+ public boolean isAdditive() {
+ return additive;
+ }
+
+ public void setAdditive(boolean additive) {
+ this.additive = additive;
+ }
+
+ public boolean isBehind() {
+ return behind;
+ }
+
+ public void setBehind(boolean behind) {
+ this.behind = behind;
+ }
+
+ public boolean isPremultipliedAlpha() {
+ return premultipliedAlpha;
+ }
+
+ public void setPremultipliedAlpha(boolean premultipliedAlpha) {
+ this.premultipliedAlpha = premultipliedAlpha;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValue.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValue.java
new file mode 100644
index 0000000..50b349d
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValue.java
@@ -0,0 +1,17 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public abstract class ParticleAttributeValue {
+
+ private ParticleAttributeValueType type;
+
+ public ParticleAttributeValue(ParticleAttributeValueType type){
+ this.type = type;
+ }
+
+ public ParticleAttributeValueType getType() {
+ return type;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java
new file mode 100644
index 0000000..bf18bf0
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/ParticleAttributeValueType.java
@@ -0,0 +1,28 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public enum ParticleAttributeValueType {
+
+ RANGE, TIMELINE, TINT_TIMELINE, SPAWN_SHAPE, OPTIONS, IMAGE_PATH;
+
+ public ParticleAttributeValue createInstance(){
+ switch (this){
+ case RANGE:
+ return new Range();
+ case TIMELINE:
+ return new Timeline();
+ case TINT_TIMELINE:
+ return new TintTimeline();
+ case SPAWN_SHAPE:
+ return new SpawnShape();
+ case OPTIONS:
+ return new Options();
+ case IMAGE_PATH:
+ return new ImagePath();
+ }
+ return null;
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Range.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Range.java
new file mode 100644
index 0000000..d6edb15
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Range.java
@@ -0,0 +1,82 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+import java.util.Random;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Range extends ParticleAttributeValue {
+
+ private float lowMin;
+ private float lowMax;
+ private float highMin;
+ private float highMax;
+
+ public Range() {
+ super(ParticleAttributeValueType.RANGE);
+ }
+
+ public Range createNormalizedInstance(Random random) {
+ Range range = new Range();
+ float high = createHighValue(random);
+ range.setHighMax(high);
+ range.setHighMin(high);
+ float low = createLowValue(random);
+ range.setLowMax(low);
+ range.setLowMin(low);
+ return range;
+ }
+
+ public float createValue(Random random, float mix) {
+ if (mix == 1)
+ return createHighValue(random);
+ else if (mix == 0)
+ return createLowValue(random);
+ else {
+ float highValue = createHighValue(random);
+ float lowValue = createLowValue(random);
+ return mix * (highValue - lowValue) + lowValue;
+ }
+ }
+
+ private float createHighValue(Random random) {
+ float min = highMin;
+ float max = highMax;
+ if (min == max)
+ return min;
+ return random.nextFloat() * (max - min) + min;
+ }
+
+ private float createLowValue(Random random) {
+ float min = lowMin;
+ float max = lowMax;
+ if (min == max)
+ return min;
+ return random.nextFloat() * (max - min) + min;
+ }
+
+ public void setLowMin(float lowMin) {
+ this.lowMin = lowMin;
+ }
+
+ public void setLowMax(float lowMax) {
+ this.lowMax = lowMax;
+ }
+
+ public void setHighMin(float highMin) {
+ this.highMin = highMin;
+ }
+
+ public void setHighMax(float highMax) {
+ this.highMax = highMax;
+ }
+
+ private boolean isLowDifference() {
+ return lowMin - lowMax != 0;
+ }
+
+ private boolean isHighDifference() {
+ return highMin - highMax != 0;
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/SpawnShape.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/SpawnShape.java
new file mode 100644
index 0000000..b52acf9
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/SpawnShape.java
@@ -0,0 +1,38 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class SpawnShape extends ParticleAttributeValue {
+
+ public enum Shape {
+ POINT("point"), SQUARE("square");
+
+ private String name;
+
+ Shape(String name) {
+ this.name = name;
+ }
+
+ public static Shape byName(String text) throws Exception{
+ for(Shape shape : values())
+ if(shape.name.equals(text))
+ return shape;
+ throw new Exception("Shape with name \""+text+"\" does not exist");
+ }
+ }
+
+ private Shape shape;
+
+ public SpawnShape() {
+ super(ParticleAttributeValueType.SPAWN_SHAPE);
+ }
+
+ public Shape getShape() {
+ return shape;
+ }
+
+ public void setShape(Shape shape) {
+ this.shape = shape;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Timeline.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Timeline.java
new file mode 100644
index 0000000..e5b81b4
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/Timeline.java
@@ -0,0 +1,52 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class Timeline extends ParticleAttributeValue {
+
+ private List points = new ArrayList<>();
+
+ public Timeline() {
+ super(ParticleAttributeValueType.TIMELINE);
+ }
+
+ public void setValueOfPoint(int index, float value) {
+ if (points.size() <= index) {
+ points.add(new TimelinePoint());
+ }
+ points.get(index).setValue(value);
+ }
+
+ public void setTimeOfPoint(int index, float time) {
+ if (points.size() <= index) {
+ points.add(new TimelinePoint());
+ }
+ points.get(index).setTime(time);
+ }
+
+ public float getValueAtTime(float time) {
+ TimelinePoint left = null, right = null;
+ for (TimelinePoint point : points) {
+ if (point.getTime() <= time) {
+ if (left == null || left.getTime() < point.getTime())
+ left = point;
+ } else if (right == null || right.getTime() > point.getTime())
+ right = point;
+ }
+ if (left != null) {
+ if (right != null) {
+ float leftDist = 1 - Math.abs(left.getTime() - time);
+ float rightDist = 1 - Math.abs(right.getTime() - time);
+ float totalDist = leftDist + rightDist;
+ return left.getValue() * (leftDist / totalDist) + right.getValue() * (rightDist / totalDist);
+ }
+ return left.getValue();
+ }
+ return 0;
+ }
+
+}
\ No newline at end of file
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelinePoint.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelinePoint.java
new file mode 100644
index 0000000..56e9901
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelinePoint.java
@@ -0,0 +1,23 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+public class TimelinePoint {
+
+ private float time, value;
+
+ public float getTime() {
+ return time;
+ }
+
+ public void setTime(float time) {
+ this.time = time;
+ }
+
+ public float getValue() {
+ return value;
+ }
+
+ public void setValue(float value) {
+ this.value = value;
+ }
+
+}
\ No newline at end of file
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelineRange.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelineRange.java
new file mode 100644
index 0000000..92aa470
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TimelineRange.java
@@ -0,0 +1,34 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+import com.example.particlelab.entities.particles.attributes.attributeValues.Range;
+import com.example.particlelab.entities.particles.attributes.attributeValues.Timeline;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class TimelineRange {
+
+ private Timeline timeline;
+ private Range range;
+
+ public TimelineRange(Timeline timeline, Range range) {
+ this.timeline = timeline;
+ this.range = range;
+ }
+
+ public Timeline getTimeline() {
+ return timeline;
+ }
+
+ public void setTimeline(Timeline timeline) {
+ this.timeline = timeline;
+ }
+
+ public Range getRange() {
+ return range;
+ }
+
+ public void setRange(Range range) {
+ this.range = range;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimeline.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimeline.java
new file mode 100644
index 0000000..4e331ca
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimeline.java
@@ -0,0 +1,57 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+import com.example.particlelab.data.Color;
+import com.example.particlelab.main.GameLog;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class TintTimeline extends ParticleAttributeValue {
+
+ private List points = new ArrayList<>();
+
+ public TintTimeline() {
+ super(ParticleAttributeValueType.TINT_TIMELINE);
+ }
+
+ public void setValueOfPoint(int index, int colorIndex, float value) {
+ GameLog.i("Set value: index="+index+"; colorIndex="+colorIndex+"; value="+value);
+ if (points.size() <= index) {
+ points.add(new TintTimelinePoint());
+ }
+ points.get(index).setValue(colorIndex, value);
+ }
+
+ public void setTimeOfPoint(int index, float time) {
+ GameLog.i("Set time: index="+index+"; time="+time);
+ if (points.size() <= index) {
+ points.add(new TintTimelinePoint());
+ }
+ points.get(index).setTime(time);
+ }
+
+ public Color getValueAtTime(float time) {
+ TintTimelinePoint left = null, right = null;
+ for (TintTimelinePoint point : points) {
+ if (point.getTime() <= time) {
+ if (left == null || left.getTime() < point.getTime())
+ left = point;
+ } else if (right == null || right.getTime() > point.getTime())
+ right = point;
+ }
+ if (left != null) {
+ if (right != null) {
+ float leftDist = 1 - Math.abs(left.getTime() - time);
+ float rightDist = 1 - Math.abs(right.getTime() - time);
+ float totalDist = leftDist + rightDist;
+ return left.getColor().mix((leftDist / totalDist), (rightDist / totalDist), right.getColor());
+ }
+ return left.getColor();
+ }
+ return new Color();
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimelinePoint.java b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimelinePoint.java
new file mode 100644
index 0000000..34b9526
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/particles/attributes/attributeValues/TintTimelinePoint.java
@@ -0,0 +1,33 @@
+package com.example.particlelab.entities.particles.attributes.attributeValues;
+
+import com.example.particlelab.data.Color;
+
+public class TintTimelinePoint {
+
+ private float time;
+ private Color color;
+
+ public float getTime() {
+ return time;
+ }
+
+ public void setTime(float time) {
+ this.time = time;
+ }
+
+ public Color getColor() {
+ return color;
+ }
+
+ public void setValue(int colorIndex, float value) {
+ if (color == null)
+ color = new Color();
+ if (colorIndex == 0)
+ color.setR(value);
+ else if (colorIndex == 1)
+ color.setG(value);
+ else if (colorIndex == 2)
+ color.setB(value);
+ }
+
+}
\ No newline at end of file
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/textures/Texture.java b/particlelab/src/main/java/com/example/particlelab/entities/textures/Texture.java
new file mode 100644
index 0000000..0a2596b
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/textures/Texture.java
@@ -0,0 +1,44 @@
+package com.example.particlelab.entities.textures;
+
+/**
+ * Created by Julian on 11.12.2015.
+ */
+public class Texture {
+
+ private int id;
+ private int atlasWidth;
+ private int atlasHeight;
+ private int atlasIndex;
+
+ public Texture(int id, int atlasWidth, int atlasHeight) {
+ this.id = id;
+ this.atlasWidth = atlasWidth;
+ this.atlasHeight = atlasHeight;
+ }
+
+ public Texture(Texture other) {
+ this.id = other.getId();
+ this.atlasWidth = other.getAtlasWidth();
+ this.atlasHeight = other.getAtlasHeight();
+ }
+
+ public int getId() {
+ return id;
+ }
+
+ public int getAtlasWidth() {
+ return atlasWidth;
+ }
+
+ public int getAtlasHeight() {
+ return atlasHeight;
+ }
+
+ public int getAtlasIndex() {
+ return atlasIndex;
+ }
+
+ public void setAtlasIndex(int atlasIndex) {
+ this.atlasIndex = atlasIndex;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/textures/TextureLoader.java b/particlelab/src/main/java/com/example/particlelab/entities/textures/TextureLoader.java
new file mode 100644
index 0000000..548bd10
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/textures/TextureLoader.java
@@ -0,0 +1,62 @@
+package com.example.particlelab.entities.textures;
+
+import android.content.Context;
+import android.graphics.Bitmap;
+import android.graphics.BitmapFactory;
+import android.opengl.GLES20;
+import android.opengl.GLUtils;
+
+import com.example.particlelab.main.GameLog;
+
+import java.io.InputStream;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class TextureLoader {
+
+ private Context context;
+
+ public TextureLoader(Context context) {
+ this.context = context;
+ }
+
+ public int loadTextureId(int texture, boolean isAtlas) {
+ Bitmap bitmap = BitmapFactory.decodeResource(context.getResources(), texture);
+ return loadTextureId(bitmap, isAtlas);
+ }
+
+ public Texture loadTexture(String inAssetsLocation) throws Exception {
+ InputStream is = context.getAssets().open(inAssetsLocation);
+ BitmapFactory.Options options = new BitmapFactory.Options();
+ options.inScaled = false;
+ Bitmap bitmap = BitmapFactory.decodeStream(is, null, options);
+ return new Texture(loadTextureId(bitmap, false), 1, 1);
+ }
+
+ private int loadTextureId(Bitmap bitmap, boolean isAtlas) {
+ int id = genTexture();
+
+ GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, id);
+ if (!isAtlas) {
+ GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
+ GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
+ } else {
+ GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
+ GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
+ }
+
+ GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
+
+ bitmap.recycle();
+ GameLog.d("Texture " + id + " successfully loaded");
+ return id;
+ }
+
+ private int genTexture() {
+ int[] idField = new int[1];
+ GLES20.glGenTextures(1, idField, 0);
+ return idField[0];
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/entities/textures/TexturePack.java b/particlelab/src/main/java/com/example/particlelab/entities/textures/TexturePack.java
new file mode 100644
index 0000000..ea0e48e
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/entities/textures/TexturePack.java
@@ -0,0 +1,35 @@
+package com.example.particlelab.entities.textures;
+
+import android.content.Context;
+
+import com.example.particlelab.R;
+
+/**
+ * Created by Julian on 05.12.2015.
+ */
+public class TexturePack {
+
+ private TextureLoader loader;
+
+ public final Texture star;
+ public final Texture yellowParticle;
+ public final Texture redParticle;
+
+ public TexturePack(Context context) {
+ loader = new TextureLoader(context);
+ star = loadTexture(R.drawable.star);
+
+ yellowParticle = loadTexture(R.drawable.yellowparticle);
+ redParticle = loadTexture(R.drawable.redparticle);
+ }
+
+ private Texture loadTexture(int id) {
+ int texId = loader.loadTextureId(id, false);
+ return new Texture(texId, 1, 1);
+ }
+
+ public Texture loadAtlas(int id, int atlasWidth, int atlasHeight) {
+ int texId = loader.loadTextureId(id, true);
+ return new Texture(texId, atlasWidth, atlasHeight);
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/main/GameLog.java b/particlelab/src/main/java/com/example/particlelab/main/GameLog.java
new file mode 100644
index 0000000..580b44b
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/main/GameLog.java
@@ -0,0 +1,44 @@
+package com.example.particlelab.main;
+
+import android.util.Log;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public class GameLog {
+
+ private final static String TAG = "GameLog";
+ public static boolean debugging = true;
+
+ public static void i(String message) {
+ Log.i(TAG + getCallerInfo(), message);
+ }
+
+ public static void d(String message) {
+ if (debugging)
+ Log.d(TAG + getCallerInfo(), message);
+ }
+
+ public static void e(String message) {
+ Log.e(TAG + getCallerInfo(), message);
+ }
+
+ public static void e(Throwable error) {
+ Log.e(TAG + getCallerInfo(), error.getMessage(), error);
+ }
+
+ //Possible to get Method which called i, d, e
+ //Method found at stack[4]
+ public static void stack() {
+ StackTraceElement[] stack = Thread.currentThread().getStackTrace();
+ Log.i(TAG + "Stack", "StackSize: " + stack.length);
+ for (int i = 0; i < stack.length; i++) {
+ Log.i(TAG + "Stack", i + ": " + stack[i]);
+ }
+ }
+
+ private static String getCallerInfo() {
+ StackTraceElement[] stack = Thread.currentThread().getStackTrace();
+ return "(" + stack[4].getFileName() + ", " + stack[4].getMethodName() + ", " + stack[4].getLineNumber() + ")";
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/main/MainActivity.java b/particlelab/src/main/java/com/example/particlelab/main/MainActivity.java
new file mode 100644
index 0000000..253d1eb
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/main/MainActivity.java
@@ -0,0 +1,81 @@
+package com.example.particlelab.main;
+
+import android.app.Activity;
+import android.app.ActivityManager;
+import android.content.Context;
+import android.content.pm.ConfigurationInfo;
+import android.content.res.Configuration;
+import android.os.Bundle;
+import android.view.Window;
+import android.view.WindowManager;
+
+import com.example.particlelab.entities.particles.ParticleReader;
+import com.example.particlelab.entities.particles.ParticleSystem;
+import com.example.particlelab.rendering.GameRenderer;
+import com.example.particlelab.rendering.Rendering;
+
+/**
+ * Created by Julian on 02.08.2016.
+ */
+public class MainActivity extends Activity {
+
+ private MyGlSurfaceView glSurfaceView;
+ private ParticleSystem particleSystem;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ try {
+ GameLog.d("OnCreate");
+ super.onCreate(savedInstanceState);
+ super.requestWindowFeature(Window.FEATURE_NO_TITLE);
+ super.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
+ WindowManager.LayoutParams.FLAG_FULLSCREEN);
+ if (!hasGLES20())
+ throw new Exception("OpenGL ES 2.0 not supported");
+
+ particleSystem = new ParticleSystem(this);
+ Rendering rendering = new Rendering(this, particleSystem);
+ glSurfaceView = new MyGlSurfaceView(this, new GameRenderer(this,rendering));
+ super.setContentView(glSurfaceView);
+ } catch (Exception e) {
+ onException(e);
+ }
+ }
+
+ public void onException(Exception e) {
+ GameLog.e(e);
+ super.finish();
+ }
+
+ @Override
+ protected void onPause() {
+ GameLog.d("OnPause");
+ glSurfaceView.onPause();
+ super.onPause();
+ }
+
+ @Override
+ protected void onResume() {
+ GameLog.d("OnResume");
+ glSurfaceView.onResume();
+ super.onResume();
+ }
+
+ @Override
+ protected void onDestroy() {
+ GameLog.d("OnDestroy");
+ super.onDestroy();
+ }
+
+ @Override
+ public void onConfigurationChanged(Configuration newConfig) {
+ super.onConfigurationChanged(newConfig);
+ }
+
+ private boolean hasGLES20() {
+ ActivityManager am = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
+ ConfigurationInfo info = am.getDeviceConfigurationInfo();
+ return info.reqGlEsVersion >= 0x20000;
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/main/MyGlSurfaceView.java b/particlelab/src/main/java/com/example/particlelab/main/MyGlSurfaceView.java
new file mode 100644
index 0000000..2b8adf9
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/main/MyGlSurfaceView.java
@@ -0,0 +1,35 @@
+package com.example.particlelab.main;
+
+import android.content.Context;
+import android.opengl.GLSurfaceView;
+
+import com.example.particlelab.rendering.GameRenderer;
+
+/**
+ * Created by Julian on 30.07.2016.
+ */
+public class MyGlSurfaceView extends GLSurfaceView {
+
+ private boolean rendererSet;
+
+ public MyGlSurfaceView(Context context, GameRenderer gameRenderer) throws Exception {
+ super(context);
+ super.setEGLContextClientVersion(2);
+ super.setRenderer(gameRenderer);
+ rendererSet = true;
+ }
+
+ @Override
+ public void onResume() {
+ GameLog.i("SurfaceView: onResume");
+ if (rendererSet)
+ super.onResume();
+ }
+
+ @Override
+ public void onPause() {
+ GameLog.i("SurfaceView: onPause");
+ if (rendererSet)
+ super.onPause();
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/main/Scene.java b/particlelab/src/main/java/com/example/particlelab/main/Scene.java
new file mode 100644
index 0000000..48c205b
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/main/Scene.java
@@ -0,0 +1,69 @@
+package com.example.particlelab.main;
+
+import android.content.Context;
+
+import com.example.particlelab.data.Vector;
+import com.example.particlelab.entities.Entity;
+import com.example.particlelab.entities.particles.ParticleSource;
+import com.example.particlelab.entities.particles.ParticleSystem;
+import com.example.particlelab.entities.textures.TexturePack;
+import com.example.particlelab.rendering.Timer;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+
+/**
+ * Created by Julian on 20.07.2016.
+ */
+public class Scene extends ArrayList {
+
+ public float cameraX;
+
+ private Vector screenSize;
+
+ private ParticleSystem particleSystem;
+ private TexturePack textures;
+
+ public Scene(Context context, TexturePack texturePack, ParticleSystem particleSystem) {
+ this.particleSystem = particleSystem;
+ setTexturePack(texturePack);
+ new ParticleSource(new Vector(0, 0), particleSystem.explosion).start();
+ }
+
+ public void setTexturePack(TexturePack texturePack) {
+ this.textures = texturePack;
+
+ }
+
+ public void update(Timer timer) {
+ Iterator iterator = super.iterator();
+ while (iterator.hasNext()) {
+ Entity entity = iterator.next();
+ Vector movement = entity.getMovement();
+ Vector finalMovement = new Vector(movement).mul(timer.getFrameTime());
+ entity.move(finalMovement);
+ if (entity.getRightEdge() - cameraX < -3f) {
+ iterator.remove();
+ super.remove(entity);
+ }
+ }
+ }
+
+ public Vector calcWorldFromScreenCoords(float screenX, float screenY) throws Exception {
+ if (screenSize == null)
+ throw new Exception("ScreenSize not set");
+ float glCoordWidth = (2f * screenSize.x / screenSize.y);
+ float x = ((screenX / screenSize.x) * 2f - 1f) * glCoordWidth / 2;
+ x += cameraX;
+ float y = -((screenY / screenSize.y) * 2f - 1f);
+ return new Vector(x, y);
+ }
+
+ public void setScreenSize(Vector screenSize) {
+ this.screenSize = screenSize;
+ }
+
+ public ParticleSystem getParticleSystem() {
+ return particleSystem;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/GameRenderer.java b/particlelab/src/main/java/com/example/particlelab/rendering/GameRenderer.java
new file mode 100644
index 0000000..8aed985
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/GameRenderer.java
@@ -0,0 +1,124 @@
+package com.example.particlelab.rendering;
+
+import android.content.Context;
+import android.opengl.GLES20;
+import android.opengl.GLSurfaceView;
+
+import com.example.particlelab.data.Color;
+import com.example.particlelab.entities.Entity;
+import com.example.particlelab.entities.particles.ParticleEffect;
+import com.example.particlelab.entities.particles.ParticleSource;
+import com.example.particlelab.entities.particles.ParticleSystem;
+import com.example.particlelab.entities.textures.TexturePack;
+import com.example.particlelab.main.GameLog;
+import com.example.particlelab.main.Scene;
+
+import javax.microedition.khronos.egl.EGLConfig;
+import javax.microedition.khronos.opengles.GL10;
+
+/**
+ * Created by Julian on 22.11.2015.
+ */
+public class GameRenderer implements GLSurfaceView.Renderer {
+
+ private Rendering rendering;
+ private MatrixCreator matrixCreator;
+ private boolean additiveBlending;
+
+ private Color emptyColor;
+ private Context context;
+ private Quad quad;
+ //GL Context
+ private ShaderProgram shaderProgram;
+ private TexturePack texturePack;
+ private Timer timer;
+
+ public GameRenderer(Context context, Rendering rendering) {
+ this.context = context;
+ this.rendering = rendering;
+ emptyColor = new Color(-1, -1, -1);
+ matrixCreator = new MatrixCreator();
+ quad = new Quad();
+ }
+
+ @Override
+ public void onSurfaceCreated(GL10 gl, EGLConfig config) {
+ GameLog.d("onSurfaceCreated");
+ GLES20.glClearColor(0, 0, 0, 1.0f);
+ gl.glEnable(GL10.GL_BLEND);
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
+ try {
+ shaderProgram = new ShaderProgram(context);
+ texturePack = new TexturePack(context);
+ timer = new Timer();
+ } catch (Exception e) {
+ rendering.onException(e);
+ }
+ rendering.initiate(texturePack, timer);
+ }
+
+ @Override
+ public void onSurfaceChanged(GL10 gl, int width, int height) {
+ GameLog.d("onSurfaceChanged: width=" + width + ", height=" + height);
+ GLES20.glViewport(0, 0, width, height);
+ matrixCreator.setMVPMSize(width, height);
+ rendering.setScreenSize(width, height);
+ }
+
+ @Override
+ public void onDrawFrame(GL10 gl) {
+ timer.update();
+ rendering.update();
+ GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
+
+ Scene scene = rendering.getScene();
+ ParticleSystem particleSystem = scene.getParticleSystem();
+
+ shaderProgram.start();
+ shaderProgram.loadMVPMatrix(matrixCreator, scene.cameraX);
+ for (ParticleEffect effect : particleSystem.getEffects()) {
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, effect.getTexture().getId());
+ shaderProgram.loadTextureAtlasInfos(effect.getTexture());
+
+ if (effect.getOptions().isAdditive() && !additiveBlending)
+ enableAdditiveBlending(gl);
+ if (!effect.getOptions().isAdditive() && additiveBlending)
+ disableAdditiveBlending(gl);
+ for (ParticleSource source : effect.getSources()) {
+ source.getActiveParticleLock().lock();
+ for (Entity particle : source.getActiveParticles())
+ renderParticle(gl, particle);
+ source.getActiveParticleLock().unlock();
+ }
+ }
+ shaderProgram.stop();
+ }
+
+ private void renderEntity(GL10 gl, Entity entity) {
+ gl.glActiveTexture(GL10.GL_TEXTURE0);
+ gl.glBindTexture(GL10.GL_TEXTURE_2D, entity.getTexture().getId());
+ shaderProgram.loadTransformationMatrix(matrixCreator, entity);
+ shaderProgram.loadAlpha(entity.getAlpha());
+ shaderProgram.loadTextureAtlasInfos(entity.getTexture());
+ shaderProgram.loadColor(entity.getColor() != null ? entity.getColor() : emptyColor);
+ quad.draw();
+ }
+
+ private void renderParticle(GL10 gl, Entity entity) {
+ shaderProgram.loadTransformationMatrix(matrixCreator, entity);
+ shaderProgram.loadAlpha(entity.getAlpha());
+ shaderProgram.loadColor(entity.getColor() != null ? entity.getColor() : emptyColor);
+ quad.draw();
+ }
+
+ private void enableAdditiveBlending(GL10 gl) {
+ additiveBlending = true;
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE);
+ }
+
+ private void disableAdditiveBlending(GL10 gl) {
+ additiveBlending = false;
+ gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/Lock.java b/particlelab/src/main/java/com/example/particlelab/rendering/Lock.java
new file mode 100644
index 0000000..f69989f
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/Lock.java
@@ -0,0 +1,22 @@
+package com.example.particlelab.rendering;
+
+public class Lock {
+
+ private boolean isLocked = false;
+
+ public synchronized void lock() {
+ while (isLocked) {
+ try {
+ wait();
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ }
+ isLocked = true;
+ }
+
+ public synchronized void unlock() {
+ isLocked = false;
+ notify();
+ }
+}
\ No newline at end of file
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/MatrixCreator.java b/particlelab/src/main/java/com/example/particlelab/rendering/MatrixCreator.java
new file mode 100644
index 0000000..426a93f
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/MatrixCreator.java
@@ -0,0 +1,49 @@
+package com.example.particlelab.rendering;
+
+import android.opengl.Matrix;
+
+import com.example.particlelab.entities.Entity;
+import com.example.particlelab.data.Vector;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public class MatrixCreator {
+
+ private float width, height;
+
+ public void setMVPMSize(float width, float height) {
+ this.width = width;
+ this.height = height;
+ }
+
+ public float[] createModelViewProjectionMatrix(float cameraX) {
+ float[] mvpMatrix = new float[16];
+ float[] projectionMatrix = new float[16];
+ float[] viewMatrix = new float[16];
+
+ float ratio = width / height;
+ Matrix.frustumM(projectionMatrix, 0, -ratio + cameraX, ratio + cameraX, -1, 1, 1, 2);
+ Matrix.setLookAtM(viewMatrix, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0);
+ Matrix.multiplyMM(mvpMatrix, 0, projectionMatrix, 0, viewMatrix, 0);
+ return mvpMatrix;
+ }
+
+ public float[] createTransformationMatrix(Entity entity) {
+ float width = entity.getWidth();
+ float height = entity.getHeight();
+ float rotation = entity.getRotation();
+ Vector position = entity.getPosition();
+ return createTransformationMatrix(width, height, rotation, position);
+ }
+
+ public float[] createTransformationMatrix(float width, float height, float rotation, Vector position) {
+ float[] transformationMatrix = new float[16];
+ Matrix.setIdentityM(transformationMatrix, 0);
+ Matrix.translateM(transformationMatrix, 0, position.x, position.y, 0);
+ Matrix.rotateM(transformationMatrix, 0, rotation, 0, 0, 1);
+ Matrix.scaleM(transformationMatrix, 0, width * .5f, height * .5f, 0);
+ return transformationMatrix;
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/Quad.java b/particlelab/src/main/java/com/example/particlelab/rendering/Quad.java
new file mode 100644
index 0000000..49ba403
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/Quad.java
@@ -0,0 +1,49 @@
+package com.example.particlelab.rendering;
+
+import android.opengl.GLES20;
+
+import java.nio.ByteBuffer;
+import java.nio.ByteOrder;
+import java.nio.FloatBuffer;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class Quad {
+
+ private FloatBuffer vertexBuffer;
+ private FloatBuffer textureBuffer;
+
+ private float vertices[] = {1.0f, 1.0f, -1.0f, -1.0f, 1.0f, -1.0f,
+ 1.0f, 1.0f, -1.0f, 1.0f, -1.0f, -1.0f};
+
+ private float textures[] = {1.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f,
+ 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f};
+
+ public Quad() {
+ vertexBuffer = createEmptyFloatBuffer();
+ vertexBuffer.put(vertices);
+ vertexBuffer.position(0);
+
+ textureBuffer = createEmptyFloatBuffer();
+ textureBuffer.put(textures);
+ textureBuffer.position(0);
+ }
+
+ private FloatBuffer createEmptyFloatBuffer() {
+ ByteBuffer bb = ByteBuffer.allocateDirect(vertices.length * 4);
+ bb.order(ByteOrder.nativeOrder());
+ return bb.asFloatBuffer();
+ }
+
+ public void draw() {
+ GLES20.glEnableVertexAttribArray(0);
+ GLES20.glEnableVertexAttribArray(1);
+ GLES20.glVertexAttribPointer(0, 2, GLES20.GL_FLOAT, false, 0, vertexBuffer);
+ GLES20.glVertexAttribPointer(1, 2, GLES20.GL_FLOAT, false, 0, textureBuffer);
+ GLES20.glDrawArrays(GLES20.GL_TRIANGLES, 0, vertices.length / 2);
+ GLES20.glDisableVertexAttribArray(1);
+ GLES20.glDisableVertexAttribArray(0);
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/Rendering.java b/particlelab/src/main/java/com/example/particlelab/rendering/Rendering.java
new file mode 100644
index 0000000..0a034fd
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/Rendering.java
@@ -0,0 +1,57 @@
+package com.example.particlelab.rendering;
+
+import com.example.particlelab.entities.particles.ParticleSystem;
+import com.example.particlelab.entities.textures.TexturePack;
+import com.example.particlelab.main.MainActivity;
+import com.example.particlelab.main.Scene;
+import com.example.particlelab.data.Vector;
+
+/**
+ * Created by Julian on 26.11.2015.
+ */
+public class Rendering {
+
+ private MainActivity mainActivity;
+ private ParticleSystem particleSystem;
+ private Timer timer;
+ private Scene scene;
+ private boolean alreadyInitiated = false;
+
+ public Rendering(MainActivity mainActivity, ParticleSystem particleSystem) {
+ this.mainActivity = mainActivity;
+ this.particleSystem = particleSystem;
+ }
+
+ public void initiate(TexturePack texturePack, Timer timer) {
+ this.timer = timer;
+ if(!alreadyInitiated)
+ scene = new Scene(mainActivity, texturePack, particleSystem);
+ else {
+ scene.setTexturePack(texturePack);
+ }
+ try {
+ particleSystem.loadTextures();
+ }catch (Exception e){
+ onException(e);
+ }
+ alreadyInitiated = true;
+ }
+
+ public void update() {
+ particleSystem.update(timer);
+ scene.update(timer);
+ }
+
+ public void setScreenSize(int width, int height) {
+ if (scene != null)
+ scene.setScreenSize(new Vector(width, height));
+ }
+
+ public void onException(Exception e) {
+ mainActivity.onException(e);
+ }
+
+ public Scene getScene() {
+ return scene;
+ }
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/ShaderProgram.java b/particlelab/src/main/java/com/example/particlelab/rendering/ShaderProgram.java
new file mode 100644
index 0000000..9fecc57
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/ShaderProgram.java
@@ -0,0 +1,138 @@
+package com.example.particlelab.rendering;
+
+import android.content.Context;
+import android.opengl.GLES20;
+
+import com.example.particlelab.entities.Entity;
+import com.example.particlelab.data.Color;
+import com.example.particlelab.entities.textures.Texture;
+import com.example.particlelab.main.GameLog;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+
+/**
+ * Created by Julian on 23.11.2015.
+ */
+public class ShaderProgram {
+
+ private Context context;
+ private int vertexShader, fragmentShader, program;
+ private int location_mvpMatrix;
+ private int location_transformationMatrix;
+ private int location_alpha;
+ private int location_texAtlasSize;
+ private int location_texAtlasIndex;
+ private int location_isTerrain;
+ private int location_color;
+
+ public ShaderProgram(Context context) throws Exception {
+ this.context = context;
+ vertexShader = loadShader(GLES20.GL_VERTEX_SHADER, "vertexShader.glsl");
+ fragmentShader = loadShader(GLES20.GL_FRAGMENT_SHADER, "fragmentShader.glsl");
+ program = GLES20.glCreateProgram();
+ GLES20.glAttachShader(program, vertexShader);
+ GLES20.glAttachShader(program, fragmentShader);
+ GLES20.glLinkProgram(program);
+ int[] linkStatus = new int[1];
+ GLES20.glGetProgramiv(program, GLES20.GL_LINK_STATUS, linkStatus, 0);
+ if (linkStatus[0] == GLES20.GL_FALSE) {
+ GLES20.glDeleteProgram(program);
+ throw new Exception("Could not link program: "
+ + GLES20.glGetProgramInfoLog(program));
+ }
+
+ bindAttribLocations();
+ loadUniformLocations();
+ GameLog.d("ShaderProgram successfully loaded");
+ }
+
+ private void loadUniformLocations() {
+ location_mvpMatrix = GLES20.glGetUniformLocation(program, "mvpMatrix");
+ location_transformationMatrix = GLES20.glGetUniformLocation(program, "transformationMatrix");
+ location_alpha = GLES20.glGetUniformLocation(program, "alpha");
+ location_texAtlasSize = GLES20.glGetUniformLocation(program, "texAtlasSize");
+ location_texAtlasIndex = GLES20.glGetUniformLocation(program, "texAtlasIndex");
+ location_isTerrain = GLES20.glGetUniformLocation(program, "isTerrain");
+ location_color = GLES20.glGetUniformLocation(program, "color");
+ }
+
+ private void bindAttribLocations() {
+ GLES20.glBindAttribLocation(program, 0, "position");
+ GLES20.glBindAttribLocation(program, 1, "texCoords");
+ }
+
+ public void start() {
+ GLES20.glUseProgram(program);
+ }
+
+ public void stop() {
+ GLES20.glUseProgram(0);
+ }
+
+ public void loadMVPMatrix(MatrixCreator matrixCreator, float cameraX) {
+ float[] mvpMatrix = matrixCreator.createModelViewProjectionMatrix(cameraX);
+ GLES20.glUniformMatrix4fv(location_mvpMatrix, 1, false, mvpMatrix, 0);
+ }
+
+ public void loadTransformationMatrix(MatrixCreator matrixCreator, Entity entity) {
+ float[] transformationMatrix = matrixCreator.createTransformationMatrix(entity);
+ GLES20.glUniformMatrix4fv(location_transformationMatrix, 1, false, transformationMatrix, 0);
+ }
+
+ public void loadColor(Color color){
+ GLES20.glUniform3f(location_color, color.getR(), color.getG(), color.getB());
+ }
+
+ public void loadAlpha(float alpha) {
+ GLES20.glUniform1f(location_alpha, alpha);
+ }
+
+ public void loadTextureAtlasInfos(Texture texture) {
+ GLES20.glUniform2f(location_texAtlasSize, texture.getAtlasWidth(), texture.getAtlasHeight());
+ GLES20.glUniform1f(location_texAtlasIndex, texture.getAtlasIndex());
+ }
+
+ public void loadIsTerrain(boolean isTerrain) {
+ float fIsTerrain = isTerrain ? 1 : 0;
+ GLES20.glUniform1f(location_isTerrain, fIsTerrain);
+ }
+
+ public void cleanUp() {
+ stop();
+ GLES20.glDeleteShader(vertexShader);
+ GLES20.glDeleteShader(fragmentShader);
+ GLES20.glDeleteProgram(program);
+ GameLog.d("Shader cleaned");
+ }
+
+ private int loadShader(int type, String shaderName) throws Exception {
+ try {
+ InputStream is = context.getAssets().open(shaderName);
+ InputStreamReader isReader = new InputStreamReader(is);
+ BufferedReader reader = new BufferedReader(isReader);
+ StringBuilder source = new StringBuilder();
+ String line;
+ while ((line = reader.readLine()) != null)
+ source.append(line);
+
+ int shader = GLES20.glCreateShader(type);
+ GLES20.glShaderSource(shader, source.toString());
+ GLES20.glCompileShader(shader);
+
+ int[] compiled = new int[1];
+ GLES20.glGetShaderiv(shader, GLES20.GL_COMPILE_STATUS, compiled, 0);
+ if (compiled[0] == GLES20.GL_FALSE) {
+ GLES20.glDeleteShader(shader);
+ throw new Exception("Could not compile shader \"" + shaderName + "\": "
+ + GLES20.glGetShaderInfoLog(shader));
+ }
+ GameLog.d("Shader \"" + shaderName + "\" successfully loaded");
+ return shader;
+ } catch (Exception e) {
+ throw new Exception("Could not load Shader \"" + shaderName + "\"", e);
+ }
+ }
+
+}
diff --git a/particlelab/src/main/java/com/example/particlelab/rendering/Timer.java b/particlelab/src/main/java/com/example/particlelab/rendering/Timer.java
new file mode 100644
index 0000000..37329ae
--- /dev/null
+++ b/particlelab/src/main/java/com/example/particlelab/rendering/Timer.java
@@ -0,0 +1,46 @@
+package com.example.particlelab.rendering;
+
+/**
+ * Created by Julian on 22.11.2015.
+ */
+public class Timer {
+
+ private long lastFpsTime;
+ private int fpsCounter;
+ private int fps;
+
+ private long lastTime;
+ private long delta;
+
+
+ public Timer() {
+ lastTime = System.currentTimeMillis();
+ lastFpsTime = lastTime;
+ }
+
+ public void update() {
+ long currentTime = System.currentTimeMillis();
+ delta = currentTime - lastTime;
+ lastTime = currentTime;
+
+ fpsCounter++;
+ if (currentTime - lastFpsTime > 1000) {
+ fps = fpsCounter;
+ lastFpsTime += 1000;
+ fpsCounter = 0;
+ }
+ }
+
+ public float getFrameTime() {
+ return delta;
+ }
+
+ public int getFps() {
+ return fps;
+ }
+
+ public long getCurrentTime() {
+ return System.currentTimeMillis();
+ }
+
+}
diff --git a/particlelab/src/main/res/drawable/background.png b/particlelab/src/main/res/drawable/background.png
new file mode 100644
index 0000000..a6f9828
Binary files /dev/null and b/particlelab/src/main/res/drawable/background.png differ
diff --git a/particlelab/src/main/res/drawable/ball.png b/particlelab/src/main/res/drawable/ball.png
new file mode 100644
index 0000000..2a42ac4
Binary files /dev/null and b/particlelab/src/main/res/drawable/ball.png differ
diff --git a/particlelab/src/main/res/drawable/blueparticle.png b/particlelab/src/main/res/drawable/blueparticle.png
new file mode 100644
index 0000000..dcea6f8
Binary files /dev/null and b/particlelab/src/main/res/drawable/blueparticle.png differ
diff --git a/particlelab/src/main/res/drawable/bomb.png b/particlelab/src/main/res/drawable/bomb.png
new file mode 100644
index 0000000..da77e11
Binary files /dev/null and b/particlelab/src/main/res/drawable/bomb.png differ
diff --git a/particlelab/src/main/res/drawable/bombbutton.png b/particlelab/src/main/res/drawable/bombbutton.png
new file mode 100644
index 0000000..0a41ebf
Binary files /dev/null and b/particlelab/src/main/res/drawable/bombbutton.png differ
diff --git a/particlelab/src/main/res/drawable/custom_button.xml b/particlelab/src/main/res/drawable/custom_button.xml
new file mode 100644
index 0000000..b4e0d6b
--- /dev/null
+++ b/particlelab/src/main/res/drawable/custom_button.xml
@@ -0,0 +1,30 @@
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/particlelab/src/main/res/drawable/emptybutton.png b/particlelab/src/main/res/drawable/emptybutton.png
new file mode 100644
index 0000000..4ace291
Binary files /dev/null and b/particlelab/src/main/res/drawable/emptybutton.png differ
diff --git a/particlelab/src/main/res/drawable/goal.png b/particlelab/src/main/res/drawable/goal.png
new file mode 100644
index 0000000..9d4848e
Binary files /dev/null and b/particlelab/src/main/res/drawable/goal.png differ
diff --git a/particlelab/src/main/res/drawable/grasslands_preview.png b/particlelab/src/main/res/drawable/grasslands_preview.png
new file mode 100644
index 0000000..498940e
Binary files /dev/null and b/particlelab/src/main/res/drawable/grasslands_preview.png differ
diff --git a/particlelab/src/main/res/drawable/levelbutton_background.xml b/particlelab/src/main/res/drawable/levelbutton_background.xml
new file mode 100644
index 0000000..cf2aa2b
--- /dev/null
+++ b/particlelab/src/main/res/drawable/levelbutton_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/particlelab/src/main/res/drawable/levelupbackground.png b/particlelab/src/main/res/drawable/levelupbackground.png
new file mode 100644
index 0000000..01104a2
Binary files /dev/null and b/particlelab/src/main/res/drawable/levelupbackground.png differ
diff --git a/particlelab/src/main/res/drawable/lock.png b/particlelab/src/main/res/drawable/lock.png
new file mode 100644
index 0000000..65fc5b0
Binary files /dev/null and b/particlelab/src/main/res/drawable/lock.png differ
diff --git a/particlelab/src/main/res/drawable/lockedbutton.png b/particlelab/src/main/res/drawable/lockedbutton.png
new file mode 100644
index 0000000..5ae2f2a
Binary files /dev/null and b/particlelab/src/main/res/drawable/lockedbutton.png differ
diff --git a/particlelab/src/main/res/drawable/magnet.png b/particlelab/src/main/res/drawable/magnet.png
new file mode 100644
index 0000000..0d6c0e2
Binary files /dev/null and b/particlelab/src/main/res/drawable/magnet.png differ
diff --git a/particlelab/src/main/res/drawable/magnetbutton.png b/particlelab/src/main/res/drawable/magnetbutton.png
new file mode 100644
index 0000000..71eae0a
Binary files /dev/null and b/particlelab/src/main/res/drawable/magnetbutton.png differ
diff --git a/particlelab/src/main/res/drawable/menu_background.png b/particlelab/src/main/res/drawable/menu_background.png
new file mode 100644
index 0000000..5a33827
Binary files /dev/null and b/particlelab/src/main/res/drawable/menu_background.png differ
diff --git a/particlelab/src/main/res/drawable/obstacle.png b/particlelab/src/main/res/drawable/obstacle.png
new file mode 100644
index 0000000..9dd6cd6
Binary files /dev/null and b/particlelab/src/main/res/drawable/obstacle.png differ
diff --git a/particlelab/src/main/res/drawable/pausebutton.png b/particlelab/src/main/res/drawable/pausebutton.png
new file mode 100644
index 0000000..ba46ab0
Binary files /dev/null and b/particlelab/src/main/res/drawable/pausebutton.png differ
diff --git a/particlelab/src/main/res/drawable/playerarrow.png b/particlelab/src/main/res/drawable/playerarrow.png
new file mode 100644
index 0000000..7898595
Binary files /dev/null and b/particlelab/src/main/res/drawable/playerarrow.png differ
diff --git a/particlelab/src/main/res/drawable/purple.png b/particlelab/src/main/res/drawable/purple.png
new file mode 100644
index 0000000..052d1f9
Binary files /dev/null and b/particlelab/src/main/res/drawable/purple.png differ
diff --git a/particlelab/src/main/res/drawable/ramp.png b/particlelab/src/main/res/drawable/ramp.png
new file mode 100644
index 0000000..765ae0f
Binary files /dev/null and b/particlelab/src/main/res/drawable/ramp.png differ
diff --git a/particlelab/src/main/res/drawable/rampbutton.png b/particlelab/src/main/res/drawable/rampbutton.png
new file mode 100644
index 0000000..fea06ee
Binary files /dev/null and b/particlelab/src/main/res/drawable/rampbutton.png differ
diff --git a/particlelab/src/main/res/drawable/redparticle.png b/particlelab/src/main/res/drawable/redparticle.png
new file mode 100644
index 0000000..2b09b93
Binary files /dev/null and b/particlelab/src/main/res/drawable/redparticle.png differ
diff --git a/particlelab/src/main/res/drawable/shortmenubackground.png b/particlelab/src/main/res/drawable/shortmenubackground.png
new file mode 100644
index 0000000..ec9a507
Binary files /dev/null and b/particlelab/src/main/res/drawable/shortmenubackground.png differ
diff --git a/particlelab/src/main/res/drawable/sound_off.png b/particlelab/src/main/res/drawable/sound_off.png
new file mode 100644
index 0000000..151e850
Binary files /dev/null and b/particlelab/src/main/res/drawable/sound_off.png differ
diff --git a/particlelab/src/main/res/drawable/sound_on.png b/particlelab/src/main/res/drawable/sound_on.png
new file mode 100644
index 0000000..c939309
Binary files /dev/null and b/particlelab/src/main/res/drawable/sound_on.png differ
diff --git a/particlelab/src/main/res/drawable/sound_toggle.xml b/particlelab/src/main/res/drawable/sound_toggle.xml
new file mode 100644
index 0000000..8185ddf
--- /dev/null
+++ b/particlelab/src/main/res/drawable/sound_toggle.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/particlelab/src/main/res/drawable/splitter.png b/particlelab/src/main/res/drawable/splitter.png
new file mode 100644
index 0000000..c171f79
Binary files /dev/null and b/particlelab/src/main/res/drawable/splitter.png differ
diff --git a/particlelab/src/main/res/drawable/spring.png b/particlelab/src/main/res/drawable/spring.png
new file mode 100644
index 0000000..23271f6
Binary files /dev/null and b/particlelab/src/main/res/drawable/spring.png differ
diff --git a/particlelab/src/main/res/drawable/springbutton.png b/particlelab/src/main/res/drawable/springbutton.png
new file mode 100644
index 0000000..3029602
Binary files /dev/null and b/particlelab/src/main/res/drawable/springbutton.png differ
diff --git a/particlelab/src/main/res/drawable/star.png b/particlelab/src/main/res/drawable/star.png
new file mode 100644
index 0000000..e341bbc
Binary files /dev/null and b/particlelab/src/main/res/drawable/star.png differ
diff --git a/particlelab/src/main/res/drawable/stars_0.png b/particlelab/src/main/res/drawable/stars_0.png
new file mode 100644
index 0000000..ff05965
Binary files /dev/null and b/particlelab/src/main/res/drawable/stars_0.png differ
diff --git a/particlelab/src/main/res/drawable/stars_1.png b/particlelab/src/main/res/drawable/stars_1.png
new file mode 100644
index 0000000..b91f1be
Binary files /dev/null and b/particlelab/src/main/res/drawable/stars_1.png differ
diff --git a/particlelab/src/main/res/drawable/stars_2.png b/particlelab/src/main/res/drawable/stars_2.png
new file mode 100644
index 0000000..b2dc9cc
Binary files /dev/null and b/particlelab/src/main/res/drawable/stars_2.png differ
diff --git a/particlelab/src/main/res/drawable/stars_3.png b/particlelab/src/main/res/drawable/stars_3.png
new file mode 100644
index 0000000..cdb764d
Binary files /dev/null and b/particlelab/src/main/res/drawable/stars_3.png differ
diff --git a/particlelab/src/main/res/drawable/terrain.png b/particlelab/src/main/res/drawable/terrain.png
new file mode 100644
index 0000000..069be8f
Binary files /dev/null and b/particlelab/src/main/res/drawable/terrain.png differ
diff --git a/particlelab/src/main/res/drawable/test.png b/particlelab/src/main/res/drawable/test.png
new file mode 100644
index 0000000..8bfa1df
Binary files /dev/null and b/particlelab/src/main/res/drawable/test.png differ
diff --git a/particlelab/src/main/res/drawable/tool_slot_background.xml b/particlelab/src/main/res/drawable/tool_slot_background.xml
new file mode 100644
index 0000000..5369249
--- /dev/null
+++ b/particlelab/src/main/res/drawable/tool_slot_background.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
diff --git a/particlelab/src/main/res/drawable/toolprogressbarlayers.xml b/particlelab/src/main/res/drawable/toolprogressbarlayers.xml
new file mode 100644
index 0000000..c0318d1
--- /dev/null
+++ b/particlelab/src/main/res/drawable/toolprogressbarlayers.xml
@@ -0,0 +1,21 @@
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/particlelab/src/main/res/drawable/unlock_message_background.xml b/particlelab/src/main/res/drawable/unlock_message_background.xml
new file mode 100644
index 0000000..e4173e5
--- /dev/null
+++ b/particlelab/src/main/res/drawable/unlock_message_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/particlelab/src/main/res/drawable/unlocked.png b/particlelab/src/main/res/drawable/unlocked.png
new file mode 100644
index 0000000..ceed9dc
Binary files /dev/null and b/particlelab/src/main/res/drawable/unlocked.png differ
diff --git a/particlelab/src/main/res/drawable/unlockedbutton.png b/particlelab/src/main/res/drawable/unlockedbutton.png
new file mode 100644
index 0000000..c657a9a
Binary files /dev/null and b/particlelab/src/main/res/drawable/unlockedbutton.png differ
diff --git a/particlelab/src/main/res/drawable/worldbutton_background.xml b/particlelab/src/main/res/drawable/worldbutton_background.xml
new file mode 100644
index 0000000..c2f3a75
--- /dev/null
+++ b/particlelab/src/main/res/drawable/worldbutton_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/particlelab/src/main/res/drawable/yellowparticle.png b/particlelab/src/main/res/drawable/yellowparticle.png
new file mode 100644
index 0000000..efe5925
Binary files /dev/null and b/particlelab/src/main/res/drawable/yellowparticle.png differ
diff --git a/particlelab/src/main/res/mipmap-hdpi/ic_launcher.png b/particlelab/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..cde69bc
Binary files /dev/null and b/particlelab/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/particlelab/src/main/res/mipmap-mdpi/ic_launcher.png b/particlelab/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..c133a0c
Binary files /dev/null and b/particlelab/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/particlelab/src/main/res/mipmap-xhdpi/ic_launcher.png b/particlelab/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..bfa42f0
Binary files /dev/null and b/particlelab/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/particlelab/src/main/res/mipmap-xxhdpi/ic_launcher.png b/particlelab/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..324e72c
Binary files /dev/null and b/particlelab/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/particlelab/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/particlelab/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..aee44e1
Binary files /dev/null and b/particlelab/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/particlelab/src/main/res/values/colors.xml b/particlelab/src/main/res/values/colors.xml
new file mode 100644
index 0000000..3ab3e9c
--- /dev/null
+++ b/particlelab/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #3F51B5
+ #303F9F
+ #FF4081
+
diff --git a/particlelab/src/main/res/values/strings.xml b/particlelab/src/main/res/values/strings.xml
new file mode 100644
index 0000000..4473ea8
--- /dev/null
+++ b/particlelab/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ ParticleLab
+
diff --git a/particlelab/src/main/res/values/styles.xml b/particlelab/src/main/res/values/styles.xml
new file mode 100644
index 0000000..5885930
--- /dev/null
+++ b/particlelab/src/main/res/values/styles.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
diff --git a/particlelab/src/test/java/com/example/particlelab/ExampleUnitTest.java b/particlelab/src/test/java/com/example/particlelab/ExampleUnitTest.java
new file mode 100644
index 0000000..b1a500c
--- /dev/null
+++ b/particlelab/src/test/java/com/example/particlelab/ExampleUnitTest.java
@@ -0,0 +1,15 @@
+package com.example.particlelab;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * To work on unit tests, switch the Test Artifact in the Build Variants view.
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() throws Exception {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/projectFilesBackup/.idea/workspace.xml b/projectFilesBackup/.idea/workspace.xml
new file mode 100644
index 0000000..6b9cb11
--- /dev/null
+++ b/projectFilesBackup/.idea/workspace.xml
@@ -0,0 +1,4148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ android-23
+
+
+
+
+
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+ @android:style/Theme.Material.Light
+
+
+
+
+ Landscape
+ @android:style/Theme.Material.Light
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Java
+
+
+ Probable bugsJava
+
+
+
+
+ EmptyStatementBody
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1448033615232
+
+ 1448033615232
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..c243ed1
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1 @@
+include ':app', ':particlelab'