diff --git a/PeaceTrack.iml b/PeaceTrack.iml new file mode 100644 index 0000000..333949a --- /dev/null +++ b/PeaceTrack.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..1d1dcbc --- /dev/null +++ b/app/app.iml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle new file mode 100644 index 0000000..1aafcf3 --- /dev/null +++ b/app/build.gradle @@ -0,0 +1,23 @@ +apply plugin: 'com.android.application' + +android { + compileSdkVersion 22 + buildToolsVersion '26.0.2' + + defaultConfig { + applicationId "com.peacetrack" + minSdkVersion 11 + targetSdkVersion 19 + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' + } + } +} + +dependencies { + compile 'com.android.support:appcompat-v7:22.2.0' +} diff --git a/app/build/generated/mockable-android-22.v3.jar b/app/build/generated/mockable-android-22.v3.jar new file mode 100644 index 0000000..d363d0e Binary files /dev/null and b/app/build/generated/mockable-android-22.v3.jar differ diff --git a/app/build/generated/source/buildConfig/androidTest/debug/com/peacetrack/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/com/peacetrack/test/BuildConfig.java new file mode 100644 index 0000000..7d07e38 --- /dev/null +++ b/app/build/generated/source/buildConfig/androidTest/debug/com/peacetrack/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.peacetrack.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.peacetrack.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 = ""; +} diff --git a/app/build/generated/source/buildConfig/debug/com/peacetrack/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/peacetrack/BuildConfig.java new file mode 100644 index 0000000..463f3c9 --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/com/peacetrack/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.peacetrack; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.peacetrack"; + 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/androidTest/debug/com/peacetrack/test/R.java b/app/build/generated/source/r/androidTest/debug/com/peacetrack/test/R.java new file mode 100644 index 0000000..14d37c3 --- /dev/null +++ b/app/build/generated/source/r/androidTest/debug/com/peacetrack/test/R.java @@ -0,0 +1,6753 @@ +/* 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.peacetrack.test; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + } + public static final class attr { + /** + *

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

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

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

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), and + * mm (millimeters). + *

Must be one of the following constant values.

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

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

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

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

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

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

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

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

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f02000f; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f02001f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f020020; + /** + *

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f020023; + /** + *

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020028; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020029; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int backgroundTintMode=0x7f02002b; + /** + *

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), and + * mm (millimeters). + */ + public static final int barSize=0x7f02002c; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f02003a; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f020046; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f020047; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f020048; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f020049; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f02004b; + /** + *

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), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f02004c; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int disableChildrenWhenDisabled=0x7f02004e; + /** + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f02004f; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f020052; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f020054; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f020057; + /** + *

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020059; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int elevation=0x7f02005b; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f02005d; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int height=0x7f02005f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f020060; + /** + *

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f020064; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f020066; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f020067; + /** + *

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), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f020068; + /** + *

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

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

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f02006f; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f020070; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f020071; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f020072; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f020073; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f020075; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f020076; + /** + *

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), and + * mm (millimeters). + */ + public static final int middleBarArrowSize=0x7f020077; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f020079; + /** + *

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

Must be one of the following constant values.

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f02007c; + /** + *

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), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f02007d; + /** + *

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), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f02007e; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f020081; + /** + *

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

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f020086; + /** + *

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), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f020087; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f02008b; + /** + *

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

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

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

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

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

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

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

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

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f020095; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f020097; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
dialog0
dropdown1
+ */ + public static final int spinnerMode=0x7f020099; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f02009b; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f02009c; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f02009e; + /** + *

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

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

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

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), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f0200a2; + /** + *

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), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f0200a3; + /** + *

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

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

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

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

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

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

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f0200ad; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f0200ae; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int thickness=0x7f0200b0; + /** + *

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), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f0200b1; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f0200b2; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f0200b3; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f0200b4; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f0200b5; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f0200b6; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f0200b7; + /** + *

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int topBottomBarArrowSize=0x7f0200bc; + /** + *

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f0200bf; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f0200c0; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f0200c1; + /** + *

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), and + * 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. + */ + public static final int windowFixedHeightMajor=0x7f0200c2; + /** + *

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), and + * 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. + */ + public static final int windowFixedHeightMinor=0x7f0200c3; + /** + *

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), and + * 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. + */ + public static final int windowFixedWidthMajor=0x7f0200c4; + /** + *

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), and + * 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. + */ + public static final int windowFixedWidthMinor=0x7f0200c5; + /** + *

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), and + * 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. + */ + public static final int windowMinWidthMajor=0x7f0200c6; + /** + *

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), and + * 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. + */ + public static final int windowMinWidthMinor=0x7f0200c7; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f0200c8; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f030000; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f030001; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f030002; + public static final int abc_config_actionMenuItemAllCaps=0x7f030003; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f030004; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f030005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f030006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f040000; + public static final int abc_background_cache_hint_selector_material_light=0x7f040001; + public static final int abc_input_method_navigation_guard=0x7f040002; + public static final int abc_primary_text_disable_only_material_dark=0x7f040003; + public static final int abc_primary_text_disable_only_material_light=0x7f040004; + public static final int abc_primary_text_material_dark=0x7f040005; + public static final int abc_primary_text_material_light=0x7f040006; + public static final int abc_search_url_text=0x7f040007; + public static final int abc_search_url_text_normal=0x7f040008; + public static final int abc_search_url_text_pressed=0x7f040009; + public static final int abc_search_url_text_selected=0x7f04000a; + public static final int abc_secondary_text_material_dark=0x7f04000b; + public static final int abc_secondary_text_material_light=0x7f04000c; + public static final int accent_material_dark=0x7f04000d; + public static final int accent_material_light=0x7f04000e; + public static final int background_floating_material_dark=0x7f04000f; + public static final int background_floating_material_light=0x7f040010; + public static final int background_material_dark=0x7f040011; + public static final int background_material_light=0x7f040012; + public static final int bright_foreground_disabled_material_dark=0x7f040013; + public static final int bright_foreground_disabled_material_light=0x7f040014; + public static final int bright_foreground_inverse_material_dark=0x7f040015; + public static final int bright_foreground_inverse_material_light=0x7f040016; + public static final int bright_foreground_material_dark=0x7f040017; + public static final int bright_foreground_material_light=0x7f040018; + public static final int button_material_dark=0x7f040019; + public static final int button_material_light=0x7f04001a; + public static final int dim_foreground_disabled_material_dark=0x7f04001b; + public static final int dim_foreground_disabled_material_light=0x7f04001c; + public static final int dim_foreground_material_dark=0x7f04001d; + public static final int dim_foreground_material_light=0x7f04001e; + public static final int highlighted_text_material_dark=0x7f04001f; + public static final int highlighted_text_material_light=0x7f040020; + public static final int hint_foreground_material_dark=0x7f040021; + public static final int hint_foreground_material_light=0x7f040022; + public static final int link_text_material_dark=0x7f040023; + public static final int link_text_material_light=0x7f040024; + public static final int material_blue_grey_800=0x7f040025; + public static final int material_blue_grey_900=0x7f040026; + public static final int material_blue_grey_950=0x7f040027; + public static final int material_deep_teal_200=0x7f040028; + public static final int material_deep_teal_500=0x7f040029; + public static final int primary_dark_material_dark=0x7f04002a; + public static final int primary_dark_material_light=0x7f04002b; + public static final int primary_material_dark=0x7f04002c; + public static final int primary_material_light=0x7f04002d; + public static final int primary_text_default_material_dark=0x7f04002e; + public static final int primary_text_default_material_light=0x7f04002f; + public static final int primary_text_disabled_material_dark=0x7f040030; + public static final int primary_text_disabled_material_light=0x7f040031; + public static final int ripple_material_dark=0x7f040032; + public static final int ripple_material_light=0x7f040033; + public static final int secondary_text_default_material_dark=0x7f040034; + public static final int secondary_text_default_material_light=0x7f040035; + public static final int secondary_text_disabled_material_dark=0x7f040036; + public static final int secondary_text_disabled_material_light=0x7f040037; + public static final int switch_thumb_disabled_material_dark=0x7f040038; + public static final int switch_thumb_disabled_material_light=0x7f040039; + public static final int switch_thumb_material_dark=0x7f04003a; + public static final int switch_thumb_material_light=0x7f04003b; + public static final int switch_thumb_normal_material_dark=0x7f04003c; + public static final int switch_thumb_normal_material_light=0x7f04003d; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f050000; + public static final int abc_action_bar_default_height_material=0x7f050001; + public static final int abc_action_bar_default_padding_material=0x7f050002; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f050003; + public static final int abc_action_bar_navigation_padding_start_material=0x7f050004; + public static final int abc_action_bar_overflow_padding_end_material=0x7f050005; + public static final int abc_action_bar_overflow_padding_start_material=0x7f050006; + public static final int abc_action_bar_progress_bar_size=0x7f050007; + public static final int abc_action_bar_stacked_max_height=0x7f050008; + public static final int abc_action_bar_stacked_tab_max_width=0x7f050009; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f05000a; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f05000b; + public static final int abc_action_button_min_height_material=0x7f05000c; + public static final int abc_action_button_min_width_material=0x7f05000d; + public static final int abc_action_button_min_width_overflow_material=0x7f05000e; + public static final int abc_alert_dialog_button_bar_height=0x7f05000f; + public static final int abc_button_inset_horizontal_material=0x7f050010; + public static final int abc_button_inset_vertical_material=0x7f050011; + public static final int abc_button_padding_horizontal_material=0x7f050012; + public static final int abc_button_padding_vertical_material=0x7f050013; + public static final int abc_config_prefDialogWidth=0x7f050014; + public static final int abc_control_corner_material=0x7f050015; + public static final int abc_control_inset_material=0x7f050016; + public static final int abc_control_padding_material=0x7f050017; + public static final int abc_dialog_list_padding_vertical_material=0x7f050018; + public static final int abc_dialog_min_width_major=0x7f050019; + public static final int abc_dialog_min_width_minor=0x7f05001a; + public static final int abc_dialog_padding_material=0x7f05001b; + public static final int abc_dialog_padding_top_material=0x7f05001c; + public static final int abc_disabled_alpha_material_dark=0x7f05001d; + public static final int abc_disabled_alpha_material_light=0x7f05001e; + public static final int abc_dropdownitem_icon_width=0x7f05001f; + public static final int abc_dropdownitem_text_padding_left=0x7f050020; + public static final int abc_dropdownitem_text_padding_right=0x7f050021; + public static final int abc_edit_text_inset_bottom_material=0x7f050022; + public static final int abc_edit_text_inset_horizontal_material=0x7f050023; + public static final int abc_edit_text_inset_top_material=0x7f050024; + public static final int abc_floating_window_z=0x7f050025; + public static final int abc_list_item_padding_horizontal_material=0x7f050026; + public static final int abc_panel_menu_list_width=0x7f050027; + public static final int abc_search_view_preferred_width=0x7f050028; + public static final int abc_search_view_text_min_width=0x7f050029; + public static final int abc_switch_padding=0x7f05002a; + public static final int abc_text_size_body_1_material=0x7f05002b; + public static final int abc_text_size_body_2_material=0x7f05002c; + public static final int abc_text_size_button_material=0x7f05002d; + public static final int abc_text_size_caption_material=0x7f05002e; + public static final int abc_text_size_display_1_material=0x7f05002f; + public static final int abc_text_size_display_2_material=0x7f050030; + public static final int abc_text_size_display_3_material=0x7f050031; + public static final int abc_text_size_display_4_material=0x7f050032; + public static final int abc_text_size_headline_material=0x7f050033; + public static final int abc_text_size_large_material=0x7f050034; + public static final int abc_text_size_medium_material=0x7f050035; + public static final int abc_text_size_menu_material=0x7f050036; + public static final int abc_text_size_small_material=0x7f050037; + public static final int abc_text_size_subhead_material=0x7f050038; + public static final int abc_text_size_subtitle_material_toolbar=0x7f050039; + public static final int abc_text_size_title_material=0x7f05003a; + public static final int abc_text_size_title_material_toolbar=0x7f05003b; + public static final int dialog_fixed_height_major=0x7f05003c; + public static final int dialog_fixed_height_minor=0x7f05003d; + public static final int dialog_fixed_width_major=0x7f05003e; + public static final int dialog_fixed_width_minor=0x7f05003f; + public static final int disabled_alpha_material_dark=0x7f050040; + public static final int disabled_alpha_material_light=0x7f050041; + public static final int notification_large_icon_height=0x7f050042; + public static final int notification_large_icon_width=0x7f050043; + public static final int notification_subtext_size=0x7f050044; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f060000; + public static final int abc_btn_borderless_material=0x7f060001; + public static final int abc_btn_check_material=0x7f060002; + public static final int abc_btn_check_to_on_mtrl_000=0x7f060003; + public static final int abc_btn_check_to_on_mtrl_015=0x7f060004; + public static final int abc_btn_default_mtrl_shape=0x7f060005; + public static final int abc_btn_radio_material=0x7f060006; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f060007; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f060008; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f060009; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f06000a; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f06000b; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f06000c; + public static final int abc_cab_background_internal_bg=0x7f06000d; + public static final int abc_cab_background_top_material=0x7f06000e; + public static final int abc_cab_background_top_mtrl_alpha=0x7f06000f; + public static final int abc_dialog_material_background_dark=0x7f060010; + public static final int abc_dialog_material_background_light=0x7f060011; + public static final int abc_edit_text_material=0x7f060012; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f060013; + public static final int abc_ic_clear_mtrl_alpha=0x7f060014; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f060015; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f060016; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f060017; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f060018; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f060019; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f06001a; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f06001b; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f06001c; + public static final int abc_ic_search_api_mtrl_alpha=0x7f06001d; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f06001e; + public static final int abc_item_background_holo_dark=0x7f06001f; + public static final int abc_item_background_holo_light=0x7f060020; + public static final int abc_list_divider_mtrl_alpha=0x7f060021; + public static final int abc_list_focused_holo=0x7f060022; + public static final int abc_list_longpressed_holo=0x7f060023; + public static final int abc_list_pressed_holo_dark=0x7f060024; + public static final int abc_list_pressed_holo_light=0x7f060025; + public static final int abc_list_selector_background_transition_holo_dark=0x7f060026; + public static final int abc_list_selector_background_transition_holo_light=0x7f060027; + public static final int abc_list_selector_disabled_holo_dark=0x7f060028; + public static final int abc_list_selector_disabled_holo_light=0x7f060029; + public static final int abc_list_selector_holo_dark=0x7f06002a; + public static final int abc_list_selector_holo_light=0x7f06002b; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f06002c; + public static final int abc_popup_background_mtrl_mult=0x7f06002d; + public static final int abc_ratingbar_full_material=0x7f06002e; + public static final int abc_spinner_mtrl_am_alpha=0x7f06002f; + public static final int abc_spinner_textfield_background_material=0x7f060030; + public static final int abc_switch_thumb_material=0x7f060031; + public static final int abc_switch_track_mtrl_alpha=0x7f060032; + public static final int abc_tab_indicator_material=0x7f060033; + public static final int abc_tab_indicator_mtrl_alpha=0x7f060034; + public static final int abc_text_cursor_mtrl_alpha=0x7f060035; + public static final int abc_textfield_activated_mtrl_alpha=0x7f060036; + public static final int abc_textfield_default_mtrl_alpha=0x7f060037; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f060038; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f060039; + public static final int abc_textfield_search_material=0x7f06003a; + public static final int notification_template_icon_bg=0x7f06003b; + } + public static final class id { + public static final int action0=0x7f070000; + public static final int action_bar=0x7f070001; + public static final int action_bar_activity_content=0x7f070002; + public static final int action_bar_container=0x7f070003; + public static final int action_bar_root=0x7f070004; + public static final int action_bar_spinner=0x7f070005; + public static final int action_bar_subtitle=0x7f070006; + public static final int action_bar_title=0x7f070007; + public static final int action_context_bar=0x7f070008; + public static final int action_divider=0x7f070009; + public static final int action_menu_divider=0x7f07000a; + public static final int action_menu_presenter=0x7f07000b; + public static final int action_mode_bar=0x7f07000c; + public static final int action_mode_bar_stub=0x7f07000d; + public static final int action_mode_close_button=0x7f07000e; + public static final int activity_chooser_view_content=0x7f07000f; + public static final int alertTitle=0x7f070010; + public static final int always=0x7f070011; + public static final int beginning=0x7f070012; + public static final int buttonPanel=0x7f070013; + public static final int cancel_action=0x7f070014; + public static final int checkbox=0x7f070015; + public static final int chronometer=0x7f070016; + public static final int collapseActionView=0x7f070017; + public static final int contentPanel=0x7f070018; + public static final int custom=0x7f070019; + public static final int customPanel=0x7f07001a; + public static final int decor_content_parent=0x7f07001b; + public static final int default_activity_button=0x7f07001c; + public static final int dialog=0x7f07001d; + public static final int disableHome=0x7f07001e; + public static final int dropdown=0x7f07001f; + public static final int edit_query=0x7f070020; + public static final int end=0x7f070021; + public static final int end_padder=0x7f070022; + public static final int expand_activities_button=0x7f070023; + public static final int expanded_menu=0x7f070024; + public static final int home=0x7f070025; + public static final int homeAsUp=0x7f070026; + public static final int icon=0x7f070027; + public static final int ifRoom=0x7f070028; + public static final int image=0x7f070029; + public static final int info=0x7f07002a; + public static final int line1=0x7f07002b; + public static final int line3=0x7f07002c; + public static final int listMode=0x7f07002d; + public static final int list_item=0x7f07002e; + public static final int media_actions=0x7f07002f; + public static final int middle=0x7f070030; + public static final int multiply=0x7f070031; + public static final int never=0x7f070032; + public static final int none=0x7f070033; + public static final int normal=0x7f070034; + public static final int parentPanel=0x7f070035; + public static final int progress_circular=0x7f070036; + public static final int progress_horizontal=0x7f070037; + public static final int radio=0x7f070038; + public static final int screen=0x7f070039; + public static final int scrollView=0x7f07003a; + public static final int search_badge=0x7f07003b; + public static final int search_bar=0x7f07003c; + public static final int search_button=0x7f07003d; + public static final int search_close_btn=0x7f07003e; + public static final int search_edit_frame=0x7f07003f; + public static final int search_go_btn=0x7f070040; + public static final int search_mag_icon=0x7f070041; + public static final int search_plate=0x7f070042; + public static final int search_src_text=0x7f070043; + public static final int search_voice_btn=0x7f070044; + public static final int select_dialog_listview=0x7f070045; + public static final int shortcut=0x7f070046; + public static final int showCustom=0x7f070047; + public static final int showHome=0x7f070048; + public static final int showTitle=0x7f070049; + public static final int split_action_bar=0x7f07004a; + public static final int src_atop=0x7f07004b; + public static final int src_in=0x7f07004c; + public static final int src_over=0x7f07004d; + public static final int status_bar_latest_event_content=0x7f07004e; + public static final int submit_area=0x7f07004f; + public static final int tabMode=0x7f070050; + public static final int text=0x7f070051; + public static final int text2=0x7f070052; + public static final int textSpacerNoButtons=0x7f070053; + public static final int time=0x7f070054; + public static final int title=0x7f070055; + public static final int title_template=0x7f070056; + public static final int topPanel=0x7f070057; + public static final int up=0x7f070058; + public static final int useLogo=0x7f070059; + public static final int withText=0x7f07005a; + public static final int wrap_content=0x7f07005b; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f080000; + public static final int abc_config_activityShortDur=0x7f080001; + public static final int abc_max_action_buttons=0x7f080002; + public static final int cancel_button_image_alpha=0x7f080003; + public static final int status_bar_notification_info_maxnum=0x7f080004; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f090000; + public static final int abc_action_bar_up_container=0x7f090001; + public static final int abc_action_bar_view_list_nav_layout=0x7f090002; + public static final int abc_action_menu_item_layout=0x7f090003; + public static final int abc_action_menu_layout=0x7f090004; + public static final int abc_action_mode_bar=0x7f090005; + public static final int abc_action_mode_close_item_material=0x7f090006; + public static final int abc_activity_chooser_view=0x7f090007; + public static final int abc_activity_chooser_view_list_item=0x7f090008; + public static final int abc_alert_dialog_material=0x7f090009; + public static final int abc_dialog_title_material=0x7f09000a; + public static final int abc_expanded_menu_layout=0x7f09000b; + public static final int abc_list_menu_item_checkbox=0x7f09000c; + public static final int abc_list_menu_item_icon=0x7f09000d; + public static final int abc_list_menu_item_layout=0x7f09000e; + public static final int abc_list_menu_item_radio=0x7f09000f; + public static final int abc_popup_menu_item_layout=0x7f090010; + public static final int abc_screen_content_include=0x7f090011; + public static final int abc_screen_simple=0x7f090012; + public static final int abc_screen_simple_overlay_action_mode=0x7f090013; + public static final int abc_screen_toolbar=0x7f090014; + public static final int abc_search_dropdown_item_icons_2line=0x7f090015; + public static final int abc_search_view=0x7f090016; + public static final int abc_select_dialog_material=0x7f090017; + public static final int abc_simple_dropdown_hint=0x7f090018; + public static final int notification_media_action=0x7f090019; + public static final int notification_media_cancel_action=0x7f09001a; + public static final int notification_template_big_media=0x7f09001b; + public static final int notification_template_big_media_narrow=0x7f09001c; + public static final int notification_template_lines=0x7f09001d; + public static final int notification_template_media=0x7f09001e; + public static final int notification_template_part_chronometer=0x7f09001f; + public static final int notification_template_part_time=0x7f090020; + public static final int select_dialog_item_material=0x7f090021; + public static final int select_dialog_multichoice_material=0x7f090022; + public static final int select_dialog_singlechoice_material=0x7f090023; + public static final int support_simple_spinner_dropdown_item=0x7f090024; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0a0000; + public static final int abc_action_bar_home_description_format=0x7f0a0001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0a0002; + public static final int abc_action_bar_up_description=0x7f0a0003; + public static final int abc_action_menu_overflow_description=0x7f0a0004; + public static final int abc_action_mode_done=0x7f0a0005; + public static final int abc_activity_chooser_view_see_all=0x7f0a0006; + public static final int abc_activitychooserview_choose_application=0x7f0a0007; + public static final int abc_search_hint=0x7f0a0008; + public static final int abc_searchview_description_clear=0x7f0a0009; + public static final int abc_searchview_description_query=0x7f0a000a; + public static final int abc_searchview_description_search=0x7f0a000b; + public static final int abc_searchview_description_submit=0x7f0a000c; + public static final int abc_searchview_description_voice=0x7f0a000d; + public static final int abc_shareactionprovider_share_with=0x7f0a000e; + public static final int abc_shareactionprovider_share_with_application=0x7f0a000f; + public static final int abc_toolbar_collapse_description=0x7f0a0010; + public static final int status_bar_notification_info_overflow=0x7f0a0011; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0b0000; + public static final int AlertDialog_AppCompat_Light=0x7f0b0001; + public static final int Animation_AppCompat_Dialog=0x7f0b0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0b0003; + public static final int Base_AlertDialog_AppCompat=0x7f0b0004; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0b0005; + public static final int Base_Animation_AppCompat_Dialog=0x7f0b0006; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0b0007; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0b0009; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0b0008; + public static final int Base_TextAppearance_AppCompat=0x7f0b000a; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0b000b; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0b000c; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0b000d; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0b000e; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0b000f; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0b0010; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0b0011; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0b0012; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0b0013; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0b0014; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0b0015; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0016; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0017; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0018; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0b0019; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001a; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0b001b; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001c; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001d; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b001e; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0b001f; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0020; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0b0021; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0022; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0b0023; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0024; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0025; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0026; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0027; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0028; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002b; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002c; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002d; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002e; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b002f; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0030; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0031; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0032; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0033; + public static final int Base_ThemeOverlay_AppCompat=0x7f0b0042; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0043; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0044; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0045; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0b0046; + public static final int Base_Theme_AppCompat=0x7f0b0034; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0b0035; + public static final int Base_Theme_AppCompat_Dialog=0x7f0b0036; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b003a; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0037; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0038; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b0039; + public static final int Base_Theme_AppCompat_Light=0x7f0b003b; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b003c; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0b003d; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0041; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b003e; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b003f; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0040; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0b0047; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0048; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0b0049; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0b004a; + public static final int Base_V21_Theme_AppCompat=0x7f0b004b; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0b004c; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0b004d; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b004e; + public static final int Base_V7_Theme_AppCompat=0x7f0b004f; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0b0050; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0b0051; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b0052; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0b0053; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0b0054; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0b0055; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b0056; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b0057; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b0058; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b0059; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0b005a; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b005b; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b005c; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0b005d; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0b005e; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b005f; + public static final int Base_Widget_AppCompat_Button=0x7f0b0060; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0b0065; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b0066; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0b0061; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0062; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0063; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0b0064; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b0067; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b0068; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b0069; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b006a; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b006b; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b006c; + public static final int Base_Widget_AppCompat_EditText=0x7f0b006d; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0b006e; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b006f; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0070; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0071; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0072; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0073; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b0074; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b0075; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0b0076; + public static final int Base_Widget_AppCompat_ListView=0x7f0b0077; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0b0078; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0b0079; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0b007a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b007b; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0b007c; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0b007d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b007e; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0b007f; + public static final int Base_Widget_AppCompat_SearchView=0x7f0b0080; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b0081; + public static final int Base_Widget_AppCompat_Spinner=0x7f0b0082; + public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0083; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b0084; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b0085; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0b0086; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b0087; + public static final int Platform_AppCompat=0x7f0b0088; + public static final int Platform_AppCompat_Light=0x7f0b0089; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b008a; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0b008b; + public static final int Platform_V11_AppCompat=0x7f0b008c; + public static final int Platform_V11_AppCompat_Light=0x7f0b008d; + public static final int Platform_V14_AppCompat=0x7f0b008e; + public static final int Platform_V14_AppCompat_Light=0x7f0b008f; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0b0090; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b0091; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b0092; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0b0093; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b0094; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b0095; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b0096; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b009c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b0097; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b0098; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b0099; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b009a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b009b; + public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b009d; + public static final int TextAppearance_AppCompat=0x7f0b009e; + public static final int TextAppearance_AppCompat_Body1=0x7f0b009f; + public static final int TextAppearance_AppCompat_Body2=0x7f0b00a0; + public static final int TextAppearance_AppCompat_Button=0x7f0b00a1; + public static final int TextAppearance_AppCompat_Caption=0x7f0b00a2; + public static final int TextAppearance_AppCompat_Display1=0x7f0b00a3; + public static final int TextAppearance_AppCompat_Display2=0x7f0b00a4; + public static final int TextAppearance_AppCompat_Display3=0x7f0b00a5; + public static final int TextAppearance_AppCompat_Display4=0x7f0b00a6; + public static final int TextAppearance_AppCompat_Headline=0x7f0b00a7; + public static final int TextAppearance_AppCompat_Inverse=0x7f0b00a8; + public static final int TextAppearance_AppCompat_Large=0x7f0b00a9; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0b00aa; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b00ab; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b00ac; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b00ad; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b00ae; + public static final int TextAppearance_AppCompat_Medium=0x7f0b00af; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00b0; + public static final int TextAppearance_AppCompat_Menu=0x7f0b00b1; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00b2; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00b3; + public static final int TextAppearance_AppCompat_Small=0x7f0b00b4; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0b00b5; + public static final int TextAppearance_AppCompat_Subhead=0x7f0b00b6; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00b7; + public static final int TextAppearance_AppCompat_Title=0x7f0b00b8; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0b00b9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00ba; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00bb; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00bc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00bd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00be; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00bf; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00c0; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00c1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00c2; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00c3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00c4; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00c5; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0b00c6; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00c7; + public static final int TextAppearance_StatusBar_EventContent=0x7f0b00c8; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0b00c9; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0b00ca; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0b00cb; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0b00cc; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b00cd; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00ce; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00cf; + public static final int ThemeOverlay_AppCompat=0x7f0b00de; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0b00df; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0b00e0; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b00e1; + public static final int ThemeOverlay_AppCompat_Light=0x7f0b00e2; + public static final int Theme_AppCompat=0x7f0b00d0; + public static final int Theme_AppCompat_CompactMenu=0x7f0b00d1; + public static final int Theme_AppCompat_Dialog=0x7f0b00d2; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b00d5; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0b00d3; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0b00d4; + public static final int Theme_AppCompat_Light=0x7f0b00d6; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b00d7; + public static final int Theme_AppCompat_Light_Dialog=0x7f0b00d8; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b00db; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0b00d9; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b00da; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0b00dc; + public static final int Theme_AppCompat_NoActionBar=0x7f0b00dd; + public static final int Widget_AppCompat_ActionBar=0x7f0b00e3; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b00e4; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b00e5; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b00e6; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b00e7; + public static final int Widget_AppCompat_ActionButton=0x7f0b00e8; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b00e9; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b00ea; + public static final int Widget_AppCompat_ActionMode=0x7f0b00eb; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0b00ec; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b00ed; + public static final int Widget_AppCompat_Button=0x7f0b00ee; + public static final int Widget_AppCompat_ButtonBar=0x7f0b00f3; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00f4; + public static final int Widget_AppCompat_Button_Borderless=0x7f0b00ef; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0b00f0; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00f1; + public static final int Widget_AppCompat_Button_Small=0x7f0b00f2; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00f5; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00f6; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0b00f7; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0b00f8; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b00f9; + public static final int Widget_AppCompat_EditText=0x7f0b00fa; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0b00fb; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b00fc; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b00fd; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b00fe; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b00ff; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0100; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0101; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0102; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b0103; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0b0104; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b0105; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b0106; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b0107; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b0108; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b0109; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b010a; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b010b; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b010c; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b010d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b010e; + public static final int Widget_AppCompat_Light_SearchView=0x7f0b010f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b0110; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0b0111; + public static final int Widget_AppCompat_ListView=0x7f0b0112; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0113; + public static final int Widget_AppCompat_ListView_Menu=0x7f0b0114; + public static final int Widget_AppCompat_PopupMenu=0x7f0b0115; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0116; + public static final int Widget_AppCompat_PopupWindow=0x7f0b0117; + public static final int Widget_AppCompat_ProgressBar=0x7f0b0118; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0119; + public static final int Widget_AppCompat_RatingBar=0x7f0b011a; + public static final int Widget_AppCompat_SearchView=0x7f0b011b; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0b011c; + public static final int Widget_AppCompat_Spinner=0x7f0b011d; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0b011e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b011f; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0b0120; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0b0121; + public static final int Widget_AppCompat_Toolbar=0x7f0b0122; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b0123; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.peacetrack.test:background}
{@link #ActionBar_backgroundSplit com.peacetrack.test:backgroundSplit}
{@link #ActionBar_backgroundStacked com.peacetrack.test:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.peacetrack.test:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.peacetrack.test:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.peacetrack.test:contentInsetRight}
{@link #ActionBar_contentInsetStart com.peacetrack.test:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.peacetrack.test:customNavigationLayout}
{@link #ActionBar_displayOptions com.peacetrack.test:displayOptions}
{@link #ActionBar_divider com.peacetrack.test:divider}
{@link #ActionBar_elevation com.peacetrack.test:elevation}
{@link #ActionBar_height com.peacetrack.test:height}
{@link #ActionBar_hideOnContentScroll com.peacetrack.test:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.peacetrack.test:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.peacetrack.test:homeLayout}
{@link #ActionBar_icon com.peacetrack.test:icon}
{@link #ActionBar_indeterminateProgressStyle com.peacetrack.test:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.peacetrack.test:itemPadding}
{@link #ActionBar_logo com.peacetrack.test:logo}
{@link #ActionBar_navigationMode com.peacetrack.test:navigationMode}
{@link #ActionBar_popupTheme com.peacetrack.test:popupTheme}
{@link #ActionBar_progressBarPadding com.peacetrack.test:progressBarPadding}
{@link #ActionBar_progressBarStyle com.peacetrack.test:progressBarStyle}
{@link #ActionBar_subtitle com.peacetrack.test:subtitle}
{@link #ActionBar_subtitleTextStyle com.peacetrack.test:subtitleTextStyle}
{@link #ActionBar_title com.peacetrack.test:title}
{@link #ActionBar_titleTextStyle com.peacetrack.test: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={ + 0x7f020027, 0x7f020028, 0x7f020029, 0x7f020046, + 0x7f020047, 0x7f020048, 0x7f020049, 0x7f02004a, + 0x7f02004f, 0x7f020050, 0x7f02005b, 0x7f02005f, + 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020063, + 0x7f020065, 0x7f020068, 0x7f020074, 0x7f02007b, + 0x7f020084, 0x7f020087, 0x7f020088, 0x7f02009e, + 0x7f0200a0, 0x7f0200b2, 0x7f0200b9 + }; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#background} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#customNavigationLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=7; + /** + *

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

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

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.peacetrack.test:displayOptions + */ + public static final int ActionBar_displayOptions=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#divider} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:divider + */ + public static final int ActionBar_divider=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:elevation + */ + public static final int ActionBar_elevation=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:height + */ + public static final int ActionBar_height=11; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#homeAsUpIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#homeLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:homeLayout + */ + public static final int ActionBar_homeLayout=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#icon} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:icon + */ + public static final int ActionBar_icon=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#indeterminateProgressStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:itemPadding + */ + public static final int ActionBar_itemPadding=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#logo} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:logo + */ + public static final int ActionBar_logo=18; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ * + * @attr name com.peacetrack.test:navigationMode + */ + public static final int ActionBar_navigationMode=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#popupTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:popupTheme + */ + public static final int ActionBar_popupTheme=20; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=21; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#progressBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=22; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:subtitle + */ + public static final int ActionBar_subtitle=23; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#subtitleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=24; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:title + */ + public static final int ActionBar_title=25; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=26; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

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), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.peacetrack.test:background}
{@link #ActionMode_backgroundSplit com.peacetrack.test:backgroundSplit}
{@link #ActionMode_closeItemLayout com.peacetrack.test:closeItemLayout}
{@link #ActionMode_height com.peacetrack.test:height}
{@link #ActionMode_subtitleTextStyle com.peacetrack.test:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.peacetrack.test:titleTextStyle}
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f020027, 0x7f020028, 0x7f020039, 0x7f02005f, + 0x7f0200a0, 0x7f0200b9 + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#background} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#closeItemLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#subtitleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.peacetrack.test:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.peacetrack.test:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f02005c, 0x7f020066 + }; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.peacetrack.test:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.peacetrack.test:listItemLayout}
{@link #AlertDialog_listLayout com.peacetrack.test:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.peacetrack.test:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.peacetrack.test: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, 0x7f020033, 0x7f02006c, 0x7f02006d, + 0x7f020078, 0x7f020096 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

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

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

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

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

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

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

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

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

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

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

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

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#textAppearance} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=1; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_barSize com.peacetrack.test:barSize}
{@link #DrawerArrowToggle_color com.peacetrack.test:color}
{@link #DrawerArrowToggle_drawableSize com.peacetrack.test:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.peacetrack.test:gapBetweenBars}
{@link #DrawerArrowToggle_middleBarArrowSize com.peacetrack.test:middleBarArrowSize}
{@link #DrawerArrowToggle_spinBars com.peacetrack.test:spinBars}
{@link #DrawerArrowToggle_thickness com.peacetrack.test:thickness}
{@link #DrawerArrowToggle_topBottomBarArrowSize com.peacetrack.test:topBottomBarArrowSize}
+ * @see #DrawerArrowToggle_barSize + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_middleBarArrowSize + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + * @see #DrawerArrowToggle_topBottomBarArrowSize + */ + public static final int[] DrawerArrowToggle={ + 0x7f02002c, 0x7f02003c, 0x7f020054, 0x7f02005d, + 0x7f020077, 0x7f020097, 0x7f0200b0, 0x7f0200bc + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#barSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:barSize + */ + public static final int DrawerArrowToggle_barSize=0; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:color + */ + public static final int DrawerArrowToggle_color=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#middleBarArrowSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:middleBarArrowSize + */ + public static final int DrawerArrowToggle_middleBarArrowSize=4; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:spinBars + */ + public static final int DrawerArrowToggle_spinBars=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:thickness + */ + public static final int DrawerArrowToggle_thickness=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#topBottomBarArrowSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:topBottomBarArrowSize + */ + public static final int DrawerArrowToggle_topBottomBarArrowSize=7; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.peacetrack.test:divider}
{@link #LinearLayoutCompat_dividerPadding com.peacetrack.test:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.peacetrack.test:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.peacetrack.test:showDividers}
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @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, 0x7f020050, 0x7f020052, 0x7f020076, + 0x7f020094 + }; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

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

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @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. + * + *

May be a floating point value, such as "1.2". + * + * @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. + * + *

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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @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. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

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

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

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

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

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

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.peacetrack.test:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

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), and + * mm (millimeters). + * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
all1
single2
+ * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.peacetrack.test:actionLayout}
{@link #MenuItem_actionProviderClass com.peacetrack.test:actionProviderClass}
{@link #MenuItem_actionViewClass com.peacetrack.test:actionViewClass}
{@link #MenuItem_showAsAction com.peacetrack.test:showAsAction}
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_showAsAction + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, + 0x7f020093 + }; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test: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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

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

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.peacetrack.test:preserveIconSpacing}
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f020086 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 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. + * + *

May be a floating point value, such as "1.2". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

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

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.peacetrack.test:overlapAnchor}
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x7f02007c + }; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

+ * + * + * + * + * + *
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.peacetrack.test:state_above_anchor}
+ * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f02009c + }; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=1; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.peacetrack.test:closeIcon}
{@link #SearchView_commitIcon com.peacetrack.test:commitIcon}
{@link #SearchView_defaultQueryHint com.peacetrack.test:defaultQueryHint}
{@link #SearchView_goIcon com.peacetrack.test:goIcon}
{@link #SearchView_iconifiedByDefault com.peacetrack.test:iconifiedByDefault}
{@link #SearchView_layout com.peacetrack.test:layout}
{@link #SearchView_queryBackground com.peacetrack.test:queryBackground}
{@link #SearchView_queryHint com.peacetrack.test:queryHint}
{@link #SearchView_searchHintIcon com.peacetrack.test:searchHintIcon}
{@link #SearchView_searchIcon com.peacetrack.test:searchIcon}
{@link #SearchView_submitBackground com.peacetrack.test:submitBackground}
{@link #SearchView_suggestionRowLayout com.peacetrack.test:suggestionRowLayout}
{@link #SearchView_voiceIcon com.peacetrack.test:voiceIcon}
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @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, + 0x7f020038, 0x7f020045, 0x7f02004b, 0x7f02005e, + 0x7f020064, 0x7f020069, 0x7f02008a, 0x7f02008b, + 0x7f02008e, 0x7f02008f, 0x7f02009d, 0x7f0200a1, + 0x7f0200be + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
normal0
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
+ * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
date14
datetime4
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

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

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

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

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

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

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

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

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

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

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

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

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_gravity android:gravity}
{@link #Spinner_android_background android:background}
{@link #Spinner_android_dropDownSelector android:dropDownSelector}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset}
{@link #Spinner_disableChildrenWhenDisabled com.peacetrack.test:disableChildrenWhenDisabled}
{@link #Spinner_popupPromptView com.peacetrack.test:popupPromptView}
{@link #Spinner_prompt com.peacetrack.test:prompt}
{@link #Spinner_spinnerMode com.peacetrack.test:spinnerMode}
+ * @see #Spinner_android_gravity + * @see #Spinner_android_background + * @see #Spinner_android_dropDownSelector + * @see #Spinner_android_popupBackground + * @see #Spinner_android_dropDownWidth + * @see #Spinner_android_dropDownHorizontalOffset + * @see #Spinner_android_dropDownVerticalOffset + * @see #Spinner_disableChildrenWhenDisabled + * @see #Spinner_popupPromptView + * @see #Spinner_prompt + * @see #Spinner_spinnerMode + */ + public static final int[] Spinner={ + 0x010100af, 0x010100d4, 0x01010175, 0x01010176, + 0x01010262, 0x010102ac, 0x010102ad, 0x7f02004e, + 0x7f020083, 0x7f020089, 0x7f020099 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:background + */ + public static final int Spinner_android_background=1; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int Spinner_android_dropDownHorizontalOffset=5; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownSelector} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:dropDownSelector + */ + public static final int Spinner_android_dropDownSelector=2; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int Spinner_android_dropDownVerticalOffset=6; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=4; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Spinner} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:gravity + */ + public static final int Spinner_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:popupBackground + */ + public static final int Spinner_android_popupBackground=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#disableChildrenWhenDisabled} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:disableChildrenWhenDisabled + */ + public static final int Spinner_disableChildrenWhenDisabled=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#popupPromptView} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:popupPromptView + */ + public static final int Spinner_popupPromptView=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:prompt + */ + public static final int Spinner_prompt=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#spinnerMode} + * attribute's value can be found in the {@link #Spinner} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
dialog0
dropdown1
+ * + * @attr name com.peacetrack.test:spinnerMode + */ + public static final int Spinner_spinnerMode=10; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.peacetrack.test:showText}
{@link #SwitchCompat_splitTrack com.peacetrack.test:splitTrack}
{@link #SwitchCompat_switchMinWidth com.peacetrack.test:switchMinWidth}
{@link #SwitchCompat_switchPadding com.peacetrack.test:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.peacetrack.test:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.peacetrack.test:thumbTextPadding}
{@link #SwitchCompat_track com.peacetrack.test:track}
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @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, 0x7f020095, + 0x7f02009b, 0x7f0200a2, 0x7f0200a3, 0x7f0200a5, + 0x7f0200b1, 0x7f0200bd + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

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

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

This symbol is the offset where the {@link com.peacetrack.test.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_textAllCaps com.peacetrack.test:textAllCaps}
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f0200a6 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * 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 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 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. + * + *

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), and + * mm (millimeters). + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
normal0
bold1
italic2
+ * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:textAllCaps + */ + public static final int TextAppearance_textAllCaps=4; + /** + * Attributes that can be used with a Theme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_actionBarDivider com.peacetrack.test:actionBarDivider}
{@link #Theme_actionBarItemBackground com.peacetrack.test:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.peacetrack.test:actionBarPopupTheme}
{@link #Theme_actionBarSize com.peacetrack.test:actionBarSize}
{@link #Theme_actionBarSplitStyle com.peacetrack.test:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.peacetrack.test:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.peacetrack.test:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.peacetrack.test:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.peacetrack.test:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.peacetrack.test:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.peacetrack.test:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.peacetrack.test:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.peacetrack.test:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.peacetrack.test:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.peacetrack.test:actionMenuTextColor}
{@link #Theme_actionModeBackground com.peacetrack.test:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.peacetrack.test:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.peacetrack.test:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.peacetrack.test:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.peacetrack.test:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.peacetrack.test:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.peacetrack.test:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.peacetrack.test:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.peacetrack.test:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.peacetrack.test:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.peacetrack.test:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.peacetrack.test:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.peacetrack.test:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.peacetrack.test:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.peacetrack.test:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.peacetrack.test:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.peacetrack.test:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.peacetrack.test:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.peacetrack.test:alertDialogStyle}
{@link #Theme_alertDialogTheme com.peacetrack.test:alertDialogTheme}
{@link #Theme_autoCompleteTextViewStyle com.peacetrack.test:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.peacetrack.test:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.peacetrack.test:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.peacetrack.test:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.peacetrack.test:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.peacetrack.test:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.peacetrack.test:buttonBarStyle}
{@link #Theme_buttonStyle com.peacetrack.test:buttonStyle}
{@link #Theme_buttonStyleSmall com.peacetrack.test:buttonStyleSmall}
{@link #Theme_checkboxStyle com.peacetrack.test:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.peacetrack.test:checkedTextViewStyle}
{@link #Theme_colorAccent com.peacetrack.test:colorAccent}
{@link #Theme_colorButtonNormal com.peacetrack.test:colorButtonNormal}
{@link #Theme_colorControlActivated com.peacetrack.test:colorControlActivated}
{@link #Theme_colorControlHighlight com.peacetrack.test:colorControlHighlight}
{@link #Theme_colorControlNormal com.peacetrack.test:colorControlNormal}
{@link #Theme_colorPrimary com.peacetrack.test:colorPrimary}
{@link #Theme_colorPrimaryDark com.peacetrack.test:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.peacetrack.test:colorSwitchThumbNormal}
{@link #Theme_dialogPreferredPadding com.peacetrack.test:dialogPreferredPadding}
{@link #Theme_dialogTheme com.peacetrack.test:dialogTheme}
{@link #Theme_dividerHorizontal com.peacetrack.test:dividerHorizontal}
{@link #Theme_dividerVertical com.peacetrack.test:dividerVertical}
{@link #Theme_dropDownListViewStyle com.peacetrack.test:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.peacetrack.test:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.peacetrack.test:editTextBackground}
{@link #Theme_editTextColor com.peacetrack.test:editTextColor}
{@link #Theme_editTextStyle com.peacetrack.test:editTextStyle}
{@link #Theme_homeAsUpIndicator com.peacetrack.test:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.peacetrack.test:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.peacetrack.test:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.peacetrack.test:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.peacetrack.test:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.peacetrack.test:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.peacetrack.test:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.peacetrack.test:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.peacetrack.test:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.peacetrack.test:panelBackground}
{@link #Theme_panelMenuListTheme com.peacetrack.test:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.peacetrack.test:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.peacetrack.test:popupMenuStyle}
{@link #Theme_popupWindowStyle com.peacetrack.test:popupWindowStyle}
{@link #Theme_radioButtonStyle com.peacetrack.test:radioButtonStyle}
{@link #Theme_ratingBarStyle com.peacetrack.test:ratingBarStyle}
{@link #Theme_searchViewStyle com.peacetrack.test:searchViewStyle}
{@link #Theme_selectableItemBackground com.peacetrack.test:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.peacetrack.test:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.peacetrack.test:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.peacetrack.test:spinnerStyle}
{@link #Theme_switchStyle com.peacetrack.test:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.peacetrack.test:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.peacetrack.test:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.peacetrack.test:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.peacetrack.test:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.peacetrack.test:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.peacetrack.test:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.peacetrack.test:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.peacetrack.test:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.peacetrack.test:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.peacetrack.test:toolbarStyle}
{@link #Theme_windowActionBar com.peacetrack.test:windowActionBar}
{@link #Theme_windowActionBarOverlay com.peacetrack.test:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.peacetrack.test:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.peacetrack.test:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.peacetrack.test:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.peacetrack.test:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.peacetrack.test:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.peacetrack.test:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.peacetrack.test:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.peacetrack.test:windowNoTitle}
+ * @see #Theme_android_windowIsFloating + * @see #Theme_android_windowAnimationStyle + * @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_autoCompleteTextViewStyle + * @see #Theme_borderlessButtonStyle + * @see #Theme_buttonBarButtonStyle + * @see #Theme_buttonBarNegativeButtonStyle + * @see #Theme_buttonBarNeutralButtonStyle + * @see #Theme_buttonBarPositiveButtonStyle + * @see #Theme_buttonBarStyle + * @see #Theme_buttonStyle + * @see #Theme_buttonStyleSmall + * @see #Theme_checkboxStyle + * @see #Theme_checkedTextViewStyle + * @see #Theme_colorAccent + * @see #Theme_colorButtonNormal + * @see #Theme_colorControlActivated + * @see #Theme_colorControlHighlight + * @see #Theme_colorControlNormal + * @see #Theme_colorPrimary + * @see #Theme_colorPrimaryDark + * @see #Theme_colorSwitchThumbNormal + * @see #Theme_dialogPreferredPadding + * @see #Theme_dialogTheme + * @see #Theme_dividerHorizontal + * @see #Theme_dividerVertical + * @see #Theme_dropDownListViewStyle + * @see #Theme_dropdownListPreferredItemHeight + * @see #Theme_editTextBackground + * @see #Theme_editTextColor + * @see #Theme_editTextStyle + * @see #Theme_homeAsUpIndicator + * @see #Theme_listChoiceBackgroundIndicator + * @see #Theme_listDividerAlertDialog + * @see #Theme_listPopupWindowStyle + * @see #Theme_listPreferredItemHeight + * @see #Theme_listPreferredItemHeightLarge + * @see #Theme_listPreferredItemHeightSmall + * @see #Theme_listPreferredItemPaddingLeft + * @see #Theme_listPreferredItemPaddingRight + * @see #Theme_panelBackground + * @see #Theme_panelMenuListTheme + * @see #Theme_panelMenuListWidth + * @see #Theme_popupMenuStyle + * @see #Theme_popupWindowStyle + * @see #Theme_radioButtonStyle + * @see #Theme_ratingBarStyle + * @see #Theme_searchViewStyle + * @see #Theme_selectableItemBackground + * @see #Theme_selectableItemBackgroundBorderless + * @see #Theme_spinnerDropDownItemStyle + * @see #Theme_spinnerStyle + * @see #Theme_switchStyle + * @see #Theme_textAppearanceLargePopupMenu + * @see #Theme_textAppearanceListItem + * @see #Theme_textAppearanceListItemSmall + * @see #Theme_textAppearanceSearchResultSubtitle + * @see #Theme_textAppearanceSearchResultTitle + * @see #Theme_textAppearanceSmallPopupMenu + * @see #Theme_textColorAlertDialogListItem + * @see #Theme_textColorSearchUrl + * @see #Theme_toolbarNavigationButtonStyle + * @see #Theme_toolbarStyle + * @see #Theme_windowActionBar + * @see #Theme_windowActionBarOverlay + * @see #Theme_windowActionModeOverlay + * @see #Theme_windowFixedHeightMajor + * @see #Theme_windowFixedHeightMinor + * @see #Theme_windowFixedWidthMajor + * @see #Theme_windowFixedWidthMinor + * @see #Theme_windowMinWidthMajor + * @see #Theme_windowMinWidthMinor + * @see #Theme_windowNoTitle + */ + public static final int[] Theme={ + 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, + 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, + 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, + 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, + 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, + 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, + 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, + 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, + 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, + 0x7f020025, 0x7f020026, 0x7f02002d, 0x7f02002e, + 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, + 0x7f020034, 0x7f020035, 0x7f020036, 0x7f020037, + 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, + 0x7f020041, 0x7f020042, 0x7f020043, 0x7f020044, + 0x7f02004c, 0x7f02004d, 0x7f020051, 0x7f020053, + 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, + 0x7f02005a, 0x7f020061, 0x7f02006a, 0x7f02006b, + 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, + 0x7f020072, 0x7f020073, 0x7f02007f, 0x7f020080, + 0x7f020081, 0x7f020082, 0x7f020085, 0x7f02008c, + 0x7f02008d, 0x7f020090, 0x7f020091, 0x7f020092, + 0x7f020098, 0x7f02009a, 0x7f0200a4, 0x7f0200a7, + 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, + 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200ba, + 0x7f0200bb, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, + 0x7f0200c2, 0x7f0200c3, 0x7f0200c4, 0x7f0200c5, + 0x7f0200c6, 0x7f0200c7, 0x7f0200c8 + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarDivider} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarDivider + */ + public static final int Theme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarItemBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarItemBackground + */ + public static final int Theme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarPopupTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarPopupTheme + */ + public static final int Theme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.peacetrack.test:actionBarSize + */ + public static final int Theme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarSplitStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarSplitStyle + */ + public static final int Theme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarStyle + */ + public static final int Theme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarTabBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarTabBarStyle + */ + public static final int Theme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarTabStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarTabStyle + */ + public static final int Theme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarTabTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarTabTextStyle + */ + public static final int Theme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarTheme + */ + public static final int Theme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionBarWidgetTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionBarWidgetTheme + */ + public static final int Theme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionButtonStyle + */ + public static final int Theme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionDropDownStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionMenuTextAppearance} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionMenuTextAppearance + */ + public static final int Theme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:actionMenuTextColor + */ + public static final int Theme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeBackground + */ + public static final int Theme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeCloseButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeCloseButtonStyle + */ + public static final int Theme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeCloseDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeCloseDrawable + */ + public static final int Theme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeCopyDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeCopyDrawable + */ + public static final int Theme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeCutDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeCutDrawable + */ + public static final int Theme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeFindDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeFindDrawable + */ + public static final int Theme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModePasteDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModePasteDrawable + */ + public static final int Theme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModePopupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModePopupWindowStyle + */ + public static final int Theme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeSelectAllDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeSelectAllDrawable + */ + public static final int Theme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeShareDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeShareDrawable + */ + public static final int Theme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeSplitBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeSplitBackground + */ + public static final int Theme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeStyle + */ + public static final int Theme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionModeWebSearchDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionModeWebSearchDrawable + */ + public static final int Theme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionOverflowButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionOverflowButtonStyle + */ + public static final int Theme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#actionOverflowMenuStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:actionOverflowMenuStyle + */ + public static final int Theme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#activityChooserViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:activityChooserViewStyle + */ + public static final int Theme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#alertDialogButtonGroupStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:alertDialogButtonGroupStyle + */ + public static final int Theme_alertDialogButtonGroupStyle=33; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:alertDialogCenterButtons + */ + public static final int Theme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#alertDialogStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:alertDialogStyle + */ + public static final int Theme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#alertDialogTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:alertDialogTheme + */ + public static final int Theme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int Theme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#autoCompleteTextViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:autoCompleteTextViewStyle + */ + public static final int Theme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#borderlessButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:borderlessButtonStyle + */ + public static final int Theme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonBarButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonBarButtonStyle + */ + public static final int Theme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonBarNegativeButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonBarNegativeButtonStyle + */ + public static final int Theme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonBarNeutralButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonBarNeutralButtonStyle + */ + public static final int Theme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonBarPositiveButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonBarPositiveButtonStyle + */ + public static final int Theme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonBarStyle + */ + public static final int Theme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonStyle + */ + public static final int Theme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#buttonStyleSmall} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:buttonStyleSmall + */ + public static final int Theme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#checkboxStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:checkboxStyle + */ + public static final int Theme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#checkedTextViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:checkedTextViewStyle + */ + public static final int Theme_checkedTextViewStyle=47; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorAccent + */ + public static final int Theme_colorAccent=48; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorButtonNormal + */ + public static final int Theme_colorButtonNormal=49; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorControlActivated + */ + public static final int Theme_colorControlActivated=50; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorControlHighlight + */ + public static final int Theme_colorControlHighlight=51; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorControlNormal + */ + public static final int Theme_colorControlNormal=52; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorPrimary + */ + public static final int Theme_colorPrimary=53; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorPrimaryDark + */ + public static final int Theme_colorPrimaryDark=54; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:colorSwitchThumbNormal + */ + public static final int Theme_colorSwitchThumbNormal=55; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dialogPreferredPadding} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:dialogPreferredPadding + */ + public static final int Theme_dialogPreferredPadding=56; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dialogTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:dialogTheme + */ + public static final int Theme_dialogTheme=57; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dividerHorizontal} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:dividerHorizontal + */ + public static final int Theme_dividerHorizontal=58; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dividerVertical} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:dividerVertical + */ + public static final int Theme_dividerVertical=59; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dropDownListViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:dropDownListViewStyle + */ + public static final int Theme_dropDownListViewStyle=60; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#dropdownListPreferredItemHeight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight=61; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#editTextBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:editTextBackground + */ + public static final int Theme_editTextBackground=62; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:editTextColor + */ + public static final int Theme_editTextColor=63; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#editTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:editTextStyle + */ + public static final int Theme_editTextStyle=64; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#homeAsUpIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:homeAsUpIndicator + */ + public static final int Theme_homeAsUpIndicator=65; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listChoiceBackgroundIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator=66; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listDividerAlertDialog} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:listDividerAlertDialog + */ + public static final int Theme_listDividerAlertDialog=67; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPopupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:listPopupWindowStyle + */ + public static final int Theme_listPopupWindowStyle=68; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPreferredItemHeight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:listPreferredItemHeight + */ + public static final int Theme_listPreferredItemHeight=69; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPreferredItemHeightLarge} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:listPreferredItemHeightLarge + */ + public static final int Theme_listPreferredItemHeightLarge=70; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPreferredItemHeightSmall} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:listPreferredItemHeightSmall + */ + public static final int Theme_listPreferredItemHeightSmall=71; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPreferredItemPaddingLeft} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:listPreferredItemPaddingLeft + */ + public static final int Theme_listPreferredItemPaddingLeft=72; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#listPreferredItemPaddingRight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:listPreferredItemPaddingRight + */ + public static final int Theme_listPreferredItemPaddingRight=73; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#panelBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:panelBackground + */ + public static final int Theme_panelBackground=74; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#panelMenuListTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme=75; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#panelMenuListWidth} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth=76; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#popupMenuStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:popupMenuStyle + */ + public static final int Theme_popupMenuStyle=77; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#popupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:popupWindowStyle + */ + public static final int Theme_popupWindowStyle=78; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#radioButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:radioButtonStyle + */ + public static final int Theme_radioButtonStyle=79; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#ratingBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:ratingBarStyle + */ + public static final int Theme_ratingBarStyle=80; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#searchViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:searchViewStyle + */ + public static final int Theme_searchViewStyle=81; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#selectableItemBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:selectableItemBackground + */ + public static final int Theme_selectableItemBackground=82; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#selectableItemBackgroundBorderless} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:selectableItemBackgroundBorderless + */ + public static final int Theme_selectableItemBackgroundBorderless=83; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#spinnerDropDownItemStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:spinnerDropDownItemStyle + */ + public static final int Theme_spinnerDropDownItemStyle=84; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#spinnerStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:spinnerStyle + */ + public static final int Theme_spinnerStyle=85; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#switchStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:switchStyle + */ + public static final int Theme_switchStyle=86; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceLargePopupMenu} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceLargePopupMenu + */ + public static final int Theme_textAppearanceLargePopupMenu=87; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceListItem} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceListItem + */ + public static final int Theme_textAppearanceListItem=88; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceListItemSmall} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceListItemSmall + */ + public static final int Theme_textAppearanceListItemSmall=89; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceSearchResultSubtitle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceSearchResultSubtitle + */ + public static final int Theme_textAppearanceSearchResultSubtitle=90; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceSearchResultTitle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceSearchResultTitle + */ + public static final int Theme_textAppearanceSearchResultTitle=91; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#textAppearanceSmallPopupMenu} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:textAppearanceSmallPopupMenu + */ + public static final int Theme_textAppearanceSmallPopupMenu=92; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:textColorAlertDialogListItem + */ + public static final int Theme_textColorAlertDialogListItem=93; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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 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.peacetrack.test:textColorSearchUrl + */ + public static final int Theme_textColorSearchUrl=94; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#toolbarNavigationButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:toolbarNavigationButtonStyle + */ + public static final int Theme_toolbarNavigationButtonStyle=95; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#toolbarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:toolbarStyle + */ + public static final int Theme_toolbarStyle=96; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#windowActionBar} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:windowActionBar + */ + public static final int Theme_windowActionBar=97; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:windowActionBarOverlay + */ + public static final int Theme_windowActionBarOverlay=98; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:windowActionModeOverlay + */ + public static final int Theme_windowActionModeOverlay=99; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowFixedHeightMajor + */ + public static final int Theme_windowFixedHeightMajor=100; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowFixedHeightMinor + */ + public static final int Theme_windowFixedHeightMinor=101; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowFixedWidthMajor + */ + public static final int Theme_windowFixedWidthMajor=102; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowFixedWidthMinor + */ + public static final int Theme_windowFixedWidthMinor=103; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowMinWidthMajor + */ + public static final int Theme_windowMinWidthMajor=104; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.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), and + * 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. + * + * @attr name com.peacetrack.test:windowMinWidthMinor + */ + public static final int Theme_windowMinWidthMinor=105; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack.test:windowNoTitle + */ + public static final int Theme_windowNoTitle=106; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.peacetrack.test:collapseContentDescription}
{@link #Toolbar_collapseIcon com.peacetrack.test:collapseIcon}
{@link #Toolbar_contentInsetEnd com.peacetrack.test:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.peacetrack.test:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.peacetrack.test:contentInsetRight}
{@link #Toolbar_contentInsetStart com.peacetrack.test:contentInsetStart}
{@link #Toolbar_maxButtonHeight com.peacetrack.test:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.peacetrack.test:navigationContentDescription}
{@link #Toolbar_navigationIcon com.peacetrack.test:navigationIcon}
{@link #Toolbar_popupTheme com.peacetrack.test:popupTheme}
{@link #Toolbar_subtitle com.peacetrack.test:subtitle}
{@link #Toolbar_subtitleTextAppearance com.peacetrack.test:subtitleTextAppearance}
{@link #Toolbar_title com.peacetrack.test:title}
{@link #Toolbar_titleMarginBottom com.peacetrack.test:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.peacetrack.test:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.peacetrack.test:titleMarginStart}
{@link #Toolbar_titleMarginTop com.peacetrack.test:titleMarginTop}
{@link #Toolbar_titleMargins com.peacetrack.test:titleMargins}
{@link #Toolbar_titleTextAppearance com.peacetrack.test:titleTextAppearance}
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_title + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f02003a, 0x7f02003b, + 0x7f020046, 0x7f020047, 0x7f020048, 0x7f020049, + 0x7f020075, 0x7f020079, 0x7f02007a, 0x7f020084, + 0x7f02009e, 0x7f02009f, 0x7f0200b2, 0x7f0200b3, + 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, + 0x7f0200b8 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:collapseIcon + */ + public static final int Toolbar_collapseIcon=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:navigationIcon + */ + public static final int Toolbar_navigationIcon=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:popupTheme + */ + public static final int Toolbar_popupTheme=11; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:subtitle + */ + public static final int Toolbar_subtitle=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack.test:title + */ + public static final int Toolbar_title=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=18; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:titleMargins + */ + public static final int Toolbar_titleMargins=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=20; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_backgroundTint com.peacetrack.test:backgroundTint}
{@link #View_backgroundTintMode com.peacetrack.test:backgroundTintMode}
{@link #View_paddingEnd com.peacetrack.test:paddingEnd}
{@link #View_paddingStart com.peacetrack.test:paddingStart}
{@link #View_theme com.peacetrack.test:theme}
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_backgroundTint + * @see #View_backgroundTintMode + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f02002a, 0x7f02002b, + 0x7f02007d, 0x7f02007e, 0x7f0200af + }; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + 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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

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

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

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

This symbol is the offset where the {@link com.peacetrack.test.R.attr#backgroundTint} + * attribute's value can be found in the {@link #View} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack.test:backgroundTint + */ + public static final int View_backgroundTint=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #View} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.peacetrack.test:backgroundTintMode + */ + public static final int View_backgroundTintMode=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:paddingEnd + */ + public static final int View_paddingEnd=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack.test:paddingStart + */ + public static final int View_paddingStart=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.test.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack.test:theme + */ + public static final int View_theme=6; + } +} \ No newline at end of file diff --git a/app/build/generated/source/r/debug/android/support/v4/R.java b/app/build/generated/source/r/debug/android/support/v4/R.java new file mode 100644 index 0000000..4ce1954 --- /dev/null +++ b/app/build/generated/source/r/debug/android/support/v4/R.java @@ -0,0 +1,10 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v4; + +public final class R { +} 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..2c90197 --- /dev/null +++ b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1195 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin 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 = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + } + public static final class attr { + public static final int actionBarDivider = 0x7f020000; + public static final int actionBarItemBackground = 0x7f020001; + public static final int actionBarPopupTheme = 0x7f020002; + public static final int actionBarSize = 0x7f020003; + public static final int actionBarSplitStyle = 0x7f020004; + public static final int actionBarStyle = 0x7f020005; + public static final int actionBarTabBarStyle = 0x7f020006; + public static final int actionBarTabStyle = 0x7f020007; + public static final int actionBarTabTextStyle = 0x7f020008; + public static final int actionBarTheme = 0x7f020009; + public static final int actionBarWidgetTheme = 0x7f02000a; + public static final int actionButtonStyle = 0x7f02000b; + public static final int actionDropDownStyle = 0x7f02000c; + public static final int actionLayout = 0x7f02000d; + public static final int actionMenuTextAppearance = 0x7f02000e; + public static final int actionMenuTextColor = 0x7f02000f; + public static final int actionModeBackground = 0x7f020010; + public static final int actionModeCloseButtonStyle = 0x7f020011; + public static final int actionModeCloseDrawable = 0x7f020012; + public static final int actionModeCopyDrawable = 0x7f020013; + public static final int actionModeCutDrawable = 0x7f020014; + public static final int actionModeFindDrawable = 0x7f020015; + public static final int actionModePasteDrawable = 0x7f020016; + public static final int actionModePopupWindowStyle = 0x7f020017; + public static final int actionModeSelectAllDrawable = 0x7f020018; + public static final int actionModeShareDrawable = 0x7f020019; + public static final int actionModeSplitBackground = 0x7f02001a; + public static final int actionModeStyle = 0x7f02001b; + public static final int actionModeWebSearchDrawable = 0x7f02001c; + public static final int actionOverflowButtonStyle = 0x7f02001d; + public static final int actionOverflowMenuStyle = 0x7f02001e; + public static final int actionProviderClass = 0x7f02001f; + public static final int actionViewClass = 0x7f020020; + public static final int activityChooserViewStyle = 0x7f020021; + public static final int alertDialogButtonGroupStyle = 0x7f020022; + public static final int alertDialogCenterButtons = 0x7f020023; + public static final int alertDialogStyle = 0x7f020024; + public static final int alertDialogTheme = 0x7f020025; + public static final int autoCompleteTextViewStyle = 0x7f020026; + public static final int background = 0x7f020027; + public static final int backgroundSplit = 0x7f020028; + public static final int backgroundStacked = 0x7f020029; + public static final int backgroundTint = 0x7f02002a; + public static final int backgroundTintMode = 0x7f02002b; + public static final int barSize = 0x7f02002c; + public static final int borderlessButtonStyle = 0x7f02002d; + public static final int buttonBarButtonStyle = 0x7f02002e; + public static final int buttonBarNegativeButtonStyle = 0x7f02002f; + public static final int buttonBarNeutralButtonStyle = 0x7f020030; + public static final int buttonBarPositiveButtonStyle = 0x7f020031; + public static final int buttonBarStyle = 0x7f020032; + public static final int buttonPanelSideLayout = 0x7f020033; + public static final int buttonStyle = 0x7f020034; + public static final int buttonStyleSmall = 0x7f020035; + public static final int checkboxStyle = 0x7f020036; + public static final int checkedTextViewStyle = 0x7f020037; + public static final int closeIcon = 0x7f020038; + public static final int closeItemLayout = 0x7f020039; + public static final int collapseContentDescription = 0x7f02003a; + public static final int collapseIcon = 0x7f02003b; + public static final int color = 0x7f02003c; + public static final int colorAccent = 0x7f02003d; + public static final int colorButtonNormal = 0x7f02003e; + public static final int colorControlActivated = 0x7f02003f; + public static final int colorControlHighlight = 0x7f020040; + public static final int colorControlNormal = 0x7f020041; + public static final int colorPrimary = 0x7f020042; + public static final int colorPrimaryDark = 0x7f020043; + public static final int colorSwitchThumbNormal = 0x7f020044; + public static final int commitIcon = 0x7f020045; + public static final int contentInsetEnd = 0x7f020046; + public static final int contentInsetLeft = 0x7f020047; + public static final int contentInsetRight = 0x7f020048; + public static final int contentInsetStart = 0x7f020049; + public static final int customNavigationLayout = 0x7f02004a; + public static final int defaultQueryHint = 0x7f02004b; + public static final int dialogPreferredPadding = 0x7f02004c; + public static final int dialogTheme = 0x7f02004d; + public static final int disableChildrenWhenDisabled = 0x7f02004e; + public static final int displayOptions = 0x7f02004f; + public static final int divider = 0x7f020050; + public static final int dividerHorizontal = 0x7f020051; + public static final int dividerPadding = 0x7f020052; + public static final int dividerVertical = 0x7f020053; + public static final int drawableSize = 0x7f020054; + public static final int drawerArrowStyle = 0x7f020055; + public static final int dropDownListViewStyle = 0x7f020056; + public static final int dropdownListPreferredItemHeight = 0x7f020057; + public static final int editTextBackground = 0x7f020058; + public static final int editTextColor = 0x7f020059; + public static final int editTextStyle = 0x7f02005a; + public static final int elevation = 0x7f02005b; + public static final int expandActivityOverflowButtonDrawable = 0x7f02005c; + public static final int gapBetweenBars = 0x7f02005d; + public static final int goIcon = 0x7f02005e; + public static final int height = 0x7f02005f; + public static final int hideOnContentScroll = 0x7f020060; + public static final int homeAsUpIndicator = 0x7f020061; + public static final int homeLayout = 0x7f020062; + public static final int icon = 0x7f020063; + public static final int iconifiedByDefault = 0x7f020064; + public static final int indeterminateProgressStyle = 0x7f020065; + public static final int initialActivityCount = 0x7f020066; + public static final int isLightTheme = 0x7f020067; + public static final int itemPadding = 0x7f020068; + public static final int layout = 0x7f020069; + public static final int listChoiceBackgroundIndicator = 0x7f02006a; + public static final int listDividerAlertDialog = 0x7f02006b; + public static final int listItemLayout = 0x7f02006c; + public static final int listLayout = 0x7f02006d; + public static final int listPopupWindowStyle = 0x7f02006e; + public static final int listPreferredItemHeight = 0x7f02006f; + public static final int listPreferredItemHeightLarge = 0x7f020070; + public static final int listPreferredItemHeightSmall = 0x7f020071; + public static final int listPreferredItemPaddingLeft = 0x7f020072; + public static final int listPreferredItemPaddingRight = 0x7f020073; + public static final int logo = 0x7f020074; + public static final int maxButtonHeight = 0x7f020075; + public static final int measureWithLargestChild = 0x7f020076; + public static final int middleBarArrowSize = 0x7f020077; + public static final int multiChoiceItemLayout = 0x7f020078; + public static final int navigationContentDescription = 0x7f020079; + public static final int navigationIcon = 0x7f02007a; + public static final int navigationMode = 0x7f02007b; + public static final int overlapAnchor = 0x7f02007c; + public static final int paddingEnd = 0x7f02007d; + public static final int paddingStart = 0x7f02007e; + public static final int panelBackground = 0x7f02007f; + public static final int panelMenuListTheme = 0x7f020080; + public static final int panelMenuListWidth = 0x7f020081; + public static final int popupMenuStyle = 0x7f020082; + public static final int popupPromptView = 0x7f020083; + public static final int popupTheme = 0x7f020084; + public static final int popupWindowStyle = 0x7f020085; + public static final int preserveIconSpacing = 0x7f020086; + public static final int progressBarPadding = 0x7f020087; + public static final int progressBarStyle = 0x7f020088; + public static final int prompt = 0x7f020089; + public static final int queryBackground = 0x7f02008a; + public static final int queryHint = 0x7f02008b; + public static final int radioButtonStyle = 0x7f02008c; + public static final int ratingBarStyle = 0x7f02008d; + public static final int searchHintIcon = 0x7f02008e; + public static final int searchIcon = 0x7f02008f; + public static final int searchViewStyle = 0x7f020090; + public static final int selectableItemBackground = 0x7f020091; + public static final int selectableItemBackgroundBorderless = 0x7f020092; + public static final int showAsAction = 0x7f020093; + public static final int showDividers = 0x7f020094; + public static final int showText = 0x7f020095; + public static final int singleChoiceItemLayout = 0x7f020096; + public static final int spinBars = 0x7f020097; + public static final int spinnerDropDownItemStyle = 0x7f020098; + public static final int spinnerMode = 0x7f020099; + public static final int spinnerStyle = 0x7f02009a; + public static final int splitTrack = 0x7f02009b; + public static final int state_above_anchor = 0x7f02009c; + public static final int submitBackground = 0x7f02009d; + public static final int subtitle = 0x7f02009e; + public static final int subtitleTextAppearance = 0x7f02009f; + public static final int subtitleTextStyle = 0x7f0200a0; + public static final int suggestionRowLayout = 0x7f0200a1; + public static final int switchMinWidth = 0x7f0200a2; + public static final int switchPadding = 0x7f0200a3; + public static final int switchStyle = 0x7f0200a4; + public static final int switchTextAppearance = 0x7f0200a5; + public static final int textAllCaps = 0x7f0200a6; + public static final int textAppearanceLargePopupMenu = 0x7f0200a7; + public static final int textAppearanceListItem = 0x7f0200a8; + public static final int textAppearanceListItemSmall = 0x7f0200a9; + public static final int textAppearanceSearchResultSubtitle = 0x7f0200aa; + public static final int textAppearanceSearchResultTitle = 0x7f0200ab; + public static final int textAppearanceSmallPopupMenu = 0x7f0200ac; + public static final int textColorAlertDialogListItem = 0x7f0200ad; + public static final int textColorSearchUrl = 0x7f0200ae; + public static final int theme = 0x7f0200af; + public static final int thickness = 0x7f0200b0; + public static final int thumbTextPadding = 0x7f0200b1; + public static final int title = 0x7f0200b2; + public static final int titleMarginBottom = 0x7f0200b3; + public static final int titleMarginEnd = 0x7f0200b4; + public static final int titleMarginStart = 0x7f0200b5; + public static final int titleMarginTop = 0x7f0200b6; + public static final int titleMargins = 0x7f0200b7; + public static final int titleTextAppearance = 0x7f0200b8; + public static final int titleTextStyle = 0x7f0200b9; + public static final int toolbarNavigationButtonStyle = 0x7f0200ba; + public static final int toolbarStyle = 0x7f0200bb; + public static final int topBottomBarArrowSize = 0x7f0200bc; + public static final int track = 0x7f0200bd; + public static final int voiceIcon = 0x7f0200be; + public static final int windowActionBar = 0x7f0200bf; + public static final int windowActionBarOverlay = 0x7f0200c0; + public static final int windowActionModeOverlay = 0x7f0200c1; + public static final int windowFixedHeightMajor = 0x7f0200c2; + public static final int windowFixedHeightMinor = 0x7f0200c3; + public static final int windowFixedWidthMajor = 0x7f0200c4; + public static final int windowFixedWidthMinor = 0x7f0200c5; + public static final int windowMinWidthMajor = 0x7f0200c6; + public static final int windowMinWidthMinor = 0x7f0200c7; + public static final int windowNoTitle = 0x7f0200c8; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f030000; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f030001; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f030002; + public static final int abc_config_actionMenuItemAllCaps = 0x7f030003; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f030004; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f030005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f030006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f040000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f040001; + public static final int abc_input_method_navigation_guard = 0x7f040002; + public static final int abc_primary_text_disable_only_material_dark = 0x7f040003; + public static final int abc_primary_text_disable_only_material_light = 0x7f040004; + public static final int abc_primary_text_material_dark = 0x7f040005; + public static final int abc_primary_text_material_light = 0x7f040006; + public static final int abc_search_url_text = 0x7f040007; + public static final int abc_search_url_text_normal = 0x7f040008; + public static final int abc_search_url_text_pressed = 0x7f040009; + public static final int abc_search_url_text_selected = 0x7f04000a; + public static final int abc_secondary_text_material_dark = 0x7f04000b; + public static final int abc_secondary_text_material_light = 0x7f04000c; + public static final int accent_material_dark = 0x7f04000d; + public static final int accent_material_light = 0x7f04000e; + public static final int background_floating_material_dark = 0x7f04000f; + public static final int background_floating_material_light = 0x7f040010; + public static final int background_material_dark = 0x7f040011; + public static final int background_material_light = 0x7f040012; + public static final int bright_foreground_disabled_material_dark = 0x7f040014; + public static final int bright_foreground_disabled_material_light = 0x7f040015; + public static final int bright_foreground_inverse_material_dark = 0x7f040016; + public static final int bright_foreground_inverse_material_light = 0x7f040017; + public static final int bright_foreground_material_dark = 0x7f040018; + public static final int bright_foreground_material_light = 0x7f040019; + public static final int button_material_dark = 0x7f04001a; + public static final int button_material_light = 0x7f04001b; + public static final int dim_foreground_disabled_material_dark = 0x7f040021; + public static final int dim_foreground_disabled_material_light = 0x7f040022; + public static final int dim_foreground_material_dark = 0x7f040023; + public static final int dim_foreground_material_light = 0x7f040024; + public static final int highlighted_text_material_dark = 0x7f040026; + public static final int highlighted_text_material_light = 0x7f040027; + public static final int hint_foreground_material_dark = 0x7f040028; + public static final int hint_foreground_material_light = 0x7f040029; + public static final int link_text_material_dark = 0x7f04002e; + public static final int link_text_material_light = 0x7f04002f; + public static final int material_blue_grey_800 = 0x7f040030; + public static final int material_blue_grey_900 = 0x7f040031; + public static final int material_blue_grey_950 = 0x7f040032; + public static final int material_deep_teal_200 = 0x7f040033; + public static final int material_deep_teal_500 = 0x7f040034; + public static final int primary_dark_material_dark = 0x7f040037; + public static final int primary_dark_material_light = 0x7f040038; + public static final int primary_material_dark = 0x7f040039; + public static final int primary_material_light = 0x7f04003a; + public static final int primary_text_default_material_dark = 0x7f04003b; + public static final int primary_text_default_material_light = 0x7f04003c; + public static final int primary_text_disabled_material_dark = 0x7f04003d; + public static final int primary_text_disabled_material_light = 0x7f04003e; + public static final int ripple_material_dark = 0x7f04003f; + public static final int ripple_material_light = 0x7f040040; + public static final int secondary_text_default_material_dark = 0x7f040041; + public static final int secondary_text_default_material_light = 0x7f040042; + public static final int secondary_text_disabled_material_dark = 0x7f040043; + public static final int secondary_text_disabled_material_light = 0x7f040044; + public static final int switch_thumb_disabled_material_dark = 0x7f040045; + public static final int switch_thumb_disabled_material_light = 0x7f040046; + public static final int switch_thumb_material_dark = 0x7f040047; + public static final int switch_thumb_material_light = 0x7f040048; + public static final int switch_thumb_normal_material_dark = 0x7f040049; + public static final int switch_thumb_normal_material_light = 0x7f04004a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f050000; + public static final int abc_action_bar_default_height_material = 0x7f050001; + public static final int abc_action_bar_default_padding_material = 0x7f050002; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f050003; + public static final int abc_action_bar_navigation_padding_start_material = 0x7f050004; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f050005; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f050006; + public static final int abc_action_bar_progress_bar_size = 0x7f050007; + public static final int abc_action_bar_stacked_max_height = 0x7f050008; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f050009; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f05000a; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f05000b; + public static final int abc_action_button_min_height_material = 0x7f05000c; + public static final int abc_action_button_min_width_material = 0x7f05000d; + public static final int abc_action_button_min_width_overflow_material = 0x7f05000e; + public static final int abc_alert_dialog_button_bar_height = 0x7f05000f; + public static final int abc_button_inset_horizontal_material = 0x7f050010; + public static final int abc_button_inset_vertical_material = 0x7f050011; + public static final int abc_button_padding_horizontal_material = 0x7f050012; + public static final int abc_button_padding_vertical_material = 0x7f050013; + public static final int abc_config_prefDialogWidth = 0x7f050014; + public static final int abc_control_corner_material = 0x7f050015; + public static final int abc_control_inset_material = 0x7f050016; + public static final int abc_control_padding_material = 0x7f050017; + public static final int abc_dialog_list_padding_vertical_material = 0x7f050018; + public static final int abc_dialog_min_width_major = 0x7f050019; + public static final int abc_dialog_min_width_minor = 0x7f05001a; + public static final int abc_dialog_padding_material = 0x7f05001b; + public static final int abc_dialog_padding_top_material = 0x7f05001c; + public static final int abc_disabled_alpha_material_dark = 0x7f05001d; + public static final int abc_disabled_alpha_material_light = 0x7f05001e; + public static final int abc_dropdownitem_icon_width = 0x7f05001f; + public static final int abc_dropdownitem_text_padding_left = 0x7f050020; + public static final int abc_dropdownitem_text_padding_right = 0x7f050021; + public static final int abc_edit_text_inset_bottom_material = 0x7f050022; + public static final int abc_edit_text_inset_horizontal_material = 0x7f050023; + public static final int abc_edit_text_inset_top_material = 0x7f050024; + public static final int abc_floating_window_z = 0x7f050025; + public static final int abc_list_item_padding_horizontal_material = 0x7f050026; + public static final int abc_panel_menu_list_width = 0x7f050027; + public static final int abc_search_view_preferred_width = 0x7f050028; + public static final int abc_search_view_text_min_width = 0x7f050029; + public static final int abc_switch_padding = 0x7f05002a; + public static final int abc_text_size_body_1_material = 0x7f05002b; + public static final int abc_text_size_body_2_material = 0x7f05002c; + public static final int abc_text_size_button_material = 0x7f05002d; + public static final int abc_text_size_caption_material = 0x7f05002e; + public static final int abc_text_size_display_1_material = 0x7f05002f; + public static final int abc_text_size_display_2_material = 0x7f050030; + public static final int abc_text_size_display_3_material = 0x7f050031; + public static final int abc_text_size_display_4_material = 0x7f050032; + public static final int abc_text_size_headline_material = 0x7f050033; + public static final int abc_text_size_large_material = 0x7f050034; + public static final int abc_text_size_medium_material = 0x7f050035; + public static final int abc_text_size_menu_material = 0x7f050036; + public static final int abc_text_size_small_material = 0x7f050037; + public static final int abc_text_size_subhead_material = 0x7f050038; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f050039; + public static final int abc_text_size_title_material = 0x7f05003a; + public static final int abc_text_size_title_material_toolbar = 0x7f05003b; + public static final int dialog_fixed_height_major = 0x7f05003e; + public static final int dialog_fixed_height_minor = 0x7f05003f; + public static final int dialog_fixed_width_major = 0x7f050040; + public static final int dialog_fixed_width_minor = 0x7f050041; + public static final int disabled_alpha_material_dark = 0x7f050042; + public static final int disabled_alpha_material_light = 0x7f050043; + public static final int notification_large_icon_height = 0x7f050044; + public static final int notification_large_icon_width = 0x7f050045; + public static final int notification_subtext_size = 0x7f050046; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f060000; + public static final int abc_btn_borderless_material = 0x7f060001; + public static final int abc_btn_check_material = 0x7f060002; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f060003; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f060004; + public static final int abc_btn_default_mtrl_shape = 0x7f060005; + public static final int abc_btn_radio_material = 0x7f060006; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f060007; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f060008; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f060009; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f06000a; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f06000b; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f06000c; + public static final int abc_cab_background_internal_bg = 0x7f06000d; + public static final int abc_cab_background_top_material = 0x7f06000e; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f06000f; + public static final int abc_dialog_material_background_dark = 0x7f060010; + public static final int abc_dialog_material_background_light = 0x7f060011; + public static final int abc_edit_text_material = 0x7f060012; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f060013; + public static final int abc_ic_clear_mtrl_alpha = 0x7f060014; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f060015; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f060016; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f060017; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f060018; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f060019; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f06001a; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f06001b; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f06001c; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f06001d; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f06001e; + public static final int abc_item_background_holo_dark = 0x7f06001f; + public static final int abc_item_background_holo_light = 0x7f060020; + public static final int abc_list_divider_mtrl_alpha = 0x7f060021; + public static final int abc_list_focused_holo = 0x7f060022; + public static final int abc_list_longpressed_holo = 0x7f060023; + public static final int abc_list_pressed_holo_dark = 0x7f060024; + public static final int abc_list_pressed_holo_light = 0x7f060025; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f060026; + public static final int abc_list_selector_background_transition_holo_light = 0x7f060027; + public static final int abc_list_selector_disabled_holo_dark = 0x7f060028; + public static final int abc_list_selector_disabled_holo_light = 0x7f060029; + public static final int abc_list_selector_holo_dark = 0x7f06002a; + public static final int abc_list_selector_holo_light = 0x7f06002b; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f06002c; + public static final int abc_popup_background_mtrl_mult = 0x7f06002d; + public static final int abc_ratingbar_full_material = 0x7f06002e; + public static final int abc_spinner_mtrl_am_alpha = 0x7f06002f; + public static final int abc_spinner_textfield_background_material = 0x7f060030; + public static final int abc_switch_thumb_material = 0x7f060031; + public static final int abc_switch_track_mtrl_alpha = 0x7f060032; + public static final int abc_tab_indicator_material = 0x7f060033; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f060034; + public static final int abc_text_cursor_mtrl_alpha = 0x7f060035; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f060036; + public static final int abc_textfield_default_mtrl_alpha = 0x7f060037; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f060038; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f060039; + public static final int abc_textfield_search_material = 0x7f06003a; + public static final int notification_template_icon_bg = 0x7f060040; + } + public static final class id { + public static final int action0 = 0x7f070000; + public static final int action_bar = 0x7f070004; + public static final int action_bar_activity_content = 0x7f070005; + public static final int action_bar_container = 0x7f070006; + public static final int action_bar_root = 0x7f070007; + public static final int action_bar_spinner = 0x7f070008; + public static final int action_bar_subtitle = 0x7f070009; + public static final int action_bar_title = 0x7f07000a; + public static final int action_context_bar = 0x7f07000b; + public static final int action_divider = 0x7f07000d; + public static final int action_menu_divider = 0x7f07000f; + public static final int action_menu_presenter = 0x7f070010; + public static final int action_mode_bar = 0x7f070011; + public static final int action_mode_bar_stub = 0x7f070012; + public static final int action_mode_close_button = 0x7f070013; + public static final int activity_chooser_view_content = 0x7f070024; + public static final int alertTitle = 0x7f07002b; + public static final int always = 0x7f07002c; + public static final int beginning = 0x7f07002f; + public static final int buttonPanel = 0x7f070030; + public static final int cancel_action = 0x7f070031; + public static final int checkbox = 0x7f070032; + public static final int chronometer = 0x7f070033; + public static final int collapseActionView = 0x7f070038; + public static final int contentPanel = 0x7f070039; + public static final int custom = 0x7f07003a; + public static final int customPanel = 0x7f07003b; + public static final int decor_content_parent = 0x7f07003c; + public static final int default_activity_button = 0x7f07003d; + public static final int dialog = 0x7f07003e; + public static final int disableHome = 0x7f07003f; + public static final int dropdown = 0x7f070040; + public static final int edit_query = 0x7f070041; + public static final int end = 0x7f070042; + public static final int end_padder = 0x7f070043; + public static final int expand_activities_button = 0x7f070044; + public static final int expanded_menu = 0x7f070045; + public static final int home = 0x7f070046; + public static final int homeAsUp = 0x7f070047; + public static final int icon = 0x7f070048; + public static final int ifRoom = 0x7f070049; + public static final int image = 0x7f07004a; + public static final int info = 0x7f07004c; + public static final int line1 = 0x7f07004d; + public static final int line3 = 0x7f07004e; + public static final int listMode = 0x7f07004f; + public static final int list_item = 0x7f070050; + public static final int media_actions = 0x7f070056; + public static final int middle = 0x7f070057; + public static final int multiply = 0x7f070058; + public static final int never = 0x7f07005b; + public static final int none = 0x7f07005c; + public static final int normal = 0x7f07005d; + public static final int parentPanel = 0x7f070061; + public static final int progress_circular = 0x7f070064; + public static final int progress_horizontal = 0x7f070065; + public static final int radio = 0x7f070067; + public static final int screen = 0x7f07006d; + public static final int scrollView = 0x7f07006e; + public static final int search_badge = 0x7f07006f; + public static final int search_bar = 0x7f070070; + public static final int search_button = 0x7f070071; + public static final int search_close_btn = 0x7f070072; + public static final int search_edit_frame = 0x7f070073; + public static final int search_go_btn = 0x7f070074; + public static final int search_mag_icon = 0x7f070075; + public static final int search_plate = 0x7f070076; + public static final int search_src_text = 0x7f070077; + public static final int search_voice_btn = 0x7f070078; + public static final int select_dialog_listview = 0x7f07007b; + public static final int shortcut = 0x7f07007c; + public static final int showCustom = 0x7f07007d; + public static final int showHome = 0x7f07007e; + public static final int showTitle = 0x7f07007f; + public static final int split_action_bar = 0x7f070080; + public static final int src_atop = 0x7f070081; + public static final int src_in = 0x7f070082; + public static final int src_over = 0x7f070083; + public static final int status_bar_latest_event_content = 0x7f070084; + public static final int submit_area = 0x7f070085; + public static final int tabMode = 0x7f070086; + public static final int text = 0x7f070087; + public static final int text2 = 0x7f070088; + public static final int textSpacerNoButtons = 0x7f070089; + public static final int time = 0x7f07008a; + public static final int title = 0x7f07008b; + public static final int title_template = 0x7f07008c; + public static final int topPanel = 0x7f07008d; + public static final int up = 0x7f07008f; + public static final int useLogo = 0x7f070090; + public static final int withText = 0x7f070092; + public static final int wrap_content = 0x7f070093; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f080000; + public static final int abc_config_activityShortDur = 0x7f080001; + public static final int abc_max_action_buttons = 0x7f080002; + public static final int cancel_button_image_alpha = 0x7f080003; + public static final int status_bar_notification_info_maxnum = 0x7f080004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f090000; + public static final int abc_action_bar_up_container = 0x7f090001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f090002; + public static final int abc_action_menu_item_layout = 0x7f090003; + public static final int abc_action_menu_layout = 0x7f090004; + public static final int abc_action_mode_bar = 0x7f090005; + public static final int abc_action_mode_close_item_material = 0x7f090006; + public static final int abc_activity_chooser_view = 0x7f090007; + public static final int abc_activity_chooser_view_list_item = 0x7f090008; + public static final int abc_alert_dialog_material = 0x7f090009; + public static final int abc_dialog_title_material = 0x7f09000a; + public static final int abc_expanded_menu_layout = 0x7f09000b; + public static final int abc_list_menu_item_checkbox = 0x7f09000c; + public static final int abc_list_menu_item_icon = 0x7f09000d; + public static final int abc_list_menu_item_layout = 0x7f09000e; + public static final int abc_list_menu_item_radio = 0x7f09000f; + public static final int abc_popup_menu_item_layout = 0x7f090010; + public static final int abc_screen_content_include = 0x7f090011; + public static final int abc_screen_simple = 0x7f090012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f090013; + public static final int abc_screen_toolbar = 0x7f090014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f090015; + public static final int abc_search_view = 0x7f090016; + public static final int abc_select_dialog_material = 0x7f090017; + public static final int abc_simple_dropdown_hint = 0x7f090018; + public static final int notification_media_action = 0x7f090025; + public static final int notification_media_cancel_action = 0x7f090026; + public static final int notification_template_big_media = 0x7f090027; + public static final int notification_template_big_media_narrow = 0x7f090028; + public static final int notification_template_lines = 0x7f090029; + public static final int notification_template_media = 0x7f09002a; + public static final int notification_template_part_chronometer = 0x7f09002b; + public static final int notification_template_part_time = 0x7f09002c; + public static final int select_dialog_item_material = 0x7f09002d; + public static final int select_dialog_multichoice_material = 0x7f09002e; + public static final int select_dialog_singlechoice_material = 0x7f09002f; + public static final int support_simple_spinner_dropdown_item = 0x7f090030; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f0b0000; + public static final int abc_action_bar_home_description_format = 0x7f0b0001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0b0002; + public static final int abc_action_bar_up_description = 0x7f0b0003; + public static final int abc_action_menu_overflow_description = 0x7f0b0004; + public static final int abc_action_mode_done = 0x7f0b0005; + public static final int abc_activity_chooser_view_see_all = 0x7f0b0006; + public static final int abc_activitychooserview_choose_application = 0x7f0b0007; + public static final int abc_search_hint = 0x7f0b0008; + public static final int abc_searchview_description_clear = 0x7f0b0009; + public static final int abc_searchview_description_query = 0x7f0b000a; + public static final int abc_searchview_description_search = 0x7f0b000b; + public static final int abc_searchview_description_submit = 0x7f0b000c; + public static final int abc_searchview_description_voice = 0x7f0b000d; + public static final int abc_shareactionprovider_share_with = 0x7f0b000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f0b000f; + public static final int abc_toolbar_collapse_description = 0x7f0b0010; + public static final int status_bar_notification_info_overflow = 0x7f0b0054; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f0c0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0c0001; + public static final int Animation_AppCompat_Dialog = 0x7f0c0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0c0003; + public static final int Base_AlertDialog_AppCompat = 0x7f0c0006; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0c0007; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0c0008; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c0009; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0c000b; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0c000a; + public static final int Base_TextAppearance_AppCompat = 0x7f0c000c; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c000d; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c000e; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c000f; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0010; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0011; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0012; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c0013; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c0014; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c0015; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c0016; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c0017; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c0018; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c0019; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c001a; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c001b; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c001c; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c001d; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c001e; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c001f; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0020; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0021; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0022; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c0023; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c0024; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c0025; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c0026; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0027; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c0028; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c002d; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c002e; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c002f; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0030; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c0031; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0032; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c0033; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c0034; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c0035; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0c0044; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c0045; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c0046; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c0047; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c0048; + public static final int Base_Theme_AppCompat = 0x7f0c0036; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c0037; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0c0038; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c003c; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0c0039; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c003a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0c003b; + public static final int Base_Theme_AppCompat_Light = 0x7f0c003d; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c003e; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c003f; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0043; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0040; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c0041; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c0042; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0c0049; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0c004a; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0c004b; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0c004c; + public static final int Base_V21_Theme_AppCompat = 0x7f0c004d; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c004e; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c004f; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c0050; + public static final int Base_V7_Theme_AppCompat = 0x7f0c0051; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c0052; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c0053; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0c0054; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0055; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0c0056; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c0057; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c0058; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c0059; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c005a; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c005b; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c005c; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c005d; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c005e; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c005f; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c0060; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0061; + public static final int Base_Widget_AppCompat_Button = 0x7f0c0062; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0c0067; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c0068; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0c0063; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0c0064; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c0065; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c0066; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c0069; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c006a; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c006b; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c006c; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c006d; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c006e; + public static final int Base_Widget_AppCompat_EditText = 0x7f0c006f; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c0070; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0071; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0072; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0073; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0074; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0075; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0076; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0077; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c0078; + public static final int Base_Widget_AppCompat_ListView = 0x7f0c0079; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c007a; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c007b; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c007c; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c007d; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c007e; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c007f; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0080; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0081; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0c0082; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0c0083; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0c0084; + public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0085; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c0086; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0087; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c0088; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0089; + public static final int Platform_AppCompat = 0x7f0c008b; + public static final int Platform_AppCompat_Light = 0x7f0c008c; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0c008d; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0c008e; + public static final int Platform_V11_AppCompat = 0x7f0c008f; + public static final int Platform_V11_AppCompat_Light = 0x7f0c0090; + public static final int Platform_V14_AppCompat = 0x7f0c0091; + public static final int Platform_V14_AppCompat_Light = 0x7f0c0092; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0c0093; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c0094; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c0095; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0c0096; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c0097; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c0098; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c0099; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c009f; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c009a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c009b; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c009c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c009d; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c009e; + public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c00a0; + public static final int TextAppearance_AppCompat = 0x7f0c00a1; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0c00a2; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0c00a3; + public static final int TextAppearance_AppCompat_Button = 0x7f0c00a4; + public static final int TextAppearance_AppCompat_Caption = 0x7f0c00a5; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0c00a6; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0c00a7; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0c00a8; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0c00a9; + public static final int TextAppearance_AppCompat_Headline = 0x7f0c00aa; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0c00ab; + public static final int TextAppearance_AppCompat_Large = 0x7f0c00ac; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c00ad; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c00ae; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c00af; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c00b0; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c00b1; + public static final int TextAppearance_AppCompat_Medium = 0x7f0c00b2; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c00b3; + public static final int TextAppearance_AppCompat_Menu = 0x7f0c00b4; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c00b5; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c00b6; + public static final int TextAppearance_AppCompat_Small = 0x7f0c00b7; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c00b8; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0c00b9; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c00ba; + public static final int TextAppearance_AppCompat_Title = 0x7f0c00bb; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c00bc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c00bd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c00be; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c00bf; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c00c0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c00c1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c00c2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c00c3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c00c4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c00c5; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c00c6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c00c7; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c00c8; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c00c9; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c00ca; + public static final int TextAppearance_StatusBar_EventContent = 0x7f0c00cb; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f0c00cc; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f0c00cd; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f0c00ce; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f0c00cf; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c00d0; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c00d1; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c00d2; + public static final int ThemeOverlay_AppCompat = 0x7f0c00e1; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c00e2; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c00e3; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c00e4; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0c00e5; + public static final int Theme_AppCompat = 0x7f0c00d3; + public static final int Theme_AppCompat_CompactMenu = 0x7f0c00d4; + public static final int Theme_AppCompat_Dialog = 0x7f0c00d5; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c00d8; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0c00d6; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0c00d7; + public static final int Theme_AppCompat_Light = 0x7f0c00d9; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c00da; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0c00db; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c00de; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0c00dc; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c00dd; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c00df; + public static final int Theme_AppCompat_NoActionBar = 0x7f0c00e0; + public static final int Widget_AppCompat_ActionBar = 0x7f0c00e6; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c00e7; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c00e8; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c00e9; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c00ea; + public static final int Widget_AppCompat_ActionButton = 0x7f0c00eb; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c00ec; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c00ed; + public static final int Widget_AppCompat_ActionMode = 0x7f0c00ee; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c00ef; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c00f0; + public static final int Widget_AppCompat_Button = 0x7f0c00f1; + public static final int Widget_AppCompat_ButtonBar = 0x7f0c00f6; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c00f7; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0c00f2; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0c00f3; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c00f4; + public static final int Widget_AppCompat_Button_Small = 0x7f0c00f5; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c00f8; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c00f9; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c00fa; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c00fb; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c00fc; + public static final int Widget_AppCompat_EditText = 0x7f0c00fd; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c00fe; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c00ff; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c0100; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0101; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c0102; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0103; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0104; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0105; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c0106; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c0107; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c0108; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c0109; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c010a; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c010b; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c010c; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c010d; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c010e; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c010f; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c0110; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0111; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0c0112; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c0113; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c0114; + public static final int Widget_AppCompat_ListView = 0x7f0c0115; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c0116; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0c0117; + public static final int Widget_AppCompat_PopupMenu = 0x7f0c0118; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0119; + public static final int Widget_AppCompat_PopupWindow = 0x7f0c011a; + public static final int Widget_AppCompat_ProgressBar = 0x7f0c011b; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c011c; + public static final int Widget_AppCompat_RatingBar = 0x7f0c011d; + public static final int Widget_AppCompat_SearchView = 0x7f0c011e; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0c011f; + public static final int Widget_AppCompat_Spinner = 0x7f0c0120; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c0121; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0122; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c0123; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0124; + public static final int Widget_AppCompat_Toolbar = 0x7f0c0125; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0126; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f020027, 0x7f020028, 0x7f020029, 0x7f020046, 0x7f020047, 0x7f020048, 0x7f020049, 0x7f02004a, 0x7f02004f, 0x7f020050, 0x7f02005b, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020063, 0x7f020065, 0x7f020068, 0x7f020074, 0x7f02007b, 0x7f020084, 0x7f020087, 0x7f020088, 0x7f02009e, 0x7f0200a0, 0x7f0200b2, 0x7f0200b9 }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetLeft = 4; + public static final int ActionBar_contentInsetRight = 5; + public static final int ActionBar_contentInsetStart = 6; + public static final int ActionBar_customNavigationLayout = 7; + public static final int ActionBar_displayOptions = 8; + public static final int ActionBar_divider = 9; + public static final int ActionBar_elevation = 10; + public static final int ActionBar_height = 11; + public static final int ActionBar_hideOnContentScroll = 12; + public static final int ActionBar_homeAsUpIndicator = 13; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 15; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 17; + public static final int ActionBar_logo = 18; + public static final int ActionBar_navigationMode = 19; + public static final int ActionBar_popupTheme = 20; + public static final int ActionBar_progressBarPadding = 21; + public static final int ActionBar_progressBarStyle = 22; + public static final int ActionBar_subtitle = 23; + public static final int ActionBar_subtitleTextStyle = 24; + public static final int ActionBar_title = 25; + public static final int ActionBar_titleTextStyle = 26; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f020027, 0x7f020028, 0x7f020039, 0x7f02005f, 0x7f0200a0, 0x7f0200b9 }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f02005c, 0x7f020066 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x010100f2, 0x7f020033, 0x7f02006c, 0x7f02006d, 0x7f020078, 0x7f020096 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_singleChoiceItemLayout = 5; + public static final int[] AppCompatTextView = { 0x01010034, 0x7f0200a6 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] DrawerArrowToggle = { 0x7f02002c, 0x7f02003c, 0x7f020054, 0x7f02005d, 0x7f020077, 0x7f020097, 0x7f0200b0, 0x7f0200bc }; + public static final int DrawerArrowToggle_barSize = 0; + public static final int DrawerArrowToggle_color = 1; + public static final int DrawerArrowToggle_drawableSize = 2; + public static final int DrawerArrowToggle_gapBetweenBars = 3; + public static final int DrawerArrowToggle_middleBarArrowSize = 4; + public static final int DrawerArrowToggle_spinBars = 5; + public static final int DrawerArrowToggle_thickness = 6; + public static final int DrawerArrowToggle_topBottomBarArrowSize = 7; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f020050, 0x7f020052, 0x7f020076, 0x7f020094 }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + 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_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + 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_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f020093 }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + 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_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_showAsAction = 16; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f020086 }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int[] PopupWindow = { 0x01010176, 0x7f02007c }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_overlapAnchor = 1; + public static final int[] PopupWindowBackgroundState = { 0x7f02009c }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f020038, 0x7f020045, 0x7f02004b, 0x7f02005e, 0x7f020064, 0x7f020069, 0x7f02008a, 0x7f02008b, 0x7f02008e, 0x7f02008f, 0x7f02009d, 0x7f0200a1, 0x7f0200be }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f02004e, 0x7f020083, 0x7f020089, 0x7f020099 }; + public static final int Spinner_android_gravity = 0; + public static final int Spinner_android_background = 1; + public static final int Spinner_android_dropDownSelector = 2; + public static final int Spinner_android_popupBackground = 3; + public static final int Spinner_android_dropDownWidth = 4; + public static final int Spinner_android_dropDownHorizontalOffset = 5; + public static final int Spinner_android_dropDownVerticalOffset = 6; + public static final int Spinner_disableChildrenWhenDisabled = 7; + public static final int Spinner_popupPromptView = 8; + public static final int Spinner_prompt = 9; + public static final int Spinner_spinnerMode = 10; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f020095, 0x7f02009b, 0x7f0200a2, 0x7f0200a3, 0x7f0200a5, 0x7f0200b1, 0x7f0200bd }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_track = 9; + public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f0200a6 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_textAllCaps = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020025, 0x7f020026, 0x7f02002d, 0x7f02002e, 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, 0x7f020034, 0x7f020035, 0x7f020036, 0x7f020037, 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, 0x7f020041, 0x7f020042, 0x7f020043, 0x7f020044, 0x7f02004c, 0x7f02004d, 0x7f020051, 0x7f020053, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, 0x7f02005a, 0x7f020061, 0x7f02006a, 0x7f02006b, 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, 0x7f020072, 0x7f020073, 0x7f02007f, 0x7f020080, 0x7f020081, 0x7f020082, 0x7f020085, 0x7f02008c, 0x7f02008d, 0x7f020090, 0x7f020091, 0x7f020092, 0x7f020098, 0x7f02009a, 0x7f0200a4, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200ba, 0x7f0200bb, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c3, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8 }; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_actionBarDivider = 2; + public static final int Theme_actionBarItemBackground = 3; + public static final int Theme_actionBarPopupTheme = 4; + public static final int Theme_actionBarSize = 5; + public static final int Theme_actionBarSplitStyle = 6; + public static final int Theme_actionBarStyle = 7; + public static final int Theme_actionBarTabBarStyle = 8; + public static final int Theme_actionBarTabStyle = 9; + public static final int Theme_actionBarTabTextStyle = 10; + public static final int Theme_actionBarTheme = 11; + public static final int Theme_actionBarWidgetTheme = 12; + public static final int Theme_actionButtonStyle = 13; + public static final int Theme_actionDropDownStyle = 14; + public static final int Theme_actionMenuTextAppearance = 15; + public static final int Theme_actionMenuTextColor = 16; + public static final int Theme_actionModeBackground = 17; + public static final int Theme_actionModeCloseButtonStyle = 18; + public static final int Theme_actionModeCloseDrawable = 19; + public static final int Theme_actionModeCopyDrawable = 20; + public static final int Theme_actionModeCutDrawable = 21; + public static final int Theme_actionModeFindDrawable = 22; + public static final int Theme_actionModePasteDrawable = 23; + public static final int Theme_actionModePopupWindowStyle = 24; + public static final int Theme_actionModeSelectAllDrawable = 25; + public static final int Theme_actionModeShareDrawable = 26; + public static final int Theme_actionModeSplitBackground = 27; + public static final int Theme_actionModeStyle = 28; + public static final int Theme_actionModeWebSearchDrawable = 29; + public static final int Theme_actionOverflowButtonStyle = 30; + public static final int Theme_actionOverflowMenuStyle = 31; + public static final int Theme_activityChooserViewStyle = 32; + public static final int Theme_alertDialogButtonGroupStyle = 33; + public static final int Theme_alertDialogCenterButtons = 34; + public static final int Theme_alertDialogStyle = 35; + public static final int Theme_alertDialogTheme = 36; + public static final int Theme_autoCompleteTextViewStyle = 37; + public static final int Theme_borderlessButtonStyle = 38; + public static final int Theme_buttonBarButtonStyle = 39; + public static final int Theme_buttonBarNegativeButtonStyle = 40; + public static final int Theme_buttonBarNeutralButtonStyle = 41; + public static final int Theme_buttonBarPositiveButtonStyle = 42; + public static final int Theme_buttonBarStyle = 43; + public static final int Theme_buttonStyle = 44; + public static final int Theme_buttonStyleSmall = 45; + public static final int Theme_checkboxStyle = 46; + public static final int Theme_checkedTextViewStyle = 47; + public static final int Theme_colorAccent = 48; + public static final int Theme_colorButtonNormal = 49; + public static final int Theme_colorControlActivated = 50; + public static final int Theme_colorControlHighlight = 51; + public static final int Theme_colorControlNormal = 52; + public static final int Theme_colorPrimary = 53; + public static final int Theme_colorPrimaryDark = 54; + public static final int Theme_colorSwitchThumbNormal = 55; + public static final int Theme_dialogPreferredPadding = 56; + public static final int Theme_dialogTheme = 57; + public static final int Theme_dividerHorizontal = 58; + public static final int Theme_dividerVertical = 59; + public static final int Theme_dropDownListViewStyle = 60; + public static final int Theme_dropdownListPreferredItemHeight = 61; + public static final int Theme_editTextBackground = 62; + public static final int Theme_editTextColor = 63; + public static final int Theme_editTextStyle = 64; + public static final int Theme_homeAsUpIndicator = 65; + public static final int Theme_listChoiceBackgroundIndicator = 66; + public static final int Theme_listDividerAlertDialog = 67; + public static final int Theme_listPopupWindowStyle = 68; + public static final int Theme_listPreferredItemHeight = 69; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 71; + public static final int Theme_listPreferredItemPaddingLeft = 72; + public static final int Theme_listPreferredItemPaddingRight = 73; + public static final int Theme_panelBackground = 74; + public static final int Theme_panelMenuListTheme = 75; + public static final int Theme_panelMenuListWidth = 76; + public static final int Theme_popupMenuStyle = 77; + public static final int Theme_popupWindowStyle = 78; + public static final int Theme_radioButtonStyle = 79; + public static final int Theme_ratingBarStyle = 80; + public static final int Theme_searchViewStyle = 81; + public static final int Theme_selectableItemBackground = 82; + public static final int Theme_selectableItemBackgroundBorderless = 83; + public static final int Theme_spinnerDropDownItemStyle = 84; + public static final int Theme_spinnerStyle = 85; + public static final int Theme_switchStyle = 86; + public static final int Theme_textAppearanceLargePopupMenu = 87; + public static final int Theme_textAppearanceListItem = 88; + public static final int Theme_textAppearanceListItemSmall = 89; + public static final int Theme_textAppearanceSearchResultSubtitle = 90; + public static final int Theme_textAppearanceSearchResultTitle = 91; + public static final int Theme_textAppearanceSmallPopupMenu = 92; + public static final int Theme_textColorAlertDialogListItem = 93; + public static final int Theme_textColorSearchUrl = 94; + public static final int Theme_toolbarNavigationButtonStyle = 95; + public static final int Theme_toolbarStyle = 96; + public static final int Theme_windowActionBar = 97; + public static final int Theme_windowActionBarOverlay = 98; + public static final int Theme_windowActionModeOverlay = 99; + public static final int Theme_windowFixedHeightMajor = 100; + public static final int Theme_windowFixedHeightMinor = 101; + public static final int Theme_windowFixedWidthMajor = 102; + public static final int Theme_windowFixedWidthMinor = 103; + public static final int Theme_windowMinWidthMajor = 104; + public static final int Theme_windowMinWidthMinor = 105; + public static final int Theme_windowNoTitle = 106; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f02003a, 0x7f02003b, 0x7f020046, 0x7f020047, 0x7f020048, 0x7f020049, 0x7f020075, 0x7f020079, 0x7f02007a, 0x7f020084, 0x7f02009e, 0x7f02009f, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 2; + public static final int Toolbar_collapseIcon = 3; + public static final int Toolbar_contentInsetEnd = 4; + public static final int Toolbar_contentInsetLeft = 5; + public static final int Toolbar_contentInsetRight = 6; + public static final int Toolbar_contentInsetStart = 7; + public static final int Toolbar_maxButtonHeight = 8; + public static final int Toolbar_navigationContentDescription = 9; + public static final int Toolbar_navigationIcon = 10; + public static final int Toolbar_popupTheme = 11; + public static final int Toolbar_subtitle = 12; + public static final int Toolbar_subtitleTextAppearance = 13; + public static final int Toolbar_title = 14; + public static final int Toolbar_titleMarginBottom = 15; + public static final int Toolbar_titleMarginEnd = 16; + public static final int Toolbar_titleMarginStart = 17; + public static final int Toolbar_titleMarginTop = 18; + public static final int Toolbar_titleMargins = 19; + public static final int Toolbar_titleTextAppearance = 20; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f02002a, 0x7f02002b, 0x7f02007d, 0x7f02007e, 0x7f0200af }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_backgroundTint = 2; + public static final int View_backgroundTintMode = 3; + public static final int View_paddingEnd = 4; + public static final int View_paddingStart = 5; + public static final int View_theme = 6; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/app/build/generated/source/r/debug/com/peacetrack/R.java b/app/build/generated/source/r/debug/com/peacetrack/R.java new file mode 100644 index 0000000..125d65e --- /dev/null +++ b/app/build/generated/source/r/debug/com/peacetrack/R.java @@ -0,0 +1,6925 @@ +/* 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.peacetrack; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + } + public static final class attr { + /** + *

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

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

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

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), and + * mm (millimeters). + *

Must be one of the following constant values.

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

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

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

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

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

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

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

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

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f02000f; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f02001f; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f020020; + /** + *

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int alertDialogCenterButtons=0x7f020023; + /** + *

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020028; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020029; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ */ + public static final int backgroundTintMode=0x7f02002b; + /** + *

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), and + * mm (millimeters). + */ + public static final int barSize=0x7f02002c; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f02003a; + /** + *

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

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

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

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

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

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

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

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f020046; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f020047; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f020048; + /** + *

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), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f020049; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f02004b; + /** + *

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), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f02004c; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int disableChildrenWhenDisabled=0x7f02004e; + /** + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ */ + public static final int displayOptions=0x7f02004f; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f020052; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f020054; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f020057; + /** + *

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f020059; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int elevation=0x7f02005b; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f02005d; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int height=0x7f02005f; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int hideOnContentScroll=0x7f020060; + /** + *

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int iconifiedByDefault=0x7f020064; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f020066; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int isLightTheme=0x7f020067; + /** + *

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), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f020068; + /** + *

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

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

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f02006f; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f020070; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f020071; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f020072; + /** + *

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), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f020073; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f020075; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int measureWithLargestChild=0x7f020076; + /** + *

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), and + * mm (millimeters). + */ + public static final int middleBarArrowSize=0x7f020077; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f020079; + /** + *

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

Must be one of the following constant values.

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int overlapAnchor=0x7f02007c; + /** + *

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), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f02007d; + /** + *

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), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f02007e; + /** + *

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

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

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), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f020081; + /** + *

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

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int preserveIconSpacing=0x7f020086; + /** + *

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), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f020087; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f02008b; + /** + *

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

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

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

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

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

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

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

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

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

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int showText=0x7f020095; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int spinBars=0x7f020097; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
dialog0
dropdown1
+ */ + public static final int spinnerMode=0x7f020099; + /** + *

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int splitTrack=0x7f02009b; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int state_above_anchor=0x7f02009c; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f02009e; + /** + *

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

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

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

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), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f0200a2; + /** + *

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), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f0200a3; + /** + *

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

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

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

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

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

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

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

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

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

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

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f0200ad; + /** + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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=0x7f0200ae; + /** + *

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

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), and + * mm (millimeters). + */ + public static final int thickness=0x7f0200b0; + /** + *

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), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f0200b1; + /** + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f0200b2; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f0200b3; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f0200b4; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f0200b5; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f0200b6; + /** + *

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), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f0200b7; + /** + *

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

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

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

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

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), and + * mm (millimeters). + */ + public static final int topBottomBarArrowSize=0x7f0200bc; + /** + *

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

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

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBar=0x7f0200bf; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionBarOverlay=0x7f0200c0; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowActionModeOverlay=0x7f0200c1; + /** + *

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), and + * 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. + */ + public static final int windowFixedHeightMajor=0x7f0200c2; + /** + *

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), and + * 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. + */ + public static final int windowFixedHeightMinor=0x7f0200c3; + /** + *

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), and + * 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. + */ + public static final int windowFixedWidthMajor=0x7f0200c4; + /** + *

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), and + * 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. + */ + public static final int windowFixedWidthMinor=0x7f0200c5; + /** + *

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), and + * 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. + */ + public static final int windowMinWidthMajor=0x7f0200c6; + /** + *

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), and + * 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. + */ + public static final int windowMinWidthMinor=0x7f0200c7; + /** + *

May be a boolean value, such as "true" or + * "false". + */ + public static final int windowNoTitle=0x7f0200c8; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f030000; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f030001; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f030002; + public static final int abc_config_actionMenuItemAllCaps=0x7f030003; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f030004; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f030005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f030006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f040000; + public static final int abc_background_cache_hint_selector_material_light=0x7f040001; + public static final int abc_input_method_navigation_guard=0x7f040002; + public static final int abc_primary_text_disable_only_material_dark=0x7f040003; + public static final int abc_primary_text_disable_only_material_light=0x7f040004; + public static final int abc_primary_text_material_dark=0x7f040005; + public static final int abc_primary_text_material_light=0x7f040006; + public static final int abc_search_url_text=0x7f040007; + public static final int abc_search_url_text_normal=0x7f040008; + public static final int abc_search_url_text_pressed=0x7f040009; + public static final int abc_search_url_text_selected=0x7f04000a; + public static final int abc_secondary_text_material_dark=0x7f04000b; + public static final int abc_secondary_text_material_light=0x7f04000c; + public static final int accent_material_dark=0x7f04000d; + public static final int accent_material_light=0x7f04000e; + public static final int background_floating_material_dark=0x7f04000f; + public static final int background_floating_material_light=0x7f040010; + public static final int background_material_dark=0x7f040011; + public static final int background_material_light=0x7f040012; + public static final int blue=0x7f040013; + public static final int bright_foreground_disabled_material_dark=0x7f040014; + public static final int bright_foreground_disabled_material_light=0x7f040015; + public static final int bright_foreground_inverse_material_dark=0x7f040016; + public static final int bright_foreground_inverse_material_light=0x7f040017; + public static final int bright_foreground_material_dark=0x7f040018; + public static final int bright_foreground_material_light=0x7f040019; + public static final int button_material_dark=0x7f04001a; + public static final int button_material_light=0x7f04001b; + public static final int darkblue=0x7f04001c; + public static final int darkergrey=0x7f04001d; + public static final int darkgreen=0x7f04001e; + public static final int darkgrey=0x7f04001f; + public static final int darkorange=0x7f040020; + public static final int dim_foreground_disabled_material_dark=0x7f040021; + public static final int dim_foreground_disabled_material_light=0x7f040022; + public static final int dim_foreground_material_dark=0x7f040023; + public static final int dim_foreground_material_light=0x7f040024; + public static final int green=0x7f040025; + public static final int highlighted_text_material_dark=0x7f040026; + public static final int highlighted_text_material_light=0x7f040027; + public static final int hint_foreground_material_dark=0x7f040028; + public static final int hint_foreground_material_light=0x7f040029; + public static final int homeitemdarkgrey=0x7f04002a; + public static final int homeitemlightgrey=0x7f04002b; + public static final int lightergrey=0x7f04002c; + public static final int lightgrey=0x7f04002d; + public static final int link_text_material_dark=0x7f04002e; + public static final int link_text_material_light=0x7f04002f; + public static final int material_blue_grey_800=0x7f040030; + public static final int material_blue_grey_900=0x7f040031; + public static final int material_blue_grey_950=0x7f040032; + public static final int material_deep_teal_200=0x7f040033; + public static final int material_deep_teal_500=0x7f040034; + public static final int orange=0x7f040035; + public static final int pressed_vrf=0x7f040036; + public static final int primary_dark_material_dark=0x7f040037; + public static final int primary_dark_material_light=0x7f040038; + public static final int primary_material_dark=0x7f040039; + public static final int primary_material_light=0x7f04003a; + public static final int primary_text_default_material_dark=0x7f04003b; + public static final int primary_text_default_material_light=0x7f04003c; + public static final int primary_text_disabled_material_dark=0x7f04003d; + public static final int primary_text_disabled_material_light=0x7f04003e; + public static final int ripple_material_dark=0x7f04003f; + public static final int ripple_material_light=0x7f040040; + public static final int secondary_text_default_material_dark=0x7f040041; + public static final int secondary_text_default_material_light=0x7f040042; + public static final int secondary_text_disabled_material_dark=0x7f040043; + public static final int secondary_text_disabled_material_light=0x7f040044; + public static final int switch_thumb_disabled_material_dark=0x7f040045; + public static final int switch_thumb_disabled_material_light=0x7f040046; + public static final int switch_thumb_material_dark=0x7f040047; + public static final int switch_thumb_material_light=0x7f040048; + public static final int switch_thumb_normal_material_dark=0x7f040049; + public static final int switch_thumb_normal_material_light=0x7f04004a; + public static final int white=0x7f04004b; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f050000; + public static final int abc_action_bar_default_height_material=0x7f050001; + public static final int abc_action_bar_default_padding_material=0x7f050002; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f050003; + public static final int abc_action_bar_navigation_padding_start_material=0x7f050004; + public static final int abc_action_bar_overflow_padding_end_material=0x7f050005; + public static final int abc_action_bar_overflow_padding_start_material=0x7f050006; + public static final int abc_action_bar_progress_bar_size=0x7f050007; + public static final int abc_action_bar_stacked_max_height=0x7f050008; + public static final int abc_action_bar_stacked_tab_max_width=0x7f050009; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f05000a; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f05000b; + public static final int abc_action_button_min_height_material=0x7f05000c; + public static final int abc_action_button_min_width_material=0x7f05000d; + public static final int abc_action_button_min_width_overflow_material=0x7f05000e; + public static final int abc_alert_dialog_button_bar_height=0x7f05000f; + public static final int abc_button_inset_horizontal_material=0x7f050010; + public static final int abc_button_inset_vertical_material=0x7f050011; + public static final int abc_button_padding_horizontal_material=0x7f050012; + public static final int abc_button_padding_vertical_material=0x7f050013; + public static final int abc_config_prefDialogWidth=0x7f050014; + public static final int abc_control_corner_material=0x7f050015; + public static final int abc_control_inset_material=0x7f050016; + public static final int abc_control_padding_material=0x7f050017; + public static final int abc_dialog_list_padding_vertical_material=0x7f050018; + public static final int abc_dialog_min_width_major=0x7f050019; + public static final int abc_dialog_min_width_minor=0x7f05001a; + public static final int abc_dialog_padding_material=0x7f05001b; + public static final int abc_dialog_padding_top_material=0x7f05001c; + public static final int abc_disabled_alpha_material_dark=0x7f05001d; + public static final int abc_disabled_alpha_material_light=0x7f05001e; + public static final int abc_dropdownitem_icon_width=0x7f05001f; + public static final int abc_dropdownitem_text_padding_left=0x7f050020; + public static final int abc_dropdownitem_text_padding_right=0x7f050021; + public static final int abc_edit_text_inset_bottom_material=0x7f050022; + public static final int abc_edit_text_inset_horizontal_material=0x7f050023; + public static final int abc_edit_text_inset_top_material=0x7f050024; + public static final int abc_floating_window_z=0x7f050025; + public static final int abc_list_item_padding_horizontal_material=0x7f050026; + public static final int abc_panel_menu_list_width=0x7f050027; + public static final int abc_search_view_preferred_width=0x7f050028; + public static final int abc_search_view_text_min_width=0x7f050029; + public static final int abc_switch_padding=0x7f05002a; + public static final int abc_text_size_body_1_material=0x7f05002b; + public static final int abc_text_size_body_2_material=0x7f05002c; + public static final int abc_text_size_button_material=0x7f05002d; + public static final int abc_text_size_caption_material=0x7f05002e; + public static final int abc_text_size_display_1_material=0x7f05002f; + public static final int abc_text_size_display_2_material=0x7f050030; + public static final int abc_text_size_display_3_material=0x7f050031; + public static final int abc_text_size_display_4_material=0x7f050032; + public static final int abc_text_size_headline_material=0x7f050033; + public static final int abc_text_size_large_material=0x7f050034; + public static final int abc_text_size_medium_material=0x7f050035; + public static final int abc_text_size_menu_material=0x7f050036; + public static final int abc_text_size_small_material=0x7f050037; + public static final int abc_text_size_subhead_material=0x7f050038; + public static final int abc_text_size_subtitle_material_toolbar=0x7f050039; + public static final int abc_text_size_title_material=0x7f05003a; + public static final int abc_text_size_title_material_toolbar=0x7f05003b; + public static final int activity_horizontal_margin=0x7f05003c; + public static final int activity_vertical_margin=0x7f05003d; + public static final int dialog_fixed_height_major=0x7f05003e; + public static final int dialog_fixed_height_minor=0x7f05003f; + public static final int dialog_fixed_width_major=0x7f050040; + public static final int dialog_fixed_width_minor=0x7f050041; + public static final int disabled_alpha_material_dark=0x7f050042; + public static final int disabled_alpha_material_light=0x7f050043; + public static final int notification_large_icon_height=0x7f050044; + public static final int notification_large_icon_width=0x7f050045; + public static final int notification_subtext_size=0x7f050046; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f060000; + public static final int abc_btn_borderless_material=0x7f060001; + public static final int abc_btn_check_material=0x7f060002; + public static final int abc_btn_check_to_on_mtrl_000=0x7f060003; + public static final int abc_btn_check_to_on_mtrl_015=0x7f060004; + public static final int abc_btn_default_mtrl_shape=0x7f060005; + public static final int abc_btn_radio_material=0x7f060006; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f060007; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f060008; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f060009; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f06000a; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f06000b; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f06000c; + public static final int abc_cab_background_internal_bg=0x7f06000d; + public static final int abc_cab_background_top_material=0x7f06000e; + public static final int abc_cab_background_top_mtrl_alpha=0x7f06000f; + public static final int abc_dialog_material_background_dark=0x7f060010; + public static final int abc_dialog_material_background_light=0x7f060011; + public static final int abc_edit_text_material=0x7f060012; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f060013; + public static final int abc_ic_clear_mtrl_alpha=0x7f060014; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f060015; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f060016; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f060017; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f060018; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f060019; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f06001a; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f06001b; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f06001c; + public static final int abc_ic_search_api_mtrl_alpha=0x7f06001d; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f06001e; + public static final int abc_item_background_holo_dark=0x7f06001f; + public static final int abc_item_background_holo_light=0x7f060020; + public static final int abc_list_divider_mtrl_alpha=0x7f060021; + public static final int abc_list_focused_holo=0x7f060022; + public static final int abc_list_longpressed_holo=0x7f060023; + public static final int abc_list_pressed_holo_dark=0x7f060024; + public static final int abc_list_pressed_holo_light=0x7f060025; + public static final int abc_list_selector_background_transition_holo_dark=0x7f060026; + public static final int abc_list_selector_background_transition_holo_light=0x7f060027; + public static final int abc_list_selector_disabled_holo_dark=0x7f060028; + public static final int abc_list_selector_disabled_holo_light=0x7f060029; + public static final int abc_list_selector_holo_dark=0x7f06002a; + public static final int abc_list_selector_holo_light=0x7f06002b; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f06002c; + public static final int abc_popup_background_mtrl_mult=0x7f06002d; + public static final int abc_ratingbar_full_material=0x7f06002e; + public static final int abc_spinner_mtrl_am_alpha=0x7f06002f; + public static final int abc_spinner_textfield_background_material=0x7f060030; + public static final int abc_switch_thumb_material=0x7f060031; + public static final int abc_switch_track_mtrl_alpha=0x7f060032; + public static final int abc_tab_indicator_material=0x7f060033; + public static final int abc_tab_indicator_mtrl_alpha=0x7f060034; + public static final int abc_text_cursor_mtrl_alpha=0x7f060035; + public static final int abc_textfield_activated_mtrl_alpha=0x7f060036; + public static final int abc_textfield_default_mtrl_alpha=0x7f060037; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f060038; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f060039; + public static final int abc_textfield_search_material=0x7f06003a; + public static final int ic_action_add=0x7f06003b; + public static final int ic_action_delete=0x7f06003c; + public static final int ic_action_edit=0x7f06003d; + public static final int ic_action_search=0x7f06003e; + public static final int ic_launcher=0x7f06003f; + public static final int notification_template_icon_bg=0x7f060040; + public static final int peacetrack_logo=0x7f060041; + public static final int rounded_edittext=0x7f060042; + } + public static final class id { + public static final int action0=0x7f070000; + public static final int action_addactivity=0x7f070001; + public static final int action_addcohort=0x7f070002; + public static final int action_addmeasurement=0x7f070003; + public static final int action_bar=0x7f070004; + public static final int action_bar_activity_content=0x7f070005; + public static final int action_bar_container=0x7f070006; + public static final int action_bar_root=0x7f070007; + public static final int action_bar_spinner=0x7f070008; + public static final int action_bar_subtitle=0x7f070009; + public static final int action_bar_title=0x7f07000a; + public static final int action_context_bar=0x7f07000b; + public static final int action_delete=0x7f07000c; + public static final int action_divider=0x7f07000d; + public static final int action_edit=0x7f07000e; + public static final int action_menu_divider=0x7f07000f; + public static final int action_menu_presenter=0x7f070010; + public static final int action_mode_bar=0x7f070011; + public static final int action_mode_bar_stub=0x7f070012; + public static final int action_mode_close_button=0x7f070013; + public static final int action_search=0x7f070014; + public static final int action_settings=0x7f070015; + public static final int activitieslistView=0x7f070016; + public static final int activityCohortLabel=0x7f070017; + public static final int activityDate=0x7f070018; + public static final int activityDateLabel=0x7f070019; + public static final int activityDescription=0x7f07001a; + public static final int activityDescriptionLabel=0x7f07001b; + public static final int activityGraphLinearLayout=0x7f07001c; + public static final int activityName=0x7f07001d; + public static final int activityNameLabel=0x7f07001e; + public static final int activityOutputLabel=0x7f07001f; + public static final int activityOutputs=0x7f070020; + public static final int activityTime=0x7f070021; + public static final int activityTimeLabel=0x7f070022; + public static final int activityTitle=0x7f070023; + public static final int activity_chooser_view_content=0x7f070024; + public static final int activity_cohort_spinner=0x7f070025; + public static final int addActivityButton=0x7f070026; + public static final int addMeasurementButton=0x7f070027; + public static final int addnewactivitybutton=0x7f070028; + public static final int addnewmeasurementbutton=0x7f070029; + public static final int addoutputbutton=0x7f07002a; + public static final int alertTitle=0x7f07002b; + public static final int always=0x7f07002c; + public static final int associatedoutcomedata=0x7f07002d; + public static final int associatedoutputdata=0x7f07002e; + public static final int beginning=0x7f07002f; + public static final int buttonPanel=0x7f070030; + public static final int cancel_action=0x7f070031; + public static final int checkbox=0x7f070032; + public static final int chronometer=0x7f070033; + public static final int cohortdescription=0x7f070034; + public static final int cohortname=0x7f070035; + public static final int cohortsButton=0x7f070036; + public static final int cohortslistView=0x7f070037; + public static final int collapseActionView=0x7f070038; + public static final int contentPanel=0x7f070039; + public static final int custom=0x7f07003a; + public static final int customPanel=0x7f07003b; + public static final int decor_content_parent=0x7f07003c; + public static final int default_activity_button=0x7f07003d; + public static final int dialog=0x7f07003e; + public static final int disableHome=0x7f07003f; + public static final int dropdown=0x7f070040; + public static final int edit_query=0x7f070041; + public static final int end=0x7f070042; + public static final int end_padder=0x7f070043; + public static final int expand_activities_button=0x7f070044; + public static final int expanded_menu=0x7f070045; + public static final int home=0x7f070046; + public static final int homeAsUp=0x7f070047; + public static final int icon=0x7f070048; + public static final int ifRoom=0x7f070049; + public static final int image=0x7f07004a; + public static final int impactButton=0x7f07004b; + public static final int info=0x7f07004c; + public static final int line1=0x7f07004d; + public static final int line3=0x7f07004e; + public static final int listMode=0x7f07004f; + public static final int list_item=0x7f070050; + public static final int loginButton=0x7f070051; + public static final int measurementTitle=0x7f070052; + public static final int measurementdescription=0x7f070053; + public static final int measurementname=0x7f070054; + public static final int measurementslistView=0x7f070055; + public static final int media_actions=0x7f070056; + public static final int middle=0x7f070057; + public static final int multiply=0x7f070058; + public static final int nameEditEmail=0x7f070059; + public static final int nameEditText=0x7f07005a; + public static final int never=0x7f07005b; + public static final int none=0x7f07005c; + public static final int normal=0x7f07005d; + public static final int numEvents=0x7f07005e; + public static final int outputdata=0x7f07005f; + public static final int outputname=0x7f070060; + public static final int parentPanel=0x7f070061; + public static final int post_spinner=0x7f070062; + public static final int postname=0x7f070063; + public static final int progress_circular=0x7f070064; + public static final int progress_horizontal=0x7f070065; + public static final int projecttitle=0x7f070066; + public static final int radio=0x7f070067; + public static final int relevantcohortname=0x7f070068; + public static final int save=0x7f070069; + public static final int saveactivitybutton=0x7f07006a; + public static final int savecohortbutton=0x7f07006b; + public static final int savemeasurementbutton=0x7f07006c; + public static final int screen=0x7f07006d; + public static final int scrollView=0x7f07006e; + public static final int search_badge=0x7f07006f; + public static final int search_bar=0x7f070070; + public static final int search_button=0x7f070071; + public static final int search_close_btn=0x7f070072; + public static final int search_edit_frame=0x7f070073; + public static final int search_go_btn=0x7f070074; + public static final int search_mag_icon=0x7f070075; + public static final int search_plate=0x7f070076; + public static final int search_src_text=0x7f070077; + public static final int search_voice_btn=0x7f070078; + public static final int sector_spinner=0x7f070079; + public static final int sectorname=0x7f07007a; + public static final int select_dialog_listview=0x7f07007b; + public static final int shortcut=0x7f07007c; + public static final int showCustom=0x7f07007d; + public static final int showHome=0x7f07007e; + public static final int showTitle=0x7f07007f; + public static final int split_action_bar=0x7f070080; + public static final int src_atop=0x7f070081; + public static final int src_in=0x7f070082; + public static final int src_over=0x7f070083; + public static final int status_bar_latest_event_content=0x7f070084; + public static final int submit_area=0x7f070085; + public static final int tabMode=0x7f070086; + public static final int text=0x7f070087; + public static final int text2=0x7f070088; + public static final int textSpacerNoButtons=0x7f070089; + public static final int time=0x7f07008a; + public static final int title=0x7f07008b; + public static final int title_template=0x7f07008c; + public static final int topPanel=0x7f07008d; + public static final int totalParticipants=0x7f07008e; + public static final int up=0x7f07008f; + public static final int useLogo=0x7f070090; + public static final int welcometablelayout=0x7f070091; + public static final int withText=0x7f070092; + public static final int wrap_content=0x7f070093; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f080000; + public static final int abc_config_activityShortDur=0x7f080001; + public static final int abc_max_action_buttons=0x7f080002; + public static final int cancel_button_image_alpha=0x7f080003; + public static final int status_bar_notification_info_maxnum=0x7f080004; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f090000; + public static final int abc_action_bar_up_container=0x7f090001; + public static final int abc_action_bar_view_list_nav_layout=0x7f090002; + public static final int abc_action_menu_item_layout=0x7f090003; + public static final int abc_action_menu_layout=0x7f090004; + public static final int abc_action_mode_bar=0x7f090005; + public static final int abc_action_mode_close_item_material=0x7f090006; + public static final int abc_activity_chooser_view=0x7f090007; + public static final int abc_activity_chooser_view_list_item=0x7f090008; + public static final int abc_alert_dialog_material=0x7f090009; + public static final int abc_dialog_title_material=0x7f09000a; + public static final int abc_expanded_menu_layout=0x7f09000b; + public static final int abc_list_menu_item_checkbox=0x7f09000c; + public static final int abc_list_menu_item_icon=0x7f09000d; + public static final int abc_list_menu_item_layout=0x7f09000e; + public static final int abc_list_menu_item_radio=0x7f09000f; + public static final int abc_popup_menu_item_layout=0x7f090010; + public static final int abc_screen_content_include=0x7f090011; + public static final int abc_screen_simple=0x7f090012; + public static final int abc_screen_simple_overlay_action_mode=0x7f090013; + public static final int abc_screen_toolbar=0x7f090014; + public static final int abc_search_dropdown_item_icons_2line=0x7f090015; + public static final int abc_search_view=0x7f090016; + public static final int abc_select_dialog_material=0x7f090017; + public static final int abc_simple_dropdown_hint=0x7f090018; + public static final int activity_addactivity=0x7f090019; + public static final int activity_addcohort=0x7f09001a; + public static final int activity_addindicators=0x7f09001b; + public static final int activity_addmeasurement=0x7f09001c; + public static final int activity_cohortdetails=0x7f09001d; + public static final int activity_impacts=0x7f09001e; + public static final int activity_listactivities=0x7f09001f; + public static final int activity_listcohorts=0x7f090020; + public static final int activity_listmeasurements=0x7f090021; + public static final int activity_login=0x7f090022; + public static final int activity_measurementdetails=0x7f090023; + public static final int activity_welcome=0x7f090024; + public static final int notification_media_action=0x7f090025; + public static final int notification_media_cancel_action=0x7f090026; + public static final int notification_template_big_media=0x7f090027; + public static final int notification_template_big_media_narrow=0x7f090028; + public static final int notification_template_lines=0x7f090029; + public static final int notification_template_media=0x7f09002a; + public static final int notification_template_part_chronometer=0x7f09002b; + public static final int notification_template_part_time=0x7f09002c; + public static final int select_dialog_item_material=0x7f09002d; + public static final int select_dialog_multichoice_material=0x7f09002e; + public static final int select_dialog_singlechoice_material=0x7f09002f; + public static final int support_simple_spinner_dropdown_item=0x7f090030; + } + public static final class menu { + public static final int addmenu=0x7f0a0000; + public static final int allactivitiesmenu=0x7f0a0001; + public static final int allcohortsmenu=0x7f0a0002; + public static final int allmeasurementsmenu=0x7f0a0003; + public static final int loginmenu=0x7f0a0004; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f0b0000; + public static final int abc_action_bar_home_description_format=0x7f0b0001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0b0002; + public static final int abc_action_bar_up_description=0x7f0b0003; + public static final int abc_action_menu_overflow_description=0x7f0b0004; + public static final int abc_action_mode_done=0x7f0b0005; + public static final int abc_activity_chooser_view_see_all=0x7f0b0006; + public static final int abc_activitychooserview_choose_application=0x7f0b0007; + public static final int abc_search_hint=0x7f0b0008; + public static final int abc_searchview_description_clear=0x7f0b0009; + public static final int abc_searchview_description_query=0x7f0b000a; + public static final int abc_searchview_description_search=0x7f0b000b; + public static final int abc_searchview_description_submit=0x7f0b000c; + public static final int abc_searchview_description_voice=0x7f0b000d; + public static final int abc_shareactionprovider_share_with=0x7f0b000e; + public static final int abc_shareactionprovider_share_with_application=0x7f0b000f; + public static final int abc_toolbar_collapse_description=0x7f0b0010; + public static final int action_settings=0x7f0b0011; + public static final int activityDateHint=0x7f0b0012; + public static final int activityTimeHint=0x7f0b0013; + public static final int addacountbutton=0x7f0b0014; + public static final int addactivity=0x7f0b0015; + public static final int addactivityactivity_cohort_label=0x7f0b0016; + public static final int addactivityactivity_date_label=0x7f0b0017; + public static final int addactivityactivity_description_label=0x7f0b0018; + public static final int addactivityactivity_label=0x7f0b0019; + public static final int addactivityactivity_outputs_label=0x7f0b001a; + public static final int addactivityactivity_time_label=0x7f0b001b; + public static final int addactivityactivity_title_label=0x7f0b001c; + public static final int addanotheroutput=0x7f0b001d; + public static final int addcohort=0x7f0b001e; + public static final int addcohortactivity_label=0x7f0b001f; + public static final int addindicatorsactivity_label=0x7f0b0020; + public static final int addmeasurement=0x7f0b0021; + public static final int addmeasurementactivity_label=0x7f0b0022; + public static final int addnewactivity=0x7f0b0023; + public static final int addnewmeasurement=0x7f0b0024; + public static final int agerangehint=0x7f0b0025; + public static final int allactivitiesactivity_label=0x7f0b0026; + public static final int allcohortsactivity_label=0x7f0b0027; + public static final int allmeasurementsactivity_label=0x7f0b0028; + public static final int app_name=0x7f0b0029; + public static final int associatedoutcomehint=0x7f0b002a; + public static final int cohort=0x7f0b002b; + public static final int cohortListEmptyMessage=0x7f0b002c; + public static final int cohortListEmptyTitle=0x7f0b002d; + public static final int cohortdescriptionhint=0x7f0b002e; + public static final int cohortdetailsactivity_label=0x7f0b002f; + public static final int cohortnamehint=0x7f0b0030; + public static final int cohortnoteshint=0x7f0b0031; + public static final int datecheck=0x7f0b0032; + public static final int delete=0x7f0b0033; + public static final int duplicateActivitycheck=0x7f0b0034; + public static final int duplicatecohortcheck=0x7f0b0035; + public static final int edit=0x7f0b0036; + public static final int email=0x7f0b0037; + public static final int emailcheck=0x7f0b0038; + public static final int femaleshint=0x7f0b0039; + public static final int impact=0x7f0b003a; + public static final int login=0x7f0b003b; + public static final int maleshint=0x7f0b003c; + public static final int measurementcohortnamehint=0x7f0b003d; + public static final int measurementdescriptionhint=0x7f0b003e; + public static final int measurementdetailsactivity_label=0x7f0b003f; + public static final int measurementnamehint=0x7f0b0040; + public static final int name=0x7f0b0041; + public static final int nameandemailcheck=0x7f0b0042; + public static final int namecheck=0x7f0b0043; + public static final int networkUnavailableMessage=0x7f0b0044; + public static final int networkUnavailableTitle=0x7f0b0045; + public static final int no=0x7f0b0046; + public static final int ok=0x7f0b0047; + public static final int outputdata=0x7f0b0048; + public static final int outputname=0x7f0b0049; + public static final int participantshint=0x7f0b004a; + public static final int peaceTrack=0x7f0b004b; + public static final int positioncommunityhint=0x7f0b004c; + public static final int post=0x7f0b004d; + public static final int projecttitle=0x7f0b004e; + public static final int quickactivity=0x7f0b004f; + public static final int quickmeasurement=0x7f0b0050; + public static final int save=0x7f0b0051; + public static final int search=0x7f0b0052; + public static final int sector=0x7f0b0053; + public static final int status_bar_notification_info_overflow=0x7f0b0054; + public static final int textview=0x7f0b0055; + public static final int timecheck=0x7f0b0056; + public static final int welcomeactivity_label=0x7f0b0057; + public static final int yes=0x7f0b0058; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0c0000; + public static final int AlertDialog_AppCompat_Light=0x7f0c0001; + public static final int Animation_AppCompat_Dialog=0x7f0c0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0c0003; + public static final int AppBaseTheme=0x7f0c0004; + public static final int AppTheme=0x7f0c0005; + public static final int Base_AlertDialog_AppCompat=0x7f0c0006; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0c0007; + public static final int Base_Animation_AppCompat_Dialog=0x7f0c0008; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c0009; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c000b; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0c000a; + public static final int Base_TextAppearance_AppCompat=0x7f0c000c; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c000d; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c000e; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0c000f; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0010; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0011; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0012; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c0013; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c0014; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0015; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c0016; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0c0017; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c0018; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0019; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c001a; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c001b; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c001d; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c001e; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c001f; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0020; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0021; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0022; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c0023; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c0024; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0c0025; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c0026; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0027; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0028; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c002c; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c002d; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c002e; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c002f; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0030; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0031; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0032; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0033; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0034; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0035; + public static final int Base_ThemeOverlay_AppCompat=0x7f0c0044; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c0045; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c0046; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0047; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c0048; + public static final int Base_Theme_AppCompat=0x7f0c0036; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c0037; + public static final int Base_Theme_AppCompat_Dialog=0x7f0c0038; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c003c; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0039; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c003a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c003b; + public static final int Base_Theme_AppCompat_Light=0x7f0c003d; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c003e; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c003f; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0043; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0040; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c0041; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0042; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c0049; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c004a; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c004b; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0c004c; + public static final int Base_V21_Theme_AppCompat=0x7f0c004d; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c004e; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0c004f; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c0050; + public static final int Base_V7_Theme_AppCompat=0x7f0c0051; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c0052; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0c0053; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c0054; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c0055; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c0056; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0c0057; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c0058; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c0059; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c005a; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c005b; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0c005c; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c005d; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c005e; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0c005f; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c0060; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0061; + public static final int Base_Widget_AppCompat_Button=0x7f0c0062; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c0067; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c0068; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c0063; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0064; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c0065; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0c0066; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0069; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c006a; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c006b; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c006c; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c006d; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c006e; + public static final int Base_Widget_AppCompat_EditText=0x7f0c006f; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c0070; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0071; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0072; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0073; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0074; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0075; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0076; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0077; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0078; + public static final int Base_Widget_AppCompat_ListView=0x7f0c0079; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c007a; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c007b; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c007c; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c007d; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c007e; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c007f; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0080; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0081; + public static final int Base_Widget_AppCompat_SearchView=0x7f0c0082; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c0083; + public static final int Base_Widget_AppCompat_Spinner=0x7f0c0084; + public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0085; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0086; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0087; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0c0088; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0089; + public static final int NoActionBar=0x7f0c008a; + public static final int Platform_AppCompat=0x7f0c008b; + public static final int Platform_AppCompat_Light=0x7f0c008c; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c008d; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c008e; + public static final int Platform_V11_AppCompat=0x7f0c008f; + public static final int Platform_V11_AppCompat_Light=0x7f0c0090; + public static final int Platform_V14_AppCompat=0x7f0c0091; + public static final int Platform_V14_AppCompat_Light=0x7f0c0092; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c0093; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c0094; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0095; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c0096; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0097; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0098; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c0099; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c009f; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c009a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c009b; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c009c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c009d; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c009e; + public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c00a0; + public static final int TextAppearance_AppCompat=0x7f0c00a1; + public static final int TextAppearance_AppCompat_Body1=0x7f0c00a2; + public static final int TextAppearance_AppCompat_Body2=0x7f0c00a3; + public static final int TextAppearance_AppCompat_Button=0x7f0c00a4; + public static final int TextAppearance_AppCompat_Caption=0x7f0c00a5; + public static final int TextAppearance_AppCompat_Display1=0x7f0c00a6; + public static final int TextAppearance_AppCompat_Display2=0x7f0c00a7; + public static final int TextAppearance_AppCompat_Display3=0x7f0c00a8; + public static final int TextAppearance_AppCompat_Display4=0x7f0c00a9; + public static final int TextAppearance_AppCompat_Headline=0x7f0c00aa; + public static final int TextAppearance_AppCompat_Inverse=0x7f0c00ab; + public static final int TextAppearance_AppCompat_Large=0x7f0c00ac; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00ad; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00ae; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00af; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00b0; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00b1; + public static final int TextAppearance_AppCompat_Medium=0x7f0c00b2; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00b3; + public static final int TextAppearance_AppCompat_Menu=0x7f0c00b4; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00b5; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00b6; + public static final int TextAppearance_AppCompat_Small=0x7f0c00b7; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00b8; + public static final int TextAppearance_AppCompat_Subhead=0x7f0c00b9; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00ba; + public static final int TextAppearance_AppCompat_Title=0x7f0c00bb; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00bc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00bd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00be; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00bf; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00c0; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00c1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00c2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00c3; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00c4; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00c5; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00c6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c00c7; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c00c8; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c00c9; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c00ca; + public static final int TextAppearance_StatusBar_EventContent=0x7f0c00cb; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0c00cc; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0c00cd; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0c00ce; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0c00cf; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00d0; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c00d1; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c00d2; + public static final int ThemeOverlay_AppCompat=0x7f0c00e1; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c00e2; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0c00e3; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00e4; + public static final int ThemeOverlay_AppCompat_Light=0x7f0c00e5; + public static final int Theme_AppCompat=0x7f0c00d3; + public static final int Theme_AppCompat_CompactMenu=0x7f0c00d4; + public static final int Theme_AppCompat_Dialog=0x7f0c00d5; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c00d8; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0c00d6; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c00d7; + public static final int Theme_AppCompat_Light=0x7f0c00d9; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c00da; + public static final int Theme_AppCompat_Light_Dialog=0x7f0c00db; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c00de; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c00dc; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c00dd; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c00df; + public static final int Theme_AppCompat_NoActionBar=0x7f0c00e0; + public static final int Widget_AppCompat_ActionBar=0x7f0c00e6; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c00e7; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c00e8; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c00e9; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c00ea; + public static final int Widget_AppCompat_ActionButton=0x7f0c00eb; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c00ec; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c00ed; + public static final int Widget_AppCompat_ActionMode=0x7f0c00ee; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0c00ef; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c00f0; + public static final int Widget_AppCompat_Button=0x7f0c00f1; + public static final int Widget_AppCompat_ButtonBar=0x7f0c00f6; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00f7; + public static final int Widget_AppCompat_Button_Borderless=0x7f0c00f2; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c00f3; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00f4; + public static final int Widget_AppCompat_Button_Small=0x7f0c00f5; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c00f8; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c00f9; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c00fa; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c00fb; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c00fc; + public static final int Widget_AppCompat_EditText=0x7f0c00fd; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0c00fe; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00ff; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0100; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0101; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c0102; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0103; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0104; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0105; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c0106; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0c0107; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0108; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0109; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c010a; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c010b; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c010c; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c010d; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c010e; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c010f; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c0110; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0111; + public static final int Widget_AppCompat_Light_SearchView=0x7f0c0112; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c0113; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0c0114; + public static final int Widget_AppCompat_ListView=0x7f0c0115; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0c0116; + public static final int Widget_AppCompat_ListView_Menu=0x7f0c0117; + public static final int Widget_AppCompat_PopupMenu=0x7f0c0118; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0119; + public static final int Widget_AppCompat_PopupWindow=0x7f0c011a; + public static final int Widget_AppCompat_ProgressBar=0x7f0c011b; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c011c; + public static final int Widget_AppCompat_RatingBar=0x7f0c011d; + public static final int Widget_AppCompat_SearchView=0x7f0c011e; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c011f; + public static final int Widget_AppCompat_Spinner=0x7f0c0120; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c0121; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0122; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c0123; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0124; + public static final int Widget_AppCompat_Toolbar=0x7f0c0125; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0126; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionBar_background com.peacetrack:background}
{@link #ActionBar_backgroundSplit com.peacetrack:backgroundSplit}
{@link #ActionBar_backgroundStacked com.peacetrack:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.peacetrack:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.peacetrack:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.peacetrack:contentInsetRight}
{@link #ActionBar_contentInsetStart com.peacetrack:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.peacetrack:customNavigationLayout}
{@link #ActionBar_displayOptions com.peacetrack:displayOptions}
{@link #ActionBar_divider com.peacetrack:divider}
{@link #ActionBar_elevation com.peacetrack:elevation}
{@link #ActionBar_height com.peacetrack:height}
{@link #ActionBar_hideOnContentScroll com.peacetrack:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.peacetrack:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.peacetrack:homeLayout}
{@link #ActionBar_icon com.peacetrack:icon}
{@link #ActionBar_indeterminateProgressStyle com.peacetrack:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.peacetrack:itemPadding}
{@link #ActionBar_logo com.peacetrack:logo}
{@link #ActionBar_navigationMode com.peacetrack:navigationMode}
{@link #ActionBar_popupTheme com.peacetrack:popupTheme}
{@link #ActionBar_progressBarPadding com.peacetrack:progressBarPadding}
{@link #ActionBar_progressBarStyle com.peacetrack:progressBarStyle}
{@link #ActionBar_subtitle com.peacetrack:subtitle}
{@link #ActionBar_subtitleTextStyle com.peacetrack:subtitleTextStyle}
{@link #ActionBar_title com.peacetrack:title}
{@link #ActionBar_titleTextStyle com.peacetrack: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={ + 0x7f020027, 0x7f020028, 0x7f020029, 0x7f020046, + 0x7f020047, 0x7f020048, 0x7f020049, 0x7f02004a, + 0x7f02004f, 0x7f020050, 0x7f02005b, 0x7f02005f, + 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020063, + 0x7f020065, 0x7f020068, 0x7f020074, 0x7f02007b, + 0x7f020084, 0x7f020087, 0x7f020088, 0x7f02009e, + 0x7f0200a0, 0x7f0200b2, 0x7f0200b9 + }; + /** + * Attributes that can be used with a ActionBarLayout. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#background} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:background + */ + public static final int ActionBar_background=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#customNavigationLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=7; + /** + *

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

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

+ * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
disableHome20
homeAsUp4
none0
showCustom10
showHome2
showTitle8
useLogo1
+ * + * @attr name com.peacetrack:displayOptions + */ + public static final int ActionBar_displayOptions=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#divider} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:divider + */ + public static final int ActionBar_divider=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:elevation + */ + public static final int ActionBar_elevation=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:height + */ + public static final int ActionBar_height=11; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#homeAsUpIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#homeLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:homeLayout + */ + public static final int ActionBar_homeLayout=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#icon} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:icon + */ + public static final int ActionBar_icon=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#indeterminateProgressStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:itemPadding + */ + public static final int ActionBar_itemPadding=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#logo} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:logo + */ + public static final int ActionBar_logo=18; + /** + *

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
listMode1
normal0
tabMode2
+ * + * @attr name com.peacetrack:navigationMode + */ + public static final int ActionBar_navigationMode=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#popupTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:popupTheme + */ + public static final int ActionBar_popupTheme=20; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=21; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#progressBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=22; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:subtitle + */ + public static final int ActionBar_subtitle=23; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#subtitleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=24; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:title + */ + public static final int ActionBar_title=25; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=26; + /** + * Attributes that can be used with a ActionMenuItemView. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + *

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), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #ActionMode_background com.peacetrack:background}
{@link #ActionMode_backgroundSplit com.peacetrack:backgroundSplit}
{@link #ActionMode_closeItemLayout com.peacetrack:closeItemLayout}
{@link #ActionMode_height com.peacetrack:height}
{@link #ActionMode_subtitleTextStyle com.peacetrack:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.peacetrack:titleTextStyle}
+ * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f020027, 0x7f020028, 0x7f020039, 0x7f02005f, + 0x7f0200a0, 0x7f0200b9 + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#background} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:background + */ + public static final int ActionMode_background=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#closeItemLayout} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:height + */ + public static final int ActionMode_height=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#subtitleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.peacetrack:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.peacetrack:initialActivityCount}
+ * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f02005c, 0x7f020066 + }; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.peacetrack:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.peacetrack:listItemLayout}
{@link #AlertDialog_listLayout com.peacetrack:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.peacetrack:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.peacetrack: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, 0x7f020033, 0x7f02006c, 0x7f02006d, + 0x7f020078, 0x7f020096 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *

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

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

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

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

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

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

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

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

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

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

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

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#textAppearance} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=1; + /** + * Attributes that can be used with a DrawerArrowToggle. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #DrawerArrowToggle_barSize com.peacetrack:barSize}
{@link #DrawerArrowToggle_color com.peacetrack:color}
{@link #DrawerArrowToggle_drawableSize com.peacetrack:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.peacetrack:gapBetweenBars}
{@link #DrawerArrowToggle_middleBarArrowSize com.peacetrack:middleBarArrowSize}
{@link #DrawerArrowToggle_spinBars com.peacetrack:spinBars}
{@link #DrawerArrowToggle_thickness com.peacetrack:thickness}
{@link #DrawerArrowToggle_topBottomBarArrowSize com.peacetrack:topBottomBarArrowSize}
+ * @see #DrawerArrowToggle_barSize + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_middleBarArrowSize + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + * @see #DrawerArrowToggle_topBottomBarArrowSize + */ + public static final int[] DrawerArrowToggle={ + 0x7f02002c, 0x7f02003c, 0x7f020054, 0x7f02005d, + 0x7f020077, 0x7f020097, 0x7f0200b0, 0x7f0200bc + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#barSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:barSize + */ + public static final int DrawerArrowToggle_barSize=0; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:color + */ + public static final int DrawerArrowToggle_color=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#middleBarArrowSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:middleBarArrowSize + */ + public static final int DrawerArrowToggle_middleBarArrowSize=4; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:spinBars + */ + public static final int DrawerArrowToggle_spinBars=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:thickness + */ + public static final int DrawerArrowToggle_thickness=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#topBottomBarArrowSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:topBottomBarArrowSize + */ + public static final int DrawerArrowToggle_topBottomBarArrowSize=7; + /** + * Attributes that can be used with a LinearLayoutCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.peacetrack:divider}
{@link #LinearLayoutCompat_dividerPadding com.peacetrack:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.peacetrack:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.peacetrack:showDividers}
+ * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @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, 0x7f020050, 0x7f020052, 0x7f020076, + 0x7f020094 + }; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + *

Includes the following attributes:

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

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @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. + * + *

May be a floating point value, such as "1.2". + * + * @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. + * + *

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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + *

This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
horizontal0
vertical1
+ * + * @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. + * + *

May be a floating point value, such as "1.2". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + *

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

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

This symbol is the offset where the {@link com.peacetrack.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + *

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

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

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
beginning1
end4
middle2
none0
+ * + * @attr name com.peacetrack:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a ListPopupWindow. + *

Includes the following attributes:

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

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + *

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), and + * mm (millimeters). + * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + *

Includes the following attributes:

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

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
all1
single2
+ * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + * Attributes that can be used with a MenuItem. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_actionLayout com.peacetrack:actionLayout}
{@link #MenuItem_actionProviderClass com.peacetrack:actionProviderClass}
{@link #MenuItem_actionViewClass com.peacetrack:actionViewClass}
{@link #MenuItem_showAsAction com.peacetrack:showAsAction}
+ * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_showAsAction + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, + 0x7f020093 + }; + /** + *

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack: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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
alternative40000
container10000
secondary30000
system20000
+ * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be an integer value, such as "100". + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + *

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

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_preserveIconSpacing com.peacetrack:preserveIconSpacing}
+ * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f020086 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 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. + * + *

May be a floating point value, such as "1.2". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

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

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + * Attributes that can be used with a PopupWindow. + *

Includes the following attributes:

+ * + * + * + * + * + * + *
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.peacetrack:overlapAnchor}
+ * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x7f02007c + }; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + *

Includes the following attributes:

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

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=1; + /** + * Attributes that can be used with a SearchView. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_closeIcon com.peacetrack:closeIcon}
{@link #SearchView_commitIcon com.peacetrack:commitIcon}
{@link #SearchView_defaultQueryHint com.peacetrack:defaultQueryHint}
{@link #SearchView_goIcon com.peacetrack:goIcon}
{@link #SearchView_iconifiedByDefault com.peacetrack:iconifiedByDefault}
{@link #SearchView_layout com.peacetrack:layout}
{@link #SearchView_queryBackground com.peacetrack:queryBackground}
{@link #SearchView_queryHint com.peacetrack:queryHint}
{@link #SearchView_searchHintIcon com.peacetrack:searchHintIcon}
{@link #SearchView_searchIcon com.peacetrack:searchIcon}
{@link #SearchView_submitBackground com.peacetrack:submitBackground}
{@link #SearchView_suggestionRowLayout com.peacetrack:suggestionRowLayout}
{@link #SearchView_voiceIcon com.peacetrack:voiceIcon}
+ * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @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, + 0x7f020038, 0x7f020045, 0x7f02004b, 0x7f02005e, + 0x7f020064, 0x7f020069, 0x7f02008a, 0x7f02008b, + 0x7f02008e, 0x7f02008f, 0x7f02009d, 0x7f0200a1, + 0x7f0200be + }; + /** + *

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
normal0
actionDone6
actionGo2
actionNext5
actionNone1
actionPrevious7
actionSearch3
actionSend4
actionUnspecified0
flagForceAscii80000000
flagNavigateNext8000000
flagNavigatePrevious4000000
flagNoAccessoryAction20000000
flagNoEnterAction40000000
flagNoExtractUi10000000
flagNoFullscreen2000000
+ * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
none0
date14
datetime4
number2
numberDecimal2002
numberPassword12
numberSigned1002
phone3
text1
textAutoComplete10001
textAutoCorrect8001
textCapCharacters1001
textCapSentences4001
textCapWords2001
textEmailAddress21
textEmailSubject31
textFilterb1
textImeMultiLine40001
textLongMessage51
textMultiLine20001
textNoSuggestions80001
textPassword81
textPersonName61
textPhoneticc1
textPostalAddress71
textShortMessage41
textUri11
textVisiblePassword91
textWebEditTexta1
textWebEmailAddressd1
textWebPassworde1
time24
+ * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + *

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *

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

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

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + *

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

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

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

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

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

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *

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

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

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

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

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

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

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

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

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Spinner_android_gravity android:gravity}
{@link #Spinner_android_background android:background}
{@link #Spinner_android_dropDownSelector android:dropDownSelector}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset}
{@link #Spinner_disableChildrenWhenDisabled com.peacetrack:disableChildrenWhenDisabled}
{@link #Spinner_popupPromptView com.peacetrack:popupPromptView}
{@link #Spinner_prompt com.peacetrack:prompt}
{@link #Spinner_spinnerMode com.peacetrack:spinnerMode}
+ * @see #Spinner_android_gravity + * @see #Spinner_android_background + * @see #Spinner_android_dropDownSelector + * @see #Spinner_android_popupBackground + * @see #Spinner_android_dropDownWidth + * @see #Spinner_android_dropDownHorizontalOffset + * @see #Spinner_android_dropDownVerticalOffset + * @see #Spinner_disableChildrenWhenDisabled + * @see #Spinner_popupPromptView + * @see #Spinner_prompt + * @see #Spinner_spinnerMode + */ + public static final int[] Spinner={ + 0x010100af, 0x010100d4, 0x01010175, 0x01010176, + 0x01010262, 0x010102ac, 0x010102ad, 0x7f02004e, + 0x7f020083, 0x7f020089, 0x7f020099 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:background + */ + public static final int Spinner_android_background=1; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int Spinner_android_dropDownHorizontalOffset=5; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownSelector} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:dropDownSelector + */ + public static final int Spinner_android_dropDownSelector=2; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int Spinner_android_dropDownVerticalOffset=6; + /** + *

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} 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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
wrap_contentfffffffe
fill_parentffffffff
match_parentffffffff
+ * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=4; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Spinner} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @attr name android:gravity + */ + public static final int Spinner_android_gravity=0; + /** + *

This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or 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 android:popupBackground + */ + public static final int Spinner_android_popupBackground=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#disableChildrenWhenDisabled} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:disableChildrenWhenDisabled + */ + public static final int Spinner_disableChildrenWhenDisabled=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#popupPromptView} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:popupPromptView + */ + public static final int Spinner_popupPromptView=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:prompt + */ + public static final int Spinner_prompt=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#spinnerMode} + * attribute's value can be found in the {@link #Spinner} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + *
ConstantValueDescription
dialog0
dropdown1
+ * + * @attr name com.peacetrack:spinnerMode + */ + public static final int Spinner_spinnerMode=10; + /** + * Attributes that can be used with a SwitchCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.peacetrack:showText}
{@link #SwitchCompat_splitTrack com.peacetrack:splitTrack}
{@link #SwitchCompat_switchMinWidth com.peacetrack:switchMinWidth}
{@link #SwitchCompat_switchPadding com.peacetrack:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.peacetrack:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.peacetrack:thumbTextPadding}
{@link #SwitchCompat_track com.peacetrack:track}
+ * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @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, 0x7f020095, + 0x7f02009b, 0x7f0200a2, 0x7f0200a3, 0x7f0200a5, + 0x7f0200b1, 0x7f0200bd + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:showText + */ + public static final int SwitchCompat_showText=3; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + *

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

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

This symbol is the offset where the {@link com.peacetrack.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + *

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

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

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_textAllCaps com.peacetrack:textAllCaps}
+ * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f0200a6 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#textColor} + * 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 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 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. + * + *

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), and + * mm (millimeters). + * + * @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. + * + *

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

+ * + * + * + * + * + * + * + * + *
ConstantValueDescription
normal0
bold1
italic2
+ * + * @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. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
monospace3
normal0
sans1
serif2
+ * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 a theme + * attribute in the form + * "?[package:]type/name". + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:textAllCaps + */ + public static final int TextAppearance_textAllCaps=4; + /** + * Attributes that can be used with a Theme. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_actionBarDivider com.peacetrack:actionBarDivider}
{@link #Theme_actionBarItemBackground com.peacetrack:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.peacetrack:actionBarPopupTheme}
{@link #Theme_actionBarSize com.peacetrack:actionBarSize}
{@link #Theme_actionBarSplitStyle com.peacetrack:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.peacetrack:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.peacetrack:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.peacetrack:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.peacetrack:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.peacetrack:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.peacetrack:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.peacetrack:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.peacetrack:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.peacetrack:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.peacetrack:actionMenuTextColor}
{@link #Theme_actionModeBackground com.peacetrack:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.peacetrack:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.peacetrack:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.peacetrack:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.peacetrack:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.peacetrack:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.peacetrack:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.peacetrack:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.peacetrack:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.peacetrack:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.peacetrack:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.peacetrack:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.peacetrack:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.peacetrack:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.peacetrack:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.peacetrack:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.peacetrack:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.peacetrack:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.peacetrack:alertDialogStyle}
{@link #Theme_alertDialogTheme com.peacetrack:alertDialogTheme}
{@link #Theme_autoCompleteTextViewStyle com.peacetrack:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.peacetrack:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.peacetrack:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.peacetrack:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.peacetrack:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.peacetrack:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.peacetrack:buttonBarStyle}
{@link #Theme_buttonStyle com.peacetrack:buttonStyle}
{@link #Theme_buttonStyleSmall com.peacetrack:buttonStyleSmall}
{@link #Theme_checkboxStyle com.peacetrack:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.peacetrack:checkedTextViewStyle}
{@link #Theme_colorAccent com.peacetrack:colorAccent}
{@link #Theme_colorButtonNormal com.peacetrack:colorButtonNormal}
{@link #Theme_colorControlActivated com.peacetrack:colorControlActivated}
{@link #Theme_colorControlHighlight com.peacetrack:colorControlHighlight}
{@link #Theme_colorControlNormal com.peacetrack:colorControlNormal}
{@link #Theme_colorPrimary com.peacetrack:colorPrimary}
{@link #Theme_colorPrimaryDark com.peacetrack:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.peacetrack:colorSwitchThumbNormal}
{@link #Theme_dialogPreferredPadding com.peacetrack:dialogPreferredPadding}
{@link #Theme_dialogTheme com.peacetrack:dialogTheme}
{@link #Theme_dividerHorizontal com.peacetrack:dividerHorizontal}
{@link #Theme_dividerVertical com.peacetrack:dividerVertical}
{@link #Theme_dropDownListViewStyle com.peacetrack:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.peacetrack:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.peacetrack:editTextBackground}
{@link #Theme_editTextColor com.peacetrack:editTextColor}
{@link #Theme_editTextStyle com.peacetrack:editTextStyle}
{@link #Theme_homeAsUpIndicator com.peacetrack:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.peacetrack:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.peacetrack:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.peacetrack:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.peacetrack:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.peacetrack:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.peacetrack:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.peacetrack:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.peacetrack:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.peacetrack:panelBackground}
{@link #Theme_panelMenuListTheme com.peacetrack:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.peacetrack:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.peacetrack:popupMenuStyle}
{@link #Theme_popupWindowStyle com.peacetrack:popupWindowStyle}
{@link #Theme_radioButtonStyle com.peacetrack:radioButtonStyle}
{@link #Theme_ratingBarStyle com.peacetrack:ratingBarStyle}
{@link #Theme_searchViewStyle com.peacetrack:searchViewStyle}
{@link #Theme_selectableItemBackground com.peacetrack:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.peacetrack:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.peacetrack:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.peacetrack:spinnerStyle}
{@link #Theme_switchStyle com.peacetrack:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.peacetrack:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.peacetrack:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.peacetrack:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.peacetrack:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.peacetrack:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.peacetrack:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.peacetrack:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.peacetrack:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.peacetrack:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.peacetrack:toolbarStyle}
{@link #Theme_windowActionBar com.peacetrack:windowActionBar}
{@link #Theme_windowActionBarOverlay com.peacetrack:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.peacetrack:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.peacetrack:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.peacetrack:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.peacetrack:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.peacetrack:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.peacetrack:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.peacetrack:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.peacetrack:windowNoTitle}
+ * @see #Theme_android_windowIsFloating + * @see #Theme_android_windowAnimationStyle + * @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_autoCompleteTextViewStyle + * @see #Theme_borderlessButtonStyle + * @see #Theme_buttonBarButtonStyle + * @see #Theme_buttonBarNegativeButtonStyle + * @see #Theme_buttonBarNeutralButtonStyle + * @see #Theme_buttonBarPositiveButtonStyle + * @see #Theme_buttonBarStyle + * @see #Theme_buttonStyle + * @see #Theme_buttonStyleSmall + * @see #Theme_checkboxStyle + * @see #Theme_checkedTextViewStyle + * @see #Theme_colorAccent + * @see #Theme_colorButtonNormal + * @see #Theme_colorControlActivated + * @see #Theme_colorControlHighlight + * @see #Theme_colorControlNormal + * @see #Theme_colorPrimary + * @see #Theme_colorPrimaryDark + * @see #Theme_colorSwitchThumbNormal + * @see #Theme_dialogPreferredPadding + * @see #Theme_dialogTheme + * @see #Theme_dividerHorizontal + * @see #Theme_dividerVertical + * @see #Theme_dropDownListViewStyle + * @see #Theme_dropdownListPreferredItemHeight + * @see #Theme_editTextBackground + * @see #Theme_editTextColor + * @see #Theme_editTextStyle + * @see #Theme_homeAsUpIndicator + * @see #Theme_listChoiceBackgroundIndicator + * @see #Theme_listDividerAlertDialog + * @see #Theme_listPopupWindowStyle + * @see #Theme_listPreferredItemHeight + * @see #Theme_listPreferredItemHeightLarge + * @see #Theme_listPreferredItemHeightSmall + * @see #Theme_listPreferredItemPaddingLeft + * @see #Theme_listPreferredItemPaddingRight + * @see #Theme_panelBackground + * @see #Theme_panelMenuListTheme + * @see #Theme_panelMenuListWidth + * @see #Theme_popupMenuStyle + * @see #Theme_popupWindowStyle + * @see #Theme_radioButtonStyle + * @see #Theme_ratingBarStyle + * @see #Theme_searchViewStyle + * @see #Theme_selectableItemBackground + * @see #Theme_selectableItemBackgroundBorderless + * @see #Theme_spinnerDropDownItemStyle + * @see #Theme_spinnerStyle + * @see #Theme_switchStyle + * @see #Theme_textAppearanceLargePopupMenu + * @see #Theme_textAppearanceListItem + * @see #Theme_textAppearanceListItemSmall + * @see #Theme_textAppearanceSearchResultSubtitle + * @see #Theme_textAppearanceSearchResultTitle + * @see #Theme_textAppearanceSmallPopupMenu + * @see #Theme_textColorAlertDialogListItem + * @see #Theme_textColorSearchUrl + * @see #Theme_toolbarNavigationButtonStyle + * @see #Theme_toolbarStyle + * @see #Theme_windowActionBar + * @see #Theme_windowActionBarOverlay + * @see #Theme_windowActionModeOverlay + * @see #Theme_windowFixedHeightMajor + * @see #Theme_windowFixedHeightMinor + * @see #Theme_windowFixedWidthMajor + * @see #Theme_windowFixedWidthMinor + * @see #Theme_windowMinWidthMajor + * @see #Theme_windowMinWidthMinor + * @see #Theme_windowNoTitle + */ + public static final int[] Theme={ + 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, + 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, + 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, + 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, + 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, + 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, + 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, + 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, + 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, + 0x7f020025, 0x7f020026, 0x7f02002d, 0x7f02002e, + 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, + 0x7f020034, 0x7f020035, 0x7f020036, 0x7f020037, + 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, + 0x7f020041, 0x7f020042, 0x7f020043, 0x7f020044, + 0x7f02004c, 0x7f02004d, 0x7f020051, 0x7f020053, + 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, + 0x7f02005a, 0x7f020061, 0x7f02006a, 0x7f02006b, + 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, + 0x7f020072, 0x7f020073, 0x7f02007f, 0x7f020080, + 0x7f020081, 0x7f020082, 0x7f020085, 0x7f02008c, + 0x7f02008d, 0x7f020090, 0x7f020091, 0x7f020092, + 0x7f020098, 0x7f02009a, 0x7f0200a4, 0x7f0200a7, + 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, + 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200ba, + 0x7f0200bb, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, + 0x7f0200c2, 0x7f0200c3, 0x7f0200c4, 0x7f0200c5, + 0x7f0200c6, 0x7f0200c7, 0x7f0200c8 + }; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarDivider} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarDivider + */ + public static final int Theme_actionBarDivider=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarItemBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarItemBackground + */ + public static final int Theme_actionBarItemBackground=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarPopupTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarPopupTheme + */ + public static final int Theme_actionBarPopupTheme=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * mm (millimeters). + *

Must be one of the following constant values.

+ * + * + * + * + * + * + *
ConstantValueDescription
wrap_content0
+ * + * @attr name com.peacetrack:actionBarSize + */ + public static final int Theme_actionBarSize=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarSplitStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarSplitStyle + */ + public static final int Theme_actionBarSplitStyle=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarStyle + */ + public static final int Theme_actionBarStyle=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarTabBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarTabBarStyle + */ + public static final int Theme_actionBarTabBarStyle=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarTabStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarTabStyle + */ + public static final int Theme_actionBarTabStyle=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarTabTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarTabTextStyle + */ + public static final int Theme_actionBarTabTextStyle=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarTheme + */ + public static final int Theme_actionBarTheme=11; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionBarWidgetTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionBarWidgetTheme + */ + public static final int Theme_actionBarWidgetTheme=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionButtonStyle + */ + public static final int Theme_actionButtonStyle=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionDropDownStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionMenuTextAppearance} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionMenuTextAppearance + */ + public static final int Theme_actionMenuTextAppearance=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:actionMenuTextColor + */ + public static final int Theme_actionMenuTextColor=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeBackground + */ + public static final int Theme_actionModeBackground=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeCloseButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeCloseButtonStyle + */ + public static final int Theme_actionModeCloseButtonStyle=18; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeCloseDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeCloseDrawable + */ + public static final int Theme_actionModeCloseDrawable=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeCopyDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeCopyDrawable + */ + public static final int Theme_actionModeCopyDrawable=20; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeCutDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeCutDrawable + */ + public static final int Theme_actionModeCutDrawable=21; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeFindDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeFindDrawable + */ + public static final int Theme_actionModeFindDrawable=22; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModePasteDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModePasteDrawable + */ + public static final int Theme_actionModePasteDrawable=23; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModePopupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModePopupWindowStyle + */ + public static final int Theme_actionModePopupWindowStyle=24; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeSelectAllDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeSelectAllDrawable + */ + public static final int Theme_actionModeSelectAllDrawable=25; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeShareDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeShareDrawable + */ + public static final int Theme_actionModeShareDrawable=26; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeSplitBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeSplitBackground + */ + public static final int Theme_actionModeSplitBackground=27; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeStyle + */ + public static final int Theme_actionModeStyle=28; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionModeWebSearchDrawable} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionModeWebSearchDrawable + */ + public static final int Theme_actionModeWebSearchDrawable=29; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionOverflowButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionOverflowButtonStyle + */ + public static final int Theme_actionOverflowButtonStyle=30; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#actionOverflowMenuStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:actionOverflowMenuStyle + */ + public static final int Theme_actionOverflowMenuStyle=31; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#activityChooserViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:activityChooserViewStyle + */ + public static final int Theme_activityChooserViewStyle=32; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#alertDialogButtonGroupStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:alertDialogButtonGroupStyle + */ + public static final int Theme_alertDialogButtonGroupStyle=33; + /** + *

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

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:alertDialogCenterButtons + */ + public static final int Theme_alertDialogCenterButtons=34; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#alertDialogStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:alertDialogStyle + */ + public static final int Theme_alertDialogStyle=35; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#alertDialogTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:alertDialogTheme + */ + public static final int Theme_alertDialogTheme=36; + /** + *

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name android:windowIsFloating + */ + public static final int Theme_android_windowIsFloating=0; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#autoCompleteTextViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:autoCompleteTextViewStyle + */ + public static final int Theme_autoCompleteTextViewStyle=37; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#borderlessButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:borderlessButtonStyle + */ + public static final int Theme_borderlessButtonStyle=38; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonBarButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonBarButtonStyle + */ + public static final int Theme_buttonBarButtonStyle=39; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonBarNegativeButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonBarNegativeButtonStyle + */ + public static final int Theme_buttonBarNegativeButtonStyle=40; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonBarNeutralButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonBarNeutralButtonStyle + */ + public static final int Theme_buttonBarNeutralButtonStyle=41; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonBarPositiveButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonBarPositiveButtonStyle + */ + public static final int Theme_buttonBarPositiveButtonStyle=42; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonBarStyle + */ + public static final int Theme_buttonBarStyle=43; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonStyle + */ + public static final int Theme_buttonStyle=44; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#buttonStyleSmall} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:buttonStyleSmall + */ + public static final int Theme_buttonStyleSmall=45; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#checkboxStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:checkboxStyle + */ + public static final int Theme_checkboxStyle=46; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#checkedTextViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:checkedTextViewStyle + */ + public static final int Theme_checkedTextViewStyle=47; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorAccent + */ + public static final int Theme_colorAccent=48; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorButtonNormal + */ + public static final int Theme_colorButtonNormal=49; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorControlActivated + */ + public static final int Theme_colorControlActivated=50; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorControlHighlight + */ + public static final int Theme_colorControlHighlight=51; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorControlNormal + */ + public static final int Theme_colorControlNormal=52; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorPrimary + */ + public static final int Theme_colorPrimary=53; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorPrimaryDark + */ + public static final int Theme_colorPrimaryDark=54; + /** + *

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

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:colorSwitchThumbNormal + */ + public static final int Theme_colorSwitchThumbNormal=55; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dialogPreferredPadding} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:dialogPreferredPadding + */ + public static final int Theme_dialogPreferredPadding=56; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dialogTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:dialogTheme + */ + public static final int Theme_dialogTheme=57; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dividerHorizontal} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:dividerHorizontal + */ + public static final int Theme_dividerHorizontal=58; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dividerVertical} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:dividerVertical + */ + public static final int Theme_dividerVertical=59; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dropDownListViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:dropDownListViewStyle + */ + public static final int Theme_dropDownListViewStyle=60; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#dropdownListPreferredItemHeight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight=61; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#editTextBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:editTextBackground + */ + public static final int Theme_editTextBackground=62; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:editTextColor + */ + public static final int Theme_editTextColor=63; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#editTextStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:editTextStyle + */ + public static final int Theme_editTextStyle=64; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#homeAsUpIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:homeAsUpIndicator + */ + public static final int Theme_homeAsUpIndicator=65; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listChoiceBackgroundIndicator} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator=66; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listDividerAlertDialog} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:listDividerAlertDialog + */ + public static final int Theme_listDividerAlertDialog=67; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPopupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:listPopupWindowStyle + */ + public static final int Theme_listPopupWindowStyle=68; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPreferredItemHeight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:listPreferredItemHeight + */ + public static final int Theme_listPreferredItemHeight=69; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPreferredItemHeightLarge} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:listPreferredItemHeightLarge + */ + public static final int Theme_listPreferredItemHeightLarge=70; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPreferredItemHeightSmall} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:listPreferredItemHeightSmall + */ + public static final int Theme_listPreferredItemHeightSmall=71; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPreferredItemPaddingLeft} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:listPreferredItemPaddingLeft + */ + public static final int Theme_listPreferredItemPaddingLeft=72; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#listPreferredItemPaddingRight} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:listPreferredItemPaddingRight + */ + public static final int Theme_listPreferredItemPaddingRight=73; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#panelBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:panelBackground + */ + public static final int Theme_panelBackground=74; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#panelMenuListTheme} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme=75; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#panelMenuListWidth} + * 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth=76; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#popupMenuStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:popupMenuStyle + */ + public static final int Theme_popupMenuStyle=77; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#popupWindowStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:popupWindowStyle + */ + public static final int Theme_popupWindowStyle=78; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#radioButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:radioButtonStyle + */ + public static final int Theme_radioButtonStyle=79; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#ratingBarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:ratingBarStyle + */ + public static final int Theme_ratingBarStyle=80; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#searchViewStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:searchViewStyle + */ + public static final int Theme_searchViewStyle=81; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#selectableItemBackground} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:selectableItemBackground + */ + public static final int Theme_selectableItemBackground=82; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#selectableItemBackgroundBorderless} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:selectableItemBackgroundBorderless + */ + public static final int Theme_selectableItemBackgroundBorderless=83; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#spinnerDropDownItemStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:spinnerDropDownItemStyle + */ + public static final int Theme_spinnerDropDownItemStyle=84; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#spinnerStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:spinnerStyle + */ + public static final int Theme_spinnerStyle=85; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#switchStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:switchStyle + */ + public static final int Theme_switchStyle=86; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceLargePopupMenu} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceLargePopupMenu + */ + public static final int Theme_textAppearanceLargePopupMenu=87; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceListItem} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceListItem + */ + public static final int Theme_textAppearanceListItem=88; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceListItemSmall} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceListItemSmall + */ + public static final int Theme_textAppearanceListItemSmall=89; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceSearchResultSubtitle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceSearchResultSubtitle + */ + public static final int Theme_textAppearanceSearchResultSubtitle=90; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceSearchResultTitle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceSearchResultTitle + */ + public static final int Theme_textAppearanceSearchResultTitle=91; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#textAppearanceSmallPopupMenu} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:textAppearanceSmallPopupMenu + */ + public static final int Theme_textAppearanceSmallPopupMenu=92; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:textColorAlertDialogListItem + */ + public static final int Theme_textColorAlertDialogListItem=93; + /** + *

This symbol is the offset where the {@link com.peacetrack.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 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.peacetrack:textColorSearchUrl + */ + public static final int Theme_textColorSearchUrl=94; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#toolbarNavigationButtonStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:toolbarNavigationButtonStyle + */ + public static final int Theme_toolbarNavigationButtonStyle=95; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#toolbarStyle} + * 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 a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:toolbarStyle + */ + public static final int Theme_toolbarStyle=96; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#windowActionBar} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:windowActionBar + */ + public static final int Theme_windowActionBar=97; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:windowActionBarOverlay + */ + public static final int Theme_windowActionBarOverlay=98; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:windowActionModeOverlay + */ + public static final int Theme_windowActionModeOverlay=99; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowFixedHeightMajor + */ + public static final int Theme_windowFixedHeightMajor=100; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowFixedHeightMinor + */ + public static final int Theme_windowFixedHeightMinor=101; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowFixedWidthMajor + */ + public static final int Theme_windowFixedWidthMajor=102; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowFixedWidthMinor + */ + public static final int Theme_windowFixedWidthMinor=103; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowMinWidthMajor + */ + public static final int Theme_windowMinWidthMajor=104; + /** + *

This symbol is the offset where the {@link com.peacetrack.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), and + * 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. + * + * @attr name com.peacetrack:windowMinWidthMinor + */ + public static final int Theme_windowMinWidthMinor=105; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #Theme} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @attr name com.peacetrack:windowNoTitle + */ + public static final int Theme_windowNoTitle=106; + /** + * Attributes that can be used with a Toolbar. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.peacetrack:collapseContentDescription}
{@link #Toolbar_collapseIcon com.peacetrack:collapseIcon}
{@link #Toolbar_contentInsetEnd com.peacetrack:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.peacetrack:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.peacetrack:contentInsetRight}
{@link #Toolbar_contentInsetStart com.peacetrack:contentInsetStart}
{@link #Toolbar_maxButtonHeight com.peacetrack:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.peacetrack:navigationContentDescription}
{@link #Toolbar_navigationIcon com.peacetrack:navigationIcon}
{@link #Toolbar_popupTheme com.peacetrack:popupTheme}
{@link #Toolbar_subtitle com.peacetrack:subtitle}
{@link #Toolbar_subtitleTextAppearance com.peacetrack:subtitleTextAppearance}
{@link #Toolbar_title com.peacetrack:title}
{@link #Toolbar_titleMarginBottom com.peacetrack:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.peacetrack:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.peacetrack:titleMarginStart}
{@link #Toolbar_titleMarginTop com.peacetrack:titleMarginTop}
{@link #Toolbar_titleMargins com.peacetrack:titleMargins}
{@link #Toolbar_titleTextAppearance com.peacetrack:titleTextAppearance}
+ * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_title + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f02003a, 0x7f02003b, + 0x7f020046, 0x7f020047, 0x7f020048, 0x7f020049, + 0x7f020075, 0x7f020079, 0x7f02007a, 0x7f020084, + 0x7f02009e, 0x7f02009f, 0x7f0200b2, 0x7f0200b3, + 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, + 0x7f0200b8 + }; + /** + *

This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

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

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
end800005
start800003
bottom50
center11
center_horizontal1
center_vertical10
clip_horizontal8
clip_vertical80
fill77
fill_horizontal7
fill_vertical70
left3
right5
top30
+ * + * @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. + * + *

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), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:collapseIcon + */ + public static final int Toolbar_collapseIcon=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=6; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=7; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=8; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=9; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:navigationIcon + */ + public static final int Toolbar_navigationIcon=10; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:popupTheme + */ + public static final int Toolbar_popupTheme=11; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:subtitle + */ + public static final int Toolbar_subtitle=12; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=13; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.peacetrack:title + */ + public static final int Toolbar_title=14; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=15; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=16; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=17; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=18; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:titleMargins + */ + public static final int Toolbar_titleMargins=19; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=20; + /** + * Attributes that can be used with a View. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + * + * + * + * + *
AttributeDescription
{@link #View_android_theme android:theme}
{@link #View_android_focusable android:focusable}
{@link #View_backgroundTint com.peacetrack:backgroundTint}
{@link #View_backgroundTintMode com.peacetrack:backgroundTintMode}
{@link #View_paddingEnd com.peacetrack:paddingEnd}
{@link #View_paddingStart com.peacetrack:paddingStart}
{@link #View_theme com.peacetrack:theme}
+ * @see #View_android_theme + * @see #View_android_focusable + * @see #View_backgroundTint + * @see #View_backgroundTintMode + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f02002a, 0x7f02002b, + 0x7f02007d, 0x7f02007e, 0x7f0200af + }; + /** + * Attributes that can be used with a ViewStubCompat. + *

Includes the following attributes:

+ * + * + * + * + * + * + * + *
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_layout android:layout}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
+ * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + 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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @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. + * + *

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

This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + *

May be a boolean value, such as "true" or + * "false". + * + * @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. + * + *

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

This symbol is the offset where the {@link com.peacetrack.R.attr#backgroundTint} + * attribute's value can be found in the {@link #View} array. + * + *

May be a color value, in the form of "#rgb", + * "#argb", "#rrggbb", or + * "#aarrggbb". + * + * @attr name com.peacetrack:backgroundTint + */ + public static final int View_backgroundTint=2; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #View} array. + * + *

Must be one of the following constant values.

+ * + * + * + * + * + * + * + * + * + * + *
ConstantValueDescription
multiplye
screenf
src_atop9
src_in5
src_over3
+ * + * @attr name com.peacetrack:backgroundTintMode + */ + public static final int View_backgroundTintMode=3; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:paddingEnd + */ + public static final int View_paddingEnd=4; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} 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), and + * mm (millimeters). + * + * @attr name com.peacetrack:paddingStart + */ + public static final int View_paddingStart=5; + /** + *

This symbol is the offset where the {@link com.peacetrack.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + *

May be a reference to another resource, in the form + * "@[+][package:]type/name" or a theme + * attribute in the form + * "?[package:]type/name". + * + * @attr name com.peacetrack:theme + */ + public static final int View_theme=6; + } +} \ No newline at end of file diff --git a/app/build/intermediates/assets/debug/indicators.sqlite b/app/build/intermediates/assets/debug/indicators.sqlite new file mode 100644 index 0000000..7f395a1 Binary files /dev/null and b/app/build/intermediates/assets/debug/indicators.sqlite differ diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/debug.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/debug.json new file mode 100644 index 0000000..6554e3f --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/debug.json @@ -0,0 +1,2042 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ka-rGE_values-ka-rGE.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ka-rGE/values-ka-rGE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,508,619,707,812,925,1038,1145,1243,1356,1460,1564", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "399,503,614,702,807,920,1033,1140,1238,1351,1455,1559,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,268,379,467,572,685,798,905,1003,1116,1220,1324", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "159,263,374,462,567,680,793,900,998,1111,1215,1319,1441" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-xlarge-land-v4_values-xlarge-land-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge-land/values-xlarge-land.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "299", + "endColumns": "63", + "endOffsets": "358" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zu/values-zu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,506,620,708,811,938,1042,1148,1246,1353,1459,1565", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "394,501,615,703,806,933,1037,1143,1241,1348,1454,1560,1680" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,270,384,472,575,702,806,912,1010,1117,1223,1329", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "158,265,379,467,570,697,801,907,1005,1112,1218,1324,1444" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ml-rIN_values-ml-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ml-rIN/values-ml-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,414,532,648,741,846,978,1089,1195,1293,1407,1511,1622", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "409,527,643,736,841,973,1084,1190,1288,1402,1506,1617,1745" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,292,408,501,606,738,849,955,1053,1167,1271,1382", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "169,287,403,496,601,733,844,950,1048,1162,1266,1377,1505" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lt/values-lt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,508,621,708,817,938,1047,1156,1256,1366,1470,1583", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "402,503,616,703,812,933,1042,1151,1251,1361,1465,1578,1708" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,272,385,472,581,702,811,920,1020,1130,1234,1347", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "166,267,380,467,576,697,806,915,1015,1125,1229,1342,1472" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ne-rNP_values-ne-rNP.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ne-rNP/values-ne-rNP.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,612,703,810,937,1047,1163,1266,1381,1483,1598", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "395,499,607,698,805,932,1042,1158,1261,1376,1478,1593,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,372,463,570,697,807,923,1026,1141,1243,1358", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "155,259,367,458,565,692,802,918,1021,1136,1238,1353,1484" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pl/values-pl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,509,617,703,812,931,1040,1149,1248,1357,1468,1576", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "402,504,612,698,807,926,1035,1144,1243,1352,1463,1571,1694" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,273,381,467,576,695,804,913,1012,1121,1232,1340", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "166,268,376,462,571,690,799,908,1007,1116,1227,1335,1458" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-lo-rLA_values-lo-rLA.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lo-rLA/values-lo-rLA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,495,602,687,792,904,1011,1108,1206,1311,1414,1518", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "393,490,597,682,787,899,1006,1103,1201,1306,1409,1513,1635" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,255,362,447,552,664,771,868,966,1071,1174,1278", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "153,250,357,442,547,659,766,863,961,1066,1169,1273,1395" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-am_values-am.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-am/values-am.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,393,492,598,684,787,900,1000,1100,1196,1299,1398,1505", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "388,487,593,679,782,895,995,1095,1191,1294,1393,1500,1616" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,256,362,448,551,664,764,864,960,1063,1162,1269", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "152,251,357,443,546,659,759,859,955,1058,1157,1264,1380" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-mr-rIN_values-mr-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mr-rIN/values-mr-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,519,626,716,817,932,1044,1146,1242,1351,1452,1567", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "408,514,621,711,812,927,1039,1141,1237,1346,1447,1562,1685" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,476,577,692,804,906,1002,1111,1212,1327", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "168,274,381,471,572,687,799,901,997,1106,1207,1322,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-uz-rUZ_values-uz-rUZ.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uz-rUZ/values-uz-rUZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,621,707,818,934,1043,1150,1249,1357,1462", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "395,499,616,702,813,929,1038,1145,1244,1352,1457,1562" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,381,467,578,694,803,910,1009,1117,1222", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "155,259,376,462,573,689,798,905,1004,1112,1217,1322" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-vi/values-vi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,405,513,622,706,809,928,1032,1141,1242,1347,1461,1566", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "400,508,617,701,804,923,1027,1136,1237,1342,1456,1561,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,386,470,573,692,796,905,1006,1111,1225,1330", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "164,272,381,465,568,687,791,900,1001,1106,1220,1325,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v11_values-v11.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v11/values-v11.xml", + "from": { + "startLines": "4,10,16,22,28,34,42,43,44,49,56,58,60,67,68,69,120", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,720,1145,1573,1999,2428,3094,3183,3284,3692,4353,4460,4589,5194,5265,5348,9097", + "endLines": "9,15,21,27,33,39,42,43,48,53,57,59,64,67,68,119,171", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "715,1140,1568,1994,2423,2848,3178,3279,3687,4107,4455,4584,4948,5260,5343,9092,12981" + }, + "to": { + "startLines": "2,8,14,20,26,32,38,39,40,45,50,52,54,59,60,61,112", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2182,2607,2696,2797,3205,3625,3732,3861,4225,4296,4379,8128", + "endLines": "7,13,19,25,31,37,38,39,44,49,51,53,58,59,60,111,163", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "469,894,1322,1748,2177,2602,2691,2792,3200,3620,3727,3856,4220,4291,4374,8123,12012" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-af_values-af.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-af/values-af.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,495,601,686,789,907,1014,1117,1214,1322,1424,1526", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "390,490,596,681,784,902,1009,1112,1209,1317,1419,1521,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,365,450,553,671,778,881,978,1086,1188,1290", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "154,254,360,445,548,666,773,876,973,1081,1183,1285,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-bn-rBD_values-bn-rBD.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bn-rBD/values-bn-rBD.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,516,622,716,821,951,1061,1177,1284,1394,1500,1610", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "399,511,617,711,816,946,1056,1172,1279,1389,1495,1605,1730" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,276,382,476,581,711,821,937,1044,1154,1260,1370", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "159,271,377,471,576,706,816,932,1039,1149,1255,1365,1490" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-my-rMM_values-my-rMM.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-my-rMM/values-my-rMM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,509,626,719,831,967,1092,1204,1306,1432,1543,1653", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "399,504,621,714,826,962,1087,1199,1301,1427,1538,1648,1771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,269,386,479,591,727,852,964,1066,1192,1303,1413", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "159,264,381,474,586,722,847,959,1061,1187,1298,1408,1531" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-de_values-de.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-de/values-de.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,606,692,797,912,1023,1126,1225,1336,1438,1545", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "391,489,601,687,792,907,1018,1121,1220,1331,1433,1540,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,370,456,561,676,787,890,989,1100,1202,1309", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "155,253,365,451,556,671,782,885,984,1095,1197,1304,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-te-rIN_values-te-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-te-rIN/values-te-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,518,629,719,824,949,1062,1170,1270,1381,1483,1600", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "404,513,624,714,819,944,1057,1165,1265,1376,1478,1595,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,278,389,479,584,709,822,930,1030,1141,1243,1360", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "164,273,384,474,579,704,817,925,1025,1136,1238,1355,1482" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ta-rIN_values-ta-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ta-rIN/values-ta-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,514,629,718,825,951,1053,1157,1254,1364,1466,1573", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "404,509,624,713,820,946,1048,1152,1249,1359,1461,1568,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,274,389,478,585,711,813,917,1014,1124,1226,1333", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "164,269,384,473,580,706,808,912,1009,1119,1221,1328,1447" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-w360dp-v13_values-w360dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w360dp/values-w360dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sv/values-sv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,397,500,611,696,798,911,1017,1117,1213,1318,1420,1522", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "392,495,606,691,793,906,1012,1112,1208,1313,1415,1517,1634" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,264,375,460,562,675,781,881,977,1082,1184,1286", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "156,259,370,455,557,670,776,876,972,1077,1179,1281,1398" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lv/values-lv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,519,628,714,818,940,1049,1161,1260,1371,1480,1585", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "406,514,623,709,813,935,1044,1156,1255,1366,1475,1580,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,392,478,582,704,813,925,1024,1135,1244,1349", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "170,278,387,473,577,699,808,920,1019,1130,1239,1344,1463" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-hy-rAM_values-hy-rAM.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hy-rAM/values-hy-rAM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,499,609,699,805,920,1027,1134,1233,1343,1450,1551", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "393,494,604,694,800,915,1022,1129,1228,1338,1445,1546,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,259,369,459,565,680,787,894,993,1103,1210,1311", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "153,254,364,454,560,675,782,889,988,1098,1205,1306,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-kn-rIN_values-kn-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kn-rIN/values-kn-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,525,638,726,833,960,1076,1187,1286,1399,1503,1617", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "408,520,633,721,828,955,1071,1182,1281,1394,1498,1612,1738" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,285,398,486,593,720,836,947,1046,1159,1263,1377", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "168,280,393,481,588,715,831,942,1041,1154,1258,1372,1498" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr/values-fr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,402,517,628,710,816,946,1056,1168,1271,1382,1489,1596", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "397,512,623,705,811,941,1051,1163,1266,1377,1484,1591,1713" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,474,580,710,820,932,1035,1146,1253,1360", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,469,575,705,815,927,1030,1141,1248,1355,1477" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sk/values-sk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,498,609,695,803,921,1026,1135,1234,1340,1451,1560", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "393,493,604,690,798,916,1021,1130,1229,1335,1446,1555,1679" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,262,373,459,567,685,790,899,998,1104,1215,1324", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "157,257,368,454,562,680,785,894,993,1099,1210,1319,1443" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-large/values-large.xml", + "from": { + "startLines": "4,7,8,11,12,13,14,15,16,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "292,592,664,961,1025,1092,1159,1225,1291,1589,1693", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "349,659,718,1020,1087,1154,1220,1286,1341,1688,1804" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,117,189,248,312,379,446,512,578,633,737", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "112,184,243,307,374,441,507,573,628,732,848" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nl/values-nl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,514,621,707,815,935,1046,1150,1249,1364,1477,1580", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "404,509,616,702,810,930,1041,1145,1244,1359,1472,1575,1693" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,278,385,471,579,699,810,914,1013,1128,1241,1344", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "168,273,380,466,574,694,805,909,1008,1123,1236,1339,1457" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-th_values-th.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-th/values-th.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,602,691,793,903,1011,1115,1213,1321,1426,1527", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "391,489,597,686,788,898,1006,1110,1208,1316,1421,1522,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,366,455,557,667,775,879,977,1085,1190,1291", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "155,253,361,450,552,662,770,874,972,1080,1185,1286,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-w500dp-v13_values-w500dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w500dp/values-w500dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-in_values-in.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-in/values-in.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,608,695,799,915,1018,1127,1228,1332,1440,1548", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "396,498,603,690,794,910,1013,1122,1223,1327,1435,1543,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,372,459,563,679,782,891,992,1096,1204,1312", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "160,262,367,454,558,674,777,886,987,1091,1199,1307,1430" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-iw/values-iw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,494,602,686,787,901,1003,1107,1203,1306,1407,1507", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "390,489,597,681,782,896,998,1102,1198,1301,1402,1502,1618" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,258,366,450,551,665,767,871,967,1070,1171,1271", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "154,253,361,445,546,660,762,866,962,1065,1166,1266,1382" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ms-rMY_values-ms-rMY.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ms-rMY/values-ms-rMY.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,511,619,706,810,921,1033,1142,1239,1348,1451,1558", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "401,506,614,701,805,916,1028,1137,1234,1343,1446,1553,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,271,379,466,570,681,793,902,999,1108,1211,1318", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "161,266,374,461,565,676,788,897,994,1103,1206,1313,1435" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ro/values-ro.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,412,516,629,717,829,950,1062,1175,1275,1389,1494,1600", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "407,511,624,712,824,945,1057,1170,1270,1384,1489,1595,1716" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,280,393,481,593,714,826,939,1039,1153,1258,1364", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "171,275,388,476,588,709,821,934,1034,1148,1253,1359,1480" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ky-rKG_values-ky-rKG.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ky-rKG/values-ky-rKG.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,494,613,697,804,921,1031,1138,1236,1342,1449,1550", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "394,489,608,692,799,916,1026,1133,1231,1337,1444,1545,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,254,373,457,564,681,791,898,996,1102,1209,1310", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "154,249,368,452,559,676,786,893,991,1097,1204,1305,1429" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fa/values-fa.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,504,615,703,806,921,1033,1136,1234,1344,1447,1556", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "396,499,610,698,801,916,1028,1131,1229,1339,1442,1551,1676" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,268,379,467,570,685,797,900,998,1108,1211,1320", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "160,263,374,462,565,680,792,895,993,1103,1206,1315,1440" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hu/values-hu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,504,619,703,815,945,1055,1166,1266,1377,1485,1604", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "394,499,614,698,810,940,1050,1161,1261,1372,1480,1599,1733" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,268,383,467,579,709,819,930,1030,1141,1249,1368", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "158,263,378,462,574,704,814,925,1025,1136,1244,1363,1497" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v21/values-v21.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,19,21,25,26,27,30,32,36,37,38,39,42,44,46,48,50,52,54,56,58,62,65,66,68,72,73,74,75,76,125,128,177,182,184,186,188,191,193,194,195,196,197,198,199,200,201,202,204,206,208,210,214,216,217,218,219,221,225,227,229,230,231,236,237,238,242,249,256,266", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,392,495,598,703,810,919,1028,1137,1246,1355,1462,1565,1925,2080,2481,2586,2707,3049,3196,3583,3686,3805,3912,4256,4403,4558,4729,4878,5043,5200,5351,5500,5895,6248,6395,6548,6936,7011,7100,7187,7288,10772,10958,14454,14893,15016,15139,15252,15435,15566,15683,15772,15883,16010,16111,16206,16329,16458,16575,16710,16853,16988,17107,17308,17427,17520,17631,17687,17794,17989,18100,18233,18328,18419,18728,18841,18958,19338,19691,20056,20741", + "endLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,20,22,25,26,27,31,33,36,37,38,39,43,45,47,49,51,53,55,57,59,62,65,67,69,72,73,74,75,124,127,176,179,183,185,187,190,192,193,194,195,196,197,198,199,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,235,236,237,239,248,255,265,275", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "387,490,593,698,805,914,1023,1132,1241,1350,1457,1560,1679,2075,2230,2581,2702,2803,3191,3332,3681,3800,3907,4010,4398,4553,4724,4873,5038,5195,5346,5495,5644,6002,6390,6543,6690,7006,7095,7182,7283,10767,10953,14449,14647,15011,15134,15247,15430,15561,15678,15767,15878,16005,16106,16201,16324,16453,16570,16705,16848,16983,17102,17303,17422,17515,17626,17682,17789,17984,18095,18228,18323,18414,18723,18836,18953,19092,19686,20051,20736,21422" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,44,46,48,49,50,52,54,55,56,57,58,107,110,159,162,164,166,168,171,173,174,175,176,177,178,179,180,181,182,184,186,188,190,194,196,197,198,199,201,205,207,209,210,211,216,217,218,220,227,234,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2942,3097,3268,3417,3582,3739,3890,4039,4188,4300,4447,4600,4747,4822,4911,4998,5099,8583,8769,12265,12463,12586,12709,12822,13005,13136,13253,13342,13453,13580,13681,13776,13899,14028,14145,14280,14423,14558,14677,14878,14997,15090,15201,15257,15364,15559,15670,15803,15898,15989,16298,16411,16528,16667,17020,17385,18070", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,43,45,47,48,49,51,53,54,55,56,57,106,109,158,161,163,165,167,170,172,173,174,175,176,177,178,179,180,181,183,185,187,189,193,195,196,197,198,200,204,206,208,209,210,215,216,217,219,226,233,243,253", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2937,3092,3263,3412,3577,3734,3885,4034,4183,4295,4442,4595,4742,4817,4906,4993,5094,8578,8764,12260,12458,12581,12704,12817,13000,13131,13248,13337,13448,13575,13676,13771,13894,14023,14140,14275,14418,14553,14672,14873,14992,15085,15196,15252,15359,15554,15665,15798,15893,15984,16293,16406,16523,16662,17015,17380,18065,18751" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hdpi/values-hdpi.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "297", + "endLines": "8", + "endColumns": "13", + "endOffsets": "567" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "325" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-gl-rES_values-gl-rES.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-gl-rES/values-gl-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,519,627,712,814,940,1047,1156,1255,1363,1466,1573", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "402,514,622,707,809,935,1042,1151,1250,1358,1461,1568,1690" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,279,387,472,574,700,807,916,1015,1123,1226,1333", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "162,274,382,467,569,695,802,911,1010,1118,1221,1328,1450" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sr/values-sr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,503,609,695,799,917,1022,1130,1231,1335,1443,1544", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "395,498,604,690,794,912,1017,1125,1226,1330,1438,1539,1667" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,267,373,459,563,681,786,894,995,1099,1207,1308", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "159,262,368,454,558,676,781,889,990,1094,1202,1303,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-w600dp-v13_values-w600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w600dp/values-w600dp.xml", + "from": { + "startLines": "4,5", + "startColumns": "4,4", + "startOffsets": "294,358", + "endColumns": "63,54", + "endOffsets": "353,408" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,119", + "endColumns": "63,54", + "endOffsets": "114,169" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-da_values-da.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-da/values-da.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,493,605,688,788,901,1010,1118,1214,1328,1432,1533", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "389,488,600,683,783,896,1005,1113,1209,1323,1427,1528,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,257,369,452,552,665,774,882,978,1092,1196,1297", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "153,252,364,447,547,660,769,877,973,1087,1191,1292,1408" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-eu-rES_values-eu-rES.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-eu-rES/values-eu-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,502,612,698,804,928,1037,1147,1246,1355,1468,1579", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "399,497,607,693,799,923,1032,1142,1241,1350,1463,1574,1711" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,262,372,458,564,688,797,907,1006,1115,1228,1339", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "159,257,367,453,559,683,792,902,1001,1110,1223,1334,1471" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,391,486,586,668,765,871,967,1063,1158,1255,1350,1448", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "386,481,581,663,760,866,962,1058,1153,1250,1345,1443,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,246,346,428,525,631,727,823,918,1015,1110,1208", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "146,241,341,423,520,626,722,818,913,1010,1105,1203,1315" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tr/values-tr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,495,607,697,803,923,1030,1135,1231,1338,1440,1548", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "391,490,602,692,798,918,1025,1130,1226,1333,1435,1543,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,259,371,461,567,687,794,899,995,1102,1204,1312", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "155,254,366,456,562,682,789,894,990,1097,1199,1307,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uk/values-uk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,609,695,803,921,1027,1134,1232,1340,1446,1555", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "396,498,604,690,798,916,1022,1129,1227,1335,1441,1550,1674" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,373,459,567,685,791,898,996,1104,1210,1319", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "160,262,368,454,562,680,786,893,991,1099,1205,1314,1438" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-mn-rMN_values-mn-rMN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mn-rMN/values-mn-rMN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,408,508,621,708,814,926,1035,1139,1236,1344,1445,1548", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "403,503,616,703,809,921,1030,1134,1231,1339,1440,1543,1665" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,268,381,468,574,686,795,899,996,1104,1205,1308", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "163,263,376,463,569,681,790,894,991,1099,1200,1303,1425" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hi/values-hi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,511,618,703,805,927,1036,1138,1236,1346,1446,1561", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "401,506,613,698,800,922,1031,1133,1231,1341,1441,1556,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,275,382,467,569,691,800,902,1000,1110,1210,1325", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "165,270,377,462,564,686,795,897,995,1105,1205,1320,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-cs/values-cs.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,500,609,695,800,917,1021,1130,1229,1335,1445,1552", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "393,495,604,690,795,912,1016,1125,1224,1330,1440,1547,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,264,373,459,564,681,785,894,993,1099,1209,1316", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "157,259,368,454,559,676,780,889,988,1094,1204,1311,1433" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-et-rEE_values-et-rEE.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-et-rEE/values-et-rEE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,412,519,630,716,818,935,1046,1151,1250,1360,1461,1564", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "407,514,625,711,813,930,1041,1146,1245,1355,1456,1559,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,279,390,476,578,695,806,911,1010,1120,1221,1324", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "167,274,385,471,573,690,801,906,1005,1115,1216,1319,1447" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ca/values-ca.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,515,622,705,813,939,1050,1159,1257,1367,1471,1579", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "404,510,617,700,808,934,1045,1154,1252,1362,1466,1574,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,469,577,703,814,923,1021,1131,1235,1343", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "168,274,381,464,572,698,809,918,1016,1126,1230,1338,1461" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values_values.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values/values.xml", + "from": { + "startLines": "4,5,6,7,10,11,12,15,16,17,20,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,103,104,105,106,107,108,109,112,113,114,117,118,119,120,121,124,125,126,127,128,131,134,135,136,137,138,139,140,141,144,145,148,149,150,151,152,153,156,157,160,161,162,163,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,185,186,187,188,191,192,195,196,197,200,203,204,205,206,207,208,209,210,211,214,215,218,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,247,248,251,258,259,263,267,272,280,287,291,295,300,304,308,312,316,320,324,328,332,338,340,344,348,352,358,363,367,372,376,380,384,388,392,398,403,406,409,412,415,418,421,424,426,428,429,430,433,435,439,441,446,447,451,457,461,462,464,475,476,480,486,490,491,492,496,523,527,555,701,723,869,893,900,905,926,931,936,946,955,966,970,977,985,992,993,1002,1005,1008,1013,1017,1020,1023,1027,1031,1039,1044,1051,1057,1058,1062,1067,1069,1071,1074,1077,1079,1083,1090,1093,1096,1100,1102,1106,1108,1114,1116,1120,1132,1138,1143,1158,1161,1166,1176,1183,1221,1260,1270,1281,1283,1287,1291,1294,1297,1300,1303,1307,1310,1313,1316,1320,1323,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1345,1347,1348,1349,1350,1352,1354,1355,1356,1357,1358,1359,1360,1362,1364,1366,1368,1370,1372,1373,1375,1376,1378,1380,1382,1383,1384,1385,1386,1387,1388,1389,1391,1393,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1411,1415,1419,1420,1421,1422,1423,1426,1428,1430,1432,1434,1436,1437,1438,1439,1441,1443,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1458,1459,1461,1463,1465,1466,1468,1469,1471,1473,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1487,1489,1490,1491,1493,1494,1495,1497,1499,1501,1503,1505,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "286,341,386,435,707,762,825,1133,1195,1268,1567,1877,1958,2019,2094,2411,2488,2566,2636,2707,2768,2830,2907,2985,3091,3197,3276,3356,3413,3471,3545,3620,3685,3751,3818,3886,3990,4096,4176,4257,4316,4375,4434,4493,4552,4615,4679,4737,4796,4867,4939,5011,5084,5141,5199,5272,5346,5420,5495,5567,5640,5710,21489,21558,21628,21698,21775,21854,21930,22239,22303,22368,22678,22755,22830,22899,22967,23276,23342,23439,23504,23573,23904,24195,24253,24310,24369,24441,24509,24577,24636,24940,25030,25353,25413,25479,25546,25612,25682,25987,26040,26385,26443,26508,26572,26862,26923,26984,27045,27107,27171,27235,27299,27364,27427,27487,27548,27607,27667,27729,27800,27860,28160,28227,28295,28363,28672,28758,29077,29139,29200,29489,29790,29847,29895,29944,29995,30029,30076,30125,30171,30435,30499,30793,31080,31140,31443,31517,31595,31688,31758,31836,31890,31960,32045,32097,32170,32244,32313,32388,32462,32536,32625,32695,32998,33076,33166,33254,33587,34088,34177,34424,34705,34990,35625,36102,36324,36546,36814,37041,37271,37501,37731,37961,38188,38427,38653,39135,39265,39637,39867,40115,40571,40854,41062,41435,41662,41908,42133,42382,42603,43085,43380,43602,43840,44054,44284,44507,44722,44930,45054,45178,45283,45400,45614,45760,46137,46223,46571,46659,46889,47291,47524,47606,47704,48321,48421,48657,49065,49304,49398,49456,49693,51693,51935,54113,63392,64659,74048,75566,76102,76432,77555,77811,78047,78594,79088,79761,79976,80504,81068,81443,81561,82099,82256,82400,82720,82890,83031,83160,83459,83762,84321,84583,84933,85286,85380,85686,85948,86073,86200,86439,86650,86769,86962,87417,87598,87720,87979,88092,88279,88381,88825,88949,89234,90121,90415,90745,91665,91837,92173,92839,93361,96250,99280,99920,100780,100893,101122,101460,101620,101772,101943,102110,102353,102523,102696,102867,103141,103340,103819,103903,103999,104095,104193,104293,104395,104497,104599,104701,104803,104903,104999,105111,105240,105363,105517,105671,105769,105883,105977,106117,106251,106347,106459,106559,106675,106771,106883,107023,107171,107335,107477,107635,107785,107926,108070,108205,108341,108483,108625,108737,108877,108945,109018,109092,109165,109239,109385,109529,109899,109965,110055,110135,110227,110325,110435,110513,110619,110711,110815,110925,111047,111210,111367,111447,111547,111637,111747,112071,112171,112283,112397,112513,112629,112723,112837,112955,113057,113177,113299,113381,113485,113605,113731,113825,113913,114025,114141,114263,114375,114550,114666,114764,114876,115000,115067,115193,115261,115389,115533,115661,115730,115825,115940,116053,116152,116261,116372,116483,116584,116689,116801,116931,117022,117145,117257,117343,117447,117555,117655,117773,117877,117981,118107,118195,118285,118395,118479,118533,118655,118761,118871,118955", + "endLines": "4,5,6,7,10,11,12,15,16,17,20,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,103,104,105,106,107,108,109,112,113,114,117,118,119,120,121,124,125,126,127,128,131,134,135,136,137,138,139,140,141,144,145,148,149,150,151,152,153,156,157,160,161,162,163,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,185,186,187,188,191,192,195,196,197,200,203,204,205,206,207,208,209,210,211,214,215,218,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,247,248,257,258,262,266,271,277,286,290,294,299,303,307,311,315,319,323,327,331,335,339,341,347,351,355,362,366,369,375,379,383,387,391,395,402,405,408,411,414,417,420,423,425,427,428,429,432,434,436,440,445,446,450,456,460,461,463,474,475,479,485,489,490,491,495,522,526,554,700,722,868,890,899,904,925,930,935,945,954,965,969,976,984,991,992,1001,1004,1007,1012,1016,1019,1022,1026,1030,1038,1043,1050,1056,1057,1061,1066,1068,1070,1073,1076,1078,1082,1089,1092,1095,1099,1101,1105,1107,1113,1115,1119,1131,1137,1142,1157,1160,1165,1175,1180,1220,1259,1269,1278,1282,1286,1290,1293,1296,1299,1302,1306,1309,1312,1315,1319,1322,1325,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1344,1346,1347,1348,1349,1351,1353,1354,1355,1356,1357,1358,1359,1361,1363,1365,1367,1369,1371,1372,1374,1375,1377,1379,1381,1382,1383,1384,1385,1386,1387,1388,1390,1392,1394,1397,1398,1399,1400,1401,1403,1404,1405,1406,1407,1408,1410,1414,1418,1419,1420,1421,1422,1423,1427,1429,1431,1433,1435,1436,1437,1438,1440,1442,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1457,1458,1460,1462,1464,1465,1467,1468,1470,1472,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1486,1488,1489,1490,1492,1493,1494,1496,1498,1500,1502,1504,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "336,381,430,471,757,820,896,1190,1263,1331,1640,1953,2014,2089,2165,2483,2561,2631,2702,2763,2825,2902,2980,3086,3192,3271,3351,3408,3466,3540,3615,3680,3746,3813,3881,3985,4091,4171,4252,4311,4370,4429,4488,4547,4610,4674,4732,4791,4862,4934,5006,5079,5136,5194,5267,5341,5415,5490,5562,5635,5705,5776,21553,21623,21693,21770,21849,21925,22002,22298,22363,22432,22750,22825,22894,22962,23039,23337,23434,23499,23568,23667,23958,24248,24305,24364,24436,24504,24572,24631,24694,25025,25116,25408,25474,25541,25607,25677,25741,26035,26148,26438,26503,26567,26616,26918,26979,27040,27102,27166,27230,27294,27359,27422,27482,27543,27602,27662,27724,27795,27855,27923,28222,28290,28358,28426,28753,28840,29134,29195,29252,29556,29842,29890,29939,29990,30024,30071,30120,30166,30198,30494,30556,30843,31135,31205,31512,31590,31683,31753,31831,31885,31955,32040,32092,32165,32239,32308,32383,32457,32531,32620,32690,32761,33071,33161,33249,33345,34083,34172,34419,34700,34985,35378,36097,36319,36541,36809,37036,37266,37496,37726,37956,38183,38422,38648,38893,39260,39390,39862,40110,40329,40849,41057,41188,41657,41903,42128,42377,42598,42843,43375,43597,43835,44049,44279,44502,44717,44925,45049,45173,45278,45395,45609,45755,45895,46218,46566,46654,46884,47286,47519,47601,47699,48316,48416,48652,49060,49299,49393,49451,49688,51688,51930,54108,63387,64654,74043,75324,76097,76427,77550,77806,78042,78589,79083,79756,79971,80499,81063,81438,81556,82094,82251,82395,82715,82885,83026,83155,83454,83757,84316,84578,84928,85281,85375,85681,85943,86068,86195,86434,86645,86764,86957,87412,87593,87715,87974,88087,88274,88376,88820,88944,89229,90116,90410,90740,91660,91832,92168,92834,93119,96245,99275,99915,100539,100888,101117,101455,101615,101767,101938,102105,102348,102518,102691,102862,103136,103335,103582,103898,103994,104090,104188,104288,104390,104492,104594,104696,104798,104898,104994,105106,105235,105358,105512,105666,105764,105878,105972,106112,106246,106342,106454,106554,106670,106766,106878,107018,107166,107330,107472,107630,107780,107921,108065,108200,108336,108478,108620,108732,108872,108940,109013,109087,109160,109234,109380,109524,109662,109960,110050,110130,110222,110320,110430,110508,110614,110706,110810,110920,111042,111205,111362,111442,111542,111632,111742,111834,112166,112278,112392,112508,112624,112718,112832,112950,113052,113172,113294,113376,113480,113600,113726,113820,113908,114020,114136,114258,114370,114545,114661,114759,114871,114995,115062,115188,115256,115384,115528,115656,115725,115820,115935,116048,116147,116256,116367,116478,116579,116684,116796,116926,117017,117140,117252,117338,117442,117550,117650,117768,117872,117976,118102,118190,118280,118390,118474,118528,118650,118756,118866,118950,119076" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,202,203,207,211,216,222,229,233,237,242,246,250,254,258,262,266,270,274,278,280,282,286,290,294,299,303,306,310,314,318,322,326,330,335,338,341,344,347,350,353,356,358,360,361,362,365,367,369,371,376,377,381,387,391,392,394,405,406,410,416,420,421,422,426,453,457,485,631,653,799,821,828,833,854,859,864,874,883,894,898,905,913,920,921,930,933,936,941,945,948,951,955,959,967,972,979,985,986,990,995,997,999,1002,1005,1007,1011,1018,1021,1024,1028,1030,1034,1036,1042,1044,1048,1060,1066,1071,1086,1089,1094,1104,1109,1147,1186,1196,1205,1207,1211,1215,1218,1221,1224,1227,1231,1234,1237,1240,1244,1247,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1267,1269,1270,1271,1272,1274,1276,1277,1278,1279,1280,1281,1282,1284,1286,1288,1290,1292,1294,1295,1297,1298,1300,1302,1304,1305,1306,1307,1308,1309,1310,1311,1313,1315,1317,1318,1319,1320,1321,1322,1324,1325,1326,1327,1328,1329,1331,1335,1339,1340,1341,1342,1343,1344,1346,1348,1350,1352,1354,1355,1356,1357,1359,1361,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1376,1377,1379,1381,1383,1384,1386,1387,1389,1391,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1405,1407,1408,1409,1411,1412,1413,1415,1417,1419,1421,1423,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,363,439,501,574,642,720,801,862,937,1013,1090,1168,1238,1309,1370,1432,1509,1587,1693,1799,1878,1958,2015,2073,2147,2222,2287,2353,2420,2488,2592,2698,2778,2859,2918,2977,3036,3095,3154,3217,3281,3339,3398,3469,3541,3613,3686,3743,3801,3874,3948,4022,4097,4169,4242,4312,19850,19919,19989,20059,20136,20215,20291,20368,20432,20497,20566,20643,20718,20787,20855,20932,20998,21095,21160,21229,21328,21387,21445,21502,21561,21633,21701,21769,21828,21891,21981,22072,22132,22198,22265,22331,22401,22465,22518,22631,22689,22754,22818,22867,22928,22989,23050,23112,23176,23240,23304,23369,23432,23492,23553,23612,23672,23734,23805,23865,23933,24000,24068,24136,24204,24290,24377,24439,24500,24557,24629,24686,24734,24783,24834,24868,24915,24964,25010,25042,25106,25168,25223,25283,25353,25427,25505,25598,25668,25746,25800,25870,25955,26007,26080,26154,26223,26298,26372,26446,26535,26605,26676,26754,26844,26932,27028,27529,27618,27865,28146,28431,28824,29301,29523,29745,30013,30240,30470,30700,30930,31160,31387,31626,31852,32097,32227,32357,32587,32835,33054,33337,33545,33676,33903,34149,34374,34623,34844,35089,35384,35606,35844,36058,36288,36511,36726,36934,37058,37182,37287,37404,37618,37764,37904,37990,38338,38426,38656,39058,39291,39373,39471,40088,40188,40424,40832,41071,41165,41223,41460,43460,43702,45880,55159,56426,65815,67096,67632,67962,69085,69341,69577,70124,70618,71291,71506,72034,72598,72973,73091,73629,73786,73930,74250,74420,74561,74690,74989,75292,75851,76113,76463,76816,76910,77216,77478,77603,77730,77969,78180,78299,78492,78947,79128,79250,79509,79622,79809,79911,80355,80479,80764,81651,81945,82275,83195,83367,83703,84369,84654,87543,90573,91213,91837,91950,92179,92517,92677,92829,93000,93167,93410,93580,93753,93924,94198,94397,94644,94728,94824,94920,95018,95118,95220,95322,95424,95526,95628,95728,95824,95936,96065,96188,96342,96496,96594,96708,96802,96942,97076,97172,97284,97384,97500,97596,97708,97848,97996,98160,98302,98460,98610,98751,98895,99030,99166,99308,99450,99562,99702,99770,99843,99917,99990,100064,100210,100354,100492,100558,100648,100728,100820,100918,101028,101106,101212,101304,101408,101518,101640,101803,101960,102040,102140,102230,102340,102432,102532,102644,102758,102874,102990,103084,103198,103316,103418,103538,103660,103742,103846,103966,104092,104186,104274,104386,104502,104624,104736,104911,105027,105125,105237,105361,105428,105554,105622,105750,105894,106022,106091,106186,106301,106414,106513,106622,106733,106844,106945,107050,107162,107292,107383,107506,107618,107704,107808,107916,108016,108134,108238,108342,108468,108556,108646,108756,108840,108894,109016,109122,109232,109316", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,201,202,206,210,215,221,228,232,236,241,245,249,253,257,261,265,269,273,277,279,281,285,289,293,298,302,305,309,313,317,321,325,329,334,337,340,343,346,349,352,355,357,359,360,361,364,366,368,370,375,376,380,386,390,391,393,404,405,409,415,419,420,421,425,452,456,484,630,652,798,820,827,832,853,858,863,873,882,893,897,904,912,919,920,929,932,935,940,944,947,950,954,958,966,971,978,984,985,989,994,996,998,1001,1004,1006,1010,1017,1020,1023,1027,1029,1033,1035,1041,1043,1047,1059,1065,1070,1085,1088,1093,1103,1108,1146,1185,1195,1204,1206,1210,1214,1217,1220,1223,1226,1230,1233,1236,1239,1243,1246,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1266,1268,1269,1270,1271,1273,1275,1276,1277,1278,1279,1280,1281,1283,1285,1287,1289,1291,1293,1294,1296,1297,1299,1301,1303,1304,1305,1306,1307,1308,1309,1310,1312,1314,1316,1317,1318,1319,1320,1321,1323,1324,1325,1326,1327,1328,1330,1334,1338,1339,1340,1341,1342,1343,1345,1347,1349,1351,1353,1354,1355,1356,1358,1360,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1375,1376,1378,1380,1382,1383,1385,1386,1388,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1406,1407,1408,1410,1411,1412,1414,1416,1418,1420,1422,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "105,150,199,240,295,358,434,496,569,637,715,796,857,932,1008,1085,1163,1233,1304,1365,1427,1504,1582,1688,1794,1873,1953,2010,2068,2142,2217,2282,2348,2415,2483,2587,2693,2773,2854,2913,2972,3031,3090,3149,3212,3276,3334,3393,3464,3536,3608,3681,3738,3796,3869,3943,4017,4092,4164,4237,4307,4378,19914,19984,20054,20131,20210,20286,20363,20427,20492,20561,20638,20713,20782,20850,20927,20993,21090,21155,21224,21323,21382,21440,21497,21556,21628,21696,21764,21823,21886,21976,22067,22127,22193,22260,22326,22396,22460,22513,22626,22684,22749,22813,22862,22923,22984,23045,23107,23171,23235,23299,23364,23427,23487,23548,23607,23667,23729,23800,23860,23928,23995,24063,24131,24199,24285,24372,24434,24495,24552,24624,24681,24729,24778,24829,24863,24910,24959,25005,25037,25101,25163,25218,25278,25348,25422,25500,25593,25663,25741,25795,25865,25950,26002,26075,26149,26218,26293,26367,26441,26530,26600,26671,26749,26839,26927,27023,27524,27613,27860,28141,28426,28819,29296,29518,29740,30008,30235,30465,30695,30925,31155,31382,31621,31847,32092,32222,32352,32582,32830,33049,33332,33540,33671,33898,34144,34369,34618,34839,35084,35379,35601,35839,36053,36283,36506,36721,36929,37053,37177,37282,37399,37613,37759,37899,37985,38333,38421,38651,39053,39286,39368,39466,40083,40183,40419,40827,41066,41160,41218,41455,43455,43697,45875,55154,56421,65810,67091,67627,67957,69080,69336,69572,70119,70613,71286,71501,72029,72593,72968,73086,73624,73781,73925,74245,74415,74556,74685,74984,75287,75846,76108,76458,76811,76905,77211,77473,77598,77725,77964,78175,78294,78487,78942,79123,79245,79504,79617,79804,79906,80350,80474,80759,81646,81940,82270,83190,83362,83698,84364,84649,87538,90568,91208,91832,91945,92174,92512,92672,92824,92995,93162,93405,93575,93748,93919,94193,94392,94639,94723,94819,94915,95013,95113,95215,95317,95419,95521,95623,95723,95819,95931,96060,96183,96337,96491,96589,96703,96797,96937,97071,97167,97279,97379,97495,97591,97703,97843,97991,98155,98297,98455,98605,98746,98890,99025,99161,99303,99445,99557,99697,99765,99838,99912,99985,100059,100205,100349,100487,100553,100643,100723,100815,100913,101023,101101,101207,101299,101403,101513,101635,101798,101955,102035,102135,102225,102335,102427,102527,102639,102753,102869,102985,103079,103193,103311,103413,103533,103655,103737,103841,103961,104087,104181,104269,104381,104497,104619,104731,104906,105022,105120,105232,105356,105423,105549,105617,105745,105889,106017,106086,106181,106296,106409,106508,106617,106728,106839,106940,107045,107157,107287,107378,107501,107613,107699,107803,107911,108011,108129,108233,108337,108463,108551,108641,108751,108835,108889,109011,109117,109227,109311,109437" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hr/values-hr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,493,603,689,793,912,1016,1129,1235,1340,1453,1560", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "391,488,598,684,788,907,1011,1124,1230,1335,1448,1555,1678" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,257,367,453,557,676,780,893,999,1104,1217,1324", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "155,252,362,448,552,671,775,888,994,1099,1212,1319,1442" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt/values-pt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,517,624,713,814,939,1046,1158,1260,1368,1475,1585", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "406,512,619,708,809,934,1041,1153,1255,1363,1470,1580,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,703,810,922,1024,1132,1239,1349", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "170,276,383,472,573,698,805,917,1019,1127,1234,1344,1469" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,521,632,719,835,965,1075,1187,1290,1401,1508,1615", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "401,516,627,714,830,960,1070,1182,1285,1396,1503,1610,1732" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,479,595,725,835,947,1050,1161,1268,1375", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,474,590,720,830,942,1045,1156,1263,1370,1492" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-is-rIS_values-is-rIS.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-is-rIS/values-is-rIS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,395,492,604,689,790,904,1014,1122,1220,1329,1428,1531", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "390,487,599,684,785,899,1009,1117,1215,1324,1423,1526,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,252,364,449,550,664,774,882,980,1089,1188,1291", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "150,247,359,444,545,659,769,877,975,1084,1183,1286,1404" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v12_values-v12.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v12/values-v12.xml", + "from": { + "startLines": "4,7,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "296,522,724,843", + "endLines": "6,9,10,11", + "endColumns": "12,12,118,94", + "endOffsets": "517,719,838,933" + }, + "to": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,281,483,602", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "276,478,597,692" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw/values-sw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,492,600,690,795,912,1013,1122,1221,1328,1437,1542", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "389,487,595,685,790,907,1008,1117,1216,1323,1432,1537,1656" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,256,364,454,559,676,777,886,985,1092,1201,1306", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "153,251,359,449,554,671,772,881,980,1087,1196,1301,1420" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-si-rLK_values-si-rLK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-si-rLK/values-si-rLK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,512,619,707,812,928,1037,1142,1240,1350,1449,1555", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "400,507,614,702,807,923,1032,1137,1235,1345,1444,1550,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,272,379,467,572,688,797,902,1000,1110,1209,1315", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "160,267,374,462,567,683,792,897,995,1105,1204,1310,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v14_values-v14.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v14/values-v14.xml", + "from": { + "startLines": "4,11,12,13,19,27,28,29,32,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,818,889,972,1382,2040,2160,2223,2377,2440", + "endLines": "8,11,12,18,24,27,28,31,32,33", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "572,884,967,1377,1799,2155,2218,2372,2435,2567" + }, + "to": { + "startLines": "2,7,8,9,15,21,22,23,26,27", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,331,402,485,895,1317,1437,1500,1654,1717", + "endLines": "6,7,8,14,20,21,22,25,26,27", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "326,397,480,890,1312,1432,1495,1649,1712,1844" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,524,632,717,818,941,1053,1165,1266,1374,1481,1588", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "410,519,627,712,813,936,1048,1160,1261,1369,1476,1583,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,284,392,477,578,701,813,925,1026,1134,1241,1348", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "170,279,387,472,573,696,808,920,1021,1129,1236,1343,1465" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-w720dp-v13_values-w720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w720dp/values-w720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "293", + "endColumns": "76", + "endOffsets": "365" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fi/values-fi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,499,600,686,791,909,1016,1119,1216,1322,1421,1525", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "394,494,595,681,786,904,1011,1114,1211,1317,1416,1520,1639" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,263,364,450,555,673,780,883,980,1086,1185,1289", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "158,258,359,445,550,668,775,878,975,1081,1180,1284,1403" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nb/values-nb.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,494,608,694,794,907,1010,1109,1205,1309,1407,1508", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "394,489,603,689,789,902,1005,1104,1200,1304,1402,1503,1619" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,258,372,458,558,671,774,873,969,1073,1171,1272", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "158,253,367,453,553,666,769,868,964,1068,1166,1267,1383" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,521,628,717,818,942,1049,1161,1263,1371,1478,1585", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "410,516,623,712,813,937,1044,1156,1258,1366,1473,1580,1702" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,702,809,921,1023,1131,1238,1345", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "170,276,383,472,573,697,804,916,1018,1126,1233,1340,1462" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-kk-rKZ_values-kk-rKZ.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kk-rKZ/values-kk-rKZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,510,620,709,815,934,1037,1142,1240,1347,1456,1556", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "402,505,615,704,810,929,1032,1137,1235,1342,1451,1551,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,270,380,469,575,694,797,902,1000,1107,1216,1316", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "162,265,375,464,570,689,792,897,995,1102,1211,1311,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v17/values-v17.xml", + "from": { + "startLines": "4,7,11,15,18,21,24,28,32,35,38,41,45,48", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,468,696,1033,1191,1341,1513,1741,1983,2154,2328,2497,2770,2970", + "endLines": "6,10,14,17,20,23,27,31,34,37,40,44,47,50", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "463,691,1028,1186,1336,1508,1736,1978,2149,2323,2492,2765,2965,3213" + }, + "to": { + "startLines": "2,5,9,13,16,19,22,26,30,33,36,39,43,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,793,951,1101,1273,1501,1743,1914,2088,2257,2530,2730", + "endLines": "4,8,12,15,18,21,25,29,32,35,38,42,45,48", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,788,946,1096,1268,1496,1738,1909,2083,2252,2525,2725,2973" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ur-rPK_values-ur-rPK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ur-rPK/values-ur-rPK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,511,620,706,810,930,1038,1147,1249,1360,1460,1568", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "400,506,615,701,805,925,1033,1142,1244,1355,1455,1563,1692" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,271,380,466,570,690,798,907,1009,1120,1220,1328", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "160,266,375,461,565,685,793,902,1004,1115,1215,1323,1452" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bg/values-bg.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,513,618,704,809,930,1044,1153,1253,1367,1473,1581", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "401,508,613,699,804,925,1039,1148,1248,1362,1468,1576,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,277,382,468,573,694,808,917,1017,1131,1237,1345", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "165,272,377,463,568,689,803,912,1012,1126,1232,1340,1463" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v18/values-v18.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "48", + "endOffsets": "335" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-w480dp-v13_values-w480dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w480dp/values-w480dp.xml", + "from": { + "startLines": "4,7", + "startColumns": "4,4", + "startOffsets": "293,594", + "endColumns": "61,71", + "endOffsets": "350,661" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,117", + "endColumns": "61,71", + "endOffsets": "112,184" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1447", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1442,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1207", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1202,1315" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sl/values-sl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,505,613,700,803,922,1030,1139,1239,1352,1459,1563", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "393,500,608,695,798,917,1025,1134,1234,1347,1454,1558,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,269,377,464,567,686,794,903,1003,1116,1223,1327", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "157,264,372,459,562,681,789,898,998,1111,1218,1322,1439" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ru/values-ru.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,508,620,706,811,931,1037,1145,1243,1352,1458,1566", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "401,503,615,701,806,926,1032,1140,1238,1347,1453,1561,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,272,384,470,575,695,801,909,1007,1116,1222,1330", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "165,267,379,465,570,690,796,904,1002,1111,1217,1325,1461" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-mk-rMK_values-mk-rMK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mk-rMK/values-mk-rMK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,403,507,615,701,806,925,1031,1138,1239,1346,1457", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "398,502,610,696,801,920,1026,1133,1234,1341,1452,1556" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,267,375,461,566,685,791,898,999,1106,1217", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "158,262,370,456,561,680,786,893,994,1101,1212,1316" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ja/values-ja.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,388,481,586,668,766,874,976,1075,1170,1273,1368,1464", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "383,476,581,663,761,869,971,1070,1165,1268,1363,1459,1570" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,245,350,432,530,638,740,839,934,1037,1132,1228", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "147,240,345,427,525,633,735,834,929,1032,1127,1223,1334" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ar/values-ar.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,512,621,703,804,918,1023,1124,1220,1328,1431,1534", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "403,507,616,698,799,913,1018,1119,1215,1323,1426,1529,1648" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,276,385,467,568,682,787,888,984,1092,1195,1298", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "167,271,380,462,563,677,782,883,979,1087,1190,1293,1412" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-it_values-it.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-it/values-it.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,500,609,693,802,927,1033,1141,1239,1343,1448,1555", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "395,495,604,688,797,922,1028,1136,1234,1338,1443,1550,1672" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,264,373,457,566,691,797,905,1003,1107,1212,1319", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "159,259,368,452,561,686,792,900,998,1102,1207,1314,1436" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw600dp/values-sw600dp.xml", + "from": { + "startLines": "4,5,6,7,8,11,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "295,364,434,504,583,899,1198,1269,1337", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "359,429,499,578,654,953,1264,1332,1387" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,194,264,343,419,478,549,617", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "119,189,259,338,414,473,544,612,667" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ko/values-ko.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,386,480,582,664,762,868,966,1061,1156,1256,1352,1451", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "381,475,577,659,757,863,961,1056,1151,1251,1347,1446,1561" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,244,346,428,526,632,730,825,920,1020,1116,1215", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "145,239,341,423,521,627,725,820,915,1015,1111,1210,1325" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge/values-xlarge.xml", + "from": { + "startLines": "4,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "293,609,673,740,807,873,939", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "365,668,735,802,868,934,989" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,132,196,263,330,396,462", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "127,191,258,325,391,457,512" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1449", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1444,1557" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1209", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1204,1317" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-el_values-el.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-el/values-el.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,520,637,722,827,953,1064,1174,1276,1387,1496,1604", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "404,515,632,717,822,948,1059,1169,1271,1382,1491,1599,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,284,401,486,591,717,828,938,1040,1151,1260,1368", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "168,279,396,481,586,712,823,933,1035,1146,1255,1363,1486" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-km-rKH_values-km-rKH.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-km-rKH/values-km-rKH.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,498,610,697,801,919,1023,1128,1228,1338,1445,1553", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "393,493,605,692,796,914,1018,1123,1223,1333,1440,1548,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,258,370,457,561,679,783,888,988,1098,1205,1313", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "153,253,365,452,556,674,778,883,983,1093,1200,1308,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-port_values-port.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-port/values-port.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "55", + "endOffsets": "342" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-land_values-land.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-land/values-land.xml", + "from": { + "startLines": "4,7,10,11,14,17,18", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "291,590,908,978,1285,1595,1666", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "348,657,973,1043,1344,1661,1729" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,117,189,259,329,393,464", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "112,184,254,324,388,459,527" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tl/values-tl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,410,518,635,723,829,950,1059,1170,1271,1381,1498,1606", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "405,513,630,718,824,945,1054,1165,1266,1376,1493,1601,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,399,487,593,714,823,934,1035,1145,1262,1370", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "169,277,394,482,588,709,818,929,1030,1140,1257,1365,1488" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-es_values-es.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es/values-es.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,521,629,714,815,943,1050,1150,1249,1357,1464,1571", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "403,516,624,709,810,938,1045,1145,1244,1352,1459,1566,1688" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,285,393,478,579,707,814,914,1013,1121,1228,1335", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "167,280,388,473,574,702,809,909,1008,1116,1223,1330,1452" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-h720dp/values-h720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "66", + "endOffsets": "356" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-af.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-af.json new file mode 100644 index 0000000..0251c9f --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-af.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-af/values-af.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,495,601,686,789,907,1014,1117,1214,1322,1424,1526", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "390,490,596,681,784,902,1009,1112,1209,1317,1419,1521,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,365,450,553,671,778,881,978,1086,1188,1290", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "154,254,360,445,548,666,773,876,973,1081,1183,1285,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-am.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-am.json new file mode 100644 index 0000000..a5559a3 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-am.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-am/values-am.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,393,492,598,684,787,900,1000,1100,1196,1299,1398,1505", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "388,487,593,679,782,895,995,1095,1191,1294,1393,1500,1616" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,256,362,448,551,664,764,864,960,1063,1162,1269", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "152,251,357,443,546,659,759,859,955,1058,1157,1264,1380" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ar.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ar.json new file mode 100644 index 0000000..90fbeeb --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ar.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ar/values-ar.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,512,621,703,804,918,1023,1124,1220,1328,1431,1534", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "403,507,616,698,799,913,1018,1119,1215,1323,1426,1529,1648" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,276,385,467,568,682,787,888,984,1092,1195,1298", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "167,271,380,462,563,677,782,883,979,1087,1190,1293,1412" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bg.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bg.json new file mode 100644 index 0000000..b50e684 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bg.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bg/values-bg.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,513,618,704,809,930,1044,1153,1253,1367,1473,1581", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "401,508,613,699,804,925,1039,1148,1248,1362,1468,1576,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,277,382,468,573,694,808,917,1017,1131,1237,1345", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "165,272,377,463,568,689,803,912,1012,1126,1232,1340,1463" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bn-rBD.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bn-rBD.json new file mode 100644 index 0000000..7a676e4 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-bn-rBD.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-bn-rBD/values-bn-rBD.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bn-rBD/values-bn-rBD.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,516,622,716,821,951,1061,1177,1284,1394,1500,1610", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "399,511,617,711,816,946,1056,1172,1279,1389,1495,1605,1730" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,276,382,476,581,711,821,937,1044,1154,1260,1370", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "159,271,377,471,576,706,816,932,1039,1149,1255,1365,1490" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ca.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ca.json new file mode 100644 index 0000000..006517c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ca.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ca/values-ca.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,515,622,705,813,939,1050,1159,1257,1367,1471,1579", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "404,510,617,700,808,934,1045,1154,1252,1362,1466,1574,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,469,577,703,814,923,1021,1131,1235,1343", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "168,274,381,464,572,698,809,918,1016,1126,1230,1338,1461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-cs.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-cs.json new file mode 100644 index 0000000..2d8b010 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-cs.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-cs/values-cs.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,500,609,695,800,917,1021,1130,1229,1335,1445,1552", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "393,495,604,690,795,912,1016,1125,1224,1330,1440,1547,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,264,373,459,564,681,785,894,993,1099,1209,1316", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "157,259,368,454,559,676,780,889,988,1094,1204,1311,1433" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-da.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-da.json new file mode 100644 index 0000000..3cdae43 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-da.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-da/values-da.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,493,605,688,788,901,1010,1118,1214,1328,1432,1533", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "389,488,600,683,783,896,1005,1113,1209,1323,1427,1528,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,257,369,452,552,665,774,882,978,1092,1196,1297", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "153,252,364,447,547,660,769,877,973,1087,1191,1292,1408" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-de.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-de.json new file mode 100644 index 0000000..0238b29 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-de.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-de/values-de.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,606,692,797,912,1023,1126,1225,1336,1438,1545", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "391,489,601,687,792,907,1018,1121,1220,1331,1433,1540,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,370,456,561,676,787,890,989,1100,1202,1309", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "155,253,365,451,556,671,782,885,984,1095,1197,1304,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-el.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-el.json new file mode 100644 index 0000000..e62799b --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-el.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-el/values-el.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,520,637,722,827,953,1064,1174,1276,1387,1496,1604", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "404,515,632,717,822,948,1059,1169,1271,1382,1491,1599,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,284,401,486,591,717,828,938,1040,1151,1260,1368", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "168,279,396,481,586,712,823,933,1035,1146,1255,1363,1486" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rGB.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..bfe404b --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..aa3ca49 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es-rUS.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..0cbcf5c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,524,632,717,818,941,1053,1165,1266,1374,1481,1588", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "410,519,627,712,813,936,1048,1160,1261,1369,1476,1583,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,284,392,477,578,701,813,925,1026,1134,1241,1348", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "170,279,387,472,573,696,808,920,1021,1129,1236,1343,1465" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es.json new file mode 100644 index 0000000..f5b352e --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-es.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es/values-es.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,521,629,714,815,943,1050,1150,1249,1357,1464,1571", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "403,516,624,709,810,938,1045,1145,1244,1352,1459,1566,1688" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,285,393,478,579,707,814,914,1013,1121,1228,1335", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "167,280,388,473,574,702,809,909,1008,1116,1223,1330,1452" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-et-rEE.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-et-rEE.json new file mode 100644 index 0000000..c6c33a4 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-et-rEE.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-et-rEE/values-et-rEE.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-et-rEE/values-et-rEE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,412,519,630,716,818,935,1046,1151,1250,1360,1461,1564", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "407,514,625,711,813,930,1041,1146,1245,1355,1456,1559,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,279,390,476,578,695,806,911,1010,1120,1221,1324", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "167,274,385,471,573,690,801,906,1005,1115,1216,1319,1447" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-eu-rES.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-eu-rES.json new file mode 100644 index 0000000..f430da2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-eu-rES.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-eu-rES/values-eu-rES.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-eu-rES/values-eu-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,502,612,698,804,928,1037,1147,1246,1355,1468,1579", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "399,497,607,693,799,923,1032,1142,1241,1350,1463,1574,1711" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,262,372,458,564,688,797,907,1006,1115,1228,1339", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "159,257,367,453,559,683,792,902,1001,1110,1223,1334,1471" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fa.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fa.json new file mode 100644 index 0000000..90f8240 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fa.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fa/values-fa.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,504,615,703,806,921,1033,1136,1234,1344,1447,1556", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "396,499,610,698,801,916,1028,1131,1229,1339,1442,1551,1676" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,268,379,467,570,685,797,900,998,1108,1211,1320", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "160,263,374,462,565,680,792,895,993,1103,1206,1315,1440" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fi.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fi.json new file mode 100644 index 0000000..a153ded --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fi/values-fi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,499,600,686,791,909,1016,1119,1216,1322,1421,1525", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "394,494,595,681,786,904,1011,1114,1211,1317,1416,1520,1639" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,263,364,450,555,673,780,883,980,1086,1185,1289", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "158,258,359,445,550,668,775,878,975,1081,1180,1284,1403" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr-rCA.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..8521e50 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,521,632,719,835,965,1075,1187,1290,1401,1508,1615", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "401,516,627,714,830,960,1070,1182,1285,1396,1503,1610,1732" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,479,595,725,835,947,1050,1161,1268,1375", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,474,590,720,830,942,1045,1156,1263,1370,1492" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr.json new file mode 100644 index 0000000..63d3f4f --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-fr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr/values-fr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,402,517,628,710,816,946,1056,1168,1271,1382,1489,1596", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "397,512,623,705,811,941,1051,1163,1266,1377,1484,1591,1713" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,474,580,710,820,932,1035,1146,1253,1360", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,469,575,705,815,927,1030,1141,1248,1355,1477" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-gl-rES.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-gl-rES.json new file mode 100644 index 0000000..dd78441 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-gl-rES.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-gl-rES/values-gl-rES.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-gl-rES/values-gl-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,519,627,712,814,940,1047,1156,1255,1363,1466,1573", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "402,514,622,707,809,935,1042,1151,1250,1358,1461,1568,1690" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,279,387,472,574,700,807,916,1015,1123,1226,1333", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "162,274,382,467,569,695,802,911,1010,1118,1221,1328,1450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-h720dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..cb00535 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-h720dp/values-h720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "66", + "endOffsets": "356" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hdpi-v4.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..457c185 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hdpi/values-hdpi.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "297", + "endLines": "8", + "endColumns": "13", + "endOffsets": "567" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "325" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hi.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hi.json new file mode 100644 index 0000000..14c9ba7 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hi/values-hi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,511,618,703,805,927,1036,1138,1236,1346,1446,1561", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "401,506,613,698,800,922,1031,1133,1231,1341,1441,1556,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,275,382,467,569,691,800,902,1000,1110,1210,1325", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "165,270,377,462,564,686,795,897,995,1105,1205,1320,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hr.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hr.json new file mode 100644 index 0000000..cfe3afd --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hr/values-hr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,493,603,689,793,912,1016,1129,1235,1340,1453,1560", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "391,488,598,684,788,907,1011,1124,1230,1335,1448,1555,1678" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,257,367,453,557,676,780,893,999,1104,1217,1324", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "155,252,362,448,552,671,775,888,994,1099,1212,1319,1442" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hu.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hu.json new file mode 100644 index 0000000..0fc9ba8 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hu.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hu/values-hu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,504,619,703,815,945,1055,1166,1266,1377,1485,1604", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "394,499,614,698,810,940,1050,1161,1261,1372,1480,1599,1733" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,268,383,467,579,709,819,930,1030,1141,1249,1368", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "158,263,378,462,574,704,814,925,1025,1136,1244,1363,1497" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hy-rAM.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hy-rAM.json new file mode 100644 index 0000000..a3ef4b5 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-hy-rAM.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hy-rAM/values-hy-rAM.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hy-rAM/values-hy-rAM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,499,609,699,805,920,1027,1134,1233,1343,1450,1551", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "393,494,604,694,800,915,1022,1129,1228,1338,1445,1546,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,259,369,459,565,680,787,894,993,1103,1210,1311", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "153,254,364,454,560,675,782,889,988,1098,1205,1306,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-in.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-in.json new file mode 100644 index 0000000..13b09b6 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-in.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-in/values-in.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,608,695,799,915,1018,1127,1228,1332,1440,1548", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "396,498,603,690,794,910,1013,1122,1223,1327,1435,1543,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,372,459,563,679,782,891,992,1096,1204,1312", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "160,262,367,454,558,674,777,886,987,1091,1199,1307,1430" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-is-rIS.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-is-rIS.json new file mode 100644 index 0000000..992dd20 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-is-rIS.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-is-rIS/values-is-rIS.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-is-rIS/values-is-rIS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,395,492,604,689,790,904,1014,1122,1220,1329,1428,1531", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "390,487,599,684,785,899,1009,1117,1215,1324,1423,1526,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,252,364,449,550,664,774,882,980,1089,1188,1291", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "150,247,359,444,545,659,769,877,975,1084,1183,1286,1404" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-it.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-it.json new file mode 100644 index 0000000..efd89a5 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-it.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-it/values-it.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,500,609,693,802,927,1033,1141,1239,1343,1448,1555", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "395,495,604,688,797,922,1028,1136,1234,1338,1443,1550,1672" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,264,373,457,566,691,797,905,1003,1107,1212,1319", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "159,259,368,452,561,686,792,900,998,1102,1207,1314,1436" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-iw.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-iw.json new file mode 100644 index 0000000..9b75c19 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-iw.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-iw/values-iw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,494,602,686,787,901,1003,1107,1203,1306,1407,1507", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "390,489,597,681,782,896,998,1102,1198,1301,1402,1502,1618" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,258,366,450,551,665,767,871,967,1070,1171,1271", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "154,253,361,445,546,660,762,866,962,1065,1166,1266,1382" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ja.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ja.json new file mode 100644 index 0000000..dedcc7c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ja.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ja/values-ja.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,388,481,586,668,766,874,976,1075,1170,1273,1368,1464", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "383,476,581,663,761,869,971,1070,1165,1268,1363,1459,1570" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,245,350,432,530,638,740,839,934,1037,1132,1228", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "147,240,345,427,525,633,735,834,929,1032,1127,1223,1334" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ka-rGE.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ka-rGE.json new file mode 100644 index 0000000..616dfb7 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ka-rGE.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ka-rGE/values-ka-rGE.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ka-rGE/values-ka-rGE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,508,619,707,812,925,1038,1145,1243,1356,1460,1564", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "399,503,614,702,807,920,1033,1140,1238,1351,1455,1559,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,268,379,467,572,685,798,905,1003,1116,1220,1324", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "159,263,374,462,567,680,793,900,998,1111,1215,1319,1441" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kk-rKZ.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kk-rKZ.json new file mode 100644 index 0000000..b6adb38 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kk-rKZ.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-kk-rKZ/values-kk-rKZ.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kk-rKZ/values-kk-rKZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,510,620,709,815,934,1037,1142,1240,1347,1456,1556", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "402,505,615,704,810,929,1032,1137,1235,1342,1451,1551,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,270,380,469,575,694,797,902,1000,1107,1216,1316", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "162,265,375,464,570,689,792,897,995,1102,1211,1311,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-km-rKH.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-km-rKH.json new file mode 100644 index 0000000..3a4722a --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-km-rKH.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-km-rKH/values-km-rKH.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-km-rKH/values-km-rKH.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,498,610,697,801,919,1023,1128,1228,1338,1445,1553", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "393,493,605,692,796,914,1018,1123,1223,1333,1440,1548,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,258,370,457,561,679,783,888,988,1098,1205,1313", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "153,253,365,452,556,674,778,883,983,1093,1200,1308,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kn-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kn-rIN.json new file mode 100644 index 0000000..c8c1ca1 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-kn-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-kn-rIN/values-kn-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kn-rIN/values-kn-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,525,638,726,833,960,1076,1187,1286,1399,1503,1617", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "408,520,633,721,828,955,1071,1182,1281,1394,1498,1612,1738" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,285,398,486,593,720,836,947,1046,1159,1263,1377", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "168,280,393,481,588,715,831,942,1041,1154,1258,1372,1498" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ko.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ko.json new file mode 100644 index 0000000..66d2c9c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ko.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ko/values-ko.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,386,480,582,664,762,868,966,1061,1156,1256,1352,1451", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "381,475,577,659,757,863,961,1056,1151,1251,1347,1446,1561" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,244,346,428,526,632,730,825,920,1020,1116,1215", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "145,239,341,423,521,627,725,820,915,1015,1111,1210,1325" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ky-rKG.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ky-rKG.json new file mode 100644 index 0000000..aeaedd6 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ky-rKG.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ky-rKG/values-ky-rKG.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ky-rKG/values-ky-rKG.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,494,613,697,804,921,1031,1138,1236,1342,1449,1550", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "394,489,608,692,799,916,1026,1133,1231,1337,1444,1545,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,254,373,457,564,681,791,898,996,1102,1209,1310", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "154,249,368,452,559,676,786,893,991,1097,1204,1305,1429" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-land.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-land.json new file mode 100644 index 0000000..aa356d8 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-land.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-land/values-land.xml", + "from": { + "startLines": "4,7,10,11,14,17,18", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "291,590,908,978,1285,1595,1666", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "348,657,973,1043,1344,1661,1729" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,117,189,259,329,393,464", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "112,184,254,324,388,459,527" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-large-v4.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000..3a248d7 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-large-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-large/values-large.xml", + "from": { + "startLines": "4,7,8,11,12,13,14,15,16,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "292,592,664,961,1025,1092,1159,1225,1291,1589,1693", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "349,659,718,1020,1087,1154,1220,1286,1341,1688,1804" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,117,189,248,312,379,446,512,578,633,737", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "112,184,243,307,374,441,507,573,628,732,848" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lo-rLA.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lo-rLA.json new file mode 100644 index 0000000..788dcc2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lo-rLA.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lo-rLA/values-lo-rLA.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lo-rLA/values-lo-rLA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,495,602,687,792,904,1011,1108,1206,1311,1414,1518", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "393,490,597,682,787,899,1006,1103,1201,1306,1409,1513,1635" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,255,362,447,552,664,771,868,966,1071,1174,1278", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "153,250,357,442,547,659,766,863,961,1066,1169,1273,1395" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lt.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lt.json new file mode 100644 index 0000000..c60b391 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lt.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lt/values-lt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,508,621,708,817,938,1047,1156,1256,1366,1470,1583", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "402,503,616,703,812,933,1042,1151,1251,1361,1465,1578,1708" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,272,385,472,581,702,811,920,1020,1130,1234,1347", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "166,267,380,467,576,697,806,915,1015,1125,1229,1342,1472" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lv.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lv.json new file mode 100644 index 0000000..360855e --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-lv.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lv/values-lv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,519,628,714,818,940,1049,1161,1260,1371,1480,1585", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "406,514,623,709,813,935,1044,1156,1255,1366,1475,1580,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,392,478,582,704,813,925,1024,1135,1244,1349", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "170,278,387,473,577,699,808,920,1019,1130,1239,1344,1463" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mk-rMK.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mk-rMK.json new file mode 100644 index 0000000..b9ae68e --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mk-rMK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mk-rMK/values-mk-rMK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mk-rMK/values-mk-rMK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,403,507,615,701,806,925,1031,1138,1239,1346,1457", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "398,502,610,696,801,920,1026,1133,1234,1341,1452,1556" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,267,375,461,566,685,791,898,999,1106,1217", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "158,262,370,456,561,680,786,893,994,1101,1212,1316" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ml-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ml-rIN.json new file mode 100644 index 0000000..8da2d96 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ml-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ml-rIN/values-ml-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ml-rIN/values-ml-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,414,532,648,741,846,978,1089,1195,1293,1407,1511,1622", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "409,527,643,736,841,973,1084,1190,1288,1402,1506,1617,1745" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,292,408,501,606,738,849,955,1053,1167,1271,1382", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "169,287,403,496,601,733,844,950,1048,1162,1266,1377,1505" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mn-rMN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mn-rMN.json new file mode 100644 index 0000000..a3dc4c5 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mn-rMN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mn-rMN/values-mn-rMN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mn-rMN/values-mn-rMN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,408,508,621,708,814,926,1035,1139,1236,1344,1445,1548", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "403,503,616,703,809,921,1030,1134,1231,1339,1440,1543,1665" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,268,381,468,574,686,795,899,996,1104,1205,1308", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "163,263,376,463,569,681,790,894,991,1099,1200,1303,1425" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mr-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mr-rIN.json new file mode 100644 index 0000000..929db73 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-mr-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mr-rIN/values-mr-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mr-rIN/values-mr-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,519,626,716,817,932,1044,1146,1242,1351,1452,1567", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "408,514,621,711,812,927,1039,1141,1237,1346,1447,1562,1685" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,476,577,692,804,906,1002,1111,1212,1327", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "168,274,381,471,572,687,799,901,997,1106,1207,1322,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ms-rMY.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ms-rMY.json new file mode 100644 index 0000000..9a35ae2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ms-rMY.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ms-rMY/values-ms-rMY.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ms-rMY/values-ms-rMY.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,511,619,706,810,921,1033,1142,1239,1348,1451,1558", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "401,506,614,701,805,916,1028,1137,1234,1343,1446,1553,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,271,379,466,570,681,793,902,999,1108,1211,1318", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "161,266,374,461,565,676,788,897,994,1103,1206,1313,1435" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-my-rMM.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-my-rMM.json new file mode 100644 index 0000000..0a584ff --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-my-rMM.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-my-rMM/values-my-rMM.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-my-rMM/values-my-rMM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,509,626,719,831,967,1092,1204,1306,1432,1543,1653", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "399,504,621,714,826,962,1087,1199,1301,1427,1538,1648,1771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,269,386,479,591,727,852,964,1066,1192,1303,1413", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "159,264,381,474,586,722,847,959,1061,1187,1298,1408,1531" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nb.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nb.json new file mode 100644 index 0000000..84d3e08 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nb.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nb/values-nb.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,494,608,694,794,907,1010,1109,1205,1309,1407,1508", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "394,489,603,689,789,902,1005,1104,1200,1304,1402,1503,1619" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,258,372,458,558,671,774,873,969,1073,1171,1272", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "158,253,367,453,553,666,769,868,964,1068,1166,1267,1383" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ne-rNP.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ne-rNP.json new file mode 100644 index 0000000..f549b35 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ne-rNP.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ne-rNP/values-ne-rNP.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ne-rNP/values-ne-rNP.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,612,703,810,937,1047,1163,1266,1381,1483,1598", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "395,499,607,698,805,932,1042,1158,1261,1376,1478,1593,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,372,463,570,697,807,923,1026,1141,1243,1358", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "155,259,367,458,565,692,802,918,1021,1136,1238,1353,1484" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nl.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nl.json new file mode 100644 index 0000000..a9fd0c5 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-nl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nl/values-nl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,514,621,707,815,935,1046,1150,1249,1364,1477,1580", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "404,509,616,702,810,930,1041,1145,1244,1359,1472,1575,1693" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,278,385,471,579,699,810,914,1013,1128,1241,1344", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "168,273,380,466,574,694,805,909,1008,1123,1236,1339,1457" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pl.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pl.json new file mode 100644 index 0000000..53ec616 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pl/values-pl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,509,617,703,812,931,1040,1149,1248,1357,1468,1576", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "402,504,612,698,807,926,1035,1144,1243,1352,1463,1571,1694" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,273,381,467,576,695,804,913,1012,1121,1232,1340", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "166,268,376,462,571,690,799,908,1007,1116,1227,1335,1458" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-port.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-port.json new file mode 100644 index 0000000..3a778da --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-port.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-port/values-port.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "55", + "endOffsets": "342" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt-rPT.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..68359af --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,521,628,717,818,942,1049,1161,1263,1371,1478,1585", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "410,516,623,712,813,937,1044,1156,1258,1366,1473,1580,1702" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,702,809,921,1023,1131,1238,1345", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "170,276,383,472,573,697,804,916,1018,1126,1233,1340,1462" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt.json new file mode 100644 index 0000000..c883d3c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-pt.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt/values-pt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,517,624,713,814,939,1046,1158,1260,1368,1475,1585", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "406,512,619,708,809,934,1041,1153,1255,1363,1470,1580,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,703,810,922,1024,1132,1239,1349", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "170,276,383,472,573,698,805,917,1019,1127,1234,1344,1469" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ro.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ro.json new file mode 100644 index 0000000..7761d2c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ro.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ro/values-ro.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,412,516,629,717,829,950,1062,1175,1275,1389,1494,1600", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "407,511,624,712,824,945,1057,1170,1270,1384,1489,1595,1716" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,280,393,481,593,714,826,939,1039,1153,1258,1364", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "171,275,388,476,588,709,821,934,1034,1148,1253,1359,1480" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ru.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ru.json new file mode 100644 index 0000000..3756d23 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ru.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ru/values-ru.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,508,620,706,811,931,1037,1145,1243,1352,1458,1566", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "401,503,615,701,806,926,1032,1140,1238,1347,1453,1561,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,272,384,470,575,695,801,909,1007,1116,1222,1330", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "165,267,379,465,570,690,796,904,1002,1111,1217,1325,1461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-si-rLK.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-si-rLK.json new file mode 100644 index 0000000..f2cc543 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-si-rLK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-si-rLK/values-si-rLK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-si-rLK/values-si-rLK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,512,619,707,812,928,1037,1142,1240,1350,1449,1555", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "400,507,614,702,807,923,1032,1137,1235,1345,1444,1550,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,272,379,467,572,688,797,902,1000,1110,1209,1315", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "160,267,374,462,567,683,792,897,995,1105,1204,1310,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sk.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sk.json new file mode 100644 index 0000000..98db167 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sk.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sk/values-sk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,498,609,695,803,921,1026,1135,1234,1340,1451,1560", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "393,493,604,690,798,916,1021,1130,1229,1335,1446,1555,1679" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,262,373,459,567,685,790,899,998,1104,1215,1324", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "157,257,368,454,562,680,785,894,993,1099,1210,1319,1443" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sl.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sl.json new file mode 100644 index 0000000..66dd6cd --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sl/values-sl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,505,613,700,803,922,1030,1139,1239,1352,1459,1563", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "393,500,608,695,798,917,1025,1134,1234,1347,1454,1558,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,269,377,464,567,686,794,903,1003,1116,1223,1327", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "157,264,372,459,562,681,789,898,998,1111,1218,1322,1439" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sr.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sr.json new file mode 100644 index 0000000..25b2aa2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sr/values-sr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,503,609,695,799,917,1022,1130,1231,1335,1443,1544", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "395,498,604,690,794,912,1017,1125,1226,1330,1438,1539,1667" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,267,373,459,563,681,786,894,995,1099,1207,1308", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "159,262,368,454,558,676,781,889,990,1094,1202,1303,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sv.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sv.json new file mode 100644 index 0000000..447dd5c --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sv.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sv/values-sv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,397,500,611,696,798,911,1017,1117,1213,1318,1420,1522", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "392,495,606,691,793,906,1012,1112,1208,1313,1415,1517,1634" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,264,375,460,562,675,781,881,977,1082,1184,1286", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "156,259,370,455,557,670,776,876,972,1077,1179,1281,1398" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw.json new file mode 100644 index 0000000..d6fb7fc --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw/values-sw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,492,600,690,795,912,1013,1122,1221,1328,1437,1542", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "389,487,595,685,790,907,1008,1117,1216,1323,1432,1537,1656" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,256,364,454,559,676,777,886,985,1092,1201,1306", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "153,251,359,449,554,671,772,881,980,1087,1196,1301,1420" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..0e3a7fd --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw600dp/values-sw600dp.xml", + "from": { + "startLines": "4,5,6,7,8,11,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "295,364,434,504,583,899,1198,1269,1337", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "359,429,499,578,654,953,1264,1332,1387" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,194,264,343,419,478,549,617", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "119,189,259,338,414,473,544,612,667" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ta-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ta-rIN.json new file mode 100644 index 0000000..1a646a5 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ta-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ta-rIN/values-ta-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ta-rIN/values-ta-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,514,629,718,825,951,1053,1157,1254,1364,1466,1573", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "404,509,624,713,820,946,1048,1152,1249,1359,1461,1568,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,274,389,478,585,711,813,917,1014,1124,1226,1333", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "164,269,384,473,580,706,808,912,1009,1119,1221,1328,1447" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-te-rIN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-te-rIN.json new file mode 100644 index 0000000..3381ec0 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-te-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-te-rIN/values-te-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-te-rIN/values-te-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,518,629,719,824,949,1062,1170,1270,1381,1483,1600", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "404,513,624,714,819,944,1057,1165,1265,1376,1478,1595,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,278,389,479,584,709,822,930,1030,1141,1243,1360", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "164,273,384,474,579,704,817,925,1025,1136,1238,1355,1482" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-th.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-th.json new file mode 100644 index 0000000..4978962 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-th.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-th/values-th.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,602,691,793,903,1011,1115,1213,1321,1426,1527", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "391,489,597,686,788,898,1006,1110,1208,1316,1421,1522,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,366,455,557,667,775,879,977,1085,1190,1291", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "155,253,361,450,552,662,770,874,972,1080,1185,1286,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tl.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tl.json new file mode 100644 index 0000000..9c5fcc4 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tl/values-tl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,410,518,635,723,829,950,1059,1170,1271,1381,1498,1606", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "405,513,630,718,824,945,1054,1165,1266,1376,1493,1601,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,399,487,593,714,823,934,1035,1145,1262,1370", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "169,277,394,482,588,709,818,929,1030,1140,1257,1365,1488" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tr.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tr.json new file mode 100644 index 0000000..1c77f1d --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-tr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tr/values-tr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,495,607,697,803,923,1030,1135,1231,1338,1440,1548", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "391,490,602,692,798,918,1025,1130,1226,1333,1435,1543,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,259,371,461,567,687,794,899,995,1102,1204,1312", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "155,254,366,456,562,682,789,894,990,1097,1199,1307,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uk.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uk.json new file mode 100644 index 0000000..3acb600 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uk.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uk/values-uk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,609,695,803,921,1027,1134,1232,1340,1446,1555", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "396,498,604,690,798,916,1022,1129,1227,1335,1441,1550,1674" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,373,459,567,685,791,898,996,1104,1210,1319", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "160,262,368,454,562,680,786,893,991,1099,1205,1314,1438" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ur-rPK.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ur-rPK.json new file mode 100644 index 0000000..2f4922f --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-ur-rPK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ur-rPK/values-ur-rPK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ur-rPK/values-ur-rPK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,511,620,706,810,930,1038,1147,1249,1360,1460,1568", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "400,506,615,701,805,925,1033,1142,1244,1355,1455,1563,1692" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,271,380,466,570,690,798,907,1009,1120,1220,1328", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "160,266,375,461,565,685,793,902,1004,1115,1215,1323,1452" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uz-rUZ.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uz-rUZ.json new file mode 100644 index 0000000..1d823fc --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-uz-rUZ.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-uz-rUZ/values-uz-rUZ.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uz-rUZ/values-uz-rUZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,621,707,818,934,1043,1150,1249,1357,1462", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "395,499,616,702,813,929,1038,1145,1244,1352,1457,1562" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,381,467,578,694,803,910,1009,1117,1222", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "155,259,376,462,573,689,798,905,1004,1112,1217,1322" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v11.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v11.json new file mode 100644 index 0000000..f0d8e2f --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v11.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v11/values-v11.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v11/values-v11.xml", + "from": { + "startLines": "4,10,16,22,28,34,42,43,44,49,56,58,60,67,68,69,120", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,720,1145,1573,1999,2428,3094,3183,3284,3692,4353,4460,4589,5194,5265,5348,9097", + "endLines": "9,15,21,27,33,39,42,43,48,53,57,59,64,67,68,119,171", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "715,1140,1568,1994,2423,2848,3178,3279,3687,4107,4455,4584,4948,5260,5343,9092,12981" + }, + "to": { + "startLines": "2,8,14,20,26,32,38,39,40,45,50,52,54,59,60,61,112", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,474,899,1327,1753,2182,2607,2696,2797,3205,3625,3732,3861,4225,4296,4379,8128", + "endLines": "7,13,19,25,31,37,38,39,44,49,51,53,58,59,60,111,163", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "469,894,1322,1748,2177,2602,2691,2792,3200,3620,3727,3856,4220,4291,4374,8123,12012" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v12.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v12.json new file mode 100644 index 0000000..b42bfd2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v12.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v12/values-v12.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v12/values-v12.xml", + "from": { + "startLines": "4,7,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "296,522,724,843", + "endLines": "6,9,10,11", + "endColumns": "12,12,118,94", + "endOffsets": "517,719,838,933" + }, + "to": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,281,483,602", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "276,478,597,692" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v14.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v14.json new file mode 100644 index 0000000..d3f9d3b --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v14.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v14/values-v14.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v14/values-v14.xml", + "from": { + "startLines": "4,11,12,13,19,27,28,29,32,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,818,889,972,1382,2040,2160,2223,2377,2440", + "endLines": "8,11,12,18,24,27,28,31,32,33", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "572,884,967,1377,1799,2155,2218,2372,2435,2567" + }, + "to": { + "startLines": "2,7,8,9,15,21,22,23,26,27", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,331,402,485,895,1317,1437,1500,1654,1717", + "endLines": "6,7,8,14,20,21,22,25,26,27", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "326,397,480,890,1312,1432,1495,1649,1712,1844" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v17.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v17.json new file mode 100644 index 0000000..5a673cc --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v17.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v17/values-v17.xml", + "from": { + "startLines": "4,7,11,15,18,21,24,28,32,35,38,41,45,48", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,468,696,1033,1191,1341,1513,1741,1983,2154,2328,2497,2770,2970", + "endLines": "6,10,14,17,20,23,27,31,34,37,40,44,47,50", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "463,691,1028,1186,1336,1508,1736,1978,2149,2323,2492,2765,2965,3213" + }, + "to": { + "startLines": "2,5,9,13,16,19,22,26,30,33,36,39,43,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,793,951,1101,1273,1501,1743,1914,2088,2257,2530,2730", + "endLines": "4,8,12,15,18,21,25,29,32,35,38,42,45,48", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,788,946,1096,1268,1496,1738,1909,2083,2252,2525,2725,2973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v18.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v18.json new file mode 100644 index 0000000..7ecfcf6 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v18.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v18/values-v18.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "48", + "endOffsets": "335" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v21.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v21.json new file mode 100644 index 0000000..201d9c2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-v21.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v21/values-v21.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,19,21,25,26,27,30,32,36,37,38,39,42,44,46,48,50,52,54,56,58,62,65,66,68,72,73,74,75,76,125,128,177,182,184,186,188,191,193,194,195,196,197,198,199,200,201,202,204,206,208,210,214,216,217,218,219,221,225,227,229,230,231,236,237,238,242,249,256,266", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,392,495,598,703,810,919,1028,1137,1246,1355,1462,1565,1925,2080,2481,2586,2707,3049,3196,3583,3686,3805,3912,4256,4403,4558,4729,4878,5043,5200,5351,5500,5895,6248,6395,6548,6936,7011,7100,7187,7288,10772,10958,14454,14893,15016,15139,15252,15435,15566,15683,15772,15883,16010,16111,16206,16329,16458,16575,16710,16853,16988,17107,17308,17427,17520,17631,17687,17794,17989,18100,18233,18328,18419,18728,18841,18958,19338,19691,20056,20741", + "endLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,20,22,25,26,27,31,33,36,37,38,39,43,45,47,49,51,53,55,57,59,62,65,67,69,72,73,74,75,124,127,176,179,183,185,187,190,192,193,194,195,196,197,198,199,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,235,236,237,239,248,255,265,275", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "387,490,593,698,805,914,1023,1132,1241,1350,1457,1560,1679,2075,2230,2581,2702,2803,3191,3332,3681,3800,3907,4010,4398,4553,4724,4873,5038,5195,5346,5495,5644,6002,6390,6543,6690,7006,7095,7182,7283,10767,10953,14449,14647,15011,15134,15247,15430,15561,15678,15767,15878,16005,16106,16201,16324,16453,16570,16705,16848,16983,17102,17303,17422,17515,17626,17682,17789,17984,18095,18228,18323,18414,18723,18836,18953,19092,19686,20051,20736,21422" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,44,46,48,49,50,52,54,55,56,57,58,107,110,159,162,164,166,168,171,173,174,175,176,177,178,179,180,181,182,184,186,188,190,194,196,197,198,199,201,205,207,209,210,211,216,217,218,220,227,234,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2942,3097,3268,3417,3582,3739,3890,4039,4188,4300,4447,4600,4747,4822,4911,4998,5099,8583,8769,12265,12463,12586,12709,12822,13005,13136,13253,13342,13453,13580,13681,13776,13899,14028,14145,14280,14423,14558,14677,14878,14997,15090,15201,15257,15364,15559,15670,15803,15898,15989,16298,16411,16528,16667,17020,17385,18070", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,43,45,47,48,49,51,53,54,55,56,57,106,109,158,161,163,165,167,170,172,173,174,175,176,177,178,179,180,181,183,185,187,189,193,195,196,197,198,200,204,206,208,209,210,215,216,217,219,226,233,243,253", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2937,3092,3263,3412,3577,3734,3885,4034,4183,4295,4442,4595,4742,4817,4906,4993,5094,8578,8764,12260,12458,12581,12704,12817,13000,13131,13248,13337,13448,13575,13676,13771,13894,14023,14140,14275,14418,14553,14672,14873,14992,15085,15196,15252,15359,15554,15665,15798,15893,15984,16293,16406,16523,16662,17015,17380,18065,18751" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-vi.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-vi.json new file mode 100644 index 0000000..a65b677 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-vi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-vi/values-vi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,405,513,622,706,809,928,1032,1141,1242,1347,1461,1566", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "400,508,617,701,804,923,1027,1136,1237,1342,1456,1561,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,386,470,573,692,796,905,1006,1111,1225,1330", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "164,272,381,465,568,687,791,900,1001,1106,1220,1325,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w360dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w360dp-v13.json new file mode 100644 index 0000000..74551f2 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w360dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w360dp-v13/values-w360dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w360dp/values-w360dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w480dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w480dp-v13.json new file mode 100644 index 0000000..40d666d --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w480dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w480dp-v13/values-w480dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w480dp/values-w480dp.xml", + "from": { + "startLines": "4,7", + "startColumns": "4,4", + "startOffsets": "293,594", + "endColumns": "61,71", + "endOffsets": "350,661" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,117", + "endColumns": "61,71", + "endOffsets": "112,184" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w500dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w500dp-v13.json new file mode 100644 index 0000000..c29a869 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w500dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w500dp-v13/values-w500dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w500dp/values-w500dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w600dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w600dp-v13.json new file mode 100644 index 0000000..38243d4 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w600dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w600dp/values-w600dp.xml", + "from": { + "startLines": "4,5", + "startColumns": "4,4", + "startOffsets": "294,358", + "endColumns": "63,54", + "endOffsets": "353,408" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,119", + "endColumns": "63,54", + "endOffsets": "114,169" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w720dp-v13.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w720dp-v13.json new file mode 100644 index 0000000..566d3ce --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-w720dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w720dp-v13/values-w720dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w720dp/values-w720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "293", + "endColumns": "76", + "endOffsets": "365" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-land-v4.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-land-v4.json new file mode 100644 index 0000000..91f5203 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-land-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-xlarge-land-v4/values-xlarge-land-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge-land/values-xlarge-land.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "299", + "endColumns": "63", + "endOffsets": "358" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-v4.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..2287086 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge/values-xlarge.xml", + "from": { + "startLines": "4,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "293,609,673,740,807,873,939", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "365,668,735,802,868,934,989" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,132,196,263,330,396,462", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "127,191,258,325,391,457,512" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rCN.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..7138756 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,391,486,586,668,765,871,967,1063,1158,1255,1350,1448", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "386,481,581,663,760,866,962,1058,1153,1250,1345,1443,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,246,346,428,525,631,727,823,918,1015,1110,1208", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "146,241,341,423,520,626,722,818,913,1010,1105,1203,1315" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rHK.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..c41ee10 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1447", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1442,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1207", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1202,1315" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rTW.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..718b7a6 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1449", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1444,1557" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1209", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1204,1317" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zu.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zu.json new file mode 100644 index 0000000..f698ac6 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values-zu.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zu/values-zu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,506,620,708,811,938,1042,1148,1246,1353,1459,1565", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "394,501,615,703,806,933,1037,1143,1241,1348,1454,1560,1680" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,270,384,472,575,702,806,912,1010,1117,1223,1329", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "158,265,379,467,570,697,801,907,1005,1112,1218,1324,1444" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values.json b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values.json new file mode 100644 index 0000000..8b38288 --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values/values.xml", + "from": { + "startLines": "4,5,6,7,10,11,12,15,16,17,20,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,103,104,105,106,107,108,109,112,113,114,117,118,119,120,121,124,125,126,127,128,131,134,135,136,137,138,139,140,141,144,145,148,149,150,151,152,153,156,157,160,161,162,163,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,185,186,187,188,191,192,195,196,197,200,203,204,205,206,207,208,209,210,211,214,215,218,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,247,248,251,258,259,263,267,272,280,287,291,295,300,304,308,312,316,320,324,328,332,338,340,344,348,352,358,363,367,372,376,380,384,388,392,398,403,406,409,412,415,418,421,424,426,428,429,430,433,435,439,441,446,447,451,457,461,462,464,475,476,480,486,490,491,492,496,523,527,555,701,723,869,893,900,905,926,931,936,946,955,966,970,977,985,992,993,1002,1005,1008,1013,1017,1020,1023,1027,1031,1039,1044,1051,1057,1058,1062,1067,1069,1071,1074,1077,1079,1083,1090,1093,1096,1100,1102,1106,1108,1114,1116,1120,1132,1138,1143,1158,1161,1166,1176,1183,1221,1260,1270,1281,1283,1287,1291,1294,1297,1300,1303,1307,1310,1313,1316,1320,1323,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1345,1347,1348,1349,1350,1352,1354,1355,1356,1357,1358,1359,1360,1362,1364,1366,1368,1370,1372,1373,1375,1376,1378,1380,1382,1383,1384,1385,1386,1387,1388,1389,1391,1393,1397,1398,1399,1400,1401,1402,1404,1405,1406,1407,1408,1409,1411,1415,1419,1420,1421,1422,1423,1426,1428,1430,1432,1434,1436,1437,1438,1439,1441,1443,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1458,1459,1461,1463,1465,1466,1468,1469,1471,1473,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1487,1489,1490,1491,1493,1494,1495,1497,1499,1501,1503,1505,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "286,341,386,435,707,762,825,1133,1195,1268,1567,1877,1958,2019,2094,2411,2488,2566,2636,2707,2768,2830,2907,2985,3091,3197,3276,3356,3413,3471,3545,3620,3685,3751,3818,3886,3990,4096,4176,4257,4316,4375,4434,4493,4552,4615,4679,4737,4796,4867,4939,5011,5084,5141,5199,5272,5346,5420,5495,5567,5640,5710,21489,21558,21628,21698,21775,21854,21930,22239,22303,22368,22678,22755,22830,22899,22967,23276,23342,23439,23504,23573,23904,24195,24253,24310,24369,24441,24509,24577,24636,24940,25030,25353,25413,25479,25546,25612,25682,25987,26040,26385,26443,26508,26572,26862,26923,26984,27045,27107,27171,27235,27299,27364,27427,27487,27548,27607,27667,27729,27800,27860,28160,28227,28295,28363,28672,28758,29077,29139,29200,29489,29790,29847,29895,29944,29995,30029,30076,30125,30171,30435,30499,30793,31080,31140,31443,31517,31595,31688,31758,31836,31890,31960,32045,32097,32170,32244,32313,32388,32462,32536,32625,32695,32998,33076,33166,33254,33587,34088,34177,34424,34705,34990,35625,36102,36324,36546,36814,37041,37271,37501,37731,37961,38188,38427,38653,39135,39265,39637,39867,40115,40571,40854,41062,41435,41662,41908,42133,42382,42603,43085,43380,43602,43840,44054,44284,44507,44722,44930,45054,45178,45283,45400,45614,45760,46137,46223,46571,46659,46889,47291,47524,47606,47704,48321,48421,48657,49065,49304,49398,49456,49693,51693,51935,54113,63392,64659,74048,75566,76102,76432,77555,77811,78047,78594,79088,79761,79976,80504,81068,81443,81561,82099,82256,82400,82720,82890,83031,83160,83459,83762,84321,84583,84933,85286,85380,85686,85948,86073,86200,86439,86650,86769,86962,87417,87598,87720,87979,88092,88279,88381,88825,88949,89234,90121,90415,90745,91665,91837,92173,92839,93361,96250,99280,99920,100780,100893,101122,101460,101620,101772,101943,102110,102353,102523,102696,102867,103141,103340,103819,103903,103999,104095,104193,104293,104395,104497,104599,104701,104803,104903,104999,105111,105240,105363,105517,105671,105769,105883,105977,106117,106251,106347,106459,106559,106675,106771,106883,107023,107171,107335,107477,107635,107785,107926,108070,108205,108341,108483,108625,108737,108877,108945,109018,109092,109165,109239,109385,109529,109899,109965,110055,110135,110227,110325,110435,110513,110619,110711,110815,110925,111047,111210,111367,111447,111547,111637,111747,112071,112171,112283,112397,112513,112629,112723,112837,112955,113057,113177,113299,113381,113485,113605,113731,113825,113913,114025,114141,114263,114375,114550,114666,114764,114876,115000,115067,115193,115261,115389,115533,115661,115730,115825,115940,116053,116152,116261,116372,116483,116584,116689,116801,116931,117022,117145,117257,117343,117447,117555,117655,117773,117877,117981,118107,118195,118285,118395,118479,118533,118655,118761,118871,118955", + "endLines": "4,5,6,7,10,11,12,15,16,17,20,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,103,104,105,106,107,108,109,112,113,114,117,118,119,120,121,124,125,126,127,128,131,134,135,136,137,138,139,140,141,144,145,148,149,150,151,152,153,156,157,160,161,162,163,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,185,186,187,188,191,192,195,196,197,200,203,204,205,206,207,208,209,210,211,214,215,218,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,247,248,257,258,262,266,271,277,286,290,294,299,303,307,311,315,319,323,327,331,335,339,341,347,351,355,362,366,369,375,379,383,387,391,395,402,405,408,411,414,417,420,423,425,427,428,429,432,434,436,440,445,446,450,456,460,461,463,474,475,479,485,489,490,491,495,522,526,554,700,722,868,890,899,904,925,930,935,945,954,965,969,976,984,991,992,1001,1004,1007,1012,1016,1019,1022,1026,1030,1038,1043,1050,1056,1057,1061,1066,1068,1070,1073,1076,1078,1082,1089,1092,1095,1099,1101,1105,1107,1113,1115,1119,1131,1137,1142,1157,1160,1165,1175,1180,1220,1259,1269,1278,1282,1286,1290,1293,1296,1299,1302,1306,1309,1312,1315,1319,1322,1325,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1344,1346,1347,1348,1349,1351,1353,1354,1355,1356,1357,1358,1359,1361,1363,1365,1367,1369,1371,1372,1374,1375,1377,1379,1381,1382,1383,1384,1385,1386,1387,1388,1390,1392,1394,1397,1398,1399,1400,1401,1403,1404,1405,1406,1407,1408,1410,1414,1418,1419,1420,1421,1422,1423,1427,1429,1431,1433,1435,1436,1437,1438,1440,1442,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1457,1458,1460,1462,1464,1465,1467,1468,1470,1472,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1486,1488,1489,1490,1492,1493,1494,1496,1498,1500,1502,1504,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "336,381,430,471,757,820,896,1190,1263,1331,1640,1953,2014,2089,2165,2483,2561,2631,2702,2763,2825,2902,2980,3086,3192,3271,3351,3408,3466,3540,3615,3680,3746,3813,3881,3985,4091,4171,4252,4311,4370,4429,4488,4547,4610,4674,4732,4791,4862,4934,5006,5079,5136,5194,5267,5341,5415,5490,5562,5635,5705,5776,21553,21623,21693,21770,21849,21925,22002,22298,22363,22432,22750,22825,22894,22962,23039,23337,23434,23499,23568,23667,23958,24248,24305,24364,24436,24504,24572,24631,24694,25025,25116,25408,25474,25541,25607,25677,25741,26035,26148,26438,26503,26567,26616,26918,26979,27040,27102,27166,27230,27294,27359,27422,27482,27543,27602,27662,27724,27795,27855,27923,28222,28290,28358,28426,28753,28840,29134,29195,29252,29556,29842,29890,29939,29990,30024,30071,30120,30166,30198,30494,30556,30843,31135,31205,31512,31590,31683,31753,31831,31885,31955,32040,32092,32165,32239,32308,32383,32457,32531,32620,32690,32761,33071,33161,33249,33345,34083,34172,34419,34700,34985,35378,36097,36319,36541,36809,37036,37266,37496,37726,37956,38183,38422,38648,38893,39260,39390,39862,40110,40329,40849,41057,41188,41657,41903,42128,42377,42598,42843,43375,43597,43835,44049,44279,44502,44717,44925,45049,45173,45278,45395,45609,45755,45895,46218,46566,46654,46884,47286,47519,47601,47699,48316,48416,48652,49060,49299,49393,49451,49688,51688,51930,54108,63387,64654,74043,75324,76097,76427,77550,77806,78042,78589,79083,79756,79971,80499,81063,81438,81556,82094,82251,82395,82715,82885,83026,83155,83454,83757,84316,84578,84928,85281,85375,85681,85943,86068,86195,86434,86645,86764,86957,87412,87593,87715,87974,88087,88274,88376,88820,88944,89229,90116,90410,90740,91660,91832,92168,92834,93119,96245,99275,99915,100539,100888,101117,101455,101615,101767,101938,102105,102348,102518,102691,102862,103136,103335,103582,103898,103994,104090,104188,104288,104390,104492,104594,104696,104798,104898,104994,105106,105235,105358,105512,105666,105764,105878,105972,106112,106246,106342,106454,106554,106670,106766,106878,107018,107166,107330,107472,107630,107780,107921,108065,108200,108336,108478,108620,108732,108872,108940,109013,109087,109160,109234,109380,109524,109662,109960,110050,110130,110222,110320,110430,110508,110614,110706,110810,110920,111042,111205,111362,111442,111542,111632,111742,111834,112166,112278,112392,112508,112624,112718,112832,112950,113052,113172,113294,113376,113480,113600,113726,113820,113908,114020,114136,114258,114370,114545,114661,114759,114871,114995,115062,115188,115256,115384,115528,115656,115725,115820,115935,116048,116147,116256,116367,116478,116579,116684,116796,116926,117017,117140,117252,117338,117442,117550,117650,117768,117872,117976,118102,118190,118280,118390,118474,118528,118650,118756,118866,118950,119076" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,202,203,207,211,216,222,229,233,237,242,246,250,254,258,262,266,270,274,278,280,282,286,290,294,299,303,306,310,314,318,322,326,330,335,338,341,344,347,350,353,356,358,360,361,362,365,367,369,371,376,377,381,387,391,392,394,405,406,410,416,420,421,422,426,453,457,485,631,653,799,821,828,833,854,859,864,874,883,894,898,905,913,920,921,930,933,936,941,945,948,951,955,959,967,972,979,985,986,990,995,997,999,1002,1005,1007,1011,1018,1021,1024,1028,1030,1034,1036,1042,1044,1048,1060,1066,1071,1086,1089,1094,1104,1109,1147,1186,1196,1205,1207,1211,1215,1218,1221,1224,1227,1231,1234,1237,1240,1244,1247,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1267,1269,1270,1271,1272,1274,1276,1277,1278,1279,1280,1281,1282,1284,1286,1288,1290,1292,1294,1295,1297,1298,1300,1302,1304,1305,1306,1307,1308,1309,1310,1311,1313,1315,1317,1318,1319,1320,1321,1322,1324,1325,1326,1327,1328,1329,1331,1335,1339,1340,1341,1342,1343,1344,1346,1348,1350,1352,1354,1355,1356,1357,1359,1361,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1376,1377,1379,1381,1383,1384,1386,1387,1389,1391,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1405,1407,1408,1409,1411,1412,1413,1415,1417,1419,1421,1423,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,363,439,501,574,642,720,801,862,937,1013,1090,1168,1238,1309,1370,1432,1509,1587,1693,1799,1878,1958,2015,2073,2147,2222,2287,2353,2420,2488,2592,2698,2778,2859,2918,2977,3036,3095,3154,3217,3281,3339,3398,3469,3541,3613,3686,3743,3801,3874,3948,4022,4097,4169,4242,4312,19850,19919,19989,20059,20136,20215,20291,20368,20432,20497,20566,20643,20718,20787,20855,20932,20998,21095,21160,21229,21328,21387,21445,21502,21561,21633,21701,21769,21828,21891,21981,22072,22132,22198,22265,22331,22401,22465,22518,22631,22689,22754,22818,22867,22928,22989,23050,23112,23176,23240,23304,23369,23432,23492,23553,23612,23672,23734,23805,23865,23933,24000,24068,24136,24204,24290,24377,24439,24500,24557,24629,24686,24734,24783,24834,24868,24915,24964,25010,25042,25106,25168,25223,25283,25353,25427,25505,25598,25668,25746,25800,25870,25955,26007,26080,26154,26223,26298,26372,26446,26535,26605,26676,26754,26844,26932,27028,27529,27618,27865,28146,28431,28824,29301,29523,29745,30013,30240,30470,30700,30930,31160,31387,31626,31852,32097,32227,32357,32587,32835,33054,33337,33545,33676,33903,34149,34374,34623,34844,35089,35384,35606,35844,36058,36288,36511,36726,36934,37058,37182,37287,37404,37618,37764,37904,37990,38338,38426,38656,39058,39291,39373,39471,40088,40188,40424,40832,41071,41165,41223,41460,43460,43702,45880,55159,56426,65815,67096,67632,67962,69085,69341,69577,70124,70618,71291,71506,72034,72598,72973,73091,73629,73786,73930,74250,74420,74561,74690,74989,75292,75851,76113,76463,76816,76910,77216,77478,77603,77730,77969,78180,78299,78492,78947,79128,79250,79509,79622,79809,79911,80355,80479,80764,81651,81945,82275,83195,83367,83703,84369,84654,87543,90573,91213,91837,91950,92179,92517,92677,92829,93000,93167,93410,93580,93753,93924,94198,94397,94644,94728,94824,94920,95018,95118,95220,95322,95424,95526,95628,95728,95824,95936,96065,96188,96342,96496,96594,96708,96802,96942,97076,97172,97284,97384,97500,97596,97708,97848,97996,98160,98302,98460,98610,98751,98895,99030,99166,99308,99450,99562,99702,99770,99843,99917,99990,100064,100210,100354,100492,100558,100648,100728,100820,100918,101028,101106,101212,101304,101408,101518,101640,101803,101960,102040,102140,102230,102340,102432,102532,102644,102758,102874,102990,103084,103198,103316,103418,103538,103660,103742,103846,103966,104092,104186,104274,104386,104502,104624,104736,104911,105027,105125,105237,105361,105428,105554,105622,105750,105894,106022,106091,106186,106301,106414,106513,106622,106733,106844,106945,107050,107162,107292,107383,107506,107618,107704,107808,107916,108016,108134,108238,108342,108468,108556,108646,108756,108840,108894,109016,109122,109232,109316", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,201,202,206,210,215,221,228,232,236,241,245,249,253,257,261,265,269,273,277,279,281,285,289,293,298,302,305,309,313,317,321,325,329,334,337,340,343,346,349,352,355,357,359,360,361,364,366,368,370,375,376,380,386,390,391,393,404,405,409,415,419,420,421,425,452,456,484,630,652,798,820,827,832,853,858,863,873,882,893,897,904,912,919,920,929,932,935,940,944,947,950,954,958,966,971,978,984,985,989,994,996,998,1001,1004,1006,1010,1017,1020,1023,1027,1029,1033,1035,1041,1043,1047,1059,1065,1070,1085,1088,1093,1103,1108,1146,1185,1195,1204,1206,1210,1214,1217,1220,1223,1226,1230,1233,1236,1239,1243,1246,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1266,1268,1269,1270,1271,1273,1275,1276,1277,1278,1279,1280,1281,1283,1285,1287,1289,1291,1293,1294,1296,1297,1299,1301,1303,1304,1305,1306,1307,1308,1309,1310,1312,1314,1316,1317,1318,1319,1320,1321,1323,1324,1325,1326,1327,1328,1330,1334,1338,1339,1340,1341,1342,1343,1345,1347,1349,1351,1353,1354,1355,1356,1358,1360,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1375,1376,1378,1380,1382,1383,1385,1386,1388,1390,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1404,1406,1407,1408,1410,1411,1412,1414,1416,1418,1420,1422,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "105,150,199,240,295,358,434,496,569,637,715,796,857,932,1008,1085,1163,1233,1304,1365,1427,1504,1582,1688,1794,1873,1953,2010,2068,2142,2217,2282,2348,2415,2483,2587,2693,2773,2854,2913,2972,3031,3090,3149,3212,3276,3334,3393,3464,3536,3608,3681,3738,3796,3869,3943,4017,4092,4164,4237,4307,4378,19914,19984,20054,20131,20210,20286,20363,20427,20492,20561,20638,20713,20782,20850,20927,20993,21090,21155,21224,21323,21382,21440,21497,21556,21628,21696,21764,21823,21886,21976,22067,22127,22193,22260,22326,22396,22460,22513,22626,22684,22749,22813,22862,22923,22984,23045,23107,23171,23235,23299,23364,23427,23487,23548,23607,23667,23729,23800,23860,23928,23995,24063,24131,24199,24285,24372,24434,24495,24552,24624,24681,24729,24778,24829,24863,24910,24959,25005,25037,25101,25163,25218,25278,25348,25422,25500,25593,25663,25741,25795,25865,25950,26002,26075,26149,26218,26293,26367,26441,26530,26600,26671,26749,26839,26927,27023,27524,27613,27860,28141,28426,28819,29296,29518,29740,30008,30235,30465,30695,30925,31155,31382,31621,31847,32092,32222,32352,32582,32830,33049,33332,33540,33671,33898,34144,34369,34618,34839,35084,35379,35601,35839,36053,36283,36506,36721,36929,37053,37177,37282,37399,37613,37759,37899,37985,38333,38421,38651,39053,39286,39368,39466,40083,40183,40419,40827,41066,41160,41218,41455,43455,43697,45875,55154,56421,65810,67091,67627,67957,69080,69336,69572,70119,70613,71286,71501,72029,72593,72968,73086,73624,73781,73925,74245,74415,74556,74685,74984,75287,75846,76108,76458,76811,76905,77211,77473,77598,77725,77964,78175,78294,78487,78942,79123,79245,79504,79617,79804,79906,80350,80474,80759,81646,81940,82270,83190,83362,83698,84364,84649,87538,90568,91208,91832,91945,92174,92512,92672,92824,92995,93162,93405,93575,93748,93919,94193,94392,94639,94723,94819,94915,95013,95113,95215,95317,95419,95521,95623,95723,95819,95931,96060,96183,96337,96491,96589,96703,96797,96937,97071,97167,97279,97379,97495,97591,97703,97843,97991,98155,98297,98455,98605,98746,98890,99025,99161,99303,99445,99557,99697,99765,99838,99912,99985,100059,100205,100349,100487,100553,100643,100723,100815,100913,101023,101101,101207,101299,101403,101513,101635,101798,101955,102035,102135,102225,102335,102427,102527,102639,102753,102869,102985,103079,103193,103311,103413,103533,103655,103737,103841,103961,104087,104181,104269,104381,104497,104619,104731,104906,105022,105120,105232,105356,105423,105549,105617,105745,105889,106017,106086,106181,106296,106409,106508,106617,106728,106839,106940,107045,107157,107287,107378,107501,107613,107699,107803,107911,108011,108129,108233,108337,108463,108551,108641,108751,108835,108889,109011,109117,109227,109311,109437" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/androidTest/debug/single/debug.json b/app/build/intermediates/blame/res/androidTest/debug/single/debug.json new file mode 100644 index 0000000..4db95fe --- /dev/null +++ b/app/build/intermediates/blame/res/androidTest/debug/single/debug.json @@ -0,0 +1,1094 @@ +[ + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_search_url_text.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_search_url_text.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_list_menu_item_icon.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_icon.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_btn_radio_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_radio_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_ratingbar_full_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_ratingbar_full_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_primary_text_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_mode_close_item_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_mode_close_item_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_search_view.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_search_view.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_simple_dropdown_hint.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_simple_dropdown_hint.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_dialog_material_background_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_dialog_material_background_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_slide_out_top.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_out_top.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_fade_out.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_fade_out.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_item_background_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_item_background_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_screen_simple.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_simple.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_secondary_text_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_secondary_text_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_lines.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_lines.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_alert_dialog_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_alert_dialog_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_slide_in_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_in_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_bar_title_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_title_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_big_media.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_big_media.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_btn_check_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_check_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_textfield_search_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_textfield_search_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_item_background_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_item_background_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_select_dialog_multichoice_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_multichoice_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_menu_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_menu_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_screen_content_include.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_content_include.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_select_dialog_singlechoice_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_singlechoice_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_secondary_text_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_secondary_text_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_switch_thumb_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_switch_thumb_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_activity_chooser_view.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_activity_chooser_view.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_mode_bar.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_mode_bar.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_popup_exit.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_popup_exit.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_slide_out_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_out_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_media_action.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_media_action.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_list_menu_item_checkbox.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_checkbox.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_expanded_menu_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_expanded_menu_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_switch_thumb_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/switch_thumb_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_list_selector_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_slide_in_top.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_in_top.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_cab_background_internal_bg.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_cab_background_internal_bg.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_btn_borderless_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_borderless_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_edit_text_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_edit_text_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_cab_background_top_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_cab_background_top_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_spinner_textfield_background_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_media.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_media.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_part_chronometer.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_part_chronometer.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_select_dialog_item_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_item_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_switch_thumb_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/switch_thumb_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_media_cancel_action.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_media_cancel_action.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_popup_enter.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_popup_enter.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_list_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_dialog_material_background_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_dialog_material_background_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_big_media_narrow.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_big_media_narrow.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_select_dialog_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_select_dialog_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_screen_toolbar.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_toolbar.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/anim_abc_fade_in.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_fade_in.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_list_selector_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_action_bar_up_container.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_up_container.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_dialog_title_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_dialog_title_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color_abc_primary_text_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_popup_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_popup_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable_abc_tab_indicator_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_tab_indicator_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-hdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_abc_list_menu_item_radio.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_radio.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-mdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color-v11/abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/layout_notification_template_part_time.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_part_time.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color-v11/abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png" + } +] \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/app/build/intermediates/blame/res/debug/multi-v2/debug.json new file mode 100644 index 0000000..cbbd04c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/debug.json @@ -0,0 +1,2162 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-de/values-de.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,606,692,797,912,1023,1126,1225,1336,1438,1545", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "391,489,601,687,792,907,1018,1121,1220,1331,1433,1540,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,370,456,561,676,787,890,989,1100,1202,1309", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "155,253,365,451,556,671,782,885,984,1095,1197,1304,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-te-rIN_values-te-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-te-rIN/values-te-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,518,629,719,824,949,1062,1170,1270,1381,1483,1600", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "404,513,624,714,819,944,1057,1165,1265,1376,1478,1595,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,278,389,479,584,709,822,930,1030,1141,1243,1360", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "164,273,384,474,579,704,817,925,1025,1136,1238,1355,1482" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fa/values-fa.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,504,615,703,806,921,1033,1136,1234,1344,1447,1556", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "396,499,610,698,801,916,1028,1131,1229,1339,1442,1551,1676" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,268,379,467,570,685,797,900,998,1108,1211,1320", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "160,263,374,462,565,680,792,895,993,1103,1206,1315,1440" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ro/values-ro.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,412,516,629,717,829,950,1062,1175,1275,1389,1494,1600", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "407,511,624,712,824,945,1057,1170,1270,1384,1489,1595,1716" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,280,393,481,593,714,826,939,1039,1153,1258,1364", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "171,275,388,476,588,709,821,934,1034,1148,1253,1359,1480" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-km-rKH_values-km-rKH.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-km-rKH/values-km-rKH.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,498,610,697,801,919,1023,1128,1228,1338,1445,1553", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "393,493,605,692,796,914,1018,1123,1223,1333,1440,1548,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,258,370,457,561,679,783,888,988,1098,1205,1313", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "153,253,365,452,556,674,778,883,983,1093,1200,1308,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ta-rIN_values-ta-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ta-rIN/values-ta-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,514,629,718,825,951,1053,1157,1254,1364,1466,1573", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "404,509,624,713,820,946,1048,1152,1249,1359,1461,1568,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,274,389,478,585,711,813,917,1014,1124,1226,1333", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "164,269,384,473,580,706,808,912,1009,1119,1221,1328,1447" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ky-rKG_values-ky-rKG.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ky-rKG/values-ky-rKG.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,494,613,697,804,921,1031,1138,1236,1342,1449,1550", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "394,489,608,692,799,916,1026,1133,1231,1337,1444,1545,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,254,373,457,564,681,791,898,996,1102,1209,1310", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "154,249,368,452,559,676,786,893,991,1097,1204,1305,1429" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uk/values-uk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,609,695,803,921,1027,1134,1232,1340,1446,1555", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "396,498,604,690,798,916,1022,1129,1227,1335,1441,1550,1674" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,373,459,567,685,791,898,996,1104,1210,1319", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "160,262,368,454,562,680,786,893,991,1099,1205,1314,1438" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bg/values-bg.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,513,618,704,809,930,1044,1153,1253,1367,1473,1581", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "401,508,613,699,804,925,1039,1148,1248,1362,1468,1576,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,277,382,468,573,694,808,917,1017,1131,1237,1345", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "165,272,377,463,568,689,803,912,1012,1126,1232,1340,1463" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-lo-rLA_values-lo-rLA.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lo-rLA/values-lo-rLA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,495,602,687,792,904,1011,1108,1206,1311,1414,1518", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "393,490,597,682,787,899,1006,1103,1201,1306,1409,1513,1635" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,255,362,447,552,664,771,868,966,1071,1174,1278", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "153,250,357,442,547,659,766,863,961,1066,1169,1273,1395" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sv/values-sv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,397,500,611,696,798,911,1017,1117,1213,1318,1420,1522", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "392,495,606,691,793,906,1012,1112,1208,1313,1415,1517,1634" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,264,375,460,562,675,781,881,977,1082,1184,1286", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "156,259,370,455,557,670,776,876,972,1077,1179,1281,1398" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sk/values-sk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,498,609,695,803,921,1026,1135,1234,1340,1451,1560", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "393,493,604,690,798,916,1021,1130,1229,1335,1446,1555,1679" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,262,373,459,567,685,790,899,998,1104,1215,1324", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "157,257,368,454,562,680,785,894,993,1099,1210,1319,1443" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ka-rGE_values-ka-rGE.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ka-rGE/values-ka-rGE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,508,619,707,812,925,1038,1145,1243,1356,1460,1564", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "399,503,614,702,807,920,1033,1140,1238,1351,1455,1559,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,268,379,467,572,685,798,905,1003,1116,1220,1324", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "159,263,374,462,567,680,793,900,998,1111,1215,1319,1441" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ml-rIN_values-ml-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ml-rIN/values-ml-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,414,532,648,741,846,978,1089,1195,1293,1407,1511,1622", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "409,527,643,736,841,973,1084,1190,1288,1402,1506,1617,1745" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,292,408,501,606,738,849,955,1053,1167,1271,1382", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "169,287,403,496,601,733,844,950,1048,1162,1266,1377,1505" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-mk-rMK_values-mk-rMK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mk-rMK/values-mk-rMK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,403,507,615,701,806,925,1031,1138,1239,1346,1457", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "398,502,610,696,801,920,1026,1133,1234,1341,1452,1556" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,267,375,461,566,685,791,898,999,1106,1217", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "158,262,370,456,561,680,786,893,994,1101,1212,1316" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-kk-rKZ_values-kk-rKZ.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kk-rKZ/values-kk-rKZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,510,620,709,815,934,1037,1142,1240,1347,1456,1556", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "402,505,615,704,810,929,1032,1137,1235,1342,1451,1551,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,270,380,469,575,694,797,902,1000,1107,1216,1316", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "162,265,375,464,570,689,792,897,995,1102,1211,1311,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v21/values-v21.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,19,21,25,26,27,30,32,36,37,38,39,42,44,46,48,50,52,54,56,58,62,65,66,68,72,73,74,75,76,125,128,177,182,184,186,188,191,193,194,195,196,197,198,199,200,201,202,204,206,208,210,214,216,217,218,219,221,225,227,229,230,231,236,237,238,242,249,256,266", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,392,495,598,703,810,919,1028,1137,1246,1355,1462,1565,1925,2080,2481,2586,2707,3049,3196,3583,3686,3805,3912,4256,4403,4558,4729,4878,5043,5200,5351,5500,5895,6248,6395,6548,6936,7011,7100,7187,7288,10772,10958,14454,14893,15016,15139,15252,15435,15566,15683,15772,15883,16010,16111,16206,16329,16458,16575,16710,16853,16988,17107,17308,17427,17520,17631,17687,17794,17989,18100,18233,18328,18419,18728,18841,18958,19338,19691,20056,20741", + "endLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,20,22,25,26,27,31,33,36,37,38,39,43,45,47,49,51,53,55,57,59,62,65,67,69,72,73,74,75,124,127,176,179,183,185,187,190,192,193,194,195,196,197,198,199,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,235,236,237,239,248,255,265,275", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "387,490,593,698,805,914,1023,1132,1241,1350,1457,1560,1679,2075,2230,2581,2702,2803,3191,3332,3681,3800,3907,4010,4398,4553,4724,4873,5038,5195,5346,5495,5644,6002,6390,6543,6690,7006,7095,7182,7283,10767,10953,14449,14647,15011,15134,15247,15430,15561,15678,15767,15878,16005,16106,16201,16324,16453,16570,16705,16848,16983,17102,17303,17422,17515,17626,17682,17789,17984,18095,18228,18323,18414,18723,18836,18953,19092,19686,20051,20736,21422" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,44,46,48,49,50,52,54,55,56,57,58,107,110,159,162,164,166,168,171,173,174,175,176,177,178,179,180,181,182,184,186,188,190,194,196,197,198,199,201,205,207,209,210,211,216,217,218,220,227,234,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2942,3097,3268,3417,3582,3739,3890,4039,4188,4300,4447,4600,4747,4822,4911,4998,5099,8583,8769,12265,12463,12586,12709,12822,13005,13136,13253,13342,13453,13580,13681,13776,13899,14028,14145,14280,14423,14558,14677,14878,14997,15090,15201,15257,15364,15559,15670,15803,15898,15989,16298,16411,16528,16667,17020,17385,18070", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,43,45,47,48,49,51,53,54,55,56,57,106,109,158,161,163,165,167,170,172,173,174,175,176,177,178,179,180,181,183,185,187,189,193,195,196,197,198,200,204,206,208,209,210,215,216,217,219,226,233,243,253", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2937,3092,3263,3412,3577,3734,3885,4034,4183,4295,4442,4595,4742,4817,4906,4993,5094,8578,8764,12260,12458,12581,12704,12817,13000,13131,13248,13337,13448,13575,13676,13771,13894,14023,14140,14275,14418,14553,14672,14873,14992,15085,15196,15252,15359,15554,15665,15798,15893,15984,16293,16406,16523,16662,17015,17380,18065,18751" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,524,632,717,818,941,1053,1165,1266,1374,1481,1588", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "410,519,627,712,813,936,1048,1160,1261,1369,1476,1583,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,284,392,477,578,701,813,925,1026,1134,1241,1348", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "170,279,387,472,573,696,808,920,1021,1129,1236,1343,1465" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-it/values-it.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,500,609,693,802,927,1033,1141,1239,1343,1448,1555", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "395,495,604,688,797,922,1028,1136,1234,1338,1443,1550,1672" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,264,373,457,566,691,797,905,1003,1107,1212,1319", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "159,259,368,452,561,686,792,900,998,1102,1207,1314,1436" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-da/values-da.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,493,605,688,788,901,1010,1118,1214,1328,1432,1533", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "389,488,600,683,783,896,1005,1113,1209,1323,1427,1528,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,257,369,452,552,665,774,882,978,1092,1196,1297", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "153,252,364,447,547,660,769,877,973,1087,1191,1292,1408" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-xlarge-land-v4_values-xlarge-land-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge-land/values-xlarge-land.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "299", + "endColumns": "63", + "endOffsets": "358" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-el/values-el.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,520,637,722,827,953,1064,1174,1276,1387,1496,1604", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "404,515,632,717,822,948,1059,1169,1271,1382,1491,1599,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,284,401,486,591,717,828,938,1040,1151,1260,1368", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "168,279,396,481,586,712,823,933,1035,1146,1255,1363,1486" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-vi/values-vi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,405,513,622,706,809,928,1032,1141,1242,1347,1461,1566", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "400,508,617,701,804,923,1027,1136,1237,1342,1456,1561,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,386,470,573,692,796,905,1006,1111,1225,1330", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "164,272,381,465,568,687,791,900,1001,1106,1220,1325,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v17/values-v17.xml", + "from": { + "startLines": "4,7,11,15,18,21,24,28,32,35,38,41,45,48", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,468,696,1033,1191,1341,1513,1741,1983,2154,2328,2497,2770,2970", + "endLines": "6,10,14,17,20,23,27,31,34,37,40,44,47,50", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "463,691,1028,1186,1336,1508,1736,1978,2149,2323,2492,2765,2965,3213" + }, + "to": { + "startLines": "2,5,9,13,16,19,22,26,30,33,36,39,43,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,793,951,1101,1273,1501,1743,1914,2088,2257,2530,2730", + "endLines": "4,8,12,15,18,21,25,29,32,35,38,42,45,48", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,788,946,1096,1268,1496,1738,1909,2083,2252,2525,2725,2973" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sr/values-sr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,503,609,695,799,917,1022,1130,1231,1335,1443,1544", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "395,498,604,690,794,912,1017,1125,1226,1330,1438,1539,1667" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,267,373,459,563,681,786,894,995,1099,1207,1308", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "159,262,368,454,558,676,781,889,990,1094,1202,1303,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w820dp-v13_values-w820dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-w820dp/dimens.xml", + "from": { + "startLines": "7", + "startColumns": "4", + "startOffsets": "310", + "endColumns": "57", + "endOffsets": "363" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "57", + "endOffsets": "108" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values_values.arsc.flat", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "163,164", + "startColumns": "4,4", + "startOffsets": "24554,24612", + "endColumns": "57,55", + "endOffsets": "24607,24663" + } + }, + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values/values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,37,38,39,40,42,43,44,45,50,51,52,53,54,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,273,278,279,280,281,288,295,296,300,304,309,315,322,326,330,335,339,343,347,351,355,359,363,367,371,373,375,379,383,387,392,396,399,403,407,411,415,419,423,428,431,434,437,440,443,446,449,451,453,454,455,458,460,462,464,469,470,474,480,484,485,487,498,499,503,509,513,514,515,519,546,550,578,723,745,890,912,919,924,945,950,955,965,974,985,989,996,1004,1011,1012,1021,1024,1027,1032,1036,1039,1042,1046,1050,1058,1063,1070,1076,1077,1081,1086,1088,1090,1093,1096,1098,1102,1109,1112,1115,1119,1121,1125,1127,1133,1135,1139,1151,1157,1162,1177,1180,1185,1195,1205,1243,1282,1292,1301,1303,1307,1311,1314,1317,1320,1323,1327,1330,1333,1336,1340,1343,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1363,1365,1366,1367,1368,1370,1372,1373,1374,1375,1376,1377,1378,1380,1382,1384,1386,1388,1390,1391,1393,1394,1396,1398,1400,1401,1402,1403,1404,1405,1406,1407,1409,1411,1413,1414,1415,1416,1417,1418,1420,1421,1422,1423,1424,1425,1427,1431,1435,1436,1437,1438,1439,1440,1442,1444,1446,1448,1450,1451,1452,1453,1455,1457,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1472,1473,1475,1477,1479,1480,1482,1483,1485,1487,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1501,1503,1504,1505,1507,1508,1509,1511,1513,1515,1517,1519,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,363,439,501,574,642,720,801,862,937,1013,1090,1168,1238,1309,1370,1471,1548,1626,1732,1838,1917,1997,2054,2332,2406,2481,2546,2652,2719,2787,2891,3190,3270,3351,3410,3469,3528,3587,3735,3798,3862,3920,3979,4050,4122,4194,4267,4324,4382,4455,4529,4603,4678,4750,4823,4893,20471,20540,20610,20680,20757,20836,20912,20989,21053,21118,21187,21264,21339,21408,21476,21553,21619,21716,21781,21850,21949,22008,22066,22123,22182,22254,22322,22390,22449,22512,22602,22693,22753,22819,22886,22952,23022,23086,23139,23252,23310,23375,23439,23488,23549,23610,23671,23733,23797,23861,23925,23990,24053,24113,24174,24233,24293,24355,24426,24486,24668,24735,24803,24871,24939,25025,25112,25174,25235,25292,25364,25421,25469,25518,25569,25603,25650,25699,25745,25777,25841,25903,25958,26018,26088,26162,26240,26333,26403,26481,26535,26605,26690,26742,26815,26889,26958,27033,27107,27181,27270,31546,31819,31897,31987,32075,32328,32829,32918,33165,33446,33731,34124,34601,34823,35045,35313,35540,35770,36000,36230,36460,36687,36926,37152,37397,37527,37657,37887,38135,38354,38637,38845,38976,39203,39449,39674,39923,40144,40389,40684,40906,41144,41358,41588,41811,42026,42234,42358,42482,42587,42704,42918,43064,43204,43290,43638,43726,43956,44358,44591,44673,44771,45363,45463,45699,46107,46346,46440,46498,46735,48707,48949,51099,59813,61080,69904,71185,71721,72051,73174,73430,73666,74213,74707,75380,75595,76123,76687,77062,77180,77718,77875,78019,78339,78509,78650,78779,79078,79381,79940,80202,80552,80905,80999,81305,81567,81692,81819,82058,82269,82388,82581,83036,83217,83339,83598,83711,83898,84000,84444,84568,84853,85740,86034,86364,87284,87456,87792,88458,89016,91843,94811,95399,95993,96106,96335,96673,96833,96985,97156,97323,97566,97736,97909,98080,98354,98553,98800,98884,98980,99076,99174,99274,99376,99478,99580,99682,99784,99884,99980,100092,100221,100344,100498,100652,100750,100864,100958,101098,101232,101328,101440,101540,101656,101752,101864,102004,102152,102316,102458,102616,102766,102907,103051,103186,103322,103464,103606,103718,103858,103926,103999,104073,104146,104220,104366,104510,104648,104714,104804,104884,104976,105074,105184,105262,105368,105460,105564,105674,105796,105959,106116,106196,106296,106386,106496,106588,106688,106800,106914,107030,107146,107240,107354,107472,107574,107694,107816,107898,108002,108122,108248,108342,108430,108542,108658,108780,108892,109067,109183,109281,109393,109517,109584,109710,109778,109906,110050,110178,110247,110342,110457,110570,110669,110778,110889,111000,111101,111206,111318,111448,111539,111662,111774,111860,111964,112072,112172,112290,112394,112498,112624,112712,112802,112912,112996,113050,113172,113278,113388,113472", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,37,38,39,40,42,43,44,45,50,51,52,53,54,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,273,278,279,280,281,294,295,299,303,308,314,321,325,329,334,338,342,346,350,354,358,362,366,370,372,374,378,382,386,391,395,398,402,406,410,414,418,422,427,430,433,436,439,442,445,448,450,452,453,454,457,459,461,463,468,469,473,479,483,484,486,497,498,502,508,512,513,514,518,545,549,577,722,744,889,911,918,923,944,949,954,964,973,984,988,995,1003,1010,1011,1020,1023,1026,1031,1035,1038,1041,1045,1049,1057,1062,1069,1075,1076,1080,1085,1087,1089,1092,1095,1097,1101,1108,1111,1114,1118,1120,1124,1126,1132,1134,1138,1150,1156,1161,1176,1179,1184,1194,1199,1242,1281,1291,1300,1302,1306,1310,1313,1316,1319,1322,1326,1329,1332,1335,1339,1342,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1362,1364,1365,1366,1367,1369,1371,1372,1373,1374,1375,1376,1377,1379,1381,1383,1385,1387,1389,1390,1392,1393,1395,1397,1399,1400,1401,1402,1403,1404,1405,1406,1408,1410,1412,1413,1414,1415,1416,1417,1419,1420,1421,1422,1423,1424,1426,1430,1434,1435,1436,1437,1438,1439,1441,1443,1445,1447,1449,1450,1451,1452,1454,1456,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1471,1472,1474,1476,1478,1479,1481,1482,1484,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1504,1506,1507,1508,1510,1512,1514,1516,1518,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "105,150,199,240,295,358,434,496,569,637,715,796,857,932,1008,1085,1163,1233,1304,1365,1427,1543,1621,1727,1833,1912,1992,2049,2107,2401,2476,2541,2607,2714,2782,2886,2992,3265,3346,3405,3464,3523,3582,3641,3793,3857,3915,3974,4045,4117,4189,4262,4319,4377,4450,4524,4598,4673,4745,4818,4888,4959,20535,20605,20675,20752,20831,20907,20984,21048,21113,21182,21259,21334,21403,21471,21548,21614,21711,21776,21845,21944,22003,22061,22118,22177,22249,22317,22385,22444,22507,22597,22688,22748,22814,22881,22947,23017,23081,23134,23247,23305,23370,23434,23483,23544,23605,23666,23728,23792,23856,23920,23985,24048,24108,24169,24228,24288,24350,24421,24481,24549,24730,24798,24866,24934,25020,25107,25169,25230,25287,25359,25416,25464,25513,25564,25598,25645,25694,25740,25772,25836,25898,25953,26013,26083,26157,26235,26328,26398,26476,26530,26600,26685,26737,26810,26884,26953,27028,27102,27176,27265,27335,31612,31892,31982,32070,32166,32824,32913,33160,33441,33726,34119,34596,34818,35040,35308,35535,35765,35995,36225,36455,36682,36921,37147,37392,37522,37652,37882,38130,38349,38632,38840,38971,39198,39444,39669,39918,40139,40384,40679,40901,41139,41353,41583,41806,42021,42229,42353,42477,42582,42699,42913,43059,43199,43285,43633,43721,43951,44353,44586,44668,44766,45358,45458,45694,46102,46341,46435,46493,46730,48702,48944,51094,59808,61075,69899,71180,71716,72046,73169,73425,73661,74208,74702,75375,75590,76118,76682,77057,77175,77713,77870,78014,78334,78504,78645,78774,79073,79376,79935,80197,80547,80900,80994,81300,81562,81687,81814,82053,82264,82383,82576,83031,83212,83334,83593,83706,83893,83995,84439,84563,84848,85735,86029,86359,87279,87451,87787,88453,88738,91838,94806,95394,95988,96101,96330,96668,96828,96980,97151,97318,97561,97731,97904,98075,98349,98548,98795,98879,98975,99071,99169,99269,99371,99473,99575,99677,99779,99879,99975,100087,100216,100339,100493,100647,100745,100859,100953,101093,101227,101323,101435,101535,101651,101747,101859,101999,102147,102311,102453,102611,102761,102902,103046,103181,103317,103459,103601,103713,103853,103921,103994,104068,104141,104215,104361,104505,104643,104709,104799,104879,104971,105069,105179,105257,105363,105455,105559,105669,105791,105954,106111,106191,106291,106381,106491,106583,106683,106795,106909,107025,107141,107235,107349,107467,107569,107689,107811,107893,107997,108117,108243,108337,108425,108537,108653,108775,108887,109062,109178,109276,109388,109512,109579,109705,109773,109901,110045,110173,110242,110337,110452,110565,110664,110773,110884,110995,111096,111201,111313,111443,111534,111657,111769,111855,111959,112067,112167,112285,112389,112493,112619,112707,112797,112907,112991,113045,113167,113273,113383,113467,113593" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/styles.xml", + "from": { + "startLines": "-1,-1,-1", + "startColumns": "-1,-1,-1", + "startOffsets": "-1,-1,-1" + }, + "to": { + "startLines": "282,285,1200", + "startColumns": "4,4,4", + "startOffsets": "32171,32256,88743", + "endLines": "284,287,1204", + "endColumns": "12,12,12", + "endOffsets": "32251,32323,89011" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,95,-1,94,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,96,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4481,-1,4376,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4535,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,-1,104,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4533,-1,4479,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4587,-1,-1" + }, + "to": { + "startLines": "206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "27340,27393,27450,27507,27563,27616,27693,27757,27846,27913,27994,28058,28124,28188,28237,28300,28371,28430,28503,28565,28633,28684,28755,28820,28895,28943,29029,29075,29184,29244,29321,29392,29440,29505,29562,29604,29712,29818,29856,29897,29969,30027,30073,30113,30167,30245,30327,30408,30462,30500,30593,30654,30764,30839,30873,30907,30958,31009,31072,31122,31198,31236,31291,31354,31424,31462,31504,31617,31666,31723,31783", + "endColumns": "52,56,56,55,52,76,63,88,66,80,63,65,63,48,62,70,58,72,61,67,50,70,64,74,47,85,45,108,59,76,70,47,64,56,41,107,105,37,40,71,57,45,39,53,77,81,80,53,37,92,60,109,74,33,33,50,50,62,49,75,37,54,62,69,37,41,41,48,56,59,35", + "endOffsets": "27388,27445,27502,27558,27611,27688,27752,27841,27908,27989,28053,28119,28183,28232,28295,28366,28425,28498,28560,28628,28679,28750,28815,28890,28938,29024,29070,29179,29239,29316,29387,29435,29500,29557,29599,29707,29813,29851,29892,29964,30022,30068,30108,30162,30240,30322,30403,30457,30495,30588,30649,30759,30834,30868,30902,30953,31004,31067,31117,31193,31231,31286,31349,31419,31457,31499,31541,31661,31718,31778,31814" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/colors_vrf.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "23,32,33,34,35,36,41,46,47,48,49,57,58,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1432,2112,2155,2200,2244,2287,2612,2997,3048,3100,3146,3646,3687,4964", + "endColumns": "38,42,44,43,42,44,39,50,51,45,43,40,47,39", + "endOffsets": "1466,2150,2195,2239,2282,2327,2647,3043,3095,3141,3185,3682,3730,4999" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v18/values-v18.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "48", + "endOffsets": "335" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w720dp-v13_values-w720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w720dp/values-w720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "293", + "endColumns": "76", + "endOffsets": "365" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw600dp/values-sw600dp.xml", + "from": { + "startLines": "4,5,6,7,8,11,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "295,364,434,504,583,899,1198,1269,1337", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "359,429,499,578,654,953,1264,1332,1387" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,194,264,343,419,478,549,617", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "119,189,259,338,414,473,544,612,667" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-hy-rAM_values-hy-rAM.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hy-rAM/values-hy-rAM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,499,609,699,805,920,1027,1134,1233,1343,1450,1551", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "393,494,604,694,800,915,1022,1129,1228,1338,1445,1546,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,259,369,459,565,680,787,894,993,1103,1210,1311", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "153,254,364,454,560,675,782,889,988,1098,1205,1306,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-large/values-large.xml", + "from": { + "startLines": "4,7,8,11,12,13,14,15,16,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "292,592,664,961,1025,1092,1159,1225,1291,1589,1693", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "349,659,718,1020,1087,1154,1220,1286,1341,1688,1804" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,117,189,248,312,379,446,512,578,633,737", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "112,184,243,307,374,441,507,573,628,732,848" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tr/values-tr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,495,607,697,803,923,1030,1135,1231,1338,1440,1548", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "391,490,602,692,798,918,1025,1130,1226,1333,1435,1543,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,259,371,461,567,687,794,899,995,1102,1204,1312", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "155,254,366,456,562,682,789,894,990,1097,1199,1307,1426" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zu/values-zu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,506,620,708,811,938,1042,1148,1246,1353,1459,1565", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "394,501,615,703,806,933,1037,1143,1241,1348,1454,1560,1680" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,270,384,472,575,702,806,912,1010,1117,1223,1329", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "158,265,379,467,570,697,801,907,1005,1112,1218,1324,1444" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ur-rPK_values-ur-rPK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ur-rPK/values-ur-rPK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,511,620,706,810,930,1038,1147,1249,1360,1460,1568", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "400,506,615,701,805,925,1033,1142,1244,1355,1455,1563,1692" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,271,380,466,570,690,798,907,1009,1120,1220,1328", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "160,266,375,461,565,685,793,902,1004,1115,1215,1323,1452" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ne-rNP_values-ne-rNP.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ne-rNP/values-ne-rNP.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,612,703,810,937,1047,1163,1266,1381,1483,1598", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "395,499,607,698,805,932,1042,1158,1261,1376,1478,1593,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,372,463,570,697,807,923,1026,1141,1243,1358", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "155,259,367,458,565,692,802,918,1021,1136,1238,1353,1484" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pl/values-pl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,509,617,703,812,931,1040,1149,1248,1357,1468,1576", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "402,504,612,698,807,926,1035,1144,1243,1352,1463,1571,1694" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,273,381,467,576,695,804,913,1012,1121,1232,1340", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "166,268,376,462,571,690,799,908,1007,1116,1227,1335,1458" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v12_values-v12.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v12/values-v12.xml", + "from": { + "startLines": "4,7,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "296,522,724,843", + "endLines": "6,9,10,11", + "endColumns": "12,12,118,94", + "endOffsets": "517,719,838,933" + }, + "to": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,281,483,602", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "276,478,597,692" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nb/values-nb.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,494,608,694,794,907,1010,1109,1205,1309,1407,1508", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "394,489,603,689,789,902,1005,1104,1200,1304,1402,1503,1619" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,258,372,458,558,671,774,873,969,1073,1171,1272", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "158,253,367,453,553,666,769,868,964,1068,1166,1267,1383" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nl/values-nl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,514,621,707,815,935,1046,1150,1249,1364,1477,1580", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "404,509,616,702,810,930,1041,1145,1244,1359,1472,1575,1693" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,278,385,471,579,699,810,914,1013,1128,1241,1344", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "168,273,380,466,574,694,805,909,1008,1123,1236,1339,1457" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v14/values-v14.xml", + "from": { + "startLines": "4,11,12,13,19,27,28,29,32,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,818,889,972,1382,2040,2160,2223,2377,2440", + "endLines": "8,11,12,18,24,27,28,31,32,33", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "572,884,967,1377,1799,2155,2218,2372,2435,2567" + }, + "to": { + "startLines": "5,10,11,12,18,24,25,26,29,30", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "203,479,550,633,1043,1465,1585,1648,1802,1865", + "endLines": "9,10,11,17,23,24,25,28,29,30", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "474,545,628,1038,1460,1580,1643,1797,1860,1992" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-v14/styles.xml", + "from": { + "startLines": "7", + "startColumns": "4", + "startOffsets": "225", + "endLines": "9", + "endColumns": "12", + "endOffsets": "370" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "198" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1447", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1442,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1207", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1202,1315" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-et-rEE_values-et-rEE.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-et-rEE/values-et-rEE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,412,519,630,716,818,935,1046,1151,1250,1360,1461,1564", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "407,514,625,711,813,930,1041,1146,1245,1355,1456,1559,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,279,390,476,578,695,806,911,1010,1120,1221,1324", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "167,274,385,471,573,690,801,906,1005,1115,1216,1319,1447" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,521,632,719,835,965,1075,1187,1290,1401,1508,1615", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "401,516,627,714,830,960,1070,1182,1285,1396,1503,1610,1732" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,479,595,725,835,947,1050,1161,1268,1375", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,474,590,720,830,942,1045,1156,1263,1370,1492" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w500dp-v13_values-w500dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w500dp/values-w500dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-iw/values-iw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,494,602,686,787,901,1003,1107,1203,1306,1407,1507", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "390,489,597,681,782,896,998,1102,1198,1301,1402,1502,1618" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,258,366,450,551,665,767,871,967,1070,1171,1271", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "154,253,361,445,546,660,762,866,962,1065,1166,1266,1382" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-th/values-th.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,602,691,793,903,1011,1115,1213,1321,1426,1527", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "391,489,597,686,788,898,1006,1110,1208,1316,1421,1522,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,366,455,557,667,775,879,977,1085,1190,1291", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "155,253,361,450,552,662,770,874,972,1080,1185,1286,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hr/values-hr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,493,603,689,793,912,1016,1129,1235,1340,1453,1560", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "391,488,598,684,788,907,1011,1124,1230,1335,1448,1555,1678" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,257,367,453,557,676,780,893,999,1104,1217,1324", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "155,252,362,448,552,671,775,888,994,1099,1212,1319,1442" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1449", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1444,1557" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1209", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1204,1317" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw/values-sw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,492,600,690,795,912,1013,1122,1221,1328,1437,1542", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "389,487,595,685,790,907,1008,1117,1216,1323,1432,1537,1656" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,256,364,454,559,676,777,886,985,1092,1201,1306", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "153,251,359,449,554,671,772,881,980,1087,1196,1301,1420" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-h720dp/values-h720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "66", + "endOffsets": "356" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-si-rLK_values-si-rLK.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-si-rLK/values-si-rLK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,512,619,707,812,928,1037,1142,1240,1350,1449,1555", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "400,507,614,702,807,923,1032,1137,1235,1345,1444,1550,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,272,379,467,572,688,797,902,1000,1110,1209,1315", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "160,267,374,462,567,683,792,897,995,1105,1204,1310,1431" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-in/values-in.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,608,695,799,915,1018,1127,1228,1332,1440,1548", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "396,498,603,690,794,910,1013,1122,1223,1327,1435,1543,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,372,459,563,679,782,891,992,1096,1204,1312", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "160,262,367,454,558,674,777,886,987,1091,1199,1307,1430" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge/values-xlarge.xml", + "from": { + "startLines": "4,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "293,609,673,740,807,873,939", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "365,668,735,802,868,934,989" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,132,196,263,330,396,462", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "127,191,258,325,391,457,512" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-port/values-port.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "55", + "endOffsets": "342" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-eu-rES_values-eu-rES.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-eu-rES/values-eu-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,502,612,698,804,928,1037,1147,1246,1355,1468,1579", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "399,497,607,693,799,923,1032,1142,1241,1350,1463,1574,1711" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,262,372,458,564,688,797,907,1006,1115,1228,1339", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "159,257,367,453,559,683,792,902,1001,1110,1223,1334,1471" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,391,486,586,668,765,871,967,1063,1158,1255,1350,1448", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "386,481,581,663,760,866,962,1058,1153,1250,1345,1443,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,246,346,428,525,631,727,823,918,1015,1110,1208", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "146,241,341,423,520,626,722,818,913,1010,1105,1203,1315" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fi/values-fi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,499,600,686,791,909,1016,1119,1216,1322,1421,1525", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "394,494,595,681,786,904,1011,1114,1211,1317,1416,1520,1639" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,263,364,450,555,673,780,883,980,1086,1185,1289", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "158,258,359,445,550,668,775,878,975,1081,1180,1284,1403" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tl/values-tl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,410,518,635,723,829,950,1059,1170,1271,1381,1498,1606", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "405,513,630,718,824,945,1054,1165,1266,1376,1493,1601,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,399,487,593,714,823,934,1035,1145,1262,1370", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "169,277,394,482,588,709,818,929,1030,1140,1257,1365,1488" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w360dp-v13_values-w360dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w360dp/values-w360dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-v11/styles.xml", + "from": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "182", + "endLines": "8", + "endColumns": "12", + "endOffsets": "313" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "184" + } + }, + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v11/values-v11.xml", + "from": { + "startLines": "4,10,16,22,28,34,42,43,44,49,56,58,60,67,68,69,120", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,720,1145,1573,1999,2428,3094,3183,3284,3692,4353,4460,4589,5194,5265,5348,9097", + "endLines": "9,15,21,27,33,39,42,43,48,53,57,59,64,67,68,119,171", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "715,1140,1568,1994,2423,2848,3178,3279,3687,4107,4455,4584,4948,5260,5343,9092,12981" + }, + "to": { + "startLines": "5,11,17,23,29,35,41,42,43,48,53,55,57,62,63,64,115", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "189,608,1033,1461,1887,2316,2741,2830,2931,3339,3759,3866,3995,4359,4430,4513,8262", + "endLines": "10,16,22,28,34,40,41,42,47,52,54,56,61,62,63,114,166", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "603,1028,1456,1882,2311,2736,2825,2926,3334,3754,3861,3990,4354,4425,4508,8257,12146" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hi/values-hi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,511,618,703,805,927,1036,1138,1236,1346,1446,1561", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "401,506,613,698,800,922,1031,1133,1231,1341,1441,1556,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,275,382,467,569,691,800,902,1000,1110,1210,1325", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "165,270,377,462,564,686,795,897,995,1105,1205,1320,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w600dp-v13_values-w600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w600dp/values-w600dp.xml", + "from": { + "startLines": "4,5", + "startColumns": "4,4", + "startOffsets": "294,358", + "endColumns": "63,54", + "endOffsets": "353,408" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,119", + "endColumns": "63,54", + "endOffsets": "114,169" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-cs/values-cs.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,500,609,695,800,917,1021,1130,1229,1335,1445,1552", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "393,495,604,690,795,912,1016,1125,1224,1330,1440,1547,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,264,373,459,564,681,785,894,993,1099,1209,1316", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "157,259,368,454,559,676,780,889,988,1094,1204,1311,1433" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,521,628,717,818,942,1049,1161,1263,1371,1478,1585", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "410,516,623,712,813,937,1044,1156,1258,1366,1473,1580,1702" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,702,809,921,1023,1131,1238,1345", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "170,276,383,472,573,697,804,916,1018,1126,1233,1340,1462" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-is-rIS_values-is-rIS.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-is-rIS/values-is-rIS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,395,492,604,689,790,904,1014,1122,1220,1329,1428,1531", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "390,487,599,684,785,899,1009,1117,1215,1324,1423,1526,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,252,364,449,550,664,774,882,980,1089,1188,1291", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "150,247,359,444,545,659,769,877,975,1084,1183,1286,1404" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr/values-fr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,402,517,628,710,816,946,1056,1168,1271,1382,1489,1596", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "397,512,623,705,811,941,1051,1163,1266,1377,1484,1591,1713" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,474,580,710,820,932,1035,1146,1253,1360", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,469,575,705,815,927,1030,1141,1248,1355,1477" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ca/values-ca.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,515,622,705,813,939,1050,1159,1257,1367,1471,1579", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "404,510,617,700,808,934,1045,1154,1252,1362,1466,1574,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,469,577,703,814,923,1021,1131,1235,1343", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "168,274,381,464,572,698,809,918,1016,1126,1230,1338,1461" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sl/values-sl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,505,613,700,803,922,1030,1139,1239,1352,1459,1563", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "393,500,608,695,798,917,1025,1134,1234,1347,1454,1558,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,269,377,464,567,686,794,903,1003,1116,1223,1327", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "157,264,372,459,562,681,789,898,998,1111,1218,1322,1439" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ja/values-ja.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,388,481,586,668,766,874,976,1075,1170,1273,1368,1464", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "383,476,581,663,761,869,971,1070,1165,1268,1363,1459,1570" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,245,350,432,530,638,740,839,934,1037,1132,1228", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "147,240,345,427,525,633,735,834,929,1032,1127,1223,1334" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt/values-pt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,517,624,713,814,939,1046,1158,1260,1368,1475,1585", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "406,512,619,708,809,934,1041,1153,1255,1363,1470,1580,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,703,810,922,1024,1132,1239,1349", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "170,276,383,472,573,698,805,917,1019,1127,1234,1344,1469" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ko/values-ko.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,386,480,582,664,762,868,966,1061,1156,1256,1352,1451", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "381,475,577,659,757,863,961,1056,1151,1251,1347,1446,1561" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,244,346,428,526,632,730,825,920,1020,1116,1215", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "145,239,341,423,521,627,725,820,915,1015,1111,1210,1325" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hu/values-hu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,504,619,703,815,945,1055,1166,1266,1377,1485,1604", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "394,499,614,698,810,940,1050,1161,1261,1372,1480,1599,1733" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,268,383,467,579,709,819,930,1030,1141,1249,1368", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "158,263,378,462,574,704,814,925,1025,1136,1244,1363,1497" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-af/values-af.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,495,601,686,789,907,1014,1117,1214,1322,1424,1526", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "390,490,596,681,784,902,1009,1112,1209,1317,1419,1521,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,365,450,553,671,778,881,978,1086,1188,1290", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "154,254,360,445,548,666,773,876,973,1081,1183,1285,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-gl-rES_values-gl-rES.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-gl-rES/values-gl-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,519,627,712,814,940,1047,1156,1255,1363,1466,1573", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "402,514,622,707,809,935,1042,1151,1250,1358,1461,1568,1690" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,279,387,472,574,700,807,916,1015,1123,1226,1333", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "162,274,382,467,569,695,802,911,1010,1118,1221,1328,1450" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-w480dp-v13_values-w480dp-v13.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w480dp/values-w480dp.xml", + "from": { + "startLines": "4,7", + "startColumns": "4,4", + "startOffsets": "293,594", + "endColumns": "61,71", + "endOffsets": "350,661" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,117", + "endColumns": "61,71", + "endOffsets": "112,184" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hdpi/values-hdpi.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "297", + "endLines": "8", + "endColumns": "13", + "endOffsets": "567" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "325" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-mn-rMN_values-mn-rMN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mn-rMN/values-mn-rMN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,408,508,621,708,814,926,1035,1139,1236,1344,1445,1548", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "403,503,616,703,809,921,1030,1134,1231,1339,1440,1543,1665" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,268,381,468,574,686,795,899,996,1104,1205,1308", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "163,263,376,463,569,681,790,894,991,1099,1200,1303,1425" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es/values-es.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,521,629,714,815,943,1050,1150,1249,1357,1464,1571", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "403,516,624,709,810,938,1045,1145,1244,1352,1459,1566,1688" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,285,393,478,579,707,814,914,1013,1121,1228,1335", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "167,280,388,473,574,702,809,909,1008,1116,1223,1330,1452" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-land/values-land.xml", + "from": { + "startLines": "4,7,10,11,14,17,18", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "291,590,908,978,1285,1595,1666", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "348,657,973,1043,1344,1661,1729" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,117,189,259,329,393,464", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "112,184,254,324,388,459,527" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lv/values-lv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,519,628,714,818,940,1049,1161,1260,1371,1480,1585", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "406,514,623,709,813,935,1044,1156,1255,1366,1475,1580,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,392,478,582,704,813,925,1024,1135,1244,1349", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "170,278,387,473,577,699,808,920,1019,1130,1239,1344,1463" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-kn-rIN_values-kn-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kn-rIN/values-kn-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,525,638,726,833,960,1076,1187,1286,1399,1503,1617", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "408,520,633,721,828,955,1071,1182,1281,1394,1498,1612,1738" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,285,398,486,593,720,836,947,1046,1159,1263,1377", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "168,280,393,481,588,715,831,942,1041,1154,1258,1372,1498" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-uz-rUZ_values-uz-rUZ.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uz-rUZ/values-uz-rUZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,621,707,818,934,1043,1150,1249,1357,1462", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "395,499,616,702,813,929,1038,1145,1244,1352,1457,1562" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,381,467,578,694,803,910,1009,1117,1222", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "155,259,376,462,573,689,798,905,1004,1112,1217,1322" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ar/values-ar.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,512,621,703,804,918,1023,1124,1220,1328,1431,1534", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "403,507,616,698,799,913,1018,1119,1215,1323,1426,1529,1648" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,276,385,467,568,682,787,888,984,1092,1195,1298", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "167,271,380,462,563,677,782,883,979,1087,1190,1293,1412" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-my-rMM_values-my-rMM.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-my-rMM/values-my-rMM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,509,626,719,831,967,1092,1204,1306,1432,1543,1653", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "399,504,621,714,826,962,1087,1199,1301,1427,1538,1648,1771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,269,386,479,591,727,852,964,1066,1192,1303,1413", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "159,264,381,474,586,722,847,959,1061,1187,1298,1408,1531" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-mr-rIN_values-mr-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mr-rIN/values-mr-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,519,626,716,817,932,1044,1146,1242,1351,1452,1567", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "408,514,621,711,812,927,1039,1141,1237,1346,1447,1562,1685" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,476,577,692,804,906,1002,1111,1212,1327", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "168,274,381,471,572,687,799,901,997,1106,1207,1322,1445" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lt/values-lt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,508,621,708,817,938,1047,1156,1256,1366,1470,1583", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "402,503,616,703,812,933,1042,1151,1251,1361,1465,1578,1708" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,272,385,472,581,702,811,920,1020,1130,1234,1347", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "166,267,380,467,576,697,806,915,1015,1125,1229,1342,1472" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-am/values-am.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,393,492,598,684,787,900,1000,1100,1196,1299,1398,1505", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "388,487,593,679,782,895,995,1095,1191,1294,1393,1500,1616" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,256,362,448,551,664,764,864,960,1063,1162,1269", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "152,251,357,443,546,659,759,859,955,1058,1157,1264,1380" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-bn-rBD_values-bn-rBD.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bn-rBD/values-bn-rBD.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,516,622,716,821,951,1061,1177,1284,1394,1500,1610", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "399,511,617,711,816,946,1056,1172,1279,1389,1495,1605,1730" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,276,382,476,581,711,821,937,1044,1154,1260,1370", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "159,271,377,471,576,706,816,932,1039,1149,1255,1365,1490" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ms-rMY_values-ms-rMY.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ms-rMY/values-ms-rMY.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,511,619,706,810,921,1033,1142,1239,1348,1451,1558", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "401,506,614,701,805,916,1028,1137,1234,1343,1446,1553,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,271,379,466,570,681,793,902,999,1108,1211,1318", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "161,266,374,461,565,676,788,897,994,1103,1206,1313,1435" + } + } + ] + }, + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ru/values-ru.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,508,620,706,811,931,1037,1145,1243,1352,1458,1566", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "401,503,615,701,806,926,1032,1140,1238,1347,1453,1561,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,272,384,470,575,695,801,909,1007,1116,1222,1330", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "165,267,379,465,570,690,796,904,1002,1111,1217,1325,1461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json new file mode 100644 index 0000000..2b24bba --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-af/values-af.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,495,601,686,789,907,1014,1117,1214,1322,1424,1526", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "390,490,596,681,784,902,1009,1112,1209,1317,1419,1521,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,365,450,553,671,778,881,978,1086,1188,1290", + "endColumns": "103,99,105,84,102,117,106,102,96,107,101,101,116", + "endOffsets": "154,254,360,445,548,666,773,876,973,1081,1183,1285,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json new file mode 100644 index 0000000..b9edbd9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-am/values-am.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,393,492,598,684,787,900,1000,1100,1196,1299,1398,1505", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "388,487,593,679,782,895,995,1095,1191,1294,1393,1500,1616" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,157,256,362,448,551,664,764,864,960,1063,1162,1269", + "endColumns": "101,98,105,85,102,112,99,99,95,102,98,106,115", + "endOffsets": "152,251,357,443,546,659,759,859,955,1058,1157,1264,1380" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json new file mode 100644 index 0000000..b281a7b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ar/values-ar.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,512,621,703,804,918,1023,1124,1220,1328,1431,1534", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "403,507,616,698,799,913,1018,1119,1215,1323,1426,1529,1648" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,276,385,467,568,682,787,888,984,1092,1195,1298", + "endColumns": "116,103,108,81,100,113,104,100,95,107,102,102,118", + "endOffsets": "167,271,380,462,563,677,782,883,979,1087,1190,1293,1412" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json new file mode 100644 index 0000000..7758113 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bg/values-bg.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,513,618,704,809,930,1044,1153,1253,1367,1473,1581", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "401,508,613,699,804,925,1039,1148,1248,1362,1468,1576,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,277,382,468,573,694,808,917,1017,1131,1237,1345", + "endColumns": "114,106,104,85,104,120,113,108,99,113,105,107,122", + "endOffsets": "165,272,377,463,568,689,803,912,1012,1126,1232,1340,1463" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bn-rBD.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bn-rBD.json new file mode 100644 index 0000000..628734a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bn-rBD.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn-rBD/values-bn-rBD.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-bn-rBD/values-bn-rBD.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,516,622,716,821,951,1061,1177,1284,1394,1500,1610", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "399,511,617,711,816,946,1056,1172,1279,1389,1495,1605,1730" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,276,382,476,581,711,821,937,1044,1154,1260,1370", + "endColumns": "108,111,105,93,104,129,109,115,106,109,105,109,124", + "endOffsets": "159,271,377,471,576,706,816,932,1039,1149,1255,1365,1490" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json new file mode 100644 index 0000000..a7c7296 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ca/values-ca.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,515,622,705,813,939,1050,1159,1257,1367,1471,1579", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "404,510,617,700,808,934,1045,1154,1252,1362,1466,1574,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,469,577,703,814,923,1021,1131,1235,1343", + "endColumns": "117,105,106,82,107,125,110,108,97,109,103,107,122", + "endOffsets": "168,274,381,464,572,698,809,918,1016,1126,1230,1338,1461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json new file mode 100644 index 0000000..2dbf5a2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-cs/values-cs.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,500,609,695,800,917,1021,1130,1229,1335,1445,1552", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "393,495,604,690,795,912,1016,1125,1224,1330,1440,1547,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,264,373,459,564,681,785,894,993,1099,1209,1316", + "endColumns": "106,101,108,85,104,116,103,108,98,105,109,106,121", + "endOffsets": "157,259,368,454,559,676,780,889,988,1094,1204,1311,1433" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json new file mode 100644 index 0000000..e8558c2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-da/values-da.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,493,605,688,788,901,1010,1118,1214,1328,1432,1533", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "389,488,600,683,783,896,1005,1113,1209,1323,1427,1528,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,257,369,452,552,665,774,882,978,1092,1196,1297", + "endColumns": "102,98,111,82,99,112,108,107,95,113,103,100,115", + "endOffsets": "153,252,364,447,547,660,769,877,973,1087,1191,1292,1408" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json new file mode 100644 index 0000000..d0a5961 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-de/values-de.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,606,692,797,912,1023,1126,1225,1336,1438,1545", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "391,489,601,687,792,907,1018,1121,1220,1331,1433,1540,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,370,456,561,676,787,890,989,1100,1202,1309", + "endColumns": "104,97,111,85,104,114,110,102,98,110,101,106,121", + "endOffsets": "155,253,365,451,556,671,782,885,984,1095,1197,1304,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json new file mode 100644 index 0000000..db11dee --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-el/values-el.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,520,637,722,827,953,1064,1174,1276,1387,1496,1604", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "404,515,632,717,822,948,1059,1169,1271,1382,1491,1599,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,284,401,486,591,717,828,938,1040,1151,1260,1368", + "endColumns": "117,110,116,84,104,125,110,109,101,110,108,107,122", + "endOffsets": "168,279,396,481,586,712,823,933,1035,1146,1255,1363,1486" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..c1dd3f1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..b9c35f8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,499,607,695,795,910,1013,1117,1216,1321,1424,1528", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "394,494,602,690,790,905,1008,1112,1211,1316,1419,1523,1642" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,259,367,455,555,670,773,877,976,1081,1184,1288", + "endColumns": "103,99,107,87,99,114,102,103,98,104,102,103,118", + "endOffsets": "154,254,362,450,550,665,768,872,971,1076,1179,1283,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..d338620 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,524,632,717,818,941,1053,1165,1266,1374,1481,1588", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "410,519,627,712,813,936,1048,1160,1261,1369,1476,1583,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,284,392,477,578,701,813,925,1026,1134,1241,1348", + "endColumns": "119,108,107,84,100,122,111,111,100,107,106,106,121", + "endOffsets": "170,279,387,472,573,696,808,920,1021,1129,1236,1343,1465" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json new file mode 100644 index 0000000..160b27d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-es/values-es.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,408,521,629,714,815,943,1050,1150,1249,1357,1464,1571", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "403,516,624,709,810,938,1045,1145,1244,1352,1459,1566,1688" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,285,393,478,579,707,814,914,1013,1121,1228,1335", + "endColumns": "116,112,107,84,100,127,106,99,98,107,106,106,121", + "endOffsets": "167,280,388,473,574,702,809,909,1008,1116,1223,1330,1452" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-et-rEE.json b/app/build/intermediates/blame/res/debug/multi-v2/values-et-rEE.json new file mode 100644 index 0000000..e318717 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-et-rEE.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et-rEE/values-et-rEE.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-et-rEE/values-et-rEE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,412,519,630,716,818,935,1046,1151,1250,1360,1461,1564", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "407,514,625,711,813,930,1041,1146,1245,1355,1456,1559,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,172,279,390,476,578,695,806,911,1010,1120,1221,1324", + "endColumns": "116,106,110,85,101,116,110,104,98,109,100,102,127", + "endOffsets": "167,274,385,471,573,690,801,906,1005,1115,1216,1319,1447" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-eu-rES.json b/app/build/intermediates/blame/res/debug/multi-v2/values-eu-rES.json new file mode 100644 index 0000000..b0a2c29 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-eu-rES.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu-rES/values-eu-rES.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-eu-rES/values-eu-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,502,612,698,804,928,1037,1147,1246,1355,1468,1579", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "399,497,607,693,799,923,1032,1142,1241,1350,1463,1574,1711" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,262,372,458,564,688,797,907,1006,1115,1228,1339", + "endColumns": "108,97,109,85,105,123,108,109,98,108,112,110,136", + "endOffsets": "159,257,367,453,559,683,792,902,1001,1110,1223,1334,1471" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json new file mode 100644 index 0000000..87f5b5e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fa/values-fa.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,504,615,703,806,921,1033,1136,1234,1344,1447,1556", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "396,499,610,698,801,916,1028,1131,1229,1339,1442,1551,1676" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,268,379,467,570,685,797,900,998,1108,1211,1320", + "endColumns": "109,102,110,87,102,114,111,102,97,109,102,108,124", + "endOffsets": "160,263,374,462,565,680,792,895,993,1103,1206,1315,1440" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json new file mode 100644 index 0000000..f9c2682 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fi/values-fi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,499,600,686,791,909,1016,1119,1216,1322,1421,1525", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "394,494,595,681,786,904,1011,1114,1211,1317,1416,1520,1639" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,263,364,450,555,673,780,883,980,1086,1185,1289", + "endColumns": "107,99,100,85,104,117,106,102,96,105,98,103,118", + "endOffsets": "158,258,359,445,550,668,775,878,975,1081,1180,1284,1403" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..ddb12c3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,521,632,719,835,965,1075,1187,1290,1401,1508,1615", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "401,516,627,714,830,960,1070,1182,1285,1396,1503,1610,1732" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,479,595,725,835,947,1050,1161,1268,1375", + "endColumns": "110,114,110,86,115,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,474,590,720,830,942,1045,1156,1263,1370,1492" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json new file mode 100644 index 0000000..9e1cbe4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-fr/values-fr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,402,517,628,710,816,946,1056,1168,1271,1382,1489,1596", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "397,512,623,705,811,941,1051,1163,1266,1377,1484,1591,1713" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,281,392,474,580,710,820,932,1035,1146,1253,1360", + "endColumns": "110,114,110,81,105,129,109,111,102,110,106,106,121", + "endOffsets": "161,276,387,469,575,705,815,927,1030,1141,1248,1355,1477" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gl-rES.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gl-rES.json new file mode 100644 index 0000000..df4076e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gl-rES.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl-rES/values-gl-rES.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-gl-rES/values-gl-rES.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,519,627,712,814,940,1047,1156,1255,1363,1466,1573", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "402,514,622,707,809,935,1042,1151,1250,1358,1461,1568,1690" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,279,387,472,574,700,807,916,1015,1123,1226,1333", + "endColumns": "111,111,107,84,101,125,106,108,98,107,102,106,121", + "endOffsets": "162,274,382,467,569,695,802,911,1010,1118,1221,1328,1450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..c773e07 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-h720dp/values-h720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "66", + "endOffsets": "356" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..929796c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hdpi/values-hdpi.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "297", + "endLines": "8", + "endColumns": "13", + "endOffsets": "567" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "325" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json new file mode 100644 index 0000000..c1baf79 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hi/values-hi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,511,618,703,805,927,1036,1138,1236,1346,1446,1561", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "401,506,613,698,800,922,1031,1133,1231,1341,1441,1556,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,275,382,467,569,691,800,902,1000,1110,1210,1325", + "endColumns": "114,104,106,84,101,121,108,101,97,109,99,114,124", + "endOffsets": "165,270,377,462,564,686,795,897,995,1105,1205,1320,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json new file mode 100644 index 0000000..e6d039d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hr/values-hr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,493,603,689,793,912,1016,1129,1235,1340,1453,1560", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "391,488,598,684,788,907,1011,1124,1230,1335,1448,1555,1678" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,257,367,453,557,676,780,893,999,1104,1217,1324", + "endColumns": "104,96,109,85,103,118,103,112,105,104,112,106,122", + "endOffsets": "155,252,362,448,552,671,775,888,994,1099,1212,1319,1442" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json new file mode 100644 index 0000000..1a230d9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hu/values-hu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,504,619,703,815,945,1055,1166,1266,1377,1485,1604", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "394,499,614,698,810,940,1050,1161,1261,1372,1480,1599,1733" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,268,383,467,579,709,819,930,1030,1141,1249,1368", + "endColumns": "107,104,114,83,111,129,109,110,99,110,107,118,133", + "endOffsets": "158,263,378,462,574,704,814,925,1025,1136,1244,1363,1497" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hy-rAM.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hy-rAM.json new file mode 100644 index 0000000..44c777a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hy-rAM.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy-rAM/values-hy-rAM.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-hy-rAM/values-hy-rAM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,499,609,699,805,920,1027,1134,1233,1343,1450,1551", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "393,494,604,694,800,915,1022,1129,1228,1338,1445,1546,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,259,369,459,565,680,787,894,993,1103,1210,1311", + "endColumns": "102,100,109,89,105,114,106,106,98,109,106,100,119", + "endOffsets": "153,254,364,454,560,675,782,889,988,1098,1205,1306,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json new file mode 100644 index 0000000..cb2e753 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-in/values-in.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,608,695,799,915,1018,1127,1228,1332,1440,1548", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "396,498,603,690,794,910,1013,1122,1223,1327,1435,1543,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,372,459,563,679,782,891,992,1096,1204,1312", + "endColumns": "109,101,104,86,103,115,102,108,100,103,107,107,122", + "endOffsets": "160,262,367,454,558,674,777,886,987,1091,1199,1307,1430" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-is-rIS.json b/app/build/intermediates/blame/res/debug/multi-v2/values-is-rIS.json new file mode 100644 index 0000000..b8e4189 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-is-rIS.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is-rIS/values-is-rIS.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-is-rIS/values-is-rIS.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,395,492,604,689,790,904,1014,1122,1220,1329,1428,1531", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "390,487,599,684,785,899,1009,1117,1215,1324,1423,1526,1644" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,155,252,364,449,550,664,774,882,980,1089,1188,1291", + "endColumns": "99,96,111,84,100,113,109,107,97,108,98,102,117", + "endOffsets": "150,247,359,444,545,659,769,877,975,1084,1183,1286,1404" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json new file mode 100644 index 0000000..b6e8eb6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-it/values-it.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,500,609,693,802,927,1033,1141,1239,1343,1448,1555", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "395,495,604,688,797,922,1028,1136,1234,1338,1443,1550,1672" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,264,373,457,566,691,797,905,1003,1107,1212,1319", + "endColumns": "108,99,108,83,108,124,105,107,97,103,104,106,121", + "endOffsets": "159,259,368,452,561,686,792,900,998,1102,1207,1314,1436" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json new file mode 100644 index 0000000..93fe6cf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-iw/values-iw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,395,494,602,686,787,901,1003,1107,1203,1306,1407,1507", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "390,489,597,681,782,896,998,1102,1198,1301,1402,1502,1618" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,258,366,450,551,665,767,871,967,1070,1171,1271", + "endColumns": "103,98,107,83,100,113,101,103,95,102,100,99,115", + "endOffsets": "154,253,361,445,546,660,762,866,962,1065,1166,1266,1382" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json new file mode 100644 index 0000000..0d43e85 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ja/values-ja.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,388,481,586,668,766,874,976,1075,1170,1273,1368,1464", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "383,476,581,663,761,869,971,1070,1165,1268,1363,1459,1570" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,152,245,350,432,530,638,740,839,934,1037,1132,1228", + "endColumns": "96,92,104,81,97,107,101,98,94,102,94,95,110", + "endOffsets": "147,240,345,427,525,633,735,834,929,1032,1127,1223,1334" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ka-rGE.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ka-rGE.json new file mode 100644 index 0000000..e991d6f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ka-rGE.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka-rGE/values-ka-rGE.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ka-rGE/values-ka-rGE.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,508,619,707,812,925,1038,1145,1243,1356,1460,1564", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "399,503,614,702,807,920,1033,1140,1238,1351,1455,1559,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,268,379,467,572,685,798,905,1003,1116,1220,1324", + "endColumns": "108,103,110,87,104,112,112,106,97,112,103,103,121", + "endOffsets": "159,263,374,462,567,680,793,900,998,1111,1215,1319,1441" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kk-rKZ.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kk-rKZ.json new file mode 100644 index 0000000..4923142 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kk-rKZ.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk-rKZ/values-kk-rKZ.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kk-rKZ/values-kk-rKZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,407,510,620,709,815,934,1037,1142,1240,1347,1456,1556", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "402,505,615,704,810,929,1032,1137,1235,1342,1451,1551,1666" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,167,270,380,469,575,694,797,902,1000,1107,1216,1316", + "endColumns": "111,102,109,88,105,118,102,104,97,106,108,99,114", + "endOffsets": "162,265,375,464,570,689,792,897,995,1102,1211,1311,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-km-rKH.json b/app/build/intermediates/blame/res/debug/multi-v2/values-km-rKH.json new file mode 100644 index 0000000..50ca474 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-km-rKH.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km-rKH/values-km-rKH.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-km-rKH/values-km-rKH.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,498,610,697,801,919,1023,1128,1228,1338,1445,1553", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "393,493,605,692,796,914,1018,1123,1223,1333,1440,1548,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,258,370,457,561,679,783,888,988,1098,1205,1313", + "endColumns": "102,99,111,86,103,117,103,104,99,109,106,107,122", + "endOffsets": "153,253,365,452,556,674,778,883,983,1093,1200,1308,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kn-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kn-rIN.json new file mode 100644 index 0000000..5ea40c2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kn-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn-rIN/values-kn-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-kn-rIN/values-kn-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,525,638,726,833,960,1076,1187,1286,1399,1503,1617", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "408,520,633,721,828,955,1071,1182,1281,1394,1498,1612,1738" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,285,398,486,593,720,836,947,1046,1159,1263,1377", + "endColumns": "117,111,112,87,106,126,115,110,98,112,103,113,125", + "endOffsets": "168,280,393,481,588,715,831,942,1041,1154,1258,1372,1498" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json new file mode 100644 index 0000000..774ab40 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ko/values-ko.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,386,480,582,664,762,868,966,1061,1156,1256,1352,1451", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "381,475,577,659,757,863,961,1056,1151,1251,1347,1446,1561" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,244,346,428,526,632,730,825,920,1020,1116,1215", + "endColumns": "94,93,101,81,97,105,97,94,94,99,95,98,114", + "endOffsets": "145,239,341,423,521,627,725,820,915,1015,1111,1210,1325" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ky-rKG.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ky-rKG.json new file mode 100644 index 0000000..dd03d4d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ky-rKG.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky-rKG/values-ky-rKG.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ky-rKG/values-ky-rKG.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,399,494,613,697,804,921,1031,1138,1236,1342,1449,1550", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "394,489,608,692,799,916,1026,1133,1231,1337,1444,1545,1669" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,254,373,457,564,681,791,898,996,1102,1209,1310", + "endColumns": "103,94,118,83,106,116,109,106,97,105,106,100,123", + "endOffsets": "154,249,368,452,559,676,786,893,991,1097,1204,1305,1429" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json new file mode 100644 index 0000000..676e96b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-land/values-land.xml", + "from": { + "startLines": "4,7,10,11,14,17,18", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "291,590,908,978,1285,1595,1666", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "348,657,973,1043,1344,1661,1729" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,117,189,259,329,393,464", + "endColumns": "61,71,69,69,63,70,67", + "endOffsets": "112,184,254,324,388,459,527" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000..fd40ee1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-large/values-large.xml", + "from": { + "startLines": "4,7,8,11,12,13,14,15,16,19,20", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "292,592,664,961,1025,1092,1159,1225,1291,1589,1693", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "349,659,718,1020,1087,1154,1220,1286,1341,1688,1804" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,117,189,248,312,379,446,512,578,633,737", + "endColumns": "61,71,58,63,66,66,65,65,54,103,115", + "endOffsets": "112,184,243,307,374,441,507,573,628,732,848" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lo-rLA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lo-rLA.json new file mode 100644 index 0000000..7ed490f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lo-rLA.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo-rLA/values-lo-rLA.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lo-rLA/values-lo-rLA.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,398,495,602,687,792,904,1011,1108,1206,1311,1414,1518", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "393,490,597,682,787,899,1006,1103,1201,1306,1409,1513,1635" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,255,362,447,552,664,771,868,966,1071,1174,1278", + "endColumns": "102,96,106,84,104,111,106,96,97,104,102,103,121", + "endOffsets": "153,250,357,442,547,659,766,863,961,1066,1169,1273,1395" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json new file mode 100644 index 0000000..c025206 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lt/values-lt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,508,621,708,817,938,1047,1156,1256,1366,1470,1583", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "402,503,616,703,812,933,1042,1151,1251,1361,1465,1578,1708" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,272,385,472,581,702,811,920,1020,1130,1234,1347", + "endColumns": "115,100,112,86,108,120,108,108,99,109,103,112,129", + "endOffsets": "166,267,380,467,576,697,806,915,1015,1125,1229,1342,1472" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json new file mode 100644 index 0000000..a8869d9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-lv/values-lv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,519,628,714,818,940,1049,1161,1260,1371,1480,1585", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "406,514,623,709,813,935,1044,1156,1255,1366,1475,1580,1699" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,283,392,478,582,704,813,925,1024,1135,1244,1349", + "endColumns": "119,107,108,85,103,121,108,111,98,110,108,104,118", + "endOffsets": "170,278,387,473,577,699,808,920,1019,1130,1239,1344,1463" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mk-rMK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mk-rMK.json new file mode 100644 index 0000000..1fb208a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mk-rMK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk-rMK/values-mk-rMK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mk-rMK/values-mk-rMK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,403,507,615,701,806,925,1031,1138,1239,1346,1457", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "398,502,610,696,801,920,1026,1133,1234,1341,1452,1556" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,267,375,461,566,685,791,898,999,1106,1217", + "endColumns": "107,103,107,85,104,118,105,106,100,106,110,103", + "endOffsets": "158,262,370,456,561,680,786,893,994,1101,1212,1316" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ml-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ml-rIN.json new file mode 100644 index 0000000..ee1a85e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ml-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml-rIN/values-ml-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ml-rIN/values-ml-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,414,532,648,741,846,978,1089,1195,1293,1407,1511,1622", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "409,527,643,736,841,973,1084,1190,1288,1402,1506,1617,1745" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,292,408,501,606,738,849,955,1053,1167,1271,1382", + "endColumns": "118,117,115,92,104,131,110,105,97,113,103,110,127", + "endOffsets": "169,287,403,496,601,733,844,950,1048,1162,1266,1377,1505" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mn-rMN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mn-rMN.json new file mode 100644 index 0000000..6098abf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mn-rMN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn-rMN/values-mn-rMN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mn-rMN/values-mn-rMN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,408,508,621,708,814,926,1035,1139,1236,1344,1445,1548", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "403,503,616,703,809,921,1030,1134,1231,1339,1440,1543,1665" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,168,268,381,468,574,686,795,899,996,1104,1205,1308", + "endColumns": "112,99,112,86,105,111,108,103,96,107,100,102,121", + "endOffsets": "163,263,376,463,569,681,790,894,991,1099,1200,1303,1425" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mr-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mr-rIN.json new file mode 100644 index 0000000..5bcebbc --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mr-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr-rIN/values-mr-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-mr-rIN/values-mr-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,413,519,626,716,817,932,1044,1146,1242,1351,1452,1567", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "408,514,621,711,812,927,1039,1141,1237,1346,1447,1562,1685" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,279,386,476,577,692,804,906,1002,1111,1212,1327", + "endColumns": "117,105,106,89,100,114,111,101,95,108,100,114,122", + "endOffsets": "168,274,381,471,572,687,799,901,997,1106,1207,1322,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ms-rMY.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ms-rMY.json new file mode 100644 index 0000000..5bbbfa1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ms-rMY.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms-rMY/values-ms-rMY.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ms-rMY/values-ms-rMY.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,406,511,619,706,810,921,1033,1142,1239,1348,1451,1558", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "401,506,614,701,805,916,1028,1137,1234,1343,1446,1553,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,166,271,379,466,570,681,793,902,999,1108,1211,1318", + "endColumns": "110,104,107,86,103,110,111,108,96,108,102,106,121", + "endOffsets": "161,266,374,461,565,676,788,897,994,1103,1206,1313,1435" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-my-rMM.json b/app/build/intermediates/blame/res/debug/multi-v2/values-my-rMM.json new file mode 100644 index 0000000..768244e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-my-rMM.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my-rMM/values-my-rMM.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-my-rMM/values-my-rMM.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,404,509,626,719,831,967,1092,1204,1306,1432,1543,1653", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "399,504,621,714,826,962,1087,1199,1301,1427,1538,1648,1771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,269,386,479,591,727,852,964,1066,1192,1303,1413", + "endColumns": "108,104,116,92,111,135,124,111,101,125,110,109,122", + "endOffsets": "159,264,381,474,586,722,847,959,1061,1187,1298,1408,1531" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json new file mode 100644 index 0000000..8c9c9c2 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nb/values-nb.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,494,608,694,794,907,1010,1109,1205,1309,1407,1508", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "394,489,603,689,789,902,1005,1104,1200,1304,1402,1503,1619" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,258,372,458,558,671,774,873,969,1073,1171,1272", + "endColumns": "107,94,113,85,99,112,102,98,95,103,97,100,115", + "endOffsets": "158,253,367,453,553,666,769,868,964,1068,1166,1267,1383" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ne-rNP.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ne-rNP.json new file mode 100644 index 0000000..3135e42 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ne-rNP.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne-rNP/values-ne-rNP.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ne-rNP/values-ne-rNP.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,612,703,810,937,1047,1163,1266,1381,1483,1598", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "395,499,607,698,805,932,1042,1158,1261,1376,1478,1593,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,372,463,570,697,807,923,1026,1141,1243,1358", + "endColumns": "104,103,107,90,106,126,109,115,102,114,101,114,130", + "endOffsets": "155,259,367,458,565,692,802,918,1021,1136,1238,1353,1484" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json new file mode 100644 index 0000000..07b0d85 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-nl/values-nl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,409,514,621,707,815,935,1046,1150,1249,1364,1477,1580", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "404,509,616,702,810,930,1041,1145,1244,1359,1472,1575,1693" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,173,278,385,471,579,699,810,914,1013,1128,1241,1344", + "endColumns": "117,104,106,85,107,119,110,103,98,114,112,102,117", + "endOffsets": "168,273,380,466,574,694,805,909,1008,1123,1236,1339,1457" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json new file mode 100644 index 0000000..6e11c69 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pl/values-pl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,407,509,617,703,812,931,1040,1149,1248,1357,1468,1576", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "402,504,612,698,807,926,1035,1144,1243,1352,1463,1571,1694" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,171,273,381,467,576,695,804,913,1012,1121,1232,1340", + "endColumns": "115,101,107,85,108,118,108,108,98,108,110,107,122", + "endOffsets": "166,268,376,462,571,690,799,908,1007,1116,1227,1335,1458" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json new file mode 100644 index 0000000..c0633c6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-port/values-port.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "55", + "endOffsets": "342" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..b3ec443 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,415,521,628,717,818,942,1049,1161,1263,1371,1478,1585", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "410,516,623,712,813,937,1044,1156,1258,1366,1473,1580,1702" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,702,809,921,1023,1131,1238,1345", + "endColumns": "119,105,106,88,100,123,106,111,101,107,106,106,121", + "endOffsets": "170,276,383,472,573,697,804,916,1018,1126,1233,1340,1462" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json new file mode 100644 index 0000000..0deeaeb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-pt/values-pt.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,411,517,624,713,814,939,1046,1158,1260,1368,1475,1585", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "406,512,619,708,809,934,1041,1153,1255,1363,1470,1580,1705" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,175,281,388,477,578,703,810,922,1024,1132,1239,1349", + "endColumns": "119,105,106,88,100,124,106,111,101,107,106,109,124", + "endOffsets": "170,276,383,472,573,698,805,917,1019,1127,1234,1344,1469" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json new file mode 100644 index 0000000..1e09658 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ro/values-ro.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,412,516,629,717,829,950,1062,1175,1275,1389,1494,1600", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "407,511,624,712,824,945,1057,1170,1270,1384,1489,1595,1716" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,176,280,393,481,593,714,826,939,1039,1153,1258,1364", + "endColumns": "120,103,112,87,111,120,111,112,99,113,104,105,120", + "endOffsets": "171,275,388,476,588,709,821,934,1034,1148,1253,1359,1480" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json new file mode 100644 index 0000000..c87d5e9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ru/values-ru.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,406,508,620,706,811,931,1037,1145,1243,1352,1458,1566", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "401,503,615,701,806,926,1032,1140,1238,1347,1453,1561,1697" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,170,272,384,470,575,695,801,909,1007,1116,1222,1330", + "endColumns": "114,101,111,85,104,119,105,107,97,108,105,107,135", + "endOffsets": "165,267,379,465,570,690,796,904,1002,1111,1217,1325,1461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-si-rLK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-si-rLK.json new file mode 100644 index 0000000..9b23d9a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-si-rLK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si-rLK/values-si-rLK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-si-rLK/values-si-rLK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,512,619,707,812,928,1037,1142,1240,1350,1449,1555", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "400,507,614,702,807,923,1032,1137,1235,1345,1444,1550,1671" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,272,379,467,572,688,797,902,1000,1110,1209,1315", + "endColumns": "109,106,106,87,104,115,108,104,97,109,98,105,120", + "endOffsets": "160,267,374,462,567,683,792,897,995,1105,1204,1310,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json new file mode 100644 index 0000000..b43a1d9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sk/values-sk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,498,609,695,803,921,1026,1135,1234,1340,1451,1560", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "393,493,604,690,798,916,1021,1130,1229,1335,1446,1555,1679" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,262,373,459,567,685,790,899,998,1104,1215,1324", + "endColumns": "106,99,110,85,107,117,104,108,98,105,110,108,123", + "endOffsets": "157,257,368,454,562,680,785,894,993,1099,1210,1319,1443" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json new file mode 100644 index 0000000..08fd00d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sl/values-sl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,398,505,613,700,803,922,1030,1139,1239,1352,1459,1563", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "393,500,608,695,798,917,1025,1134,1234,1347,1454,1558,1675" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,162,269,377,464,567,686,794,903,1003,1116,1223,1327", + "endColumns": "106,106,107,86,102,118,107,108,99,112,106,103,116", + "endOffsets": "157,264,372,459,562,681,789,898,998,1111,1218,1322,1439" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json new file mode 100644 index 0000000..0c2695f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sr/values-sr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,400,503,609,695,799,917,1022,1130,1231,1335,1443,1544", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "395,498,604,690,794,912,1017,1125,1226,1330,1438,1539,1667" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,164,267,373,459,563,681,786,894,995,1099,1207,1308", + "endColumns": "108,102,105,85,103,117,104,107,100,103,107,100,127", + "endOffsets": "159,262,368,454,558,676,781,889,990,1094,1202,1303,1431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json new file mode 100644 index 0000000..a1d2cec --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sv/values-sv.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,397,500,611,696,798,911,1017,1117,1213,1318,1420,1522", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "392,495,606,691,793,906,1012,1112,1208,1313,1415,1517,1634" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,161,264,375,460,562,675,781,881,977,1082,1184,1286", + "endColumns": "105,102,110,84,101,112,105,99,95,104,101,101,116", + "endOffsets": "156,259,370,455,557,670,776,876,972,1077,1179,1281,1398" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json new file mode 100644 index 0000000..5a37917 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw/values-sw.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,394,492,600,690,795,912,1013,1122,1221,1328,1437,1542", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "389,487,595,685,790,907,1008,1117,1216,1323,1432,1537,1656" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,158,256,364,454,559,676,777,886,985,1092,1201,1306", + "endColumns": "102,97,107,89,104,116,100,108,98,106,108,104,118", + "endOffsets": "153,251,359,449,554,671,772,881,980,1087,1196,1301,1420" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..0edcd6e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-sw600dp/values-sw600dp.xml", + "from": { + "startLines": "4,5,6,7,8,11,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "295,364,434,504,583,899,1198,1269,1337", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "359,429,499,578,654,953,1264,1332,1387" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,194,264,343,419,478,549,617", + "endColumns": "68,69,69,78,75,58,70,67,54", + "endOffsets": "119,189,259,338,414,473,544,612,667" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ta-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ta-rIN.json new file mode 100644 index 0000000..96725a7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ta-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta-rIN/values-ta-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ta-rIN/values-ta-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,514,629,718,825,951,1053,1157,1254,1364,1466,1573", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "404,509,624,713,820,946,1048,1152,1249,1359,1461,1568,1687" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,274,389,478,585,711,813,917,1014,1124,1226,1333", + "endColumns": "113,104,114,88,106,125,101,103,96,109,101,106,118", + "endOffsets": "164,269,384,473,580,706,808,912,1009,1119,1221,1328,1447" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-te-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-te-rIN.json new file mode 100644 index 0000000..19b18fa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-te-rIN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te-rIN/values-te-rIN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-te-rIN/values-te-rIN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,409,518,629,719,824,949,1062,1170,1270,1381,1483,1600", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "404,513,624,714,819,944,1057,1165,1265,1376,1478,1595,1722" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,278,389,479,584,709,822,930,1030,1141,1243,1360", + "endColumns": "113,108,110,89,104,124,112,107,99,110,101,116,126", + "endOffsets": "164,273,384,474,579,704,817,925,1025,1136,1238,1355,1482" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json new file mode 100644 index 0000000..788870d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-th/values-th.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,494,602,691,793,903,1011,1115,1213,1321,1426,1527", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "391,489,597,686,788,898,1006,1110,1208,1316,1421,1522,1638" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,258,366,455,557,667,775,879,977,1085,1190,1291", + "endColumns": "104,97,107,88,101,109,107,103,97,107,104,100,115", + "endOffsets": "155,253,361,450,552,662,770,874,972,1080,1185,1286,1402" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json new file mode 100644 index 0000000..6147a45 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tl/values-tl.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,410,518,635,723,829,950,1059,1170,1271,1381,1498,1606", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "405,513,630,718,824,945,1054,1165,1266,1376,1493,1601,1724" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,174,282,399,487,593,714,823,934,1035,1145,1262,1370", + "endColumns": "118,107,116,87,105,120,108,110,100,109,116,107,122", + "endOffsets": "169,277,394,482,588,709,818,929,1030,1140,1257,1365,1488" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json new file mode 100644 index 0000000..11c38b8 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-tr/values-tr.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,396,495,607,697,803,923,1030,1135,1231,1338,1440,1548", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "391,490,602,692,798,918,1025,1130,1226,1333,1435,1543,1662" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,259,371,461,567,687,794,899,995,1102,1204,1312", + "endColumns": "104,98,111,89,105,119,106,104,95,106,101,107,118", + "endOffsets": "155,254,366,456,562,682,789,894,990,1097,1199,1307,1426" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json new file mode 100644 index 0000000..0143c62 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uk/values-uk.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,401,503,609,695,803,921,1027,1134,1232,1340,1446,1555", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "396,498,604,690,798,916,1022,1129,1227,1335,1441,1550,1674" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,267,373,459,567,685,791,898,996,1104,1210,1319", + "endColumns": "109,101,105,85,107,117,105,106,97,107,105,108,123", + "endOffsets": "160,262,368,454,562,680,786,893,991,1099,1205,1314,1438" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ur-rPK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ur-rPK.json new file mode 100644 index 0000000..69f9469 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ur-rPK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur-rPK/values-ur-rPK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-ur-rPK/values-ur-rPK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,405,511,620,706,810,930,1038,1147,1249,1360,1460,1568", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "400,506,615,701,805,925,1033,1142,1244,1355,1455,1563,1692" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,165,271,380,466,570,690,798,907,1009,1120,1220,1328", + "endColumns": "109,105,108,85,103,119,107,108,101,110,99,107,128", + "endOffsets": "160,266,375,461,565,685,793,902,1004,1115,1215,1323,1452" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uz-rUZ.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uz-rUZ.json new file mode 100644 index 0000000..cedb2df --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uz-rUZ.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz-rUZ/values-uz-rUZ.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-uz-rUZ/values-uz-rUZ.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,400,504,621,707,818,934,1043,1150,1249,1357,1462", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "395,499,616,702,813,929,1038,1145,1244,1352,1457,1562" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,160,264,381,467,578,694,803,910,1009,1117,1222", + "endColumns": "104,103,116,85,110,115,108,106,98,107,104,104", + "endOffsets": "155,259,376,462,573,689,798,905,1004,1112,1217,1322" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json new file mode 100644 index 0000000..c3b3fc1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-v11/styles.xml", + "from": { + "startLines": "6", + "startColumns": "4", + "startOffsets": "182", + "endLines": "8", + "endColumns": "12", + "endOffsets": "313" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "184" + } + }, + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v11/values-v11.xml", + "from": { + "startLines": "4,10,16,22,28,34,42,43,44,49,56,58,60,67,68,69,120", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,720,1145,1573,1999,2428,3094,3183,3284,3692,4353,4460,4589,5194,5265,5348,9097", + "endLines": "9,15,21,27,33,39,42,43,48,53,57,59,64,67,68,119,171", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "715,1140,1568,1994,2423,2848,3178,3279,3687,4107,4455,4584,4948,5260,5343,9092,12981" + }, + "to": { + "startLines": "5,11,17,23,29,35,41,42,43,48,53,55,57,62,63,64,115", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "189,608,1033,1461,1887,2316,2741,2830,2931,3339,3759,3866,3995,4359,4430,4513,8262", + "endLines": "10,16,22,28,34,40,41,42,47,52,54,56,61,62,63,114,166", + "endColumns": "12,12,12,12,12,12,88,100,12,12,12,12,12,70,82,12,12", + "endOffsets": "603,1028,1456,1882,2311,2736,2825,2926,3334,3754,3861,3990,4354,4425,4508,8257,12146" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json new file mode 100644 index 0000000..35792f7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v12.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v12/values-v12.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v12/values-v12.xml", + "from": { + "startLines": "4,7,10,11", + "startColumns": "4,4,4,4", + "startOffsets": "296,522,724,843", + "endLines": "6,9,10,11", + "endColumns": "12,12,118,94", + "endOffsets": "517,719,838,933" + }, + "to": { + "startLines": "2,5,8,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,281,483,602", + "endLines": "4,7,8,9", + "endColumns": "12,12,118,94", + "endOffsets": "276,478,597,692" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json new file mode 100644 index 0000000..cb398a3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v14/values-v14.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v14/values-v14.xml", + "from": { + "startLines": "4,11,12,13,19,27,28,29,32,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,818,889,972,1382,2040,2160,2223,2377,2440", + "endLines": "8,11,12,18,24,27,28,31,32,33", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "572,884,967,1377,1799,2155,2218,2372,2435,2567" + }, + "to": { + "startLines": "5,10,11,12,18,24,25,26,29,30", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "203,479,550,633,1043,1465,1585,1648,1802,1865", + "endLines": "9,10,11,17,23,24,25,28,29,30", + "endColumns": "12,70,82,12,12,119,62,12,62,131", + "endOffsets": "474,545,628,1038,1460,1580,1643,1797,1860,1992" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-v14/styles.xml", + "from": { + "startLines": "7", + "startColumns": "4", + "startOffsets": "225", + "endLines": "9", + "endColumns": "12", + "endOffsets": "370" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "198" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json new file mode 100644 index 0000000..f89e26f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v17/values-v17.xml", + "from": { + "startLines": "4,7,11,15,18,21,24,28,32,35,38,41,45,48", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,468,696,1033,1191,1341,1513,1741,1983,2154,2328,2497,2770,2970", + "endLines": "6,10,14,17,20,23,27,31,34,37,40,44,47,50", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "463,691,1028,1186,1336,1508,1736,1978,2149,2323,2492,2765,2965,3213" + }, + "to": { + "startLines": "2,5,9,13,16,19,22,26,30,33,36,39,43,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,793,951,1101,1273,1501,1743,1914,2088,2257,2530,2730", + "endLines": "4,8,12,15,18,21,25,29,32,35,38,42,45,48", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,788,946,1096,1268,1496,1738,1909,2083,2252,2525,2725,2973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json new file mode 100644 index 0000000..a3a5823 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v18/values-v18.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "291", + "endColumns": "48", + "endOffsets": "335" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json new file mode 100644 index 0000000..6e5b11c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json @@ -0,0 +1,28 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-v21/values-v21.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,19,21,25,26,27,30,32,36,37,38,39,42,44,46,48,50,52,54,56,58,62,65,66,68,72,73,74,75,76,125,128,177,182,184,186,188,191,193,194,195,196,197,198,199,200,201,202,204,206,208,210,214,216,217,218,219,221,225,227,229,230,231,236,237,238,242,249,256,266", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "301,392,495,598,703,810,919,1028,1137,1246,1355,1462,1565,1925,2080,2481,2586,2707,3049,3196,3583,3686,3805,3912,4256,4403,4558,4729,4878,5043,5200,5351,5500,5895,6248,6395,6548,6936,7011,7100,7187,7288,10772,10958,14454,14893,15016,15139,15252,15435,15566,15683,15772,15883,16010,16111,16206,16329,16458,16575,16710,16853,16988,17107,17308,17427,17520,17631,17687,17794,17989,18100,18233,18328,18419,18728,18841,18958,19338,19691,20056,20741", + "endLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,20,22,25,26,27,31,33,36,37,38,39,43,45,47,49,51,53,55,57,59,62,65,67,69,72,73,74,75,124,127,176,179,183,185,187,190,192,193,194,195,196,197,198,199,200,201,203,205,207,209,213,215,216,217,218,220,224,226,228,229,230,235,236,237,239,248,255,265,275", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "387,490,593,698,805,914,1023,1132,1241,1350,1457,1560,1679,2075,2230,2581,2702,2803,3191,3332,3681,3800,3907,4010,4398,4553,4724,4873,5038,5195,5346,5495,5644,6002,6390,6543,6690,7006,7095,7182,7283,10767,10953,14449,14647,15011,15134,15247,15430,15561,15678,15767,15878,16005,16106,16201,16324,16453,16570,16705,16848,16983,17102,17303,17422,17515,17626,17682,17789,17984,18095,18228,18323,18414,18723,18836,18953,19092,19686,20051,20736,21422" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,44,46,48,49,50,52,54,55,56,57,58,107,110,159,162,164,166,168,171,173,174,175,176,177,178,179,180,181,182,184,186,188,190,194,196,197,198,199,201,205,207,209,210,211,216,217,218,220,227,234,244", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2942,3097,3268,3417,3582,3739,3890,4039,4188,4300,4447,4600,4747,4822,4911,4998,5099,8583,8769,12265,12463,12586,12709,12822,13005,13136,13253,13342,13453,13580,13681,13776,13899,14028,14145,14280,14423,14558,14677,14878,14997,15090,15201,15257,15364,15559,15670,15803,15898,15989,16298,16411,16528,16667,17020,17385,18070", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,43,45,47,48,49,51,53,54,55,56,57,106,109,158,161,163,165,167,170,172,173,174,175,176,177,178,179,180,181,183,185,187,189,193,195,196,197,198,200,204,206,208,209,210,215,216,217,219,226,233,243,253", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,12,12,12,111,146,12,12,74,88,86,100,12,12,12,12,12,12,12,12,12,116,88,110,126,100,94,122,128,116,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,12,112,116,12,12,12,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2937,3092,3263,3412,3577,3734,3885,4034,4183,4295,4442,4595,4742,4817,4906,4993,5094,8578,8764,12260,12458,12581,12704,12817,13000,13131,13248,13337,13448,13575,13676,13771,13894,14023,14140,14275,14418,14553,14672,14873,14992,15085,15196,15252,15359,15554,15665,15798,15893,15984,16293,16406,16523,16662,17015,17380,18065,18751" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json new file mode 100644 index 0000000..03e94ba --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-vi/values-vi.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,405,513,622,706,809,928,1032,1141,1242,1347,1461,1566", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "400,508,617,701,804,923,1027,1136,1237,1342,1456,1561,1681" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,169,277,386,470,573,692,796,905,1006,1111,1225,1330", + "endColumns": "113,107,108,83,102,118,103,108,100,104,113,104,119", + "endOffsets": "164,272,381,465,568,687,791,900,1001,1106,1220,1325,1445" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w360dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w360dp-v13.json new file mode 100644 index 0000000..3c2750e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w360dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-v13/values-w360dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w360dp/values-w360dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w480dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w480dp-v13.json new file mode 100644 index 0000000..88db172 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w480dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-v13/values-w480dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w480dp/values-w480dp.xml", + "from": { + "startLines": "4,7", + "startColumns": "4,4", + "startOffsets": "293,594", + "endColumns": "61,71", + "endOffsets": "350,661" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,117", + "endColumns": "61,71", + "endOffsets": "112,184" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w500dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w500dp-v13.json new file mode 100644 index 0000000..0a5e6c5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w500dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w500dp-v13/values-w500dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w500dp/values-w500dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "294", + "endColumns": "54", + "endOffsets": "344" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w600dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w600dp-v13.json new file mode 100644 index 0000000..89e526b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w600dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w600dp/values-w600dp.xml", + "from": { + "startLines": "4,5", + "startColumns": "4,4", + "startOffsets": "294,358", + "endColumns": "63,54", + "endOffsets": "353,408" + }, + "to": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,119", + "endColumns": "63,54", + "endOffsets": "114,169" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w720dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w720dp-v13.json new file mode 100644 index 0000000..5d37adb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w720dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w720dp-v13/values-w720dp-v13.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-w720dp/values-w720dp.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "293", + "endColumns": "76", + "endOffsets": "365" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "76", + "endOffsets": "127" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json new file mode 100644 index 0000000..720b85c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-w820dp-v13.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w820dp-v13/values-w820dp-v13.xml", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values-w820dp/dimens.xml", + "from": { + "startLines": "7", + "startColumns": "4", + "startOffsets": "310", + "endColumns": "57", + "endOffsets": "363" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "57", + "endOffsets": "108" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-land-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-land-v4.json new file mode 100644 index 0000000..74607c7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-land-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-land-v4/values-xlarge-land-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge-land/values-xlarge-land.xml", + "from": { + "startLines": "4", + "startColumns": "4", + "startOffsets": "299", + "endColumns": "63", + "endOffsets": "358" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..06c2e60 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-xlarge/values-xlarge.xml", + "from": { + "startLines": "4,7,8,9,10,11,12", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "293,609,673,740,807,873,939", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "365,668,735,802,868,934,989" + }, + "to": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,132,196,263,330,396,462", + "endColumns": "76,63,66,66,65,65,54", + "endOffsets": "127,191,258,325,391,457,512" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..cf2d6c3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,391,486,586,668,765,871,967,1063,1158,1255,1350,1448", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "386,481,581,663,760,866,962,1058,1153,1250,1345,1443,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,151,246,346,428,525,631,727,823,918,1015,1110,1208", + "endColumns": "95,94,99,81,96,105,95,95,94,96,94,97,111", + "endOffsets": "146,241,341,423,520,626,722,818,913,1010,1105,1203,1315" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..4a5243f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1447", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1442,1555" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1207", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,97,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1202,1315" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..329d033 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "295,390,483,583,665,762,870,966,1062,1157,1254,1349,1449", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "385,478,578,660,757,865,961,1057,1152,1249,1344,1444,1557" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,150,243,343,425,522,630,726,822,917,1014,1109,1209", + "endColumns": "94,92,99,81,96,107,95,95,94,96,94,99,112", + "endOffsets": "145,238,338,420,517,625,721,817,912,1009,1104,1204,1317" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json new file mode 100644 index 0000000..17e7570 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json @@ -0,0 +1,26 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values-zu/values-zu.xml", + "from": { + "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "291,399,506,620,708,811,938,1042,1148,1246,1353,1459,1565", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "394,501,615,703,806,933,1037,1143,1241,1348,1454,1560,1680" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,163,270,384,472,575,702,806,912,1010,1117,1223,1329", + "endColumns": "107,106,113,87,102,126,103,105,97,106,105,105,119", + "endOffsets": "158,265,379,467,570,697,801,907,1005,1112,1218,1324,1444" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values.json b/app/build/intermediates/blame/res/debug/multi-v2/values.json new file mode 100644 index 0000000..b7e7528 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values.json @@ -0,0 +1,88 @@ +{ + "logs": [ + { + "outputFile": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml", + "map": [ + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/dimens.xml", + "from": { + "startLines": "-1,-1", + "startColumns": "-1,-1", + "startOffsets": "-1,-1" + }, + "to": { + "startLines": "163,164", + "startColumns": "4,4", + "startOffsets": "24554,24612", + "endColumns": "57,55", + "endOffsets": "24607,24663" + } + }, + { + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/values/values.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,37,38,39,40,42,43,44,45,50,51,52,53,54,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,273,278,279,280,281,288,295,296,300,304,309,315,322,326,330,335,339,343,347,351,355,359,363,367,371,373,375,379,383,387,392,396,399,403,407,411,415,419,423,428,431,434,437,440,443,446,449,451,453,454,455,458,460,462,464,469,470,474,480,484,485,487,498,499,503,509,513,514,515,519,546,550,578,723,745,890,912,919,924,945,950,955,965,974,985,989,996,1004,1011,1012,1021,1024,1027,1032,1036,1039,1042,1046,1050,1058,1063,1070,1076,1077,1081,1086,1088,1090,1093,1096,1098,1102,1109,1112,1115,1119,1121,1125,1127,1133,1135,1139,1151,1157,1162,1177,1180,1185,1195,1205,1243,1282,1292,1301,1303,1307,1311,1314,1317,1320,1323,1327,1330,1333,1336,1340,1343,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1363,1365,1366,1367,1368,1370,1372,1373,1374,1375,1376,1377,1378,1380,1382,1384,1386,1388,1390,1391,1393,1394,1396,1398,1400,1401,1402,1403,1404,1405,1406,1407,1409,1411,1413,1414,1415,1416,1417,1418,1420,1421,1422,1423,1424,1425,1427,1431,1435,1436,1437,1438,1439,1440,1442,1444,1446,1448,1450,1451,1452,1453,1455,1457,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1472,1473,1475,1477,1479,1480,1482,1483,1485,1487,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1501,1503,1504,1505,1507,1508,1509,1511,1513,1515,1517,1519,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,110,155,204,245,300,363,439,501,574,642,720,801,862,937,1013,1090,1168,1238,1309,1370,1471,1548,1626,1732,1838,1917,1997,2054,2332,2406,2481,2546,2652,2719,2787,2891,3190,3270,3351,3410,3469,3528,3587,3735,3798,3862,3920,3979,4050,4122,4194,4267,4324,4382,4455,4529,4603,4678,4750,4823,4893,20471,20540,20610,20680,20757,20836,20912,20989,21053,21118,21187,21264,21339,21408,21476,21553,21619,21716,21781,21850,21949,22008,22066,22123,22182,22254,22322,22390,22449,22512,22602,22693,22753,22819,22886,22952,23022,23086,23139,23252,23310,23375,23439,23488,23549,23610,23671,23733,23797,23861,23925,23990,24053,24113,24174,24233,24293,24355,24426,24486,24668,24735,24803,24871,24939,25025,25112,25174,25235,25292,25364,25421,25469,25518,25569,25603,25650,25699,25745,25777,25841,25903,25958,26018,26088,26162,26240,26333,26403,26481,26535,26605,26690,26742,26815,26889,26958,27033,27107,27181,27270,31546,31819,31897,31987,32075,32328,32829,32918,33165,33446,33731,34124,34601,34823,35045,35313,35540,35770,36000,36230,36460,36687,36926,37152,37397,37527,37657,37887,38135,38354,38637,38845,38976,39203,39449,39674,39923,40144,40389,40684,40906,41144,41358,41588,41811,42026,42234,42358,42482,42587,42704,42918,43064,43204,43290,43638,43726,43956,44358,44591,44673,44771,45363,45463,45699,46107,46346,46440,46498,46735,48707,48949,51099,59813,61080,69904,71185,71721,72051,73174,73430,73666,74213,74707,75380,75595,76123,76687,77062,77180,77718,77875,78019,78339,78509,78650,78779,79078,79381,79940,80202,80552,80905,80999,81305,81567,81692,81819,82058,82269,82388,82581,83036,83217,83339,83598,83711,83898,84000,84444,84568,84853,85740,86034,86364,87284,87456,87792,88458,89016,91843,94811,95399,95993,96106,96335,96673,96833,96985,97156,97323,97566,97736,97909,98080,98354,98553,98800,98884,98980,99076,99174,99274,99376,99478,99580,99682,99784,99884,99980,100092,100221,100344,100498,100652,100750,100864,100958,101098,101232,101328,101440,101540,101656,101752,101864,102004,102152,102316,102458,102616,102766,102907,103051,103186,103322,103464,103606,103718,103858,103926,103999,104073,104146,104220,104366,104510,104648,104714,104804,104884,104976,105074,105184,105262,105368,105460,105564,105674,105796,105959,106116,106196,106296,106386,106496,106588,106688,106800,106914,107030,107146,107240,107354,107472,107574,107694,107816,107898,108002,108122,108248,108342,108430,108542,108658,108780,108892,109067,109183,109281,109393,109517,109584,109710,109778,109906,110050,110178,110247,110342,110457,110570,110669,110778,110889,111000,111101,111206,111318,111448,111539,111662,111774,111860,111964,112072,112172,112290,112394,112498,112624,112712,112802,112912,112996,113050,113172,113278,113388,113472", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,30,31,37,38,39,40,42,43,44,45,50,51,52,53,54,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,273,278,279,280,281,294,295,299,303,308,314,321,325,329,334,338,342,346,350,354,358,362,366,370,372,374,378,382,386,391,395,398,402,406,410,414,418,422,427,430,433,436,439,442,445,448,450,452,453,454,457,459,461,463,468,469,473,479,483,484,486,497,498,502,508,512,513,514,518,545,549,577,722,744,889,911,918,923,944,949,954,964,973,984,988,995,1003,1010,1011,1020,1023,1026,1031,1035,1038,1041,1045,1049,1057,1062,1069,1075,1076,1080,1085,1087,1089,1092,1095,1097,1101,1108,1111,1114,1118,1120,1124,1126,1132,1134,1138,1150,1156,1161,1176,1179,1184,1194,1199,1242,1281,1291,1300,1302,1306,1310,1313,1316,1319,1322,1326,1329,1332,1335,1339,1342,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1362,1364,1365,1366,1367,1369,1371,1372,1373,1374,1375,1376,1377,1379,1381,1383,1385,1387,1389,1390,1392,1393,1395,1397,1399,1400,1401,1402,1403,1404,1405,1406,1408,1410,1412,1413,1414,1415,1416,1417,1419,1420,1421,1422,1423,1424,1426,1430,1434,1435,1436,1437,1438,1439,1441,1443,1445,1447,1449,1450,1451,1452,1454,1456,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1471,1472,1474,1476,1478,1479,1481,1482,1484,1486,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1500,1502,1503,1504,1506,1507,1508,1510,1512,1514,1516,1518,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530", + "endColumns": "54,44,48,40,54,62,75,61,72,67,77,80,60,74,75,76,77,69,70,60,61,76,77,105,105,78,79,56,57,73,74,64,65,66,67,103,105,79,80,58,58,58,58,58,62,63,57,58,70,71,71,72,56,57,72,73,73,74,71,72,69,70,68,69,69,76,78,75,76,63,64,68,76,74,68,67,76,65,96,64,68,98,58,57,56,58,71,67,67,58,62,89,90,59,65,66,65,69,63,52,112,57,64,63,48,60,60,60,61,63,63,63,64,62,59,60,58,59,61,70,59,67,66,67,67,67,85,86,61,60,56,71,56,47,48,50,33,46,48,45,31,63,61,54,59,69,73,77,92,69,77,53,69,84,51,72,73,68,74,73,73,88,69,70,77,89,87,95,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,57,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,12,12,97,113,93,12,12,95,111,99,115,95,111,12,12,12,12,12,12,140,12,134,12,12,12,111,139,67,72,73,72,73,12,12,12,65,89,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,91,12,12,12,12,12,93,113,117,12,12,12,81,103,119,125,93,87,111,115,121,111,12,115,12,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,12,12,90,122,12,85,103,12,12,12,12,12,12,87,89,109,83,53,121,105,109,83,125", + "endOffsets": "105,150,199,240,295,358,434,496,569,637,715,796,857,932,1008,1085,1163,1233,1304,1365,1427,1543,1621,1727,1833,1912,1992,2049,2107,2401,2476,2541,2607,2714,2782,2886,2992,3265,3346,3405,3464,3523,3582,3641,3793,3857,3915,3974,4045,4117,4189,4262,4319,4377,4450,4524,4598,4673,4745,4818,4888,4959,20535,20605,20675,20752,20831,20907,20984,21048,21113,21182,21259,21334,21403,21471,21548,21614,21711,21776,21845,21944,22003,22061,22118,22177,22249,22317,22385,22444,22507,22597,22688,22748,22814,22881,22947,23017,23081,23134,23247,23305,23370,23434,23483,23544,23605,23666,23728,23792,23856,23920,23985,24048,24108,24169,24228,24288,24350,24421,24481,24549,24730,24798,24866,24934,25020,25107,25169,25230,25287,25359,25416,25464,25513,25564,25598,25645,25694,25740,25772,25836,25898,25953,26013,26083,26157,26235,26328,26398,26476,26530,26600,26685,26737,26810,26884,26953,27028,27102,27176,27265,27335,31612,31892,31982,32070,32166,32824,32913,33160,33441,33726,34119,34596,34818,35040,35308,35535,35765,35995,36225,36455,36682,36921,37147,37392,37522,37652,37882,38130,38349,38632,38840,38971,39198,39444,39669,39918,40139,40384,40679,40901,41139,41353,41583,41806,42021,42229,42353,42477,42582,42699,42913,43059,43199,43285,43633,43721,43951,44353,44586,44668,44766,45358,45458,45694,46102,46341,46435,46493,46730,48702,48944,51094,59808,61075,69899,71180,71716,72046,73169,73425,73661,74208,74702,75375,75590,76118,76682,77057,77175,77713,77870,78014,78334,78504,78645,78774,79073,79376,79935,80197,80547,80900,80994,81300,81562,81687,81814,82053,82264,82383,82576,83031,83212,83334,83593,83706,83893,83995,84439,84563,84848,85735,86029,86359,87279,87451,87787,88453,88738,91838,94806,95394,95988,96101,96330,96668,96828,96980,97151,97318,97561,97731,97904,98075,98349,98548,98795,98879,98975,99071,99169,99269,99371,99473,99575,99677,99779,99879,99975,100087,100216,100339,100493,100647,100745,100859,100953,101093,101227,101323,101435,101535,101651,101747,101859,101999,102147,102311,102453,102611,102761,102902,103046,103181,103317,103459,103601,103713,103853,103921,103994,104068,104141,104215,104361,104505,104643,104709,104799,104879,104971,105069,105179,105257,105363,105455,105559,105669,105791,105954,106111,106191,106291,106381,106491,106583,106683,106795,106909,107025,107141,107235,107349,107467,107569,107689,107811,107893,107997,108117,108243,108337,108425,108537,108653,108775,108887,109062,109178,109276,109388,109512,109579,109705,109773,109901,110045,110173,110242,110337,110452,110565,110664,110773,110884,110995,111096,111201,111313,111443,111534,111657,111769,111855,111959,112067,112167,112285,112389,112493,112619,112707,112797,112907,112991,113045,113167,113273,113383,113467,113593" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/styles.xml", + "from": { + "startLines": "-1,-1,-1", + "startColumns": "-1,-1,-1", + "startOffsets": "-1,-1,-1" + }, + "to": { + "startLines": "282,285,1200", + "startColumns": "4,4,4", + "startOffsets": "32171,32256,88743", + "endLines": "284,287,1204", + "endColumns": "12,12,12", + "endOffsets": "32251,32323,89011" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/strings.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,95,-1,94,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,96,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4481,-1,4376,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4535,-1,-1", + "endColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,-1,104,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,53,-1,-1", + "endOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4533,-1,4479,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4587,-1,-1" + }, + "to": { + "startLines": "206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "27340,27393,27450,27507,27563,27616,27693,27757,27846,27913,27994,28058,28124,28188,28237,28300,28371,28430,28503,28565,28633,28684,28755,28820,28895,28943,29029,29075,29184,29244,29321,29392,29440,29505,29562,29604,29712,29818,29856,29897,29969,30027,30073,30113,30167,30245,30327,30408,30462,30500,30593,30654,30764,30839,30873,30907,30958,31009,31072,31122,31198,31236,31291,31354,31424,31462,31504,31617,31666,31723,31783", + "endColumns": "52,56,56,55,52,76,63,88,66,80,63,65,63,48,62,70,58,72,61,67,50,70,64,74,47,85,45,108,59,76,70,47,64,56,41,107,105,37,40,71,57,45,39,53,77,81,80,53,37,92,60,109,74,33,33,50,50,62,49,75,37,54,62,69,37,41,41,48,56,59,35", + "endOffsets": "27388,27445,27502,27558,27611,27688,27752,27841,27908,27989,28053,28119,28183,28232,28295,28366,28425,28498,28560,28628,28679,28750,28815,28890,28938,29024,29070,29179,29239,29316,29387,29435,29500,29557,29599,29707,29813,29851,29892,29964,30022,30068,30108,30162,30240,30322,30403,30457,30495,30588,30649,30759,30834,30868,30902,30953,31004,31067,31117,31193,31231,31286,31349,31419,31457,31499,31541,31661,31718,31778,31814" + } + }, + { + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/values/colors_vrf.xml", + "from": { + "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1", + "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1" + }, + "to": { + "startLines": "23,32,33,34,35,36,41,46,47,48,49,57,58,77", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1432,2112,2155,2200,2244,2287,2612,2997,3048,3100,3146,3646,3687,4964", + "endColumns": "38,42,44,43,42,44,39,50,51,45,43,40,47,39", + "endOffsets": "1466,2150,2195,2239,2282,2327,2647,3043,3095,3141,3185,3682,3730,4999" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/debug.json b/app/build/intermediates/blame/res/debug/single/debug.json new file mode 100644 index 0000000..ee530ab --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/debug.json @@ -0,0 +1,1250 @@ +[ + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_radio_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_peacetrack_logo.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable/peacetrack_logo.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_listcohorts.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_listcohorts.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/switch_thumb_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_full_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_ratingbar_full_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_check_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_action_delete.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-hdpi/ic_action_delete.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_big_media.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_big_media.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_search_url_text.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/menu_loginmenu.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/menu/loginmenu.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_login.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_login.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_mode_close_item_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_simple.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_lines.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_lines.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_popup_exit.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_simple_dropdown_hint.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_simple_dropdown_hint.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_search_view.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_out_top.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_measurementdetails.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_measurementdetails.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_switch_thumb_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_action_edit.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xhdpi/ic_action_edit.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/ic_launcher.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_peacetrack_logo.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/peacetrack_logo.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_toolbar.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_action_add.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xhdpi/ic_action_add.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_action_add.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-hdpi/ic_action_add.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_action_edit.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/ic_action_edit.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_radio.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color-v11/abc_background_cache_hint_selector_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_ic_action_add.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable/ic_action_add.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_welcome.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_welcome.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_dialog_material_background_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_ic_launcher.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable/ic_launcher.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_media_action.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_media_action.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_media_cancel_action.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_media_cancel_action.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_in_top.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_fade_in.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_action_search.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-hdpi/ic_action_search.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_secondary_text_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/menu_allcohortsmenu.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/menu/allcohortsmenu.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_impacts.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_impacts.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_action_search.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xhdpi/ic_action_search.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_tab_indicator_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_media.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_media.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_item_background_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_addcohort.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_addcohort.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_addmeasurement.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_addmeasurement.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_checkbox.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_listmeasurements.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_listmeasurements.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_in_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/menu_addmenu.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/menu/addmenu.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_action_search.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/ic_action_search.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_singlechoice_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_item_background_holo_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_big_media_narrow.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_big_media_narrow.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_title_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_clear_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_cab_background_internal_bg.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/menu_allactivitiesmenu.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/menu/allactivitiesmenu.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_longpressed_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/switch_thumb_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_item_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_menu_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_listactivities.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_listactivities.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_cohortdetails.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_cohortdetails.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_action_delete.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/ic_action_delete.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_radio_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_divider_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_dialog_material_background_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/select_dialog_multichoice_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_cab_background_top_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_text_cursor_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_rounded_edittext.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable/rounded_edittext.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_action_search.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xxhdpi/ic_action_search.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_addactivity.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_addactivity.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_textfield_search_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_action_delete.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xhdpi/ic_action_delete.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_list_selector_disabled_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ab_share_pack_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_spinner_textfield_background_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_borderless_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_switch_to_on_mtrl_00001.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_list_focused_holo.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_popup_menu_item_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/menu_allmeasurementsmenu.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/menu/allmeasurementsmenu.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_commit_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_edit_text_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_activity_chooser_view.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_share_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_up_container.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_check_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi_abc_ic_ab_back_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_action_edit.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-hdpi/ic_action_edit.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_action_add.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xxhdpi/ic_action_add.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_slide_out_bottom.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_textfield_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_mode_bar.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_ic_voice_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_dialog_title_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_pressed_holo_dark.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_list_selector_holo_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_popup_enter.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_popup_background_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_expanded_menu_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_cab_background_top_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable/abc_textfield_search_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_action_bar_view_list_nav_layout.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_btn_check_to_on_mtrl_000.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_part_chronometer.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_switch_track_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_action_add.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-mdpi/ic_action_add.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_selector_disabled_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_list_menu_item_icon.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_alert_dialog_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_activity_addindicators.xml.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/layout/activity_addindicators.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/anim/abc_fade_out.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi_abc_ic_menu_cut_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_secondary_text_material_light.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_action_delete.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xxhdpi/ic_action_delete.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_select_dialog_material.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_textfield_activated_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color/abc_primary_text_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/color-v11_abc_background_cache_hint_selector_material_dark.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/color-v11/abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_ic_menu_selectall_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_btn_rating_star_off_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi_abc_ic_menu_copy_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/notification_template_part_time.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/layout/abc_screen_content_include.xml" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_paste_mtrl_am_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_go_search_api_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_abc_textfield_search_default_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_radio_to_on_mtrl_015.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_btn_rating_star_on_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_abc_btn_switch_to_on_mtrl_00012.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-hdpi_abc_ic_menu_moreoverflow_mtrl_alpha.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xhdpi_abc_spinner_mtrl_am_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_action_edit.png.flat", + "source": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/src/main/res/drawable-xxhdpi/ic_action_edit.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_list_pressed_holo_light.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/home/chahat/Desktop/peacetrack-android/PeaceTrack/app/build/intermediates/res/merged/debug/drawable-mdpi_abc_tab_indicator_mtrl_alpha.9.png.flat", + "source": "/home/chahat/.gradle/caches/transforms-1/files-1.1/appcompat-v7-22.2.0.aar/098362181a49ba48bcafd4e8d00514ea/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png" + } +] \ No newline at end of file diff --git a/app/build/intermediates/classes/debug/android/support/v4/R.class b/app/build/intermediates/classes/debug/android/support/v4/R.class new file mode 100644 index 0000000..98af00c Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v4/R.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class new file mode 100644 index 0000000..3e104eb Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class new file mode 100644 index 0000000..ea3f9b0 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class new file mode 100644 index 0000000..b0282e1 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class new file mode 100644 index 0000000..4234745 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class new file mode 100644 index 0000000..1b179b4 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class new file mode 100644 index 0000000..05668fd Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class new file mode 100644 index 0000000..428c4e1 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class new file mode 100644 index 0000000..fbf3b7e Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class new file mode 100644 index 0000000..822d174 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class new file mode 100644 index 0000000..f646e66 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class new file mode 100644 index 0000000..b93b2ce Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class new file mode 100644 index 0000000..5fb8ed8 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class differ diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class new file mode 100644 index 0000000..2c9d866 Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/BuildConfig.class b/app/build/intermediates/classes/debug/com/peacetrack/BuildConfig.class new file mode 100644 index 0000000..db1ed2a Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/BuildConfig.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$anim.class b/app/build/intermediates/classes/debug/com/peacetrack/R$anim.class new file mode 100644 index 0000000..11a6020 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$anim.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$attr.class b/app/build/intermediates/classes/debug/com/peacetrack/R$attr.class new file mode 100644 index 0000000..00f0cfe Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$attr.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$bool.class b/app/build/intermediates/classes/debug/com/peacetrack/R$bool.class new file mode 100644 index 0000000..74326c8 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$bool.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$color.class b/app/build/intermediates/classes/debug/com/peacetrack/R$color.class new file mode 100644 index 0000000..0f8a3ae Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$color.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$dimen.class b/app/build/intermediates/classes/debug/com/peacetrack/R$dimen.class new file mode 100644 index 0000000..1ef29ee Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$dimen.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$drawable.class b/app/build/intermediates/classes/debug/com/peacetrack/R$drawable.class new file mode 100644 index 0000000..a534c65 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$drawable.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$id.class b/app/build/intermediates/classes/debug/com/peacetrack/R$id.class new file mode 100644 index 0000000..fea7897 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$id.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$integer.class b/app/build/intermediates/classes/debug/com/peacetrack/R$integer.class new file mode 100644 index 0000000..7a1b19e Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$integer.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$layout.class b/app/build/intermediates/classes/debug/com/peacetrack/R$layout.class new file mode 100644 index 0000000..082ecfe Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$layout.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$menu.class b/app/build/intermediates/classes/debug/com/peacetrack/R$menu.class new file mode 100644 index 0000000..b151e5f Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$menu.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$string.class b/app/build/intermediates/classes/debug/com/peacetrack/R$string.class new file mode 100644 index 0000000..5fb1519 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$string.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$style.class b/app/build/intermediates/classes/debug/com/peacetrack/R$style.class new file mode 100644 index 0000000..4ec1724 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$style.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R$styleable.class b/app/build/intermediates/classes/debug/com/peacetrack/R$styleable.class new file mode 100644 index 0000000..6ea7b28 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R$styleable.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/R.class b/app/build/intermediates/classes/debug/com/peacetrack/R.class new file mode 100644 index 0000000..cbd8104 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/R.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/backend/CommonDatabaseHelper.class b/app/build/intermediates/classes/debug/com/peacetrack/backend/CommonDatabaseHelper.class new file mode 100644 index 0000000..aff7f8a Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/backend/CommonDatabaseHelper.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/backend/activity/ActivityDAO.class b/app/build/intermediates/classes/debug/com/peacetrack/backend/activity/ActivityDAO.class new file mode 100644 index 0000000..19418f0 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/backend/activity/ActivityDAO.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/backend/cohorts/CohortsDAO.class b/app/build/intermediates/classes/debug/com/peacetrack/backend/cohorts/CohortsDAO.class new file mode 100644 index 0000000..49b5978 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/backend/cohorts/CohortsDAO.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/backend/indicators/IndicatorsDBHandler.class b/app/build/intermediates/classes/debug/com/peacetrack/backend/indicators/IndicatorsDBHandler.class new file mode 100644 index 0000000..7244c82 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/backend/indicators/IndicatorsDBHandler.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/models/activity/Activity.class b/app/build/intermediates/classes/debug/com/peacetrack/models/activity/Activity.class new file mode 100644 index 0000000..1272588 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/models/activity/Activity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/models/cohorts/Cohorts.class b/app/build/intermediates/classes/debug/com/peacetrack/models/cohorts/Cohorts.class new file mode 100644 index 0000000..801fed4 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/models/cohorts/Cohorts.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/models/indicators/Indicators.class b/app/build/intermediates/classes/debug/com/peacetrack/models/indicators/Indicators.class new file mode 100644 index 0000000..d7d33b5 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/models/indicators/Indicators.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$1.class new file mode 100644 index 0000000..d8b38ef Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$2.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$2.class new file mode 100644 index 0000000..c5035e4 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$2.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$3.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$3.class new file mode 100644 index 0000000..99e1d27 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$3.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$4.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$4.class new file mode 100644 index 0000000..86bddf4 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity$4.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity.class new file mode 100644 index 0000000..48a3759 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddActivityActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddIndicatorsActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddIndicatorsActivity.class new file mode 100644 index 0000000..83f2be5 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AddIndicatorsActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity$1.class new file mode 100644 index 0000000..0747c96 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity.class new file mode 100644 index 0000000..ac22b40 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/activities/AllActivitiesActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity$1.class new file mode 100644 index 0000000..55b6585 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity.class new file mode 100644 index 0000000..5a61683 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/AddCohortActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/CohortDetailsActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/CohortDetailsActivity.class new file mode 100644 index 0000000..7835d4f Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/CohortDetailsActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity$1.class new file mode 100644 index 0000000..f15a3f1 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity.class new file mode 100644 index 0000000..a748f3f Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/cohorts/ListCohortsActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AddMeasurementActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AddMeasurementActivity.class new file mode 100644 index 0000000..570fbf1 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AddMeasurementActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity$1.class new file mode 100644 index 0000000..f3c7d49 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity.class new file mode 100644 index 0000000..94cf836 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/AllMeasurementsActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/MeasurementDetailsActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/MeasurementDetailsActivity.class new file mode 100644 index 0000000..5e0de6b Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/measurements/MeasurementDetailsActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$1.class b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$1.class new file mode 100644 index 0000000..3c95ab9 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$1.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$2.class b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$2.class new file mode 100644 index 0000000..a539db6 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity$2.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity.class new file mode 100644 index 0000000..f0797e0 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/LoginActivity.class differ diff --git a/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/WelcomeActivity.class b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/WelcomeActivity.class new file mode 100644 index 0000000..e64d7a7 Binary files /dev/null and b/app/build/intermediates/classes/debug/com/peacetrack/views/welcome/WelcomeActivity.class differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/R.txt b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/R.txt new file mode 100644 index 0000000..318b126 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/R.txt @@ -0,0 +1,1161 @@ +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 0x7f010064 +int attr actionBarItemBackground 0x7f010065 +int attr actionBarPopupTheme 0x7f01005e +int attr actionBarSize 0x7f010063 +int attr actionBarSplitStyle 0x7f010060 +int attr actionBarStyle 0x7f01005f +int attr actionBarTabBarStyle 0x7f01005a +int attr actionBarTabStyle 0x7f010059 +int attr actionBarTabTextStyle 0x7f01005b +int attr actionBarTheme 0x7f010061 +int attr actionBarWidgetTheme 0x7f010062 +int attr actionButtonStyle 0x7f01007e +int attr actionDropDownStyle 0x7f01007a +int attr actionLayout 0x7f010031 +int attr actionMenuTextAppearance 0x7f010066 +int attr actionMenuTextColor 0x7f010067 +int attr actionModeBackground 0x7f01006a +int attr actionModeCloseButtonStyle 0x7f010069 +int attr actionModeCloseDrawable 0x7f01006c +int attr actionModeCopyDrawable 0x7f01006e +int attr actionModeCutDrawable 0x7f01006d +int attr actionModeFindDrawable 0x7f010072 +int attr actionModePasteDrawable 0x7f01006f +int attr actionModePopupWindowStyle 0x7f010074 +int attr actionModeSelectAllDrawable 0x7f010070 +int attr actionModeShareDrawable 0x7f010071 +int attr actionModeSplitBackground 0x7f01006b +int attr actionModeStyle 0x7f010068 +int attr actionModeWebSearchDrawable 0x7f010073 +int attr actionOverflowButtonStyle 0x7f01005c +int attr actionOverflowMenuStyle 0x7f01005d +int attr actionProviderClass 0x7f010033 +int attr actionViewClass 0x7f010032 +int attr activityChooserViewStyle 0x7f010086 +int attr alertDialogButtonGroupStyle 0x7f0100a7 +int attr alertDialogCenterButtons 0x7f0100a8 +int attr alertDialogStyle 0x7f0100a6 +int attr alertDialogTheme 0x7f0100a9 +int attr autoCompleteTextViewStyle 0x7f0100ae +int attr background 0x7f01000c +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100c7 +int attr backgroundTintMode 0x7f0100c8 +int attr barSize 0x7f01002b +int attr borderlessButtonStyle 0x7f010083 +int attr buttonBarButtonStyle 0x7f010080 +int attr buttonBarNegativeButtonStyle 0x7f0100ac +int attr buttonBarNeutralButtonStyle 0x7f0100ad +int attr buttonBarPositiveButtonStyle 0x7f0100ab +int attr buttonBarStyle 0x7f01007f +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100af +int attr buttonStyleSmall 0x7f0100b0 +int attr checkboxStyle 0x7f0100b1 +int attr checkedTextViewStyle 0x7f0100b2 +int attr closeIcon 0x7f01003b +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100c1 +int attr collapseIcon 0x7f0100c0 +int attr color 0x7f010025 +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 0x7f010040 +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f01003a +int attr dialogPreferredPadding 0x7f010078 +int attr dialogTheme 0x7f010077 +int attr disableChildrenWhenDisabled 0x7f010047 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f010085 +int attr dividerPadding 0x7f01002f +int attr dividerVertical 0x7f010084 +int attr drawableSize 0x7f010027 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f010096 +int attr dropdownListPreferredItemHeight 0x7f01007b +int attr editTextBackground 0x7f01008c +int attr editTextColor 0x7f01008b +int attr editTextStyle 0x7f0100b3 +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr gapBetweenBars 0x7f010028 +int attr goIcon 0x7f01003c +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f01007d +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f010038 +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010037 +int attr listChoiceBackgroundIndicator 0x7f01009d +int attr listDividerAlertDialog 0x7f010079 +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 maxButtonHeight 0x7f0100bf +int attr measureWithLargestChild 0x7f01002d +int attr middleBarArrowSize 0x7f01002a +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100c3 +int attr navigationIcon 0x7f0100c2 +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f010035 +int attr paddingEnd 0x7f0100c5 +int attr paddingStart 0x7f0100c4 +int attr panelBackground 0x7f01009a +int attr panelMenuListTheme 0x7f01009c +int attr panelMenuListWidth 0x7f01009b +int attr popupMenuStyle 0x7f010089 +int attr popupPromptView 0x7f010046 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f01008a +int attr preserveIconSpacing 0x7f010034 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr prompt 0x7f010044 +int attr queryBackground 0x7f010042 +int attr queryHint 0x7f010039 +int attr radioButtonStyle 0x7f0100b4 +int attr ratingBarStyle 0x7f0100b5 +int attr searchHintIcon 0x7f01003e +int attr searchIcon 0x7f01003d +int attr searchViewStyle 0x7f010090 +int attr selectableItemBackground 0x7f010081 +int attr selectableItemBackgroundBorderless 0x7f010082 +int attr showAsAction 0x7f010030 +int attr showDividers 0x7f01002e +int attr showText 0x7f01004e +int attr singleChoiceItemLayout 0x7f010022 +int attr spinBars 0x7f010026 +int attr spinnerDropDownItemStyle 0x7f01007c +int attr spinnerMode 0x7f010045 +int attr spinnerStyle 0x7f0100b6 +int attr splitTrack 0x7f01004d +int attr state_above_anchor 0x7f010036 +int attr submitBackground 0x7f010043 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100b9 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f010041 +int attr switchMinWidth 0x7f01004b +int attr switchPadding 0x7f01004c +int attr switchStyle 0x7f0100b7 +int attr switchTextAppearance 0x7f01004a +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f010075 +int attr textAppearanceListItem 0x7f010098 +int attr textAppearanceListItemSmall 0x7f010099 +int attr textAppearanceSearchResultSubtitle 0x7f01008e +int attr textAppearanceSearchResultTitle 0x7f01008d +int attr textAppearanceSmallPopupMenu 0x7f010076 +int attr textColorAlertDialogListItem 0x7f0100aa +int attr textColorSearchUrl 0x7f01008f +int attr theme 0x7f0100c6 +int attr thickness 0x7f01002c +int attr thumbTextPadding 0x7f010049 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100be +int attr titleMarginEnd 0x7f0100bc +int attr titleMarginStart 0x7f0100bb +int attr titleMarginTop 0x7f0100bd +int attr titleMargins 0x7f0100ba +int attr titleTextAppearance 0x7f0100b8 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f010088 +int attr toolbarStyle 0x7f010087 +int attr topBottomBarArrowSize 0x7f010029 +int attr track 0x7f010048 +int attr voiceIcon 0x7f01003f +int attr windowActionBar 0x7f01004f +int attr windowActionBarOverlay 0x7f010051 +int attr windowActionModeOverlay 0x7f010052 +int attr windowFixedHeightMajor 0x7f010056 +int attr windowFixedHeightMinor 0x7f010054 +int attr windowFixedWidthMajor 0x7f010053 +int attr windowFixedWidthMinor 0x7f010055 +int attr windowMinWidthMajor 0x7f010057 +int attr windowMinWidthMinor 0x7f010058 +int attr windowNoTitle 0x7f010050 +int bool abc_action_bar_embed_tabs 0x7f080002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003 +int bool abc_config_actionMenuItemAllCaps 0x7f080004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f080005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006 +int color abc_background_cache_hint_selector_material_dark 0x7f0a0033 +int color abc_background_cache_hint_selector_material_light 0x7f0a0034 +int color abc_input_method_navigation_guard 0x7f0a0000 +int color abc_primary_text_disable_only_material_dark 0x7f0a0035 +int color abc_primary_text_disable_only_material_light 0x7f0a0036 +int color abc_primary_text_material_dark 0x7f0a0037 +int color abc_primary_text_material_light 0x7f0a0038 +int color abc_search_url_text 0x7f0a0039 +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 0x7f0a003a +int color abc_secondary_text_material_light 0x7f0a003b +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 highlighted_text_material_dark 0x7f0a0016 +int color highlighted_text_material_light 0x7f0a0017 +int color hint_foreground_material_dark 0x7f0a0018 +int color hint_foreground_material_light 0x7f0a0019 +int color link_text_material_dark 0x7f0a001a +int color link_text_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 primary_dark_material_dark 0x7f0a0021 +int color primary_dark_material_light 0x7f0a0022 +int color primary_material_dark 0x7f0a0023 +int color primary_material_light 0x7f0a0024 +int color primary_text_default_material_dark 0x7f0a0025 +int color primary_text_default_material_light 0x7f0a0026 +int color primary_text_disabled_material_dark 0x7f0a0027 +int color primary_text_disabled_material_light 0x7f0a0028 +int color ripple_material_dark 0x7f0a0029 +int color ripple_material_light 0x7f0a002a +int color secondary_text_default_material_dark 0x7f0a002b +int color secondary_text_default_material_light 0x7f0a002c +int color secondary_text_disabled_material_dark 0x7f0a002d +int color secondary_text_disabled_material_light 0x7f0a002e +int color switch_thumb_disabled_material_dark 0x7f0a002f +int color switch_thumb_disabled_material_light 0x7f0a0030 +int color switch_thumb_material_dark 0x7f0a003c +int color switch_thumb_material_light 0x7f0a003d +int color switch_thumb_normal_material_dark 0x7f0a0031 +int color switch_thumb_normal_material_light 0x7f0a0032 +int dimen abc_action_bar_content_inset_material 0x7f06000c +int dimen abc_action_bar_default_height_material 0x7f060001 +int dimen abc_action_bar_default_padding_material 0x7f060002 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060010 +int dimen abc_action_bar_navigation_padding_start_material 0x7f06000d +int dimen abc_action_bar_overflow_padding_end_material 0x7f06000e +int dimen abc_action_bar_overflow_padding_start_material 0x7f060011 +int dimen abc_action_bar_progress_bar_size 0x7f060003 +int dimen abc_action_bar_stacked_max_height 0x7f060012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f060013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015 +int dimen abc_action_button_min_height_material 0x7f060016 +int dimen abc_action_button_min_width_material 0x7f060017 +int dimen abc_action_button_min_width_overflow_material 0x7f060018 +int dimen abc_alert_dialog_button_bar_height 0x7f060000 +int dimen abc_button_inset_horizontal_material 0x7f060019 +int dimen abc_button_inset_vertical_material 0x7f06001a +int dimen abc_button_padding_horizontal_material 0x7f06001b +int dimen abc_button_padding_vertical_material 0x7f06001c +int dimen abc_config_prefDialogWidth 0x7f060006 +int dimen abc_control_corner_material 0x7f06001d +int dimen abc_control_inset_material 0x7f06001e +int dimen abc_control_padding_material 0x7f06001f +int dimen abc_dialog_list_padding_vertical_material 0x7f060020 +int dimen abc_dialog_min_width_major 0x7f060021 +int dimen abc_dialog_min_width_minor 0x7f060022 +int dimen abc_dialog_padding_material 0x7f060023 +int dimen abc_dialog_padding_top_material 0x7f060024 +int dimen abc_disabled_alpha_material_dark 0x7f060025 +int dimen abc_disabled_alpha_material_light 0x7f060026 +int dimen abc_dropdownitem_icon_width 0x7f060027 +int dimen abc_dropdownitem_text_padding_left 0x7f060028 +int dimen abc_dropdownitem_text_padding_right 0x7f060029 +int dimen abc_edit_text_inset_bottom_material 0x7f06002a +int dimen abc_edit_text_inset_horizontal_material 0x7f06002b +int dimen abc_edit_text_inset_top_material 0x7f06002c +int dimen abc_floating_window_z 0x7f06002d +int dimen abc_list_item_padding_horizontal_material 0x7f06002e +int dimen abc_panel_menu_list_width 0x7f06002f +int dimen abc_search_view_preferred_width 0x7f060030 +int dimen abc_search_view_text_min_width 0x7f060007 +int dimen abc_switch_padding 0x7f06000f +int dimen abc_text_size_body_1_material 0x7f060031 +int dimen abc_text_size_body_2_material 0x7f060032 +int dimen abc_text_size_button_material 0x7f060033 +int dimen abc_text_size_caption_material 0x7f060034 +int dimen abc_text_size_display_1_material 0x7f060035 +int dimen abc_text_size_display_2_material 0x7f060036 +int dimen abc_text_size_display_3_material 0x7f060037 +int dimen abc_text_size_display_4_material 0x7f060038 +int dimen abc_text_size_headline_material 0x7f060039 +int dimen abc_text_size_large_material 0x7f06003a +int dimen abc_text_size_medium_material 0x7f06003b +int dimen abc_text_size_menu_material 0x7f06003c +int dimen abc_text_size_small_material 0x7f06003d +int dimen abc_text_size_subhead_material 0x7f06003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f060004 +int dimen abc_text_size_title_material 0x7f06003f +int dimen abc_text_size_title_material_toolbar 0x7f060005 +int dimen dialog_fixed_height_major 0x7f060008 +int dimen dialog_fixed_height_minor 0x7f060009 +int dimen dialog_fixed_width_major 0x7f06000a +int dimen dialog_fixed_width_minor 0x7f06000b +int dimen disabled_alpha_material_dark 0x7f060040 +int dimen disabled_alpha_material_light 0x7f060041 +int dimen notification_large_icon_height 0x7f060042 +int dimen notification_large_icon_width 0x7f060043 +int dimen notification_subtext_size 0x7f060044 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_btn_borderless_material 0x7f020001 +int drawable abc_btn_check_material 0x7f020002 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020004 +int drawable abc_btn_default_mtrl_shape 0x7f020005 +int drawable abc_btn_radio_material 0x7f020006 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008 +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009 +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c +int drawable abc_cab_background_internal_bg 0x7f02000d +int drawable abc_cab_background_top_material 0x7f02000e +int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f +int drawable abc_dialog_material_background_dark 0x7f020010 +int drawable abc_dialog_material_background_light 0x7f020011 +int drawable abc_edit_text_material 0x7f020012 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013 +int drawable abc_ic_clear_mtrl_alpha 0x7f020014 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018 +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c +int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e +int drawable abc_item_background_holo_dark 0x7f02001f +int drawable abc_item_background_holo_light 0x7f020020 +int drawable abc_list_divider_mtrl_alpha 0x7f020021 +int drawable abc_list_focused_holo 0x7f020022 +int drawable abc_list_longpressed_holo 0x7f020023 +int drawable abc_list_pressed_holo_dark 0x7f020024 +int drawable abc_list_pressed_holo_light 0x7f020025 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020026 +int drawable abc_list_selector_background_transition_holo_light 0x7f020027 +int drawable abc_list_selector_disabled_holo_dark 0x7f020028 +int drawable abc_list_selector_disabled_holo_light 0x7f020029 +int drawable abc_list_selector_holo_dark 0x7f02002a +int drawable abc_list_selector_holo_light 0x7f02002b +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c +int drawable abc_popup_background_mtrl_mult 0x7f02002d +int drawable abc_ratingbar_full_material 0x7f02002e +int drawable abc_spinner_mtrl_am_alpha 0x7f02002f +int drawable abc_spinner_textfield_background_material 0x7f020030 +int drawable abc_switch_thumb_material 0x7f020031 +int drawable abc_switch_track_mtrl_alpha 0x7f020032 +int drawable abc_tab_indicator_material 0x7f020033 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020034 +int drawable abc_text_cursor_mtrl_alpha 0x7f020035 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020036 +int drawable abc_textfield_default_mtrl_alpha 0x7f020037 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039 +int drawable abc_textfield_search_material 0x7f02003a +int drawable notification_template_icon_bg 0x7f02003b +int id action0 0x7f0b004f +int id action_bar 0x7f0b0040 +int id action_bar_activity_content 0x7f0b0000 +int id action_bar_container 0x7f0b003f +int id action_bar_root 0x7f0b003b +int id action_bar_spinner 0x7f0b0001 +int id action_bar_subtitle 0x7f0b0024 +int id action_bar_title 0x7f0b0023 +int id action_context_bar 0x7f0b0041 +int id action_divider 0x7f0b0053 +int id action_menu_divider 0x7f0b0002 +int id action_menu_presenter 0x7f0b0003 +int id action_mode_bar 0x7f0b003d +int id action_mode_bar_stub 0x7f0b003c +int id action_mode_close_button 0x7f0b0025 +int id activity_chooser_view_content 0x7f0b0026 +int id alertTitle 0x7f0b0030 +int id always 0x7f0b0016 +int id beginning 0x7f0b0013 +int id buttonPanel 0x7f0b0036 +int id cancel_action 0x7f0b0050 +int id checkbox 0x7f0b0038 +int id chronometer 0x7f0b0056 +int id collapseActionView 0x7f0b0017 +int id contentPanel 0x7f0b0031 +int id custom 0x7f0b0035 +int id customPanel 0x7f0b0034 +int id decor_content_parent 0x7f0b003e +int id default_activity_button 0x7f0b0029 +int id dialog 0x7f0b001b +int id disableHome 0x7f0b000c +int id dropdown 0x7f0b001c +int id edit_query 0x7f0b0042 +int id end 0x7f0b0014 +int id end_padder 0x7f0b005b +int id expand_activities_button 0x7f0b0027 +int id expanded_menu 0x7f0b0037 +int id home 0x7f0b0004 +int id homeAsUp 0x7f0b000d +int id icon 0x7f0b002b +int id ifRoom 0x7f0b0018 +int id image 0x7f0b0028 +int id info 0x7f0b005a +int id line1 0x7f0b0054 +int id line3 0x7f0b0058 +int id listMode 0x7f0b0009 +int id list_item 0x7f0b002a +int id media_actions 0x7f0b0052 +int id middle 0x7f0b0015 +int id multiply 0x7f0b001e +int id never 0x7f0b0019 +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 0x7f0b003a +int id screen 0x7f0b001f +int id scrollView 0x7f0b0032 +int id search_badge 0x7f0b0044 +int id search_bar 0x7f0b0043 +int id search_button 0x7f0b0045 +int id search_close_btn 0x7f0b004a +int id search_edit_frame 0x7f0b0046 +int id search_go_btn 0x7f0b004c +int id search_mag_icon 0x7f0b0047 +int id search_plate 0x7f0b0048 +int id search_src_text 0x7f0b0049 +int id search_voice_btn 0x7f0b004d +int id select_dialog_listview 0x7f0b004e +int id shortcut 0x7f0b0039 +int id showCustom 0x7f0b000f +int id showHome 0x7f0b0010 +int id showTitle 0x7f0b0011 +int id split_action_bar 0x7f0b0007 +int id src_atop 0x7f0b0020 +int id src_in 0x7f0b0021 +int id src_over 0x7f0b0022 +int id status_bar_latest_event_content 0x7f0b0051 +int id submit_area 0x7f0b004b +int id tabMode 0x7f0b000b +int id text 0x7f0b0059 +int id text2 0x7f0b0057 +int id textSpacerNoButtons 0x7f0b0033 +int id time 0x7f0b0055 +int id title 0x7f0b002c +int id title_template 0x7f0b002f +int id topPanel 0x7f0b002e +int id up 0x7f0b0008 +int id useLogo 0x7f0b0012 +int id withText 0x7f0b001a +int id wrap_content 0x7f0b001d +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_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout abc_simple_dropdown_hint 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 0x7f05000d +int string abc_action_bar_home_subtitle_description_format 0x7f05000e +int string abc_action_bar_up_description 0x7f050001 +int string abc_action_menu_overflow_description 0x7f050002 +int string abc_action_mode_done 0x7f050003 +int string abc_activity_chooser_view_see_all 0x7f050004 +int string abc_activitychooserview_choose_application 0x7f050005 +int string abc_search_hint 0x7f05000f +int string abc_searchview_description_clear 0x7f050006 +int string abc_searchview_description_query 0x7f050007 +int string abc_searchview_description_search 0x7f050008 +int string abc_searchview_description_submit 0x7f050009 +int string abc_searchview_description_voice 0x7f05000a +int string abc_shareactionprovider_share_with 0x7f05000b +int string abc_shareactionprovider_share_with_application 0x7f05000c +int string abc_toolbar_collapse_description 0x7f050010 +int string status_bar_notification_info_overflow 0x7f050011 +int style AlertDialog_AppCompat 0x7f070073 +int style AlertDialog_AppCompat_Light 0x7f070074 +int style Animation_AppCompat_Dialog 0x7f070075 +int style Animation_AppCompat_DropDownUp 0x7f070076 +int style Base_AlertDialog_AppCompat 0x7f070077 +int style Base_AlertDialog_AppCompat_Light 0x7f070078 +int style Base_Animation_AppCompat_Dialog 0x7f070079 +int style Base_Animation_AppCompat_DropDownUp 0x7f07007a +int style Base_DialogWindowTitle_AppCompat 0x7f07007b +int style Base_DialogWindowTitleBackground_AppCompat 0x7f07007c +int style Base_TextAppearance_AppCompat 0x7f07002e +int style Base_TextAppearance_AppCompat_Body1 0x7f07002f +int style Base_TextAppearance_AppCompat_Body2 0x7f070030 +int style Base_TextAppearance_AppCompat_Button 0x7f070018 +int style Base_TextAppearance_AppCompat_Caption 0x7f070031 +int style Base_TextAppearance_AppCompat_Display1 0x7f070032 +int style Base_TextAppearance_AppCompat_Display2 0x7f070033 +int style Base_TextAppearance_AppCompat_Display3 0x7f070034 +int style Base_TextAppearance_AppCompat_Display4 0x7f070035 +int style Base_TextAppearance_AppCompat_Headline 0x7f070036 +int style Base_TextAppearance_AppCompat_Inverse 0x7f070003 +int style Base_TextAppearance_AppCompat_Large 0x7f070037 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070038 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070039 +int style Base_TextAppearance_AppCompat_Medium 0x7f07003a +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005 +int style Base_TextAppearance_AppCompat_Menu 0x7f07003b +int style Base_TextAppearance_AppCompat_SearchResult 0x7f07007d +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003c +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003d +int style Base_TextAppearance_AppCompat_Small 0x7f07003e +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f07003f +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007 +int style Base_TextAppearance_AppCompat_Title 0x7f070040 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070044 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070046 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070047 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f07007e +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f07007f +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d +int style Base_Theme_AppCompat 0x7f07004e +int style Base_Theme_AppCompat_CompactMenu 0x7f070080 +int style Base_Theme_AppCompat_Dialog 0x7f070009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f070081 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070082 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f070083 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001 +int style Base_Theme_AppCompat_Light 0x7f07004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f070084 +int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f070085 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f070086 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f070087 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002 +int style Base_ThemeOverlay_AppCompat 0x7f070088 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070089 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f07008a +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f07008b +int style Base_ThemeOverlay_AppCompat_Light 0x7f07008c +int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014 +int style Base_V12_Widget_AppCompat_EditText 0x7f070015 +int style Base_V21_Theme_AppCompat 0x7f070050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f070051 +int style Base_V21_Theme_AppCompat_Light 0x7f070052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053 +int style Base_V7_Theme_AppCompat 0x7f07008d +int style Base_V7_Theme_AppCompat_Dialog 0x7f07008e +int style Base_V7_Theme_AppCompat_Light 0x7f07008f +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070090 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070091 +int style Base_V7_Widget_AppCompat_EditText 0x7f070092 +int style Base_Widget_AppCompat_ActionBar 0x7f070093 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f070094 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f070095 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055 +int style Base_Widget_AppCompat_ActionButton 0x7f070056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058 +int style Base_Widget_AppCompat_ActionMode 0x7f070096 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f070097 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016 +int style Base_Widget_AppCompat_Button 0x7f070059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f070098 +int style Base_Widget_AppCompat_Button_Small 0x7f07005c +int style Base_Widget_AppCompat_ButtonBar 0x7f07005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f070099 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f07009a +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f07009b +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060 +int style Base_Widget_AppCompat_EditText 0x7f070017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f07009c +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f07009d +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f07009e +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066 +int style Base_Widget_AppCompat_ListView 0x7f070067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f070069 +int style Base_Widget_AppCompat_PopupMenu 0x7f07006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b +int style Base_Widget_AppCompat_PopupWindow 0x7f07009f +int style Base_Widget_AppCompat_ProgressBar 0x7f07000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e +int style Base_Widget_AppCompat_RatingBar 0x7f07006c +int style Base_Widget_AppCompat_SearchView 0x7f0700a0 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a1 +int style Base_Widget_AppCompat_Spinner 0x7f07000f +int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f +int style Base_Widget_AppCompat_Toolbar 0x7f0700a2 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070 +int style Platform_AppCompat 0x7f070010 +int style Platform_AppCompat_Light 0x7f070011 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070071 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f070072 +int style Platform_V11_AppCompat 0x7f070012 +int style Platform_V11_AppCompat_Light 0x7f070013 +int style Platform_V14_AppCompat 0x7f070019 +int style Platform_V14_AppCompat_Light 0x7f07001a +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c +int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f07002d +int style TextAppearance_AppCompat 0x7f0700a3 +int style TextAppearance_AppCompat_Body1 0x7f0700a4 +int style TextAppearance_AppCompat_Body2 0x7f0700a5 +int style TextAppearance_AppCompat_Button 0x7f0700a6 +int style TextAppearance_AppCompat_Caption 0x7f0700a7 +int style TextAppearance_AppCompat_Display1 0x7f0700a8 +int style TextAppearance_AppCompat_Display2 0x7f0700a9 +int style TextAppearance_AppCompat_Display3 0x7f0700aa +int style TextAppearance_AppCompat_Display4 0x7f0700ab +int style TextAppearance_AppCompat_Headline 0x7f0700ac +int style TextAppearance_AppCompat_Inverse 0x7f0700ad +int style TextAppearance_AppCompat_Large 0x7f0700ae +int style TextAppearance_AppCompat_Large_Inverse 0x7f0700af +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b0 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b1 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b2 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700b3 +int style TextAppearance_AppCompat_Medium 0x7f0700b4 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700b5 +int style TextAppearance_AppCompat_Menu 0x7f0700b6 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700b7 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700b8 +int style TextAppearance_AppCompat_Small 0x7f0700b9 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0700ba +int style TextAppearance_AppCompat_Subhead 0x7f0700bb +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700bc +int style TextAppearance_AppCompat_Title 0x7f0700bd +int style TextAppearance_AppCompat_Title_Inverse 0x7f0700be +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700bf +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c0 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c1 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c2 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700c3 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700c4 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700c5 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700c6 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700c7 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700c8 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700c9 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700ca +int style TextAppearance_AppCompat_Widget_Switch 0x7f0700cb +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700cc +int style TextAppearance_StatusBar_EventContent 0x7f07001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700cd +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700ce +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700cf +int style Theme_AppCompat 0x7f0700d0 +int style Theme_AppCompat_CompactMenu 0x7f0700d1 +int style Theme_AppCompat_Dialog 0x7f0700d2 +int style Theme_AppCompat_Dialog_Alert 0x7f0700d3 +int style Theme_AppCompat_Dialog_MinWidth 0x7f0700d4 +int style Theme_AppCompat_DialogWhenLarge 0x7f0700d5 +int style Theme_AppCompat_Light 0x7f0700d6 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0700d7 +int style Theme_AppCompat_Light_Dialog 0x7f0700d8 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700d9 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700da +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700db +int style Theme_AppCompat_Light_NoActionBar 0x7f0700dc +int style Theme_AppCompat_NoActionBar 0x7f0700dd +int style ThemeOverlay_AppCompat 0x7f0700de +int style ThemeOverlay_AppCompat_ActionBar 0x7f0700df +int style ThemeOverlay_AppCompat_Dark 0x7f0700e0 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700e1 +int style ThemeOverlay_AppCompat_Light 0x7f0700e2 +int style Widget_AppCompat_ActionBar 0x7f0700e3 +int style Widget_AppCompat_ActionBar_Solid 0x7f0700e4 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0700e5 +int style Widget_AppCompat_ActionBar_TabText 0x7f0700e6 +int style Widget_AppCompat_ActionBar_TabView 0x7f0700e7 +int style Widget_AppCompat_ActionButton 0x7f0700e8 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700e9 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0700ea +int style Widget_AppCompat_ActionMode 0x7f0700eb +int style Widget_AppCompat_ActivityChooserView 0x7f0700ec +int style Widget_AppCompat_AutoCompleteTextView 0x7f0700ed +int style Widget_AppCompat_Button 0x7f0700ee +int style Widget_AppCompat_Button_Borderless 0x7f0700ef +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f0 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700f1 +int style Widget_AppCompat_Button_Small 0x7f0700f2 +int style Widget_AppCompat_ButtonBar 0x7f0700f3 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700f4 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700f5 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0700f6 +int style Widget_AppCompat_CompoundButton_Switch 0x7f0700f7 +int style Widget_AppCompat_DrawerArrowToggle 0x7f0700f8 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0700f9 +int style Widget_AppCompat_EditText 0x7f0700fa +int style Widget_AppCompat_Light_ActionBar 0x7f0700fb +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0700fc +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0700fd +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700fe +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0700ff +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f070100 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070101 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f070102 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f070103 +int style Widget_AppCompat_Light_ActionButton 0x7f070104 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f070105 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070106 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070107 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f070108 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070109 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f07010a +int style Widget_AppCompat_Light_ListPopupWindow 0x7f07010b +int style Widget_AppCompat_Light_ListView_DropDown 0x7f07010c +int style Widget_AppCompat_Light_PopupMenu 0x7f07010d +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f07010e +int style Widget_AppCompat_Light_SearchView 0x7f07010f +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f070110 +int style Widget_AppCompat_ListPopupWindow 0x7f070111 +int style Widget_AppCompat_ListView 0x7f070112 +int style Widget_AppCompat_ListView_DropDown 0x7f070113 +int style Widget_AppCompat_ListView_Menu 0x7f070114 +int style Widget_AppCompat_PopupMenu 0x7f070115 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f070116 +int style Widget_AppCompat_PopupWindow 0x7f070117 +int style Widget_AppCompat_ProgressBar 0x7f070118 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070119 +int style Widget_AppCompat_RatingBar 0x7f07011a +int style Widget_AppCompat_SearchView 0x7f07011b +int style Widget_AppCompat_SearchView_ActionBar 0x7f07011c +int style Widget_AppCompat_Spinner 0x7f07011d +int style Widget_AppCompat_Spinner_DropDown 0x7f07011e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f07011f +int style Widget_AppCompat_Spinner_Underlined 0x7f070120 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f070121 +int style Widget_AppCompat_Toolbar 0x7f070122 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f070123 +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, 0x7f01007d } +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 DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c } +int styleable DrawerArrowToggle_barSize 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_middleBarArrowSize 5 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int styleable DrawerArrowToggle_topBottomBarArrowSize 4 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f } +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, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 } +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, 0x7f010034 } +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, 0x7f010035 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010036 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043 } +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 { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 } +int styleable Spinner_android_background 1 +int styleable Spinner_android_dropDownHorizontalOffset 5 +int styleable Spinner_android_dropDownSelector 2 +int styleable Spinner_android_dropDownVerticalOffset 6 +int styleable Spinner_android_dropDownWidth 4 +int styleable Spinner_android_gravity 0 +int styleable Spinner_android_popupBackground 3 +int styleable Spinner_disableChildrenWhenDisabled 10 +int styleable Spinner_popupPromptView 9 +int styleable Spinner_prompt 7 +int styleable Spinner_spinnerMode 8 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e } +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, 0x7f010024 } +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_textAllCaps 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 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 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 90 +int styleable Theme_alertDialogCenterButtons 91 +int styleable Theme_alertDialogStyle 89 +int styleable Theme_alertDialogTheme 92 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 97 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 95 +int styleable Theme_buttonBarNeutralButtonStyle 96 +int styleable Theme_buttonBarPositiveButtonStyle 94 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 98 +int styleable Theme_buttonStyleSmall 99 +int styleable Theme_checkboxStyle 100 +int styleable Theme_checkedTextViewStyle 101 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 102 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 103 +int styleable Theme_ratingBarStyle 104 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 105 +int styleable Theme_switchStyle 106 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 93 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_collapseContentDescription 18 +int styleable Toolbar_collapseIcon 17 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetLeft 6 +int styleable Toolbar_contentInsetRight 7 +int styleable Toolbar_contentInsetStart 4 +int styleable Toolbar_maxButtonHeight 16 +int styleable Toolbar_navigationContentDescription 20 +int styleable Toolbar_navigationIcon 19 +int styleable Toolbar_popupTheme 8 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 10 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMarginBottom 15 +int styleable Toolbar_titleMarginEnd 13 +int styleable Toolbar_titleMarginStart 12 +int styleable Toolbar_titleMarginTop 14 +int styleable Toolbar_titleMargins 11 +int styleable Toolbar_titleTextAppearance 9 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_backgroundTint 5 +int styleable View_backgroundTintMode 6 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/aapt/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/annotations.zip new file mode 100644 index 0000000..5c5a619 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/annotations.zip differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar new file mode 100644 index 0000000..0887c69 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/jars/classes.jar differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_in.xml new file mode 100644 index 0000000..35e4aa5 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_fade_out.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_fade_out.xml new file mode 100644 index 0000000..c71dc12 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_grow_fade_in_from_bottom.xml new file mode 100644 index 0000000..c9cb7d3 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_popup_enter.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_enter.xml new file mode 100644 index 0000000..c7b18b2 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_popup_exit.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_popup_exit.xml new file mode 100644 index 0000000..535a092 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_shrink_fade_out_from_bottom.xml new file mode 100644 index 0000000..8d28106 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_slide_in_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000..7d819d5 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_slide_in_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_in_top.xml new file mode 100644 index 0000000..7dd9880 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_slide_out_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000..e11c80c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/anim/abc_slide_out_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/anim/abc_slide_out_top.xml new file mode 100644 index 0000000..9fa9e4f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..61e47c2 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color-v11/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..926f2bd --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..e5c143a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..697c8ba --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_dark.xml new file mode 100644 index 0000000..2d22cdf --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_disable_only_material_light.xml new file mode 100644 index 0000000..7f4bd59 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_primary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_dark.xml new file mode 100644 index 0000000..a82fbea --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_primary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_primary_text_material_light.xml new file mode 100644 index 0000000..169b3cd --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_search_url_text.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_search_url_text.xml new file mode 100644 index 0000000..9827356 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_dark.xml new file mode 100644 index 0000000..5566c2a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/abc_secondary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/abc_secondary_text_material_light.xml new file mode 100644 index 0000000..e96a7df --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/switch_thumb_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_dark.xml new file mode 100644 index 0000000..132aef8 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/color/switch_thumb_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/color/switch_thumb_material_light.xml new file mode 100644 index 0000000..8e95351 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..88f1767 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..d5e1a00 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..56436a1 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png new file mode 100644 index 0000000..5e0bf84 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..2e1062f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..a262b0c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..e300b7c Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..05b1e11 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..a188f2f Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..e95ba94 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..de37158 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..ac86165 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000..7dc6934 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000..884cd12 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..d890a62 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..0620439 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..fcd81de Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png new file mode 100644 index 0000000..36348a8 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..a854864 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..726b1dc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..cd1396b Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png new file mode 100644 index 0000000..666b10a Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..f026a41 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..c8b9f68 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..96bec46 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png new file mode 100644 index 0000000..08ee2b4 Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000..6fd5bfe Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000..99e68cc Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000..c2393ab Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_borderless_material.xml new file mode 100644 index 0000000..012e524 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_btn_check_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_check_material.xml new file mode 100644 index 0000000..68f606b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_default_mtrl_shape.xml new file mode 100644 index 0000000..95d3382 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_btn_radio_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_btn_radio_material.xml new file mode 100644 index 0000000..3444b5c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_internal_bg.xml new file mode 100644 index 0000000..52655a5 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_cab_background_top_material.xml new file mode 100644 index 0000000..acacfd9 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_dark.xml new file mode 100644 index 0000000..f98179f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_dialog_material_background_light.xml new file mode 100644 index 0000000..5411635 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_edit_text_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_edit_text_material.xml new file mode 100644 index 0000000..ab9c90f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000..db7bacc --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000..c38248f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000..bb98c2f --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000..4e95440 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000..f23ed0a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000..329d880 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_ratingbar_full_material.xml new file mode 100644 index 0000000..964686a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_spinner_textfield_background_material.xml new file mode 100644 index 0000000..315afd2 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_switch_thumb_material.xml new file mode 100644 index 0000000..170e958 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_tab_indicator_material.xml new file mode 100644 index 0000000..17aacb2 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/drawable/abc_textfield_search_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/drawable/abc_textfield_search_material.xml new file mode 100644 index 0000000..503fe9e --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_bar_title_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000..c6c180c --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_bar_up_container.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_up_container.xml new file mode 100644 index 0000000..ca4712a --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000..7ce06a0 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000..73482e2 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000..e1a9e0d --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_mode_bar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000..ffb6a77 --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_action_mode_close_item_material.xml new file mode 100644 index 0000000..c52ce7d --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_activity_chooser_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000..df8895d --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000..29c798b --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/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/22.2.0/res/layout/abc_alert_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_alert_dialog_material.xml new file mode 100644 index 0000000..a763dbd --- /dev/null +++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/layout/abc_alert_dialog_material.xml @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +